Home
last modified time | relevance | path

Searched refs:isNull (Results 1 - 25 of 238) sorted by relevance

12345678910

/third_party/icu/icu4c/source/i18n/
H A Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
H A Dnumber_mapper.cpp57 if (!properties.currencyPluralInfo.fPtr.isNull()) { in oldToNew()
73 !properties.currency.isNull() || in oldToNew()
74 !properties.currencyPluralInfo.fPtr.isNull() || in oldToNew()
75 !properties.currencyUsage.isNull() || in oldToNew()
131 if (!properties.currencyUsage.isNull()) { in oldToNew()
253 if (!properties.compactStyle.isNull()) { in oldToNew()
/third_party/node/deps/icu-small/source/i18n/
H A Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
H A Dnumber_mapper.cpp57 if (!properties.currencyPluralInfo.fPtr.isNull()) { in oldToNew()
73 !properties.currency.isNull() || in oldToNew()
74 !properties.currencyPluralInfo.fPtr.isNull() || in oldToNew()
75 !properties.currencyUsage.isNull() || in oldToNew()
131 if (!properties.currencyUsage.isNull()) { in oldToNew()
253 if (!properties.compactStyle.isNull()) { in oldToNew()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbrktrans.cpp87 if (bi.isNull()) { in handleTransliterate()
90 if (boundaries.isNull()) { in handleTransliterate()
94 if (bi.isNull() || boundaries.isNull() || U_FAILURE(status)) { in handleTransliterate()
149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
H A Dnumber_mapper.cpp57 if (!properties.currencyPluralInfo.fPtr.isNull()) { in oldToNew()
73 !properties.currency.isNull() || in oldToNew()
74 !properties.currencyPluralInfo.fPtr.isNull() || in oldToNew()
75 !properties.currencyUsage.isNull() || in oldToNew()
131 if (!properties.currencyUsage.isNull()) { in oldToNew()
252 if (!properties.compactStyle.isNull()) { in oldToNew()
/third_party/skia/docs/examples/
H A DBitmap_isNull.cpp8 SkDebugf("empty bitmap does %shave pixels\n", bitmap.isNull() ? "not " : ""); in REG_FIDDLE()
10 SkDebugf("bitmap with dimensions does %shave pixels\n", bitmap.isNull() ? "not " : ""); in REG_FIDDLE()
12 SkDebugf("allocated bitmap does %shave pixels\n", bitmap.isNull() ? "not " : ""); in REG_FIDDLE()
H A DBitmap_reset.cpp10 SkDebugf("width:%d height:%d isNull:%s\n", bitmap.width(), bitmap.height(), in REG_FIDDLE()
11 bitmap.isNull() ? "true" : "false"); in REG_FIDDLE()
13 SkDebugf("width:%d height:%d isNull:%s\n", bitmap.width(), bitmap.height(), in REG_FIDDLE()
14 bitmap.isNull() ? "true" : "false"); in REG_FIDDLE()
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp111 if (!jsonSamplerYcbcrConversions.isNull()) in importFilesForExternalCompiler()
124 if (!jsonSamplers.isNull()) in importFilesForExternalCompiler()
137 if (!jsonDescriptorSetLayouts.isNull()) in importFilesForExternalCompiler()
154 if (!jsonComputePipeline.isNull()) in importFilesForExternalCompiler()
164 if (!jsonGraphicsPipeline.isNull()) in importFilesForExternalCompiler()
176 if (!jsonPipelineLayout.isNull() && pipelineLayoutHandle != 0u) in importFilesForExternalCompiler()
182 if (!jsonRenderPass.isNull() && renderPassHandle != 0u) in importFilesForExternalCompiler()
188 if (!jsonRenderPass2.isNull() && renderPassHandle != 0u) in importFilesForExternalCompiler()
194 if (!jsonShaderFileNames.isNull()) in importFilesForExternalCompiler()
235 if (!jsonPhysicalDeviceFeatures.isNull()) in importFilesForExternalCompiler()
[all...]
/base/hiviewdfx/hiview/base/
H A Ddispatch_rule_parser.cpp64 if (root.isNull() || !root.isMember("types") || !root["types"].isArray()) { in ParseEventTypes()
86 if (root.isNull() || !root.isMember("tags") || !root["tags"].isArray()) { in ParseTagEvents()
105 if (root.isNull() || !root.isMember("events") || !root["events"].isArray()) { in ParseEvents()
124 if (root.isNull() || !root.isMember("domains") || !root["domains"].isArray()) { in ParseDomainRule()
131 if (jsonDomainArray[i].isNull() || !jsonDomainArray[i].isMember("domain")) { in ParseDomainRule()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dmatrix_query.hpp33 GLM_FUNC_DECL bool isNull(tmat2x2<T, P> const & m, T const & epsilon);
38 GLM_FUNC_DECL bool isNull(tmat3x3<T, P> const & m, T const & epsilon);
43 GLM_FUNC_DECL bool isNull(tmat4x4<T, P> const & m, T const & epsilon);
/third_party/icu/icu4c/source/test/intltest/
H A Ditutil.cpp356 if(s.isNull() || !s.isValid() || s==NULL || !(s!=NULL)) { in TestLocalPointer()
382 if(csx.isNull() && U_SUCCESS(errorCode)) { in TestLocalPointer()
388 if(csx.isNull() && U_SUCCESS(errorCode)) { in TestLocalPointer()
493 if(ua.isNull() && U_SUCCESS(errorCode)) { in TestLocalArray()
500 if(ua.isNull() && U_SUCCESS(errorCode)) { in TestLocalArray()
600 if(sel.isNull()) { in TestLocalXyzPointer()
610 if(cal.isNull()) { in TestLocalXyzPointer()
619 if(patgen.isNull()) { in TestLocalXyzPointer()
628 if(ldn.isNull()) { in TestLocalXyzPointer()
639 if(msg.isNull()) { in TestLocalXyzPointer()
[all...]
H A Dbytestrietest.cpp314 if(trie.isNull()) { in TestHasUniqueValue()
350 if(trie.isNull()) { in TestGetNextBytes()
399 if(trie.isNull()) { in TestIteratorFromBranch()
448 if(trie.isNull()) { in TestIteratorFromLinearMatch()
476 if(trie.isNull()) { in TestTruncatingIteratorFromRoot()
527 if(trie.isNull()) { in TestTruncatingIteratorFromLinearMatchShort()
555 if(trie.isNull()) { in TestTruncatingIteratorFromLinearMatchLong()
652 if(trie.isNull()) { in checkData()
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp91 return !GetValue(key).isNull(); in IsExist()
97 return (value.isNull() || !value.isInt()) ? defVal : value.asInt(); in GetInt()
173 if (bootActionsConfig.isNull() || !bootActionsConfig.isObject()) { in ParseBootActionsConf()
183 if (commonEventConfs.isNull() || !commonEventConfs.isArray()) { in ParseCommonEventConf()
199 if (!sceneConfigEqual.isNull() && sceneConfigEqual.isString()) { in ParseCommonEventConf()
202 } else if (!sceneConfigNotEqual.isNull() && sceneConfigNotEqual.isString()) { in ParseCommonEventConf()
238 if (value.isNull()) { in GetValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTinyPtrVector.h138 if (Val.isNull()) in operator ArrayRef()
147 if (Val.isNull()) in operator MutableArrayRef()
166 if (Val.isNull()) return true; in empty()
194 return begin() + (Val.isNull() ? 0 : 1); in end()
219 assert(!Val.isNull() && "can't index into an empty vector"); in operator []()
246 if (Val.isNull()) { in push_back()
248 assert(!Val.isNull() && "Can't add a null value"); in push_back()
319 assert(!Val.isNull() && "Null value with non-end insert iterator."); in insert()
340 if (Val.isNull()) { in insert()
H A DTwine.h188 bool isNull() const { in isNull() function in llvm::Twine
199 return isNull() || isEmpty(); in isNullary()
490 if (isNull() || Suffix.isNull()) in concat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
H A DCacheTest.java30 assertTrue("null CacheValue isNull()", nv.isNull()); in testNullCacheValue()
49 assertFalse("strong CacheValue not isNull()", sv.isNull()); in testStrongCacheValue()
68 assertFalse("soft CacheValue not isNull()", sv.isNull()); in testSoftCacheValue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DCacheTest.java27 assertTrue("null CacheValue isNull()", nv.isNull()); in testNullCacheValue()
46 assertFalse("strong CacheValue not isNull()", sv.isNull()); in testStrongCacheValue()
65 assertFalse("soft CacheValue not isNull()", sv.isNull()); in testSoftCacheValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerUnion.h115 bool isNull() const {
120 explicit operator bool() const { return !isNull(); }
265 bool isNull() const { return Val.isNull(); } in isNull() function in llvm::PointerUnion3
266 explicit operator bool() const { return !isNull(); } in operator bool()
370 bool isNull() const { return Val.isNull(); } in isNull() function in llvm::PointerUnion4
371 explicit operator bool() const { return !isNull(); } in operator bool()
H A DTwine.h187 bool isNull() const { in isNull() function in llvm::Twine
198 return isNull() || isEmpty(); in isNullary()
498 if (isNull() || Suffix.isNull()) in concat()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp89 return !GetValue(key).isNull(); in IsExist()
95 return (value.isNull() || !value.isInt()) ? defVal : value.asInt(); in GetInt()
101 return (value.isNull() || !value.isString()) ? defVal : value.asString(); in GetString()
199 if (value.isNull()) { in GetValue()
/base/security/security_guard/test/unittest/mock/rdb/
H A Dresult_set.h35 virtual int IsColumnNull(int columnIndex, bool &isNull) = 0;
56 MOCK_METHOD2(IsColumnNull, int(int columnIndex, bool &isNull));
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCacheValue.java30 * via {@code isNull()}.
84 public boolean isNull() { return false; } in isNull() method in CacheValue
105 public boolean isNull() { return true; } in isNull() method in CacheValue.NullValue
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCacheValue.java31 * via {@code isNull()}.
87 public boolean isNull() { return false; } in isNull() method in CacheValue
108 public boolean isNull() { return true; } in isNull() method in CacheValue.NullValue
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
H A DCommandLineMainTest.java64 assertThat(p.numberInput.file).isNull(); in createFromNumberString_expectSufficientArguments()
74 assertThat(p.numberInput.number).isNull(); in createFromPath_expectSufficientArguments()

Completed in 14 milliseconds

12345678910