Home
last modified time | relevance | path

Searched refs:hasKey (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp133 boolean *hasKey, in GetOptionalPropertyValue() argument
136 if (!propertyMap || !hasKey) in GetOptionalPropertyValue()
142 *hasKey = false; in GetOptionalPropertyValue()
144 HRESULT result = propertyMap->HasKey(HStringReference(propertyName).Get(), hasKey); in GetOptionalPropertyValue()
145 if (SUCCEEDED(result) && !(*hasKey)) in GetOptionalPropertyValue()
182 boolean hasKey = false; in GetOptionalSizePropertyValue() local
193 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSizePropertyValue()
194 if (SUCCEEDED(result) && hasKey) in GetOptionalSizePropertyValue()
248 boolean hasKey = false; in GetOptionalSinglePropertyValue() local
259 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSinglePropertyValue()
[all …]
DInspectableNativeWindow.h134 boolean *hasKey,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp133 boolean *hasKey, in GetOptionalPropertyValue() argument
136 if (!propertyMap || !hasKey) in GetOptionalPropertyValue()
142 *hasKey = false; in GetOptionalPropertyValue()
144 HRESULT result = propertyMap->HasKey(HStringReference(propertyName).Get(), hasKey); in GetOptionalPropertyValue()
145 if (SUCCEEDED(result) && !(*hasKey)) in GetOptionalPropertyValue()
182 boolean hasKey = false; in GetOptionalSizePropertyValue() local
193 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSizePropertyValue()
194 if (SUCCEEDED(result) && hasKey) in GetOptionalSizePropertyValue()
248 boolean hasKey = false; in GetOptionalSinglePropertyValue() local
259 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSinglePropertyValue()
[all …]
DInspectableNativeWindow.h133 boolean *hasKey,
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformerTest.java101 assertThat(results.get(0)).hasKey("/numberingSystems/foo/algorithmic:int"); in testMultipleResults()
105 assertThat(results.get(1)).hasKey("/numberingSystems/foo/desc"); in testMultipleResults()
109 assertThat(results.get(2)).hasKey("/numberingSystems/foo/radix:int"); in testMultipleResults()
131 assertThat(results.get(0)).hasKey("/genderList/xx"); in testImplicitArgumentSplitting()
133 assertThat(results.get(1)).hasKey("/genderList/yy"); in testImplicitArgumentSplitting()
135 assertThat(results.get(2)).hasKey("/genderList/zz"); in testImplicitArgumentSplitting()
150 assertThat(results.get(0)).hasKey("/mapTimezones/\"not split\"/XX"); in testImplicitArgumentSplitting()
152 assertThat(results.get(1)).hasKey("/mapTimezones/\"not split\"/YY"); in testImplicitArgumentSplitting()
154 assertThat(results.get(2)).hasKey("/mapTimezones/\"not split\"/ZZ"); in testImplicitArgumentSplitting()
294 assertThat(fallbacks.get(0)).hasKey(rbPath); in testFallbacks_simple()
[all …]
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_cm.cc44 if (!catalog.hasKey("/OutputIntents")) { in hasOutputIntent()
79 if (!catalog.hasKey("/OutputIntents")) { in addOutputIntent()
112 if (!it->hasKey("/Resources")) { in addDefaultRGB()
117 if (!rdict.hasKey("/ColorSpace")) { in addDefaultRGB()
122 if (!cdict.hasKey("/DefaultRGB")) { in addDefaultRGB()
Dqpdf_tools.cc11 if (page.hasKey("/CropBox")) { in getCropBox()
20 if (page.hasKey("/BleedBox")) { in getBleedBox()
29 if (page.hasKey("/TrimBox")) { in getTrimBox()
38 if (page.hasKey("/ArtBox")) { in getArtBox()
Dqpdf_xobject.cc98 if (page.hasKey("/UserUnit")) { in makeXObject()
121 if (page.hasKey("/Group")) { in makeXObject()
Dqpdf_pdftopdf.cc24 if (!page.hasKey("/Rotate")) { in getRotate()
47 if (!page.hasKey("/UserUnit")) { in getUserUnit()
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2DBModule.java56 if (opts.hasKey("readonly") && !opts.isNull("readonly") && opts.getBoolean("readonly")) in openImpl()
58 if (opts.hasKey("truncate") && !opts.isNull("truncate") && opts.getBoolean("truncate")) in openImpl()
60 if (opts.hasKey("wal_enabled") && !opts.isNull("wal_enabled")) in openImpl()
64 if (opts.hasKey("wal_check_crc_on_checkpoint") && !opts.isNull("wal_check_crc_on_checkpoint")) in openImpl()
66 if (opts.hasKey("wal_checkpoint_buffer_sz") && !opts.isNull("wal_checkpoint_buffer_sz")) in openImpl()
68 if (opts.hasKey("wal_checkpoint_timeout_sec") && !opts.isNull("wal_checkpoint_timeout_sec")) in openImpl()
70 if (opts.hasKey("wal_savepoint_timeout_sec") && !opts.isNull("wal_savepoint_timeout_sec")) in openImpl()
72 if (opts.hasKey("wal_wal_buffer_sz") && !opts.isNull("wal_wal_buffer_sz")) in openImpl()
74 if (opts.hasKey("document_buffer_sz") && !opts.isNull("document_buffer_sz")) in openImpl()
76 if (opts.hasKey("sort_buffer_sz") && !opts.isNull("sort_buffer_sz")) in openImpl()
DEJDB2JQLModule.java198 if (opts.hasKey("skip")) { in list()
201 if (opts.hasKey("limit")) { in list()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapEntry.java247 private boolean hasKey; field in MapEntry.Builder
254 private Builder(Metadata<K, V> metadata, K key, V value, boolean hasKey, boolean hasValue) { in Builder() argument
258 this.hasKey = hasKey; in Builder()
272 this.hasKey = true; in setKey()
278 this.hasKey = false; in clearKey()
410 return field.getNumber() == 1 ? hasKey : hasValue; in hasField()
442 return new Builder<>(metadata, key, value, hasKey, hasValue); in clone()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DResultSubject.java46 public final void hasKey(RbPath path) { in hasKey() method in ResultSubject
50 public final void hasKey(String path) { in hasKey() method in ResultSubject
51 hasKey(RbPath.parse(path)); in hasKey()
/third_party/node/deps/npm/node_modules/jsprim/lib/
Djsprim.js18 exports.hasKey = hasKey;
128 function hasKey(obj, key) function
137 if (hasKey(obj, key)) {
341 baseOverride = hasKey(uopts, 'base');
/third_party/node/deps/npm/node_modules/yargs-parser/
Dindex.js323 if (!hasKey(argv, key.split('.'))) setArg(key, 0)
561 …if (!hasKey(argv, fullKey.split('.')) || (checkAllAliases(fullKey, flags.arrays) && configuration[…
590 if (((configOnly && flags.configs[keys.join('.')]) || !configOnly) && !hasKey(argv, keys)) {
628 if (!hasKey(obj, key.split('.'))) {
632 if (hasKey(obj, x.split('.'))) return
639 function hasKey (obj, keys) { function
/third_party/node/deps/npm/node_modules/minimist/
Dindex.js206 if (!hasKey(argv, key.split('.'))) {
230 function hasKey (obj, keys) { function
/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/
Dindex.js206 if (!hasKey(argv, key.split('.'))) {
230 function hasKey (obj, keys) { function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_HashMap.js35 this.hasKey = function (...args) { method
Dohos_util_TreeMap.js33 this.hasKey = function (...args) { method
Dohos_util_LightWeightMap.js33 this.hasKey = function (...args) { method
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionErrors.ts153 declare function hasKey<T extends Keys>(x: KeySet<T>): x is KeySet<T|'d'>; function
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionErrors.types353 declare function hasKey<T extends Keys>(x: KeySet<T>): x is KeySet<T|'d'>;
354 >hasKey : <T extends Keys>(x: KeySet<T>) => x is KeySet<T | "d">
DtypeGuardFunctionErrors.symbols375 declare function hasKey<T extends Keys>(x: KeySet<T>): x is KeySet<T|'d'>;
376 >hasKey : Symbol(hasKey, Decl(typeGuardFunctionErrors.ts, 148, 48))
DtypeGuardFunctionErrors.js153 declare function hasKey<T extends Keys>(x: KeySet<T>): x is KeySet<T|'d'>;
/third_party/cups-filters/filter/
Dpdf.cxx228 if (!object.hasKey(key) && inheritable){ in dict_lookup_rect()

12