Home
last modified time | relevance | path

Searched refs:set (Results 4751 - 4775 of 5884) sorted by relevance

1...<<191192193194195196197198199200>>...236

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-object.c168 OBJECT_WITHOUT_IMMUTABILITY (set),
/third_party/python/Lib/test/
H A Dtest_module.py274 self.assertEqual(set(lines), {
H A Dtest_telnetlib.py18 evt.set()
H A Dtest_zipapp.py300 self.assertEqual(set(z.namelist()), {'__main__.py'})
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py191 # just before Popen.wait() set returncode.
225 # If kill() has been called before self._popen is set,
524 def get_all_test_result_classes() -> set[type[TestResult]]:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h78 /// If set to true, all sections in each object file will be allocated using
101 /// If set, this RTDyldObjectLinkingLayer instance will claim responsibility
109 /// deterministically). If this option is set, clashes for the additional
123 std::set<StringRef> &InternalSymbols);
382 /// If set to true, all sections in each object file will be allocated using
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h84 // Fluent setters that return this Config so set calls can be chained.
314 containers::set<Timeout, std::less<Timeout>> timeouts;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp141 return MachineFunctionProperties().set(
H A DAArch64RedundantCopyElimination.cpp99 return MachineFunctionProperties().set(
371 // UsedKnownRegs is the set of KnownRegs that have had uses added to MBB. in optimizeBlock()
433 // Remove any regs the MI clobbers from the KnownConstRegs set. in optimizeBlock()
444 // Continue until the KnownRegs set is empty. in optimizeBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp83 return MachineFunctionProperties().set(
H A DHexagonNewValueJump.cpp91 return MachineFunctionProperties().set(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp63 return MachineFunctionProperties().set(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp146 return MachineFunctionProperties().set(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp53 return MachineFunctionProperties().set(
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp408 fMousePos.set(x, y); in onMouse()
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp213 result.set(bytes+(bytesCapacity-bytesLength), bytesLength); in buildStringPiece()
H A Ducnvhz.cpp543 if (*pBufferSize == 0){ /* 'preflighting' request - set needed size into *pBufferSize */ in _HZ_SafeClone()
569 sa->addRange(sa->set, 0, 0x7f); in _HZ_GetUnicodeSet()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h42 * A mutable set of Unicode characters and multicharacter strings. Objects of this class
63 * of traditional set theory function names, <code>add</code> is a
66 * argument is a set complement with respect to the superset range
73 * of the set, the method <code>applyPattern()</code> sets all
122 * <p>Property patterns specify a set of characters having a certain
134 * specify their union. To complement a set, place a '^' immediately
147 * set of three characters, 'a', 'b', and '-'.
150 * set difference may be taken using the '-' operator, for example,
151 * "[[:L:]&[\\u0000-\\u0FFF]]" indicates the set of all Unicode letters
159 * <tr valign=top><td nowrap><code>[a]</code><td>The set containin
[all...]
/third_party/vixl/tools/
H A Dtest.py55 # Convert the list into a set and back to list
57 return list(set(values))
61 # If no 'default' value is set, it will default to 'all.
62 # If accepted options are set using 'choices' then only these values will be
64 # If they're set using 'soft_choices' then 'all' will default to these values,
68 # At least one option was set by the user.
152 help='''Runs the tests using N jobs. If the option is set but no value is
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java100 directBuffer.set(new SoftReference<ByteBuffer>(buffer));
H A DLazyMessageLiteTest.java110 outer.getRepeatedInnerList().set(1, null); in testRepeatedMutability()
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dreader_test.js258 encodedArray.set(array, 1);
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py52 return set(
/third_party/python/Lib/
H A Dposixpath.py15 # Should be set before imports for resolving cyclic dependency.
545 isabs, = set(p[:1] == sep for p in paths)
/third_party/python/Lib/unittest/test/
H A Dtest_suite.py90 suite_3 = unittest.TestSuite(set(suite_1))

Completed in 20 milliseconds

1...<<191192193194195196197198199200>>...236