Searched refs:value (Results 151 - 175 of 8641) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dunicode-object.h6 PyObject* PyObjCUnicode_New(NSString* value);
7 NSString* PyObjCUnicode_Extract(PyObject* value);
H A DOC_PythonData.h23 PyObject* value; variable
35 * @param value A python buffer
36 * @result Returns an autoreleased instance representing value
40 + dataWithPythonObject:(PyObject*)value;
45 * @param value A python buffer
50 - initWithPythonObject:(PyObject*)value;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dunicode-object.h6 PyObject* PyObjCUnicode_New(NSString* value);
7 NSString* PyObjCUnicode_Extract(PyObject* value);
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dpreferences.h26 void _PreferencesAppendArrayValue( CFStringRef key, CFPropertyListRef value );
30 void _PreferencesSetValue( CFStringRef key, CFPropertyListRef value );
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrameClosure.h43 void setThis(JSValue value) argument
45 protoCallFrame->setThisValue(value);
48 void setArgument(int argument, JSValue value) argument
50 protoCallFrame->setArgument(argument, value);
/macosx-10.10/bc-21/bc/dc/
H A Darray.c42 dc_data value; member in struct:dc_array
53 /* store value into array_id[Index] */
55 dc_array_set DC_DECLARG((array_id, Index, value))
58 dc_data value DC_DECLEND
70 if (cur->value.dc_type == DC_NUMBER)
71 dc_free_num(&cur->value.v.number);
72 else if (cur->value.dc_type == DC_STRING)
73 dc_free_str(&cur->value.v.string);
76 cur->value = value;
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DSwapByteOrder.h27 inline uint16_t SwapByteOrder_16(uint16_t value) { argument
31 return _byteswap_ushort(value);
33 uint16_t Hi = value << 8;
34 uint16_t Lo = value >> 8;
41 inline uint32_t SwapByteOrder_32(uint32_t value) { argument
44 return __builtin_bswap32(value);
46 return _byteswap_ulong(value);
48 uint32_t Byte0 = value & 0x000000FF;
49 uint32_t Byte1 = value & 0x0000FF00;
50 uint32_t Byte2 = value
58 SwapByteOrder_64(uint64_t value) argument
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Duninstall_command.rb21 ) do |value, options|
22 options[:all] = value
27 'uninstalling') do |value, options|
28 options[:ignore] = value
33 '(default: false)') do |value, options|
34 options[:check_dev] = value
39 'confirmation') do |value, options|
40 options[:executables] = value
44 'Directory to uninstall gem from') do |value, options|
45 options[:install_dir] = File.expand_path(value)
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dlocal_remote_options.rb19 OptionParser.accept URI::HTTP do |value|
21 uri = URI.parse value
23 raise OptionParser::InvalidArgument, value
27 raise OptionParser::InvalidArgument, value
30 value
39 'Restrict operations to the LOCAL domain') do |value, options|
44 'Restrict operations to the REMOTE domain') do |value, options|
49 'Allow LOCAL and REMOTE operations') do |value, options|
67 |value, options|
68 Gem.configuration.bulk_threshold = value
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dexpr_serial.inc4 AddOp {is {/ {t -} {t +}} mode value}
5 Digit {is {/ {t 0} {t 1} {t 2} {t 3} {t 4} {t 5} {t 6} {t 7} {t 8} {t 9}} mode value}
6 Expression {is {/ {x {t (} {n Expression} {t )}} {x {n Factor} {* {x {n MulOp} {n Factor}}}}} mode value}
7 Factor {is {x {n Term} {* {x {n AddOp} {n Term}}}} mode value}
8 MulOp {is {/ {t *} {t /}} mode value}
9 Number {is {x {? {n Sign}} {+ {n Digit}}} mode value}
10 Sign {is {/ {t -} {t +}} mode value}
11 Term {is {n Number} mode value}
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/transforms/scalar/
H A Dscalar_opts_ocaml.c23 CAMLprim value llvm_add_constant_propagation(LLVMPassManagerRef PM) {
29 CAMLprim value llvm_add_sccp(LLVMPassManagerRef PM) {
35 CAMLprim value llvm_add_dead_store_elimination(LLVMPassManagerRef PM) {
41 CAMLprim value llvm_add_aggressive_dce(LLVMPassManagerRef PM) {
47 CAMLprim value llvm_add_scalar_repl_aggregation(LLVMPassManagerRef PM) {
53 CAMLprim value llvm_add_scalar_repl_aggregation_ssa(LLVMPassManagerRef PM) {
59 CAMLprim value llvm_add_scalar_repl_aggregation_with_threshold(value threshold,
66 CAMLprim value llvm_add_ind_var_simplification(LLVMPassManagerRef PM) {
72 CAMLprim value llvm_add_instruction_combinatio
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dvalidate.tcl33 typemethod validate {value} {
34 if {![string is boolean -strict $value]} {
36 "invalid boolean \"$value\", should be one of: 1, 0, true, false, yes, no, on, off"
40 return $value
51 method validate {value} {
52 $type validate $value
63 # -min value
65 # Minimum value
69 # -max value
71 # Maximum value
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Types/
H A D8.6.2.1-1.js31 2. Get the value of the property.
58 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
84 function MyProtoValuelessObject(value) {
89 function MyProtolessObject( value ) {
90 this.valueOf = new Function( "return this.value" );
92 this.value = value;
94 function MyValuelessObject(value) {
95 this.__proto__ = new MyPrototypeObject(value);
97 function MyPrototypeObject(value) {
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dbranch-check-int32-on-boolean-to-number-untyped.js10 function test(value, expected) {
11 var result = foo({f:value});
13 throw "Error: bad result for " + value + ": " + result;
H A Dbranch-check-number-on-boolean-to-number-untyped.js10 function test(value, expected) {
11 var result = foo({f:value});
13 throw "Error: bad result for " + value + ": " + result;
H A Ddead-fiat-value-to-int52-then-exit-not-double.js2 var value = bar(DFGTrue());
3 fiatInt52(value);
4 fiatInt52(value);
H A Ddead-fiat-value-to-int52-then-exit-not-int52.js2 var value = bar(DFGTrue());
3 fiatInt52(value);
4 fiatInt52(value);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSPannerNodeCustom.cpp40 void JSPannerNode::setPanningModel(ExecState* exec, JSValue value) argument
45 if (value.isNumber()) {
46 uint32_t model = value.toUInt32(exec);
53 if (value.isString()) {
54 String model = value.toString(exec)->value(exec);
64 void JSPannerNode::setDistanceModel(ExecState* exec, JSValue value) argument
69 if (value.isNumber()) {
70 uint32_t model = value.toUInt32(exec);
77 if (value
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DRadialGradientAttributes.h47 void setCx(const SVGLength& value) { m_cx = value; m_cxSet = true; } argument
48 void setCy(const SVGLength& value) { m_cy = value; m_cySet = true; } argument
49 void setR(const SVGLength& value) { m_r = value; m_rSet = true; } argument
50 void setFx(const SVGLength& value) { m_fx = value; m_fxSet = true; } argument
51 void setFy(const SVGLength& value) { m_fy = value; m_fySe argument
52 setFr(const SVGLength& value) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSDictionaryExtras.h34 - (NSString *)_webkit_stringForKey:(id)key; // Returns nil if the value is not an NSString.
35 - (NSArray *)_webkit_arrayForKey:(id)key; // Returns nil if the value is not an NSArray.
42 - (void)_webkit_setInt:(int)value forKey:(id)key;
43 - (void)_webkit_setFloat:(float)value forKey:(id)key;
44 - (void)_webkit_setBool:(BOOL)value forKey:(id)key;
45 - (void)_webkit_setLongLong:(long long)value forKey:(id)key;
46 - (void)_webkit_setUnsignedLongLong:(unsigned long long)value forKey:(id)key;
48 - (void)_webkit_setUnsignedInt:(unsigned)value forKey:(id)key;
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dresource.h33 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value);
38 *\li If 'value' exceeds the maximum possible on the operating system,
54 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value);
59 *\li 'value' is set to the maximum limit.
61 *\li #ISC_RESOURCE_UNLIMITED is the maximum value of isc_resourcevalue_t.
63 *\li On many (all?) Unix systems, RLIM_INFINITY is a valid value that is
67 *\li The current ISC libdns configuration file parser assigns a value
85 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value);
/macosx-10.10/ncurses-44/ncurses/include/
H A Dedit_cfg.sh33 # Edit the default value of the term.h file based on the autoconf-generated
51 value=1
53 value=0
55 echo '** edit: '$name $value
57 -e "s@#define ${name}.*\$@#define $name $value@" \
58 -e "s@#if $name\$@#if $value /* $name */@" \
59 -e "s@#if !$name\$@#if $value /* !$name */@" \
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dresource.h33 isc_resource_setlimit(isc_resource_t resource, isc_resourcevalue_t value);
38 *\li If 'value' exceeds the maximum possible on the operating system,
54 isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value);
59 *\li 'value' is set to the maximum limit.
61 *\li #ISC_RESOURCE_UNLIMITED is the maximum value of isc_resourcevalue_t.
63 *\li On many (all?) Unix systems, RLIM_INFINITY is a valid value that is
67 *\li The current ISC libdns configuration file parser assigns a value
85 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonData.h23 PyObject* value; variable
35 * @param value A python buffer
36 * @result Returns an autoreleased instance representing value
40 + newWithPythonObject:(PyObject*)value;
45 * @param value A python buffer
50 - initWithPythonObject:(PyObject*)value;
H A DOC_PythonString.h19 PyObject* value; variable
26 * @param value A python str
27 * @result Returns an autoreleased instance representing value
31 + newWithPythonObject:(PyObject*)value;
36 * @param value A python str
41 - initWithPythonObject:(PyObject*)value;

Completed in 157 milliseconds

1234567891011>>