/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | UnicodeMapBoilerplateTest.java | 52 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 D | RbValueSubject.java | 25 /** 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 D | UnicodeMapBoilerplateTest.java | 49 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 D | FilePathAutoRename.cpp | 12 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 D | object_freeze.js | 67 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 D | iterator_traits.hpp | 45 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 D | ecma-builtin-boolean-prototype.c | 53 * @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 D | function-async2.js | 37 function check_promise(p, value) 42 assert(v === value)
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_dce.c | 40 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 D | sfn_alu_readport_validation.h | 46 bool reserve_const(const UniformValue& value); 48 bool add_literal(uint32_t value);
|
/third_party/mesa3d/src/glx/ |
H A D | drisw_priv.h | 81 unsigned int *value); 84 const char **value);
|
/third_party/node/lib/internal/ |
H A D | options.js | 48 return option && !option.value; 50 return options.get(optionName)?.value;
|
/third_party/node/test/parallel/ |
H A D | test-module-loading-error.js | 68 [1, false, null, undefined, {}].forEach((value) => { 70 () => { require(value); },
|
H A D | test-worker-message-port-receive-message.js | 27 for (const value of [null, 0, -1, {}, []]) { 28 assert.throws(() => receiveMessageOnPort(value), {
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | xattrs.h | 88 char *value, size_t size); 92 const char *value, size_t size, int flags);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | charstrmap.h | 45 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 D | intoto.js | 2 Object.defineProperty(exports, "__esModule", { value: true }); 52 const tlogHash = tlogEntry.spec.content.payloadHash?.value || '';
|
H A D | dsse.js | 2 Object.defineProperty(exports, "__esModule", { value: true }); 51 const tlogHash = tlogEntry.spec.payloadHash?.value || '';
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-echoclient | 65 # value: exit value 69 value=$1 80 exit $value
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test-tegra.h | 39 #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 D | 3-1.c | 43 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 D | 19-1.c | 24 int value; member 49 policy = tst->value; in main()
|
/third_party/node/deps/v8/include/ |
H A D | v8-extension.h | 42 void set_auto_enable(bool value) { auto_enable_ = value; } in set_auto_enable() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-extension.h | 42 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 D | fortify_vsnprintf_chk_test.cpp | 36 int value = NUM; in HWTEST_F() local 37 int result = VsnprintfHelper(buffer, sizeof(buffer), format, value); in HWTEST_F()
|