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

1 2 3 4 56 7 8 91011>>

  /build/soong/cc/config/
tidy.go 87 // This is a map of local path prefixes to the set of default clang-tidy checks
arm64_device.go 37 "-no-canonical-prefixes",
mips64_device.go 41 "-no-canonical-prefixes",
mips_device.go 41 "-no-canonical-prefixes",
x86_64_device.go 40 "-no-canonical-prefixes",
x86_linux_host.go 33 "-no-canonical-prefixes",
  /external/libogg/
libogg.spec 106 - add support for configurable prefixes
  /external/libvorbis/
libvorbis.spec 118 - Updated for configurable prefixes
  /external/swiftshader/third_party/subzero/bloat/
bloat.py 139 # Turn prefixes into suffixes so namespacing works.
140 prefixes = [
154 for prefix, replacement in prefixes:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 15 Prefix Prefixes // Prefixes applied to the instruction.
28 // Prefixes is an array of prefixes associated with a single instruction.
29 // The prefixes are listed in the same order as found in the instruction:
31 // in the array marks the end of the prefixes.
32 type Prefixes [14]Prefix
46 PrefixES Prefix = 0x26 // ES segment override
73 // The REX prefixes must be in the range [PrefixREX, PrefixREX+0x10).
456 case PrefixCS, PrefixDS, PrefixES, PrefixFS, PrefixGS, PrefixSS
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 15 Prefix Prefixes // Prefixes applied to the instruction.
28 // Prefixes is an array of prefixes associated with a single instruction.
29 // The prefixes are listed in the same order as found in the instruction:
31 // in the array marks the end of the prefixes.
32 type Prefixes [14]Prefix
46 PrefixES Prefix = 0x26 // ES segment override
73 // The REX prefixes must be in the range [PrefixREX, PrefixREX+0x10).
456 case PrefixCS, PrefixDS, PrefixES, PrefixFS, PrefixGS, PrefixSS
    [all...]
  /external/libxml2/python/
libxml.py 420 # prefixes: the list of inclusive namespace prefixes (strings),
428 prefixes=None,
436 prefixes,
442 prefixes=None,
450 prefixes,
  /external/valgrind/none/tests/
cmdline1.stdout.exp 73 of path prefixes. Use this flag multiple times
74 to specify a set of prefixes to remove.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 316 // begins with any of the given prefixes.
317 func hasPrefix(s string, prefixes ...string) bool {
318 for _, prefix := range prefixes {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 292 // begins with any of the given prefixes.
293 func hasPrefix(s string, prefixes ...string) bool {
294 for _, prefix := range prefixes {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 316 // begins with any of the given prefixes.
317 func hasPrefix(s string, prefixes ...string) bool {
318 for _, prefix := range prefixes {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 292 // begins with any of the given prefixes.
293 func hasPrefix(s string, prefixes ...string) bool {
294 for _, prefix := range prefixes {
  /external/libmojo/third_party/jinja2/
filters.py 374 4.1 MB, 102 Bytes, etc). Per default decimal prefixes are used (Mega,
376 prefixes are used (Mebi, Gibi).
380 prefixes = [
395 for i, prefix in enumerate(prefixes):
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
HAL.cpp 126 ret.errMsg = "Too Many Prefixes Provided";
400 const hidl_vec<hidl_string>& prefixes,
405 vector<string> prefixesStr = convertHidlStrToStdStr(prefixes);
408 fl.addArg("prefixes", prefixesStr);
  /external/ImageMagick/www/api/
property.php 189 <p>This includes, profile prefixes, such as "exif:", "iptc:" and "8bim:" It does not handle non-prifile prefixes, such as "fx:", "option:", or "artifact:".</p>
  /external/skia/include/core/
SkString.h 34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 401 // and then prefixes each line with the indent. In preformatted sections
402 // (such as program text), it prefixes each non-blank line with preIndent.
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 401 // and then prefixes each line with the indent. In preformatted sections
402 // (such as program text), it prefixes each non-blank line with preIndent.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 321 // Get a CE going backwards, handle prefixes but no contractions.
676 CharsTrie prefixes = new CharsTrie(d.contexts, index); local
681 BytesTrie.Result match = prefixes.nextForCodePoint(c);
683 ce32 = prefixes.getValue();
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 455 UCharsTrie prefixes(p);
460 UStringTrieResult match = prefixes.nextForCodePoint(c);
462 ce32 = (uint32_t)prefixes.getValue();
    [all...]

Completed in 1196 milliseconds

1 2 3 4 56 7 8 91011>>