Home
last modified time | relevance | path

Searched refs:contains (Results 1601 - 1625 of 1842) sorted by relevance

1...<<61626364656667686970>>...74

/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_crud_test.cpp740 if (!jsonObject.contains(CHARACTER_OS_SYSCAP) || !jsonObject[CHARACTER_OS_SYSCAP].is_array()) { in HWTEST_F()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_neon.S612 @ 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 DMessageFormat.java93 * (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 DDateFormatSymbols.java583 * 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 Dcsdetest.cpp795 if (setOfCharsetNames.contains(charSetName)) { in Ticket6394Test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java558 * 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 DMessageFormat.java94 * (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 DDateFormatSymbols.java559 * 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 DDateTimeGeneratorTest.java696 if (works != valid.contains(c)) { in TestVariableCharacters()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java580 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 DLocaleDistanceBuilder.java558 * 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 Dtransreg.cpp948 if (!availableIDs.contains((void*) &ID)) { in registerEntry()
/third_party/json/tests/src/
H A Dunit-class_parser.cpp1459 return !(e == json::parse_event_t::object_end && parsed.contains("foo"));
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h371 bool contains(value *v);
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc753 params.maps().contains( in ReduceNode()
H A Dmachine-operator.h390 return !unsupported.contains(rep); in IsUnalignedSupported()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc398 breakReasons.contains(v8::debug::BreakReason::kOOM)); in handleProgramBreak()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp81 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 DvktModifiersTests.cpp562 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 DvktComputeIndirectComputeDispatchTests.cpp79 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 Dmathutil.h706 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 DLiveInterval.cpp56 // 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 DMachineFunction.cpp217 // Do call MachineBasicBlock destructors, it contains std::vectors. in clear()
623 assert((VRegRC == RC || (VRegRC->contains(PReg) && in addLiveIn()
H A DMachineTraceMetrics.cpp258 /// 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 DTargetInstrInfo.cpp456 return RC->contains(LiveOp.getReg()) ? RC : nullptr; in canFoldCopy()

Completed in 52 milliseconds

1...<<61626364656667686970>>...74