/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 48 SmallVector<List, 4> Lists; member in llvm::DebugLocStream 60 size_t getNumLists() const { return Lists.size(); } in getNumLists() 61 const List &getList(size_t LI) const { return Lists[LI]; } in getList() 62 ArrayRef<List> getLists() const { return Lists; } in getLists() 81 size_t LI = Lists.size(); in startList() 82 Lists.emplace_back(CU, Entries.size()); in startList() 113 .slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries() 129 assert(&Lists.front() <= &L && &L <= &Lists.back() && in getIndex() 131 return &L - &Lists in getIndex() [all...] |
H A D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 18 Lists.pop_back(); in finalizeList() 23 Lists.back().Label = Asm.createTempSymbol("debug_loc"); in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | UnknownField.cs | 78 && Lists.Equals(varintList, otherField.varintList) in Equals() 79 && Lists.Equals(fixed32List, otherField.fixed32List) in Equals() 80 && Lists.Equals(fixed64List, otherField.fixed64List) in Equals() 81 && Lists.Equals(lengthDelimitedList, otherField.lengthDelimitedList) in Equals() 82 && Lists.Equals(groupList, otherField.groupList); in Equals() 91 hash = hash * 47 + Lists.GetHashCode(varintList); in GetHashCode() 92 hash = hash * 47 + Lists.GetHashCode(fixed32List); in GetHashCode() 93 hash = hash * 47 + Lists.GetHashCode(fixed64List); in GetHashCode() 94 hash = hash * 47 + Lists.GetHashCode(lengthDelimitedList); in GetHashCode() 95 hash = hash * 47 + Lists in GetHashCode() [all...] |
/third_party/gn/src/gn/ |
H A D | command_meta.cc | 27 Lists collected metaresults of all given targets for the given data key(s), 59 Lists collected metaresults for the `files` key in the //base/foo:foo 63 Lists collected metaresults for the `files` and `other` keys in the 67 Lists collected metaresults for the `files` key in the //base/foo:foo 71 Lists collected metaresults for the `files` key in the //base/foo:foo
|
H A D | command_ls.cc | 24 Lists all targets matching the given pattern for the given build directory. 41 Lists all targets in the default toolchain. 44 Lists all targets in the directory base and all subdirectories. 47 Lists all targets defined in //base/BUILD.gn. 50 Lists the build output file for //base:base 53 Lists all executables produced by the build.
|
H A D | parser.cc | 144 - Lists: Lists are arbitrary-length ordered lists of values. See "Lists" 150 Lists 152 Lists are created with [] and using commas to separate items: 156 A comma after the last item is optional. Lists are dereferenced using 0-based 162 Lists can be concatenated using the '+' and '+=' operators. Bare values can
|
H A D | variables.cc | 1046 Lists files or directories required to run the given target. These are
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
H A D | testlist.go | 105 // Lists is the full list of tests to be run. 106 type Lists []Group type 108 // Filter returns a new Lists that contains only tests that match the predicate. 109 func (l Lists) Filter(pred func(string) bool) Lists { 110 out := Lists{} 121 func (l Lists) Hash() string { 130 func Load(root, jsonPath string) (Lists, error) { 157 out := make(Lists, len(jsonGroups))
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherBytes.java | 21 import com.google.common.collect.Lists; 91 remainingSequences = Lists.reverse(Lists.newArrayList(allSequences)); in MatcherBytes()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | CldrDataProcessor.java | 24 import com.google.common.collect.Lists; 265 Lists.transform(prefixActions, PrefixBuilder::build), valueActions); in build() 295 List<PrefixAction<?, S>> actions = Lists.transform(prefixActions, PrefixBuilder::build); in build()
|
H A D | IcuDataDumper.java | 34 import com.google.common.collect.Lists; 270 return RbPath.of(Lists.reverse(segments)); in getPathFromStack()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 545 func (r *regres) testLatest(change *changeInfo, test *test, d deqpBuild) (*deqp.Results, testlist.Lists, error) { 592 func (r *regres) testParent(change *changeInfo, testlists testlist.Lists, d deqpBuild) (*deqp.Results, error) { 651 func(test *test, testLists testlist.Lists, results *deqp.Results) error { 670 func (r *regres) runDailyTest(dailyHash git.Hash, reactorBackend reactorBackend, genCov bool, withResults func(*test, testlist.Lists, *deqp.Results) error) error { 835 testLists testlist.Lists, 1214 func (t *test) buildAndRun(testLists testlist.Lists, d deqpBuild) *deqp.Results { 1266 func (t *test) run(testLists testlist.Lists, d deqpBuild) (*deqp.Results, error) { 1281 testLists = append(testlist.Lists{}, testLists...) 1321 func (t *test) writeTestListsByStatus(testLists testlist.Lists, results *deqp.Results) ([]string, error) { 1352 func (t *test) resultsCachePath(testLists testlist.Lists, [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | Lists.cs | 39 /// Utility to compare if two Lists are the same, and the hash code 42 public static class Lists class
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
H A D | locate-test | 13 Lists the tests (source/binary) available from the DIRECTORY directory
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | ResultSpec.java | 36 import com.google.common.collect.Lists; 191 args = Lists.transform(args, s -> s.replace('/', ':')); in getRbPath()
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 210 Lists the files installed for a package specified by <path>.
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
H A D | main.go | 113 TestLists: testlist.Lists{group},
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 297 func createTestListSheets(srv *sheets.Service, testlists testlist.Lists) error {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 65 TestLists testlist.Lists
|