HomeSort by relevance Sort by last modified time
    Searched refs:prefixed (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
reg-prefix.d 5 # Test SH register names prefixed with $:
  /external/r8/src/test/java/com/android/tools/r8/smali/
JumboStringTest.java 24 String prefixed = StringUtils.zeroPrefix(i, 5); local
25 expectedBuilder.append(prefixed);
27 builder.append(" const-string v1, \"" + prefixed + "\\n\"\n");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
badgotr1.d 5 #error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 101 * Depending on the charvocabulary the charliteral should be prefixed with a 'L'
118 * Depending on the charvocabulary the string should be prefixed with a 'L'
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 77 CBS data, prefixed; local
80 ASSERT_TRUE(CBS_get_u8_length_prefixed(&data, &prefixed));
81 EXPECT_EQ(1u, CBS_len(&prefixed));
82 ASSERT_TRUE(CBS_get_u8(&prefixed, &u8));
84 ASSERT_TRUE(CBS_get_u16_length_prefixed(&data, &prefixed));
85 EXPECT_EQ(2u, CBS_len(&prefixed));
86 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16));
88 ASSERT_TRUE(CBS_get_u24_length_prefixed(&data, &prefixed));
89 EXPECT_EQ(3u, CBS_len(&prefixed));
90 ASSERT_TRUE(CBS_get_u24(&prefixed, &u32))
98 CBS data, prefixed; local
    [all...]
  /external/curl/docs/cmdline-opts/
proto.d 9 'all', optionally prefixed by zero or more modifiers. Available modifiers are:
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 36 For the p command, each file is prefixed by the name on a line by itself.
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 36 For the p command, each file is prefixed by the name on a line by itself.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
601 prefixed = name + "."
602 pflen = len(prefixed)
606 (existing[i][:pflen] == prefixed):
    [all...]
  /external/python/cpython2/Lib/logging/
config.py 237 prefixed = qn + "."
238 pflen = len(prefixed)
241 if existing[i][:pflen] == prefixed:
614 prefixed = name + "."
615 pflen = len(prefixed)
619 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_cpp_generator.py 52 def Format(self, separator, prefixed=False, internal=False,
56 if prefixed:
66 "::", prefixed=True,
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 118 // The diff shows common lines prefixed by a tab, lines present only in haveText
119 // prefixed by "unexpected: ", and lines present only in wantText prefixed by "missing: ".
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 118 // The diff shows common lines prefixed by a tab, lines present only in haveText
119 // prefixed by "unexpected: ", and lines present only in wantText prefixed by "missing: ".
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py 59 prefixed = refactor.get_all_fix_names("myfixes", False)
61 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 66 prefixed = refactor.get_all_fix_names("myfixes", False)
68 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 65 prefixed = refactor.get_all_fix_names("myfixes", False)
67 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 65 prefixed = refactor.get_all_fix_names("myfixes", False)
67 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /build/soong/cc/
ndk_prebuilt.go 83 ctx.ModuleErrorf("NDK prebuilts must have an ndk_crt prefixed name")
188 ctx.ModuleErrorf("NDK prebuilts must have an ndk_lib prefixed name")
  /external/protobuf/examples/
add_person.go 57 // named using the name of the parent prefixed to the name of
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_imm.s 4 # signed immediate value requiring more than 16-bits must be prefixed

Completed in 762 milliseconds

1 2 3 4