Searched refs:value (Results 1 - 25 of 1663) sorted by path

1234567891011>>

/haiku/3rdparty/kallisti5/
H A Dconfigure.py93 return i["value"]
99 value = get_build_config(key)
100 if value != None:
101 buildConfig.remove({"key": key, "value": value})
104 def set_build_config(key, value):
108 buildConfig.append({"key": key, "value": value})
117 fh.write(i["key"] + " ?= " + str(i["value"]) + " ;\n")
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dgen_err_list.py20 value = None variable
23 value = 0x80000000 variable
25 value = -1 variable
28 value = 0 variable
54 value = errors[token]["value"] variable
55 #print "%s -> %s = %s" % (define, token, value)
64 value = b + o variable
65 #print "value: %x + %x = %x = %d" % (b, o, value, valu
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex153 a PEF file, but they are not aligned to any value. That is the resources
326 Must be the same value as given in the resources header for
351 stored in the file, that is the value specified by the
401 These fields contain the same kind of data. To understand what the value for a
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h196 virtual status_t GetParameterValue(int32 id, const void * value,
207 virtual status_t SetParameterValue(int32 id, const void * value,
428 const void * value, size_t * size) = 0;
430 const void * value, size_t size);
494 virtual status_t GetParameterValue(int32 id, const void * value, argument
496 return BExtractor::GetParameterValue(this,id,value,size);
498 virtual status_t SetParameterValue(int32 id, const void * value, argument
500 return BExtractor::SetParameterValue(this,id,value,size);
/haiku/headers/build/
H A DHaikuBuildCompatibility.h122 extern float roundf(float value);
/haiku/headers/build/os/app/
H A DMessage.h110 status_t AddInt8(const char *name, int8 value);
111 status_t AddUInt8(const char *name, uint8 value);
112 status_t AddInt16(const char *name, int16 value);
113 status_t AddUInt16(const char *name, uint16 value);
114 status_t AddInt32(const char *name, int32 value);
115 status_t AddUInt32(const char *name, uint32 value);
116 status_t AddInt64(const char *name, int64 value);
117 status_t AddUInt64(const char *name, uint64 value);
146 status_t FindInt8(const char *name, int8 *value) const;
147 status_t FindInt8(const char *name, int32 index, int8 *value) cons
[all...]
/haiku/headers/compatibility/bsd/
H A Dlibutil.h58 char *value; member in struct:_property
/haiku/headers/cpp/
H A Dstl_function.h192 typename _Operation::first_argument_type value; member in class:binder1st
196 : op(__x), value(__y) {}
199 return op(value, __x);
217 typename _Operation::second_argument_type value; member in class:binder2nd
221 : op(__x), value(__y) {}
224 return op(__x, value);
/haiku/headers/glibc/
H A D_G_config.h32 hold any value corresponding to members of the extended character
33 set, as well as at least one value that does not correspond to any
47 wint_t value; member in struct:__anon2
/haiku/headers/libs/agg/
H A Dagg_gamma_functions.h104 void value(double v) { m_mul = v; } function in class:agg::gamma_multiply
105 double value() const { return m_mul; } function in class:agg::gamma_multiply
H A Dagg_glyph_raster_bin.h68 value(m_font + 4 + (glyph - start_char) * 2);
82 value(m_font + 4 + (glyph - start_char) * 2);
126 int16u value(const int8u* p) const function in class:agg::glyph_raster_bin
H A Dagg_gsv_text.h65 int16u value(const int8u* p) const function in class:agg::gsv_text
H A Dagg_renderer_outline_aa.h1322 value_type value(int dist) const function in class:agg::line_profile_aa
1387 return m_profile->value(d);
H A Dagg_rendering_buffer.h132 void clear(T value) argument
143 *p++ = value;
/haiku/headers/libs/glut/GL/
H A Dglut.h617 GLUTAPI void GLUTAPIENTRY glutAddMenuEntry(const char *label, int value);
619 GLUTAPI void GLUTAPIENTRY glutChangeToMenuEntry(int item, const char *label, int value);
635 GLUTAPI void GLUTAPIENTRY glutTimerFunc(unsigned int millis, void (GLUTCALLBACK *func)(int value), int value);
643 GLUTAPI void GLUTAPIENTRY glutDialsFunc(void (GLUTCALLBACK *func)(int dial, int value));
/haiku/headers/libs/linprog/
H A DConstraint.h53 void SetOp(OperatorType value);
55 void SetRightSide(double value);
57 void SetPenaltyNeg(double value);
59 void SetPenaltyPos(double value);
H A DVariable.h28 void SetValue(double value);
/haiku/headers/libs/print/libprint/
H A DJobData.h37 void SetString(const char* key, const char* value);
41 void SetBoolean(const char* key, bool value);
45 void SetInt(const char* key, int32 value);
49 void SetDouble(const char* key, double value);
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_asm.h57 value [eax] \
69 value [ax] \
81 value [ax] \
93 value [ax] \
105 value [ax] \
117 value [al] \
129 value [ax] \
141 value [eax] \
153 value [al] \
165 value [a
[all...]
/haiku/headers/os/app/
H A DPropertyInfo.h47 uint32 value; member in struct:value_info
58 value_info* value = NULL,
/haiku/headers/os/arch/x86/
H A Darch_debugger.h10 uint8 value[10]; member in struct:x86_fp_register
16 uint8 value[16]; member in struct:x86_xmm_register
/haiku/headers/os/bluetooth/
H A DBluetoothDevice.h34 virtual status_t GetProperty(const char* property, uint32* value)=0;
H A DLocalDevice.h45 status_t GetProperty(const char* property, uint32* value);
H A DRemoteDevice.h49 status_t GetProperty(const char* property, uint32* value); /* Throwing */
/haiku/headers/os/device/
H A DD2A.h23 ssize_t Write(uint8 value);

Completed in 124 milliseconds

1234567891011>>