HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 101 - 125 of 495) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/encoding/gob/
error.go 22 // It always prefixes the message with "gob: ".
  /prebuilts/go/linux-x86/src/os/exec/
lp_plan9.go 34 // skip the path lookup for these prefixes
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-regprefix-1b.d 4 #name: Register prefixes 1 defaulted to yes.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 54 // Usually inner prefixes win for display,
95 // Adjust which prefixes will be displayed.
96 // The rule is to display all the prefixes not implied by
97 // the usual instruction display, that is, all the prefixes
106 // If there are multiple F2 prefixes *and* an (ignored) F3,
388 usedPrefixes bool // segment prefixes consumed by Mem formatting
398 usedPrefixes = true // disable use of prefixes for first argument
422 // Must be after argument formatting, which can turn off segment prefixes.
515 // includes any segment prefixes and sets *usedPrefixes to true.
554 // These do not accept segment prefixes, at least in the GNU rendering
    [all...]
ext_test.go 347 // begins with any of the given prefixes.
348 func hasPrefix(s string, prefixes ...string) bool {
349 for _, prefix := range prefixes {
554 // manyPrefixes generates all possible 2? combinations of nine chosen prefixes.
555 // The relative ordering of the prefixes within the combinations varies deterministically.
691 // First, zero-or-one prefixes followed by opcode followed by all possible 1-byte values.
694 // Second, zero-or-one prefixes followed by opcode followed by all possible 2-byte values.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 54 // Usually inner prefixes win for display,
95 // Adjust which prefixes will be displayed.
96 // The rule is to display all the prefixes not implied by
97 // the usual instruction display, that is, all the prefixes
106 // If there are multiple F2 prefixes *and* an (ignored) F3,
388 usedPrefixes bool // segment prefixes consumed by Mem formatting
398 usedPrefixes = true // disable use of prefixes for first argument
422 // Must be after argument formatting, which can turn off segment prefixes.
515 // includes any segment prefixes and sets *usedPrefixes to true.
554 // These do not accept segment prefixes, at least in the GNU rendering
    [all...]
ext_test.go 347 // begins with any of the given prefixes.
348 func hasPrefix(s string, prefixes ...string) bool {
349 for _, prefix := range prefixes {
554 // manyPrefixes generates all possible 2? combinations of nine chosen prefixes.
555 // The relative ordering of the prefixes within the combinations varies deterministically.
691 // First, zero-or-one prefixes followed by opcode followed by all possible 1-byte values.
694 // Second, zero-or-one prefixes followed by opcode followed by all possible 2-byte values.
  /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,
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitorTest.java 330 // [0] Test minimum set of local prefixes.
356 // Link-local prefixes are excluded and dealt with elsewhere.
406 // [4] Pretend Wi-Fi disconnected. It's addresses/prefixes should no
611 static void assertPrefixSet(Set<IpPrefix> prefixes, boolean expectation, String... expected) {
614 assertPrefixSet(prefixes, expectation, expectedSet);
617 static void assertPrefixSet(Set<IpPrefix> prefixes, boolean expectation, Set<String> expected) {
622 expectation, prefixes.contains(new IpPrefix(expectedPrefix)));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips.exp 326 set prefixes [list ${proparch}@ ]
328 lappend prefixes octeon@
331 lappend prefixes mipsr6@
333 foreach prefix ${prefixes} {
376 set prefixes [list ${proparch}@ ]
378 lappend prefixes octeon@
381 lappend prefixes mipsr6@
383 foreach prefix ${prefixes} {
    [all...]
  /build/soong/cc/
sabi.go 47 // 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
  /kernel/tests/net/test/
pf_key.py 156 def _GetMultiConstantName(value, prefixes):
157 for prefix in prefixes:
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 203 private void parse(boolean prefixes, boolean namespaces, String xml,
207 reader.setFeature("http://xml.org/sax/features/namespace-prefixes", prefixes);
  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 13 // order matters: longer patterns must appear before their prefixes.
  /prebuilts/go/linux-x86/src/runtime/
signal_plan9.go 13 // order matters: longer patterns must appear before their prefixes.
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 307 prefixes []string
364 p.prefixes = append(p.prefixes, prefix)
376 p.prefixes = append(p.prefixes, "")
380 for len(p.prefixes) > 0 {
381 prefix := p.prefixes[len(p.prefixes)-1]
382 p.prefixes = p.prefixes[:len(p.prefixes)-1
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 307 prefixes []string
364 p.prefixes = append(p.prefixes, prefix)
376 p.prefixes = append(p.prefixes, "")
380 for len(p.prefixes) > 0 {
381 prefix := p.prefixes[len(p.prefixes)-1]
382 p.prefixes = p.prefixes[:len(p.prefixes)-1
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 85 prefixes[EbtFloat] = "";
86 prefixes[EbtInt] = "i";
87 prefixes[EbtUint] = "u";
88 prefixes[EbtInt64] = "i64";
89 prefixes[EbtUint64] = "u64";
    [all...]
  /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...]
  /bionic/libc/bionic/
system_properties.cpp 790 static prefix_node* prefixes = nullptr;
887 auto entry = list_find(prefixes, [name](prefix_node* l) {
1026 list_add_after_len(&prefixes, prop_prefix, old_context);
1029 list_add_after_len(&prefixes, prop_prefix, contexts);
1077 list_free(&prefixes);
1107 list_add_after_len(&prefixes, "*", contexts);
    [all...]
  /art/runtime/
utf_test.cc 160 const std::map<std::vector<uint16_t>, std::vector<uint8_t>> prefixes {
178 for (const auto& prefix : prefixes) {

Completed in 2341 milliseconds

1 2 3 45 6 7 8 91011>>