HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 126 - 150 of 249) sorted by null

1 2 3 4 56 7 8 910

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
macro-li.s.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -target-abi=o32 | FileCheck %s --check-prefixes=ALL,O32-N32-NO-PIC
2 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -target-abi=o32 -position-independent | FileCheck %s --check-prefixes=ALL,O32-N32-PIC
3 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n32 | FileCheck %s --check-prefixes=ALL,O32-N32-NO-PIC
4 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n32 -position-independent | FileCheck %s --check-prefixes=ALL,O32-N32-PIC
5 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n64 | FileCheck %s --check-prefixes=ALL,N64-NO-PIC
6 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n64 -position-independent | FileCheck %s --check-prefixes=ALL,N64-PIC
cprestore-noreorder.s 14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
cprestore-reorder.s 14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
lookup.s 13 # RUN: FileCheck %s -check-prefixes=CHECK,LEX,A
17 # RUN: FileCheck %s -check-prefixes=CHECK,LEX,B
21 # RUN: FileCheck %s -check-prefixes=CHECK,C
  /external/u-boot/tools/buildman/
toolchain.py 175 prefixes: Dict of prefixes to check, keyed by architecture. This can
185 self.prefixes = {}
221 self.prefixes = bsettings.GetItems('toolchain-prefix')
295 for name, value in self.prefixes:
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc 80 const std::vector<std::string>& prefixes,
83 assert(prefixes.size() == kNumMetrics);
85 plot_information_[i].prefix = prefixes[i];
metric_recorder.h 72 void SetPlotInformation(const std::vector<std::string>& prefixes,
  /external/google-breakpad/src/tools/python/
filter_syms.py 65 |ignored_prefixes| contains a list of optional path prefixes that
175 action="append", dest="prefixes", type="string",
179 "multiple prefixes.")
194 symbol_parser = SymbolFileParser(sys.stdin, sys.stdout, options.prefixes,
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-line-dwo.s 4 # RUN: llvm-dwarfdump -debug-line %t.o | FileCheck %s --check-prefixes=PART1,PART2
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
rv32c-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
rv64f-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.h 162 // Merges a set of bundles (given their prefixes) into a single bundle with the
165 // If there are N bundles in "prefixes", during the merge the data files will be
175 Status MergeBundles(Env* env, gtl::ArraySlice<string> prefixes,
  /build/soong/cc/
sabi.go 51 // If the suffix of a filter element is *, try matching prefixes as well.
  /external/llvm/test/MC/Mips/
cprestore-noreorder.s 14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
cprestore-reorder.s 14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
  /external/harfbuzz_ng/src/
gen-tag-table.py 319 or self.variant in bcp_47.prefixes and len (bcp_47.prefixes[self.variant]) == 1)
524 prefixes (DefaultDict[str, AbstractSet[str]]): A map of variant
525 subtags to their prefixes.
535 self.prefixes = collections.defaultdict (set)
602 self.prefixes[subtag].add (line.split (' ')[1])
970 if lt.variant in bcp_47.prefixes:
971 expect (next (iter (bcp_47.prefixes[lt.variant])) == lt.language,
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
Initialize.cpp 86 prefixes[EbtFloat] = "";
88 prefixes[EbtFloat16] = "f16";
90 prefixes[EbtInt8] = "i8";
91 prefixes[EbtUint8] = "u8";
92 prefixes[EbtInt16] = "i16";
93 prefixes[EbtUint16] = "u16";
94 prefixes[EbtInt] = "i";
95 prefixes[EbtUint] = "u";
    [all...]
  /external/python/setuptools/setuptools/command/
easy_install.py     [all...]
  /external/perfetto/src/profiling/memory/
heapprofd_producer.cc 801 const auto& prefixes = ds.config.skip_symbol_prefix(); local
802 if (!prefixes.empty()) {
805 if (std::find_if(prefixes.cbegin(), prefixes.cend(),
808 }) != prefixes.cend()) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 815 * Return a table that contains all prefixes available
818 * @return Vector containing the prefixes available within this
950 * and all parent elements, screened for excluded prefixes.
956 * Return a table that contains all prefixes available
972 * the "extension-element-prefixes" property. This method is overridden
1042 // Add this element's declared prefixes to the
1085 List prefixes = parent.m_prefixTable; local
1096 // Add the prefixes from the parent's prefix table.
1097 int n = prefixes.size();
1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateItemCounts.java 340 void print(PrintWriter changesSummary, Set<String> prefixes) {
347 for (String prefix : prefixes) {
370 Set<String> prefixes = new TreeSet(); local
376 prefixes.add(prefix);
408 itemCount.print(changesSummary, prefixes);
410 charCount.print(changesSummary, prefixes);
    [all...]
  /art/libdexfile/dex/
utf_test.cc 162 const std::map<std::vector<uint16_t>, std::vector<uint8_t>> prefixes {
180 for (const auto& prefix : prefixes) {
  /build/blueprint/bootstrap/
config.go 73 // - a slice of path prefixes that will be cleaned of files that are no
  /build/soong/cc/config/
tidy.go 98 // This is a map of local path prefixes to the set of default clang-tidy checks
  /external/libogg/
libogg.spec 106 - add support for configurable prefixes

Completed in 2089 milliseconds

1 2 3 4 56 7 8 910