/third_party/icu/icu4c/source/i18n/ |
H A D | brktrans.cpp | 87 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 D | number_mapper.cpp | 57 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 D | brktrans.cpp | 87 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 D | number_mapper.cpp | 57 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 D | brktrans.cpp | 87 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 D | number_mapper.cpp | 57 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 D | Bitmap_isNull.cpp | 8 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 D | Bitmap_reset.cpp | 10 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 D | vkscpc.cpp | 111 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 D | dispatch_rule_parser.cpp | 64 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 D | matrix_query.hpp | 33 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 D | itutil.cpp | 356 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 D | bytestrietest.cpp | 314 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 D | battery_config.cpp | 91 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 D | TinyPtrVector.h | 138 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 D | Twine.h | 188 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 D | CacheTest.java | 30 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 D | CacheTest.java | 27 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 D | PointerUnion.h | 115 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 D | Twine.h | 187 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 D | battery_config.cpp | 89 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 D | result_set.h | 35 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 D | CacheValue.java | 30 * 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 D | CacheValue.java | 31 * 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 D | CommandLineMainTest.java | 64 assertThat(p.numberInput.file).isNull(); in createFromNumberString_expectSufficientArguments() 74 assertThat(p.numberInput.number).isNull(); in createFromPath_expectSufficientArguments()
|