Home
last modified time | relevance | path

Searched refs:value (Results 9126 - 9150 of 22474) sorted by relevance

1...<<361362363364365366367368369370>>...899

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DUnicodeMapBoilerplateTest.java52 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in _addTestObject()
53 result.put(start, value); in _addTestObject()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DRbValueSubject.java25 /** Asserts the value of the path, as segments (use this if a segment can contain '/'). */
26 public final void hasValue(String value) { in hasValue() argument
27 check("getElements()").that(actual.getElements()).containsExactly(value); in hasValue()
30 /** Asserts the value of the path, as segments (use this if a segment can contain '/'). */
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapBoilerplateTest.java49 String value = TEST_VALUES[random.nextInt(TEST_VALUES.length)]; in _addTestObject()
50 result.put(start, value); in _addTestObject()
/third_party/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp12 const FString &extension, UInt32 value, FString &path) in MakeAutoName()
15 path.Add_UInt32(value); in MakeAutoName()
11 MakeAutoName(const FString &name, const FString &extension, UInt32 value, FString &path) MakeAutoName() argument
/third_party/jerryscript/tests/jerry/
H A Dobject_freeze.js67 Object.defineProperty(obj, 'ohai', { value: 17 }); // throws a TypeError
74 Object.defineProperty(obj, 'foo', { value: 'eit' }); // throws a TypeError
/third_party/json/include/nlohmann/detail/iterators/
H A Diterator_traits.hpp45 struct iterator_traits < T, enable_if_t < !std::is_pointer<T>::value >>
51 struct iterator_traits<T*, enable_if_t<std::is_object<T>::value>>
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-boolean-prototype.c53 * @return ecma value
54 * Returned value must be freed with ecma_free_value.
87 * @return ecma value
88 * Returned value must be freed with ecma_free_value.
105 JERRY_ASSERT (ecma_is_value_boolean (ext_object_p->u.class_prop.u.value)); in ecma_builtin_boolean_prototype_object_value_of()
107 return ext_object_p->u.class_prop.u.value; in ecma_builtin_boolean_prototype_object_value_of()
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-async2.js37 function check_promise(p, value)
42 assert(v === value)
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_dce.c40 BITSET_SET(seen, I->src[s].value); in agx_dce()
51 needed |= BITSET_TEST(seen, I->dest[d].value); in agx_dce()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_readport_validation.h46 bool reserve_const(const UniformValue& value);
48 bool add_literal(uint32_t value);
/third_party/mesa3d/src/glx/
H A Ddrisw_priv.h81 unsigned int *value);
84 const char **value);
/third_party/node/lib/internal/
H A Doptions.js48 return option && !option.value;
50 return options.get(optionName)?.value;
/third_party/node/test/parallel/
H A Dtest-module-loading-error.js68 [1, false, null, undefined, {}].forEach((value) => {
70 () => { require(value); },
H A Dtest-worker-message-port-receive-message.js27 for (const value of [null, 0, -1, {}, []]) {
28 assert.throws(() => receiveMessageOnPort(value), {
/third_party/ntfs-3g/include/ntfs-3g/
H A Dxattrs.h88 char *value, size_t size);
92 const char *value, size_t size, int flags);
/third_party/node/deps/icu-small/source/common/
H A Dcharstrmap.h45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put() argument
46 uhash_put(map, const_cast<char *>(key), const_cast<char *>(value), &errorCode); in put()
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/
H A Dintoto.js2 Object.defineProperty(exports, "__esModule", { value: true });
52 const tlogHash = tlogEntry.spec.content.payloadHash?.value || '';
H A Ddsse.js2 Object.defineProperty(exports, "__esModule", { value: true });
51 const tlogHash = tlogEntry.spec.payloadHash?.value || '';
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-echoclient65 # value: exit value
69 value=$1
80 exit $value
/third_party/libdrm/tests/tegra/
H A Ddrm-test-tegra.h39 #define HOST1X_OPCODE_EXTEND(subop, value) \
40 ((0xe << 28) | (((subop) & 0xf) << 24) | ((value) & 0xffffff))
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D3-1.c43 int value = 1; in a_thread_func() local
52 rc = pthread_setspecific(key, &value); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D19-1.c24 int value; member
49 policy = tst->value; in main()
/third_party/node/deps/v8/include/
H A Dv8-extension.h42 void set_auto_enable(bool value) { auto_enable_ = value; } in set_auto_enable() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-extension.h42 void set_auto_enable(bool value) { auto_enable_ = value; } in set_auto_enable() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_vsnprintf_chk_test.cpp36 int value = NUM; in HWTEST_F() local
37 int result = VsnprintfHelper(buffer, sizeof(buffer), format, value); in HWTEST_F()

Completed in 12 milliseconds

1...<<361362363364365366367368369370>>...899