Home
last modified time | relevance | path

Searched refs:hasData (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/tools/
Dskpinfo.cpp70 bool hasData; in main() local
71 if (!stream.readBool(&hasData)) { return kTruncatedFile; } in main()
72 if (!hasData) { in main()
/third_party/flutter/skia/tools/
Dskpinfo.cpp69 bool hasData; in main() local
70 if (!stream.readBool(&hasData)) { return kTruncatedFile; } in main()
71 if (!hasData) { in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCurrencyMetaInfo.java36 private static final boolean hasData; field in CurrencyMetaInfo
53 return hasData ? impl : null; in getInstance()
63 public static boolean hasData() { in hasData() method in CurrencyMetaInfo
64 return hasData; in hasData()
536 hasData = tempHasData;
DCurrencyDisplayNames.java97 public static boolean hasData() { in hasData() method in CurrencyDisplayNames
98 return CurrencyData.provider.hasData(); in hasData()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyMetaInfo.java35 private static final boolean hasData; field in CurrencyMetaInfo
54 return hasData ? impl : null; in getInstance()
64 public static boolean hasData() { in hasData() method in CurrencyMetaInfo
65 return hasData; in hasData()
578 hasData = tempHasData;
DCurrencyDisplayNames.java100 public static boolean hasData() { in hasData() method in CurrencyDisplayNames
101 return CurrencyData.provider.hasData(); in hasData()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCurrencyData.java25 boolean hasData(); in hasData() method
118 public boolean hasData() {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCurrencyData.java32 boolean hasData(); in hasData() method
140 public boolean hasData() {
DICUCurrencyDisplayInfoProvider.java63 public boolean hasData() { in hasData() method in ICUCurrencyDisplayInfoProvider
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go142 hasData := false
155 hasData = true
158 if !hasData {
/third_party/flutter/engine/flutter/lib/ui/window/
Dplatform_message.h24 bool hasData() { return hasData_; } in hasData() function
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Dplatform_message_router.mm24 if (message->hasData()) {
/third_party/flutter/flutter/dev/integration_tests/platform_interaction/lib/src/
Dtest_step.dart25 if (snapshot.hasData) {
/third_party/flutter/skia/tests/
DPictureTest.cpp550 sk_sp<SkPicture> hasData(recorder.finishRecordingAsPicture()); in test_gen_id() local
552 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()
555 REPORTER_ASSERT(reporter, hasData->uniqueID() != empty->uniqueID()); in test_gen_id()
/third_party/skia/tests/
DPictureTest.cpp498 sk_sp<SkPicture> hasData(recorder.finishRecordingAsPicture()); in test_gen_id() local
500 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID); in test_gen_id()
503 REPORTER_ASSERT(reporter, hasData->uniqueID() != empty->uniqueID()); in test_gen_id()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dasync.dart216 /// If this is non-null, [hasData] will be true.
227 /// Throws [error], if [hasError]. Throws [StateError], if neither [hasData]
230 if (hasData)
256 bool get hasData => data != null;
/third_party/flutter/flutter/dev/integration_tests/channels/lib/src/
Dtest_step.dart46 if (snapshot.hasData) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCurrencyTest.java317 if (!CurrencyDisplayNames.hasData()) { in TestCurrencyDisplayNames()
585 if (!CurrencyMetaInfo.hasData()) { in TestCurrencyMetaInfo()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.h1762 void SetHasOriginalRawFileData (bool hasData) in SetHasOriginalRawFileData() argument
1764 fHasOriginalRawFileData = hasData; in SetHasOriginalRawFileData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java314 if (!CurrencyDisplayNames.hasData()) { in TestCurrencyDisplayNames()
582 if (!CurrencyMetaInfo.hasData()) { in TestCurrencyMetaInfo()
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc249 if (message->hasData()) { in HandlePlatformMessage()
Dplatform_view_android.cc174 if (message->hasData()) { in HandlePlatformMessage()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyDisplayInfoProvider.java59 public boolean hasData() { in hasData() method in ICUCurrencyDisplayInfoProvider
/third_party/libevdev/doc/html/
Djquery.js2hasData:function(e){var t=e[this.expando];return void 0!==t&&!k.isEmptyObject(t)}};var Q=new Y,J=n… method
/third_party/libjpeg-turbo/doc/html/
Djquery.js2hasData:function(e){var t=e[this.expando];return void 0!==t&&!k.isEmptyObject(t)}};var Q=new Y,J=n… method

12