Home
last modified time | relevance | path

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

123456

/external/icu/icu4c/source/data/rbnf/
Dlv.txt17 "%%spellout-prefixed:",
43 "11: >%%spellout-prefixed>padsmit;",
44 "20: <%%spellout-prefixed<desmit[ >>];",
46 "200: <%%spellout-prefixed<simt[ >>];",
48 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
73 "20: <%%spellout-prefixed<desmit[ >>];",
75 "200: <%%spellout-prefixed<simt[ >>];",
77 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc66 CBS data, prefixed; in TestGetPrefixed() local
69 return CBS_get_u8_length_prefixed(&data, &prefixed) && in TestGetPrefixed()
70 CBS_len(&prefixed) == 1 && in TestGetPrefixed()
71 CBS_get_u8(&prefixed, &u8) && in TestGetPrefixed()
73 CBS_get_u16_length_prefixed(&data, &prefixed) && in TestGetPrefixed()
74 CBS_len(&prefixed) == 2 && in TestGetPrefixed()
75 CBS_get_u16(&prefixed, &u16) && in TestGetPrefixed()
77 CBS_get_u24_length_prefixed(&data, &prefixed) && in TestGetPrefixed()
78 CBS_len(&prefixed) == 3 && in TestGetPrefixed()
79 CBS_get_u24(&prefixed, &u32) && in TestGetPrefixed()
[all …]
/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/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/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/
Droutes.rst8 domain and subdomain routing, prefixed routes or routes for automatic
/external/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/iptables/extensions/
Dlibxt_LED.man9 will be prefixed with "netfilter-".
/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/llvm/test/CodeGen/X86/
Dfold-load-unops.ll6 ; ie, when generating SSE (non-VEX-prefixed) instructions.
/external/bison/m4/
Dasm-underscore.m422 [whether C symbols are prefixed with underscore at the linker level],
/external/e2fsprogs/lib/ss/
Dct_c.sed54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
/external/clang/docs/
DObjectiveCLiterals.rst33 In Objective-C, any character, numeric or boolean literal prefixed with
144 boxed literals (this avoids conflicts with future ``'@'``-prefixed
192 A C string literal prefixed by the ``'@'`` token denotes an ``NSString``
193 literal in the same way a numeric literal prefixed by the ``'@'`` token
/external/eigen/doc/
DA10_Eigen2SupportModes.dox54 There is also one more eigen2_-prefixed identifier that you should know about, even though its use …
62 The eigen2_-prefixed identifiers are still available, but at this stage you should now replace them…
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
Dtest4.test115 {"description":"Zero-prefixed hex numeric entity",
119 {"description":"Zero-prefixed decimal numeric entity",
/external/parameter-framework/tools/xmlGenerator/
DREADME.md36 will be prefixed with the name of the domain group.
66 configurations. Those inner configurations will be prefixed with the name of
/external/deqp/doc/
Dqpa_file_format.txt17 log files. Comments are prefixed with an asterisk ('*').
/external/valgrind/exp-bbv/tests/x86/
Drep_prefix.S2 # rep, repe (repz) and repne (repnz) prefixed string instructions
/external/libusb/
DPORTING49 libusb functions, prefixed with "usbi_". Documentation for these functions
/external/toybox/
DREADME29 prefixed cross compiler toolchain, several example toolchains are available at:
/external/libvncserver/webclients/java-applet/ssl/
DREADME179 set to a string that will be prefixed to all URL's when contacting
299 If an item is prefixed with "TOP_" then the item is inserted at
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in5 * public APIs to be prefixed. This makes it possible, with some care, to use

123456