Home
last modified time | relevance | path

Searched refs:prefixed (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/icu/icu4c/source/data/rbnf/
Dlv.txt11 "%%spellout-prefixed:",
37 "11: >%%spellout-prefixed>padsmit;",
38 "20: <%%spellout-prefixed<desmit[ >>];",
40 "200: <%%spellout-prefixed<simt[ >>];",
42 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
67 "20: <%%spellout-prefixed<desmit[ >>];",
69 "200: <%%spellout-prefixed<simt[ >>];",
71 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
/external/clang/test/FixIt/
Dfixit-objc.m30 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
31 id b = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
32 g("Foo"); // expected-error {{string literal must be prefixed by '@'}}
33 h("Foo"); // expected-error {{string literal must be prefixed by '@'}}
34 h(("Foo")); // expected-error {{string literal must be prefixed by '@'}}
35 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}}
36 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
Dfixit-objc-arc.m20 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
21 g("Foo"); // expected-error {{string literal must be prefixed by '@'}}
22 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}}
23 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
Dobjc-literals.m40 17, // expected-error{{numeric literal must be prefixed by '@' in a collection}}
41 'a', // expected-error{{character literal must be prefixed by '@'}}
42 "blah" // expected-error{{string literal must be prefixed by '@'}}
/external/r8/src/test/java/com/android/tools/r8/smali/
DJumboStringTest.java24 String prefixed = StringUtils.zeroPrefix(i, 5); in test() local
25 expectedBuilder.append(prefixed); in test()
27 builder.append(" const-string v1, \"" + prefixed + "\\n\"\n"); in test()
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc77 CBS data, prefixed; in TEST() local
80 ASSERT_TRUE(CBS_get_u8_length_prefixed(&data, &prefixed)); in TEST()
81 EXPECT_EQ(1u, CBS_len(&prefixed)); in TEST()
82 ASSERT_TRUE(CBS_get_u8(&prefixed, &u8)); in TEST()
84 ASSERT_TRUE(CBS_get_u16_length_prefixed(&data, &prefixed)); in TEST()
85 EXPECT_EQ(2u, CBS_len(&prefixed)); in TEST()
86 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16)); in TEST()
88 ASSERT_TRUE(CBS_get_u24_length_prefixed(&data, &prefixed)); in TEST()
89 EXPECT_EQ(3u, CBS_len(&prefixed)); in TEST()
90 ASSERT_TRUE(CBS_get_u24(&prefixed, &u32)); in TEST()
[all …]
/external/skia/site/dev/contrib/
Dstyle.md45 prefixed.
69 Globals variables are similar but prefixed with g and camel-capped
81 Enum values are prefixed with k. Unscoped enum values are post fixed with
136 than file scope should be prefixed SK or GR.
163 Ganesh macros that are GL-specific should be prefixed GR_GL.
382 Method calls within method calls should be prefixed with dereference of the
/external/curl/tests/data/
Dtest132915 /-prefixed proxy name
Dtest31225 HTTPS GET to localhost and null-prefixed CN cert
Dtest85742 POP3 RETR message with dot-prefixed line
Dtest17131 HTTP, get cookie with dot prefixed full domain
Dtest131454 HTTP Location: following a // prefixed url
/external/python/cpython2/Lib/logging/
Dconfig.py237 prefixed = qn + "."
238 pflen = len(prefixed)
241 if existing[i][:pflen] == prefixed:
614 prefixed = name + "."
615 pflen = len(prefixed)
619 (existing[i][:pflen] == prefixed):
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMParseArguments.cmake13 # name, prefixed with prefix_. So, for example, if prefix is MY_MACRO and
19 #name, prefixed with prefix_. Each variable will be filled with the arguments
/external/valgrind/exp-bbv/tests/amd64-linux/
Drep_prefix.S2 # rep, repe (repz) and repne (repnz) prefixed string instructions
/external/brotli/research/
DREADME.md55 … copy length may be specified. Copy length is prefixed with flag byte 0, position-distance pair is…
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def58 // Member type records. These are generally not length prefixed, and appear
128 // 16 bit member types. Generally not length prefixed.
169 // Member type records. These are generally not length prefixed, and appear
/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py52 def Format(self, separator, prefixed=False, internal=False, argument
56 if prefixed:
66 "::", prefixed=True,
/external/curl/docs/cmdline-opts/
Dproto.d9 'all', optionally prefixed by zero or more modifiers. Available modifiers are:
/external/iptables/extensions/
Dlibxt_LED.man9 will be prefixed with "netfilter-".
/external/ltp/doc/
Dstyle-guide.txt273 /* directory prefixed libc headers. */
274 /* non-directory prefixed libc headers. */
275 /* directory prefixed non-libc (third-party) headers. */
276 /* non-directory prefixed non-libc (third-party) headers. */
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py66 prefixed = refactor.get_all_fix_names("myfixes", False)
68 self.assertEqual(prefixed, ["fix_" + name for name in contents])
/external/clang/test/SemaObjC/
Dobjc-array-literal.m51 …NSArray *array1 = @["Forgot"]; // expected-error {{string literal must be prefixed by '@' in a col…
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.236 options are prefixed by -X, and are passed to the compressor for handling.
/external/bison/m4/
Dasm-underscore.m422 [whether C symbols are prefixed with underscore at the linker level],

12345678910