Home
last modified time | relevance | path

Searched refs:Sets (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDeltaAlgorithm.cpp45 const changesetlist_ty &Sets) { in Delta() argument
47 UpdatedSearchState(Changes, Sets); in Delta()
50 if (Sets.size() <= 1) in Delta()
55 if (Search(Changes, Sets, Res)) in Delta()
60 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta()
61 ie = Sets.end(); it != ie; ++it) in Delta()
63 if (SplitSets.size() == Sets.size()) in Delta()
70 const changesetlist_ty &Sets, in Search() argument
73 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search()
74 ie = Sets.end(); it != ie; ++it) { in Search()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp73 StratifiedSets<InstantiatedValue> Sets; member in CFLSteensAAResult::FunctionInfo
81 return Sets; in getStratifiedSets()
119 : Sets(std::move(S)) { in FunctionInfo()
148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo()
167 auto RetInfo = Sets.find(InstantiatedValue{RetVal, 0}); in FunctionInfo()
176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo()
298 auto &Sets = MaybeInfo->getStratifiedSets(); in query() local
299 auto MaybeA = Sets.find(InstantiatedValue{ValA, 0}); in query()
303 auto MaybeB = Sets.find(InstantiatedValue{ValB, 0}); in query()
309 auto AttrsA = Sets.getLink(SetA.Index).Attrs; in query()
[all …]
/third_party/node/tools/v8_gypfiles/
Dfeatures.gypi73 # Sets -DV8_ENABLE_FUTURE.
78 # Sets --DV8_LITE_MODE.
81 # Sets -DVERIFY_HEAP.
84 # Sets -DVERIFY_PREDICTABLE
96 # Sets -dENABLE_DISASSEMBLER.
99 # Sets the number of internal fields on promise objects.
102 # Sets -dENABLE_GDB_JIT_INTERFACE.
131 # Sets -dOBJECT_PRINT.
134 # Sets -dV8_TRACE_MAPS.
137 # Sets -dV8_ENABLE_CHECKS.
[all …]
/third_party/curl/docs/cmdline-opts/
Dtelnet-option.d9 TTYPE=<term> Sets the terminal type.
11 XDISPLOC=<X display> Sets the X display location.
13 NEW_ENV=<var,val> Sets an environment variable.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDeltaAlgorithm.h60 const changesetlist_ty &Sets);
68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
74 const changesetlist_ty &Sets) {} in UpdatedSearchState() argument
/third_party/flatbuffers/android/app/src/main/cpp/
DCMakeLists.txt4 # Sets the minimum version of CMake required to build the native library.
19 add_library( # Sets the name of the library.
22 # Sets the library as a shared library.
37 find_library( # Sets the name of the path variable.
/third_party/boost/libs/geometry/doc/reference/core/
Dset_point.qbk16 [[__point__][Sets the coordinate of a point]]
17 [[Circle or Sphere][Sets the coordinate of the center of a circle or sphere (currently in an extens…
18 [[__sph__][Sets the coordinate of a point, in either Radian's or Degree's, depending on specified u…
Dset_box.qbk14 [[__box__][Sets the coordinate of a box (use min_corner, max_corner to specify which of the points …
15 [[__segment__][Sets the coordinate of a segment (use 0, 1 to specify which of the two points to set…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp28 Sets.push_back({}); in DWARFDebugPubTable()
29 Set &SetData = Sets.back(); in DWARFDebugPubTable()
49 for (const Set &S : Sets) { in dump()
/third_party/boost/libs/math/doc/internals/
Dminimax.qbk59 [[variant N][Sets the current function variant to N. This allows multiple functions
62 [[range a b][Sets the domain for the approximation to the range \[a,b\], defaults
64 [[relative][Sets the Remez code to optimise for relative error. This is the default
67 [[absolute][Sets the Remez code to optimise for absolute error.]]
73 [[order N D][Sets the order of the approximation to /N/ in the numerator and /D/
78 [[working-precision N][Sets the working precision of NTL::RR to /N/ binary digits. Defaults to 250…
79 [[target-precision N][Sets the precision of printed output to /N/ binary digits:
90 [[brake val][Sets a brake on each step so that the change in the
94 [[x-offset val][Sets the x-offset to /val/: the approximation will
100 [[x-scale val][Sets the x-scale to /val/: the approximation will
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/
DCMakeLists.txt4 # Sets the minimum version of CMake required to build the native library.
20 add_library( # Sets the name of the library.
22 # Sets the library as a shared library.
44 find_library( # Sets the name of the path variable.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h63 std::vector<Set> Sets;
75 ArrayRef<Set> getData() { return Sets; } in getData()
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/
Dset_has_error.md3 description = "Sets whether the implementation has an error. Constexpr, never throws."
8 Sets whether the implementation has an error by setting or clearing the relevant bit in the flags. …
Dset_has_value.md3 description = "Sets whether the implementation has a value. Constexpr, never throws."
8 Sets whether the implementation has a value by setting or clearing the relevant bit in the flags. C…
Dset_has_exception.md3 description = "Sets whether the implementation has an exception. Constexpr, never throws."
8 Sets whether the implementation has an exception by setting or clearing the relevant bit in the fla…
Dset_has_error_is_errno.md3 description = "Sets whether the implementation's error code has a domain or category matching that …
8 Sets whether the implementation's error code has a domain or category matching that of POSIX `errno…
/third_party/flatbuffers/android/app/src/main/cpp/flatbuffers/
DCMakeLists.txt4 # Sets the minimum version of CMake required to build the native library.
47 add_library( # Sets the name of the library.
55 add_library( # Sets the name of the library.
/third_party/boost/libs/outcome/doc/src/content/reference/functions/hooks/
Dset_spare_storage.md3 description = "Sets the sixteen bits of spare storage in the specified result or outcome."
6 Sets the sixteen bits of spare storage in the specified result or outcome. You can retrieve these b…
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/
DCMakeLists.txt4 # Sets the minimum version of CMake required to build the native library.
41 add_library( # Sets the name of the library.
44 # Sets the library as a static library.
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/
DCMakeLists.txt4 # Sets the minimum version of CMake required to build the native library.
37 add_library( # Sets the name of the library.
40 # Sets the library as a static library.
/third_party/flatbuffers/rust/flexbuffers/
DCargo.toml14 # Sets serde::Serializer::is_human_readable() to true.
18 # Sets serde::Deserializer::is_human_readable() to true.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSplitModule.cpp171 SmallVector<SortType, 64> Sets; in findPartitions() local
179 Sets.push_back( in findPartitions()
183 llvm::sort(Sets, [](const SortType &a, const SortType &b) { in findPartitions()
190 for (auto &I : Sets) { in findPartitions()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DLocaleIdResolver.java23 import com.google.common.collect.Sets;
57 Set<String> redundant = Sets.intersection(idSpecs, targetIds); in resolve()
65 Set<String> minimalConfigIds = new TreeSet<>(Sets.difference(idSpecs, targetIds)); in resolve()
/third_party/ltp/testcases/kernel/device-drivers/rtc/
DREADME8 2. Alarm Test: Sets the alarm to 5 seconds in future and makes sure it rings.
11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
DREADME.md20 |--cose-sign|o|if no tag|Sets cose-sign mode|
21 |--cose-sign1|o|if no tag|Sets cose-sign1 mode|
22 |--cose-mac|o|if no tag|Sets cose-sign1 mode|
23 |--cose-mac0|o|if no tag|Sets cose-sign1 mode|

12345678910>>...15