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

1 2 3 4 5 67 8 910

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
rv64d-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
relocations.s 6 # Check prefixes:
rv32a-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
rv64i-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
rv32d-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
rv32f-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
rv32i-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
4 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
  /external/swiftshader/third_party/subzero/bloat/
bloat.py 139 # Turn prefixes into suffixes so namespacing works.
140 prefixes = [
154 for prefix, replacement in prefixes:
  /external/u-boot/doc/driver-model/
pmic-framework.txt 97 of regulator's node, compatible prefixes.
  /build/soong/android/
neverallow.go 302 func hasAnyPrefix(s string, prefixes []string) bool {
303 for _, prefix := range prefixes {
  /external/libxml2/python/
libxml.py 420 # prefixes: the list of inclusive namespace prefixes (strings),
428 prefixes=None,
436 prefixes,
442 prefixes=None,
450 prefixes,
libxml.c 3620 xmlChar **prefixes = NULL; local
3696 xmlChar **prefixes = NULL; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
debug_rnglists.s 2 # RUN: llvm-dwarfdump --debug-rnglists %t.o 2> %t.err | FileCheck %s --check-prefixes=TERSE,BOTH
4 # RUN: llvm-dwarfdump -v --debug-rnglists %t.o 2> %t.err | FileCheck %s --check-prefixes=VERBOSE,BOTH
  /external/tensorflow/tensorflow/core/kernels/data/
cache_dataset_ops.cc 407 std::vector<string> prefixes; local
408 prefixes.reserve(shard_id_ + 1);
410 prefixes.emplace_back(
414 MergeBundles(dataset()->env_, prefixes, dataset()->filename_));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
macro-li.d.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32 -target-abi=o32 | FileCheck %s --check-prefixes=ALL,O32-N32-NO-PIC,O32
2 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 -target-abi=o32 | FileCheck %s --check-prefixes=ALL,CHECK-MIPS32r2
3 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32 -target-abi=o32 -position-independent | FileCheck %s --check-prefixes=ALL,O32-N32-PIC,O32
4 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n32 | FileCheck %s --check-prefixes=ALL,O32-N32-NO-PIC,N32-N64
5 # 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,N32-N64
6 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n64 | FileCheck %s --check-prefixes=ALL,N64-NO-PIC,N32-N64
7 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips64 -target-abi=n64 -position-independent | FileCheck %s --check-prefixes=ALL,N64-PIC,N32-N64
    [all...]
macro-la.s 2 # RUN: FileCheck %s --check-prefixes=CHECK,O32
4 # RUN: FileCheck %s --check-prefixes=CHECK,O32
6 # RUN: FileCheck %s --check-prefixes=CHECK,N32
8 # RUN: FileCheck %s --check-prefixes=CHECK,N32
  /external/libchrome/third_party/jinja2/
filters.py 461 4.1 MB, 102 Bytes, etc). Per default decimal prefixes are used (Mega,
463 prefixes are used (Mebi, Gibi).
467 prefixes = [
482 for i, prefix in enumerate(prefixes):
646 parameter, which handles input with prefixes such as
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/
test_parser.py 497 prefixes = ("'", '"', variable in class:TestStringLiterals
510 for pre in self.prefixes:
  /external/skia/include/core/
SkString.h 36 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /external/skqp/include/core/
SkString.h 36 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 665 Status MergeBundles(Env* env, gtl::ArraySlice<string> prefixes,
672 for (int i = 0; i < prefixes.size(); ++i) {
673 TF_RETURN_IF_ERROR(MergeOneBundle(env, prefixes[i], &merge));
708 for (const string& prefix : prefixes) {
    [all...]
  /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...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 319 // Get a CE going backwards, handle prefixes but no contractions.
674 CharsTrie prefixes = new CharsTrie(d.contexts, index); local
679 BytesTrie.Result match = prefixes.nextForCodePoint(c);
681 ce32 = prefixes.getValue();
    [all...]
  /external/python/cpython3/Lib/
plistlib.py 490 prefixes = (b'<?xml', b'<plist')
492 for pfx in prefixes:
510 for start in prefixes:

Completed in 6594 milliseconds

1 2 3 4 5 67 8 910