Home
last modified time | relevance | path

Searched refs:value (Results 2801 - 2825 of 13502) sorted by relevance

1...<<111112113114115116117118119120>>...541

/third_party/typescript/tests/baselines/reference/
H A DexportsAndImportsWithContextualKeywordNames02.js21 Object.defineProperty(exports, "__esModule", { value: true });
28 Object.defineProperty(exports, "__esModule", { value: true });
34 Object.defineProperty(exports, "__esModule", { value: true });
37 Object.defineProperty(exports, "__esModule", { value: true });
H A DimportCallExpressionInSystem2.js11 x.then(value => {
12 let b = new value.B();
39 x.then(value => {
40 let b = new value.B();
H A DiterableArrayPattern16.js9 value: new Foo,
22 value: new FooIterator,
42 value: new Foo,
53 value: new FooIterator,
H A DtypeOfThisInStaticMembers13(target=es6).js20 value: "foo"
26 value: (_b = class Inner {
32 value: 123
42 value: 123
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtension.java81 protected abstract Object fromReflectionType(Object value); in fromReflectionType() argument
83 protected abstract Object singularFromReflectionType(Object value); in singularFromReflectionType() argument
85 protected abstract Object toReflectionType(Object value); in toReflectionType() argument
87 protected abstract Object singularToReflectionType(Object value); in singularToReflectionType() argument
/third_party/skia/modules/svg/src/
H A DSkSVGFeOffset.cpp15 bool SkSVGFeOffset::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument
16 return INHERITED::parseAndSetAttribute(name, value) || in parseAndSetAttribute()
17 this->setDx(SkSVGAttributeParser::parse<SkSVGNumberType>("dx", name, value)) || in parseAndSetAttribute()
18 this->setDy(SkSVGAttributeParser::parse<SkSVGNumberType>("dy", name, value)); in parseAndSetAttribute()
/third_party/selinux/libsepol/tests/
H A Dhelpers.h37 #define CU_ASSERT_FATAL(value) do { \
38 int _value = (value); \
50 #define CU_ASSERT_PTR_NOT_NULL_FATAL(value) do { \
51 const void *_value = (value); \
68 * mls Boolean value indicating whether an mls policy is expected.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_helpers.h29 const char *value);
31 const char *value);
33 int set_cred(const char *ifname, int id, const char *field, const char *value);
35 const char *value);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.h29 const char *value);
31 const char *value);
33 int set_cred(const char *ifname, int id, const char *field, const char *value);
35 const char *value);
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/
H A Drobot_hcsr04.c36 IotGpioValue value = IOT_GPIO_VALUE0; in GetDistance() local
52 IoTGpioGetInputVal(GPIO_8, &value); in GetDistance()
53 if (value == IOT_GPIO_VALUE1 && flag == 0) { in GetDistance()
57 if (value == IOT_GPIO_VALUE0 && flag == 1) { in GetDistance()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCharsTrieTest.java62 value=val; in StringAndValue()
66 public int value; field in CharsTrieTest.StringAndValue
282 // Generate (string, value) pairs.
286 value=4711; in Generator()
292 s.append(c=(char)(value>>16)); in next()
293 s.append((char)(value>>4)); in next()
294 if((value&1)!=0) { in next()
295 s.append((char)value); in next()
298 value+=((value>> in next()
308 private int value; global() field in CharsTrieTest.Generator
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCharsTrieTest.java59 value=val; in StringAndValue()
63 public int value; field in CharsTrieTest.StringAndValue
279 // Generate (string, value) pairs.
283 value=4711; in Generator()
289 s.append(c=(char)(value>>16)); in next()
290 s.append((char)(value>>4)); in next()
291 if((value&1)!=0) { in next()
292 s.append((char)value); in next()
295 value+=((value>> in next()
305 private int value; global() field in CharsTrieTest.Generator
[all...]
/third_party/libdrm/tests/util/
H A Dpattern.c43 unsigned int value:24; member
66 uint32_t value) in shiftcolor8()
68 value &= 0xff; in shiftcolor8()
70 value = (value << 8) | value; in shiftcolor8()
72 value = value >> (16 - comp->length); in shiftcolor8()
73 /* Shift back up to where the value should be */ in shiftcolor8()
74 return value << com in shiftcolor8()
65 shiftcolor8(const struct util_color_component *comp, uint32_t value) shiftcolor8() argument
78 shiftcolor10(const struct util_color_component *comp, uint32_t value) shiftcolor10() argument
91 shiftcolor16(const struct util_color_component *comp, uint64_t value) shiftcolor16() argument
1121 uint32_t value = MAKE_RGBA10(rgb, j & 0x3ff, j & 0x3ff, j & 0x3ff, 0); fill_gradient_rgb32() local
1131 uint32_t value = MAKE_RGBA10(rgb, j & 0x3fc, j & 0x3fc, j & 0x3fc, 0); fill_gradient_rgb32() local
1149 uint64_t value = MAKE_RGBA10FP16(rgb, j & 0x3ff, j & 0x3ff, j & 0x3ff, 0); fill_gradient_rgb16fp() local
1159 uint64_t value = MAKE_RGBA10FP16(rgb, j & 0x3fc, j & 0x3fc, j & 0x3fc, 0); fill_gradient_rgb16fp() local
[all...]
/third_party/libinput/src/
H A Devdev-fallback.c459 uint64_t time, int value) in fallback_process_touch_button()
461 dispatch->pending_event |= (value) ? in fallback_process_touch_button()
474 if (e->value == 2) in fallback_process_key()
482 e->value); in fallback_process_key()
496 if ((e->value && hw_is_key_down(dispatch, e->code)) || in fallback_process_key()
497 (e->value == 0 && !hw_is_key_down(dispatch, e->code))) in fallback_process_key()
504 hw_set_key_down(dispatch, e->code, e->value); in fallback_process_key()
515 e->value ? LIBINPUT_KEY_STATE_PRESSED : in fallback_process_key()
532 if ((size_t)e->value >= dispatch->mt.slots_len) { in fallback_process_touch()
535 e->value, in fallback_process_touch()
457 fallback_process_touch_button(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int value) fallback_process_touch_button() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc389 auto visitor = [&](Handle<String> name, Handle<Object> value, in DeclaresLocals()
563 auto visitor = [=](Handle<String> name, Handle<Object> value, in ScopeObject()
565 if (value->IsTheHole(isolate_)) { in ScopeObject()
573 value = isolate_->factory()->undefined_value(); in ScopeObject()
577 JSObject::SetPropertyOrElement(isolate_, scope, name, value, in ScopeObject()
611 Handle<Object> value) { in SetVariableValue()
623 if (InInnerScope()) return SetLocalVariableValue(name, value); in SetVariableValue()
624 if (Type() == ScopeTypeModule && SetModuleVariableValue(name, value)) { in SetVariableValue()
627 return SetContextVariableValue(name, value); in SetVariableValue()
633 if (SetLocalVariableValue(name, value)) retur in SetVariableValue()
610 SetVariableValue(Handle<String> name, Handle<Object> value) SetVariableValue() argument
771 Handle<Object> value = VisitModuleScope() local
830 Handle<Object> value; VisitLocals() local
967 Handle<Object> value = VisitLocalScope() local
[all...]
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc97 // Add the decimal representation of the value.
98 void AddDecimalInteger(int value) { in AddDecimalInteger() argument
99 uint32_t number = static_cast<uint32_t>(value); in AddDecimalInteger()
100 if (value < 0) { in AddDecimalInteger()
102 number = static_cast<uint32_t>(-value); in AddDecimalInteger()
576 // the mathematical integer value" (15.1.2.2).
582 // NOTE: The code for computing the value may seem a bit complex at
605 // Update the value of the part as long as the multiplier fits
631 // Converts a string to a double value. Assumes the Iterator supports
710 // It could be hexadecimal value in InternalStringToDouble()
1127 DoubleToFixedCString(double value, int f) DoubleToFixedCString() argument
1227 DoubleToExponentialCString(double value, int f) DoubleToExponentialCString() argument
1270 DoubleToPrecisionCString(double value, int p) DoubleToPrecisionCString() argument
1339 DoubleToRadixCString(double value, int radix) DoubleToRadixCString() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c57 util_dump_bool(FILE *stream, int value) in util_dump_bool() argument
59 util_stream_writef(stream, "%c", value ? '1' : '0'); in util_dump_bool()
63 util_dump_int(FILE *stream, long long int value) in util_dump_int() argument
65 util_stream_writef(stream, "%lli", value); in util_dump_int()
69 util_dump_uint(FILE *stream, long long unsigned value) in util_dump_uint() argument
71 util_stream_writef(stream, "%llu", value); in util_dump_uint()
75 util_dump_float(FILE *stream, double value) in util_dump_float() argument
77 util_stream_writef(stream, "%g", value); in util_dump_float()
97 util_dump_enum(FILE *stream, const char *value) in util_dump_enum() argument
99 fputs(value, strea in util_dump_enum()
156 util_dump_ptr(FILE *stream, const void *value) util_dump_ptr() argument
243 util_dump_enum_blend_factor(FILE *stream, unsigned value) util_dump_enum_blend_factor() argument
249 util_dump_enum_blend_func(FILE *stream, unsigned value) util_dump_enum_blend_func() argument
255 util_dump_enum_func(FILE *stream, unsigned value) util_dump_enum_func() argument
261 util_dump_enum_prim_mode(FILE *stream, unsigned value) util_dump_enum_prim_mode() argument
267 util_dump_enum_tex_target(FILE *stream, unsigned value) util_dump_enum_tex_target() argument
273 util_dump_enum_tex_filter(FILE *stream, unsigned value) util_dump_enum_tex_filter() argument
279 util_dump_enum_tex_mipfilter(FILE *stream, unsigned value) util_dump_enum_tex_mipfilter() argument
285 util_dump_enum_tex_wrap(FILE *stream, unsigned value) util_dump_enum_tex_wrap() argument
291 util_dump_enum_stencil_op(FILE *stream, unsigned value) util_dump_enum_stencil_op() argument
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DGeneratedMessageTest.java159 TestAllTypes value = builder.build(); in testRepeatedArraysAreImmutable()
160 assertIsUnmodifiable(value.getRepeatedInt32List()); in testRepeatedArraysAreImmutable()
161 assertIsUnmodifiable(value.getRepeatedImportEnumList()); in testRepeatedArraysAreImmutable()
162 assertIsUnmodifiable(value.getRepeatedForeignMessageList()); in testRepeatedArraysAreImmutable()
163 assertIsUnmodifiable(value.getRepeatedFloatList()); in testRepeatedArraysAreImmutable()
167 TestAllTypes value = TestAllTypes.PARSER.parseFrom( in testParsedMessagesAreImmutable()
169 assertIsUnmodifiable(value.getRepeatedInt32List()); in testParsedMessagesAreImmutable()
170 assertIsUnmodifiable(value.getRepeatedInt64List()); in testParsedMessagesAreImmutable()
171 assertIsUnmodifiable(value.getRepeatedUint32List()); in testParsedMessagesAreImmutable()
172 assertIsUnmodifiable(value in testParsedMessagesAreImmutable()
[all...]
/third_party/python/Modules/
H A D_pickle.c655 int fast; /* Enable fast mode if set to a true value.
697 2.x. The default value is "ASCII" */
699 decoding strings. The default value is
886 mt_table, so we're setting the key:value pair in _PyMemoTable_ResizeTable()
899 /* Returns NULL on failure, a pointer to the value otherwise. */
911 PyMemoTable_Set(PyMemoTable *self, PyObject *key, Py_ssize_t value) in PyMemoTable_Set() argument
919 entry->me_value = value; in PyMemoTable_Set()
924 entry->me_value = value; in PyMemoTable_Set()
964 _write_size64(char *out, size_t value) in _write_size64() argument
971 out[i] = (unsigned char)((value >> ( in _write_size64()
1549 _Unpickler_MemoPut(UnpicklerObject *self, size_t idx, PyObject *value) _Unpickler_MemoPut() argument
1711 Py_ssize_t *value; memo_get() local
3252 PyObject *key = NULL, *value = NULL; batch_dict_exact() local
4833 PyObject *key, *value; _pickle_PicklerMemoProxy_copy_impl() local
4994 PyObject *key, *value; Pickler_set_memo() local
5046 Pickler_set_persid(PicklerObject *self, PyObject *value, void *Py_UNUSED(ignored)) Pickler_set_persid() argument
5166 PyObject *value; load_int() local
5276 PyObject *value; load_binintx() local
5324 PyObject *value; load_long() local
5354 PyObject *value; load_counted_long() local
5389 PyObject *value; load_float() local
5418 PyObject *value; load_binfloat() local
5761 PyObject *dict, *key, *value; load_dict() local
6177 PyObject *key, *value; load_get() local
6214 PyObject *value; load_binget() local
6241 PyObject *value; load_long_binget() local
6358 PyObject *key, *value; load_put() local
6389 PyObject *value; load_binput() local
6408 PyObject *value; load_long_binput() local
6432 PyObject *value; load_memoize() local
6444 PyObject *value; do_append() local
6536 PyObject *value, *key; do_setitems() local
6850 PyObject *value = NULL; load() local
7336 PyObject *key, *value; _pickle_UnpicklerMemoProxy_copy_impl() local
7504 PyObject *key, *value; Unpickler_set_memo() local
7564 Unpickler_set_persload(UnpicklerObject *self, PyObject *value, void *Py_UNUSED(ignored)) Unpickler_set_persload() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Ddtshddec.c61 char *value; in dtshd_read_header() local
114 value = av_malloc(chunk_size); in dtshd_read_header()
115 if (!value) in dtshd_read_header()
117 avio_read(pb, value, chunk_size); in dtshd_read_header()
118 value[chunk_size - 1] = 0; in dtshd_read_header()
119 av_dict_set(&s->metadata, "fileinfo", value, in dtshd_read_header()
H A Dvorbiscomment.c52 len += 4 + 10 + len1 + 1 + strlen(tag->value); in ff_vorbiscomment_length()
59 len += 4 +strlen(tag->key) + 1 + strlen(tag->value); in ff_vorbiscomment_length()
84 int64_t len2 = strlen(tag->value); in ff_vorbiscomment_write()
90 avio_write(pb, tag->value, len2); in ff_vorbiscomment_write()
114 int64_t len2 = strlen(tag->value); in ff_vorbiscomment_write()
125 avio_write(pb, tag->value, len2); in ff_vorbiscomment_write()
/third_party/backends/sanei/
H A Dsanei_pv8630.c177 sanei_pv8630_xpect_byte (int fd, SANEI_PV_Index index, SANE_Byte value, in sanei_pv8630_xpect_byte() argument
187 if ((s & mask) != value) in sanei_pv8630_xpect_byte()
189 DBG (DBG_error, "sanei_pv8630_xpect_byte: expected %x, got %x\n", value, in sanei_pv8630_xpect_byte()
196 /* Wait for the status register to present a given status. A timeout value
199 sanei_pv8630_wait_byte (int fd, SANEI_PV_Index index, SANE_Byte value, in sanei_pv8630_wait_byte() argument
213 if ((s & mask) == value) in sanei_pv8630_wait_byte()
220 value, s); in sanei_pv8630_wait_byte()
/third_party/benchmark/src/
H A Dcommandlineflags.h41 // If the variable exists, returns IsTruthyFlagValue() value; if not,
42 // returns the given default value.
49 // If the variable exists, returns ParseInt32() value; if not, returns
50 // the given default value.
58 // the given default value.
65 // If variable exists, returns its value; if not, returns
66 // the given default value.
73 // If variable exists, returns its value; if not, returns
74 // the given default value.
80 // "--flag=value" o
[all...]
/third_party/jerryscript/targets/esp8266/user/
H A Djerry_extapi.c104 int value = (int) jerry_get_number_value (args_p[1]); in DELCARE_HANDLER() local
106 if (value) in DELCARE_HANDLER()
125 int value = (int) jerry_get_number_value (args_p[1]); in DELCARE_HANDLER() local
127 GPIO_OUTPUT_SET(port, value); in DELCARE_HANDLER()
140 int value = GPIO_INPUT_GET(port) ? 1 : 0; in DELCARE_HANDLER() local
142 return jerry_create_number ((double) value); in DELCARE_HANDLER()
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-prototype-copywithin.js93 var value = array.copyWithin(0, { variable
99 array_check(value, []);
103 var value = array.copyWithin(1, { variable
109 array_check(value, [1, 1, 2, undefined, undefined, undefined]);
113 var value = array.copyWithin(4, 2, { variable
119 array_check(value, [1, 2, 3]);

Completed in 19 milliseconds

1...<<111112113114115116117118119120>>...541