Home
last modified time | relevance | path

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

1234567

/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/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/boringssl/src/crypto/bytestring/
Dbytestring_test.cc69 CBS data, prefixed; in TestGetPrefixed() local
72 return CBS_get_u8_length_prefixed(&data, &prefixed) && in TestGetPrefixed()
73 CBS_len(&prefixed) == 1 && in TestGetPrefixed()
74 CBS_get_u8(&prefixed, &u8) && in TestGetPrefixed()
76 CBS_get_u16_length_prefixed(&data, &prefixed) && in TestGetPrefixed()
77 CBS_len(&prefixed) == 2 && in TestGetPrefixed()
78 CBS_get_u16(&prefixed, &u16) && in TestGetPrefixed()
80 CBS_get_u24_length_prefixed(&data, &prefixed) && in TestGetPrefixed()
81 CBS_len(&prefixed) == 3 && in TestGetPrefixed()
82 CBS_get_u24(&prefixed, &u32) && in TestGetPrefixed()
[all …]
/external/opencv3/modules/viz/src/
Dvizcore.cpp146 String prefixed = output + " - "; in generateWindowName() local
147 if (window_name.substr(0, prefixed.length()) == prefixed) in generateWindowName()
150 output = prefixed + window_name; // Doesn't have prefix in generateWindowName()
152 output = (window_name == "" ? output : prefixed + window_name); in generateWindowName()
/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
Dtest85742 POP3 RETR message with dot-prefixed line
Dtest31225 HTTPS GET to localhost and null-prefixed CN cert
Dtest17131 HTTP, get cookie with dot prefixed full domain
Dtest131454 HTTP Location: following a // prefixed url
/external/chromium-trace/catapult/third_party/webapp2/docs/api/webapp2_extras/
Droutes.rst8 domain and subdomain routing, prefixed routes or routes for automatic
/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/bison/m4/
Dasm-underscore.m422 [whether C symbols are prefixed with underscore at the linker level],
/external/parameter-framework/upstream/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/e2fsprogs/lib/ss/
Dct_c.sed54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR:
/external/selinux/secilc/docs/
Dcil_reference_guide.md12 …ss zygote (...)))` or `(block zygote (class class (...)))`) it would be prefixed with that namespa…
131 …espace. To reference a symbol in global namespace, the symbol should be prefixed with a dot '`.`' …
174 Should the symbol not be prefixed with a dot, the current namespace would be searched first and the…
/external/dbus/cmake/dbus/
DCMakeLists.txt117 ### be underscore-prefixed)
149 ### should be underscore-prefixed but don't really need
/external/chromium-trace/catapult/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/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/llvm/docs/CommandGuide/
Dllvm-symbolizer.rst116 prefixed by (inlined by). Refer to listed examples.

1234567