/external/capstone/bindings/vb6/ |
mMisc.bas | 165 'ignores common C source prefixes, operators, delimiters, and whitespace
|
mx86.bas | 335 'Instruction prefixes - to be used in cs_x86.prefix[]
[all...] |
/external/jcommander/src/main/java/com/beust/jcommander/ |
JCommander.java | 404 String prefixes = getOptionPrefixes(args, arg); local 405 return arg.length() > 0 && prefixes.indexOf(arg.charAt(0)) >= 0; [all...] |
/external/python/cpython2/Lib/ |
difflib.py | [all...] |
/external/python/cpython3/Lib/ |
difflib.py | [all...] |
/external/tensorflow/tensorflow/core/graph/ |
graph_constructor.cc | 275 // Prefixes already used in the GraphDef being imported. 281 // Prefixes already used in the graph. 360 // Adds any prefixes of `node_name` (not including the full name itself) to 361 // `prefixes`. 363 gtl::FlatSet<StringPiece, StringPieceHasher>* prefixes) { 366 prefixes->insert(node_name.substr(0, idx)); [all...] |
/external/guice/extensions/struts2/lib/ |
commons-io-1.3.2.jar | |
/art/openjdkjvmti/include/ |
jvmti.h | [all...] |
/external/oj-libjdwp/src/share/javavm/export/ |
jvmti.h | [all...] |
/external/skia/tools/bookmaker/ |
bmhParser.cpp | 1714 const char* prefixes[] = { "static", "const" }; local [all...] |
/external/skqp/tools/bookmaker/ |
bmhParser.cpp | 1714 const char* prefixes[] = { "static", "const" }; local [all...] |
/external/boringssl/src/ssl/test/runner/ |
cipher_suites.go | 230 // fixedNonceAEAD wraps an AEAD and prefixes a fixed portion of the nonce to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
rv64a-valid.s | 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
|
/external/vogar/lib/ |
kxml-libcore-20110123.jar | |
/build/blueprint/microfactory/ |
microfactory.go | 632 flags.Var(&pkgMap, "pkg-path", "Mapping of package prefixes to file paths")
|
/external/llvm/test/MC/Mips/ |
mips-expansions.s | 2 # RUN: FileCheck %s --check-prefixes=CHECK,CHECK-LE 4 # RUN: FileCheck %s --check-prefixes=CHECK,CHECK-BE [all...] |
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
storage.go | 869 // truncated after the delimiter, returned in prefixes. 870 // Duplicate prefixes are omitted. [all...] |
bucket.go | 644 // represent prefixes. 683 for _, prefix := range resp.Prefixes {
|
/art/openjdkjvmti/ |
OpenjdkJvmTi.cc | [all...] |
/external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
storage-gen.go | [all...] |
/build/soong/java/ |
java_test.go | 482 // Test that a module with wildcards in java_resource_dirs has the correct path prefixes
|
/build/make/core/ |
main.mk | [all...] |
/dalvik/docs/ |
prettify.js | 525 * Pattern must only match prefixes, and if it matches a prefix and context [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
mips-expansions.s | 2 # RUN: FileCheck %s --check-prefixes=CHECK,CHECK-LE 4 # RUN: FileCheck %s --check-prefixes=CHECK,CHECK-BE [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cShadingLanguage420PackTests.cpp | 1165 static const GLchar* prefixes[Utils::STORAGE_MAX][Utils::SHADER_STAGES_MAX][2] = { local 1188 const GLchar* preceeding = prefixes[storage][stage][0]; 1189 const GLchar* prefix = prefixes[storage][stage][1]; [all...] |