/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-map.h | 42 * Unset #hb_map_t value. 97 hb_codepoint_t value);
|
H A D | hb-subset.h | 44 * @HB_SUBSET_FLAGS_DEFAULT: all flags at their default value of false. 143 unsigned value);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
H A D | BitcodeMunge.cpp | 47 return Translator.getErrorStatus().value() == 0; in runTest()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_storage_class_test.cc | 40 EXPECT_EQ(sc.value, params.result); in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | info.h | 31 /// Placeholder type used by Get() to provide a default value for EXPLICIT_SEM 38 std::conditional_t<std::is_same<SEM, InferFromAST>::value,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | localebuilder.h | 26 * constructors, the <code>LocaleBuilder</code> checks if a value configured by a 64 * Constructs an empty LocaleBuilder. The default value of all 117 * <p>The syntax of language value is defined as 132 * <p>The script value is a four-letter script code as 148 * <p>The region value is defined by 152 * <p>The region value in the <code>Locale</code> created by the 170 * syntax requirements, and normalizes the value to lowercase letters. However, 183 * Sets the extension for the given key. If the value is the empty string, 185 * <code>value</code> must be well-formed, or else the build() method will 189 * Setting a value fo [all...] |
H A D | locdspnm.h | 100 * Returns the UDisplayContext value for the specified UDisplayContextType. 101 * @param type the UDisplayContextType whose value to return 190 * Returns the display name of the provided value (used with the provided key). 192 * @param value the locale key's value 193 * @param result receives the value's display name 194 * @return the display name of the provided value 197 virtual UnicodeString& keyValueDisplayName(const char* key, const char* value,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | taggedTemplateStringsWithCurriedFunction.js | 16 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
H A D | taggedTemplateStringsWithOverloadResolution2.js | 22 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
H A D | taggedTemplateStringsWithTagsTypedAsAny.js | 30 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
H A D | taggedTemplateStringsWithTypedTags.js | 36 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
H A D | decoratedClassExportsCommonJS1.js | 18 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | decoratedClassExportsCommonJS2.js | 16 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | destructuringParameterDeclaration7ES5iterable.js | 22 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | emitHelpersWithLocalCollisions(module=amd).js | 19 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | emitHelpersWithLocalCollisions(module=commonjs).js | 18 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | emitHelpersWithLocalCollisions(module=node16).js | 18 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | emitHelpersWithLocalCollisions(module=nodenext).js | 18 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | emitHelpersWithLocalCollisions(module=none).js | 18 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | emitHelpersWithLocalCollisions(module=umd).js | 27 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | emptyAssignmentPatterns02_ES5iterable.js | 14 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | emptyAssignmentPatterns04_ES5iterable.js | 14 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | emptyObjectNotSubtypeOfIndexSignatureContainingObject1.js | 13 value: TObject[keyof TObject],
|
/third_party/typescript/tests/baselines/reference/transpile/ |
H A D | Correctly serialize metadata when transpile with CommonJS option.js | 11 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | Correctly serialize metadata when transpile with CommonJS option.oldTranspile.js | 11 Object.defineProperty(exports, "__esModule", { value: true });
|