/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_crud_test.cpp | 740 if (!jsonObject.contains(CHARACTER_OS_SYSCAP) || !jsonObject[CHARACTER_OS_SYSCAP].is_array()) { in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 612 @ half of a register contains the second-next row (also stored in the first
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 93 * (when the pattern contains only numbered arguments) 99 * A numbered pattern argument is matched with a map key that contains that number 314 * "The disk \"{1}\" contains {0} file(s)."); 319 * <em>output</em>: The disk "MyDisk" contains 0 file(s). 320 * <em>output</em>: The disk "MyDisk" contains 1 file(s). 321 * <em>output</em>: The disk "MyDisk" contains 1,273 file(s). 986 * A numbered pattern argument is matched with a map key that contains that number 1108 * In addition, the <code>AttributedCharacterIterator</code> contains at 1119 * resulting String, but also which fields it contains in turn. 1211 * contains th [all...] |
H A D | DateFormatSymbols.java | 583 * Each such row contains (with <code>i</code> ranging from 1359 * each row contains at least following strings: 1702 if (resourcesToVisit != null && !resourcesToVisit.isEmpty() && !resourcesToVisit.contains(keyString) in put() 1823 * @param value Value which contains the alias 2354 * contains a partial preview implementation. The * <i>actual</i>
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | csdetest.cpp | 795 if (setOfCharsetNames.contains(charSetName)) { in Ticket6394Test()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 558 * When we hit a rule that contains a variable, in build() 669 return variables.contains(variable) || variable.equals("*"); in isKnownVariable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 94 * (when the pattern contains only numbered arguments) 100 * A numbered pattern argument is matched with a map key that contains that number 315 * "The disk \"{1}\" contains {0} file(s)."); 320 * <em>output</em>: The disk "MyDisk" contains 0 file(s). 321 * <em>output</em>: The disk "MyDisk" contains 1 file(s). 322 * <em>output</em>: The disk "MyDisk" contains 1,273 file(s). 964 * A numbered pattern argument is matched with a map key that contains that number 1081 * In addition, the <code>AttributedCharacterIterator</code> contains at 1092 * resulting String, but also which fields it contains in turn. 1182 * contains th [all...] |
H A D | DateFormatSymbols.java | 559 * Each such row contains (with <code>i</code> ranging from 1311 * each row contains at least following strings: 1644 if (resourcesToVisit != null && !resourcesToVisit.isEmpty() && !resourcesToVisit.contains(keyString) in put() 1765 * @param value Value which contains the alias 2292 * contains a partial preview implementation. The * <i>actual</i>
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 696 if (works != valid.contains(c)) { in TestVariableCharacters()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundle.java | 580 if (!uniqueSet.contains(loc)) { in getLocaleList() 1238 // is required then the base name contains '.' else in instantiateBundle()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 558 * When we hit a rule that contains a variable, in build() 669 return variables.contains(variable) || variable.equals("*"); in isKnownVariable()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | transreg.cpp | 948 if (!availableIDs.contains((void*) &ID)) { in registerEntry()
|
/third_party/json/tests/src/ |
H A D | unit-class_parser.cpp | 1459 return !(e == json::parse_event_t::object_end && parsed.contains("foo"));
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 371 bool contains(value *v);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | escape-analysis.cc | 753 params.maps().contains( in ReduceNode()
|
H A D | machine-operator.h | 390 return !unsupported.contains(rep); in IsUnalignedSupported()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 398 breakReasons.contains(v8::debug::BreakReason::kOOM)); in handleProgramBreak()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 81 if (!de::contains(excludedExtensions, supportedExtension)) in removeCoreExtensions() 513 // Check if result buffer contains valid values in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 562 if (!de::contains(begin(creationModifiers), end(creationModifiers), properties.drmFormatModifier)) in createImageListModifiersCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 79 if (!de::contains(excludedExtensions, supportedExtension)) in removeCoreExtensions() 509 // Check if result buffer contains valid values in iterate()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | mathutil.h | 706 bool contains(T value) const { return value >= mLow && value < mHigh; } in contains() function in gl::Range
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 56 // class contains generic algorithms that call collection-specific methods, 838 // If this segment contains the slot, we're done. 839 if (SegmentI->contains(*SlotI))
|
H A D | MachineFunction.cpp | 217 // Do call MachineBasicBlock destructors, it contains std::vectors. in clear() 623 assert((VRegRC == RC || (VRegRC->contains(PReg) && in addLiveIn()
|
H A D | MachineTraceMetrics.cpp | 258 /// resource kind, this array contains the scaled processor resources consumed 272 /// resource kind, this array contains the scaled processor resources consumed 305 return From && !From->contains(To); in isExitingLoop() 598 assert(!(Loop && MBB == Loop->getHeader()) && "Trace contains backedge"); 608 "Trace contains backedge"); 977 /// when reaching the block that contains DefMI.
|
H A D | TargetInstrInfo.cpp | 456 return RC->contains(LiveOp.getReg()) ? RC : nullptr; in canFoldCopy()
|