Home
last modified time | relevance | path

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

12345678910>>...18

/external/icu/icu4c/source/data/rbnf/
Dlv.txt12 "%%spellout-prefixed:",
38 "11: >%%spellout-prefixed>padsmit;",
39 "20: <%%spellout-prefixed<desmit[ >>];",
41 "200: <%%spellout-prefixed<simt[ >>];",
43 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
68 "20: <%%spellout-prefixed<desmit[ >>];",
70 "200: <%%spellout-prefixed<simt[ >>];",
72 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
/external/llvm-project/flang/docs/
DBijectiveInternalNameUniquing.md34 * Module name prefixed with `M`
35 * Submodule name prefixed with `S`
36 * Procedure name prefixed with `F`
55 * A common block name will be prefixed with `B`
79 * A global data entity is prefixed with `E`
80 * A global entity that is constant (parameter) will be prefixed with `EC`
102 * A procedure/subprogram is prefixed with `P`
115 * A derived type is prefixed with `T`
149 * A derived type dispatch table is prefixed with `D`. The dispatch table
151 * A type descriptor instance is prefixed with `C`. Intrinsic types can
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dobjc-literal-fixit.m17 NSNumber *n = YES; // expected-error{{numeric literal must be prefixed by '@'}}
18 NSNumber *n1 = 1; // expected-error{{numeric literal must be prefixed by '@'}}
21 // cxx-error@-1{{numeric literal must be prefixed by '@'}}
23 NSNumber *n4 = 0.0; // expected-error{{numeric literal must be prefixed by '@'}}
26 // cxx-error@-1{{numeric literal must be prefixed by '@'}}
29 NSNumber *n6 = '1'; // expected-error{{numeric literal must be prefixed by '@'}}
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-property-declaration.m12 …ing: property name 'NotCamelCase' not using lowerCamelCase style or not prefixed in a category, ac…
20 …rning: property name 'URL_string' not using lowerCamelCase style or not prefixed in a category, ac…
37 … property name 'abc_NotCamelCase' not using lowerCamelCase style or not prefixed in a category, ac…
39 …g: property name 'abCD_camelCase' not using lowerCamelCase style or not prefixed in a category, ac…
42 …property name 'abCD_NotCamelCase' not using lowerCamelCase style or not prefixed in a category, ac…
45 …ing: property name 'wrongFormat_' not using lowerCamelCase style or not prefixed in a category, ac…
54 …perty name 'abc_inClassExtension' not using lowerCamelCase style or not prefixed in a category, ac…
/external/llvm-project/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/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dproperty-names.js17 var prefixed = {};
23 prefixed[name] = candidate;
34 return prefixed[property] || property;
/external/grpc-grpc/doc/
Dc-style-guide.md73 - Non-static functions must be prefixed by `grpc_`
74 - Static functions must *not* be prefixed by `grpc_`
75 - Typenames of `struct`s , `union`s, and `enum`s must be prefixed by `grpc_` if
76 they are declared in a header file. They must not be prefixed by `grpc_` if
81 prefixed with `GRPC_` (except for `#define` macros that are being used to
84 be prefixed with `GRPC_`.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-identifier-naming.rst101 prefixed with the given value (regardless of casing).
205 prefixed with the given value (regardless of casing).
253 prefixed with the given value (regardless of casing).
299 prefixed with the given value (regardless of casing).
345 prefixed with the given value (regardless of casing).
391 prefixed with the given value (regardless of casing).
431 prefixed with the given value (regardless of casing).
475 prefixed with the given value (regardless of casing).
515 prefixed with the given value (regardless of casing).
555 prefixed with the given value (regardless of casing).
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dbytestring_test.cc85 CBS data, prefixed; in TEST() local
88 ASSERT_TRUE(CBS_get_u8_length_prefixed(&data, &prefixed)); in TEST()
89 EXPECT_EQ(1u, CBS_len(&prefixed)); in TEST()
90 ASSERT_TRUE(CBS_get_u8(&prefixed, &u8)); in TEST()
92 ASSERT_TRUE(CBS_get_u16_length_prefixed(&data, &prefixed)); in TEST()
93 EXPECT_EQ(2u, CBS_len(&prefixed)); in TEST()
94 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16)); in TEST()
96 ASSERT_TRUE(CBS_get_u24_length_prefixed(&data, &prefixed)); in TEST()
97 EXPECT_EQ(3u, CBS_len(&prefixed)); in TEST()
98 ASSERT_TRUE(CBS_get_u24(&prefixed, &u32)); in TEST()
[all …]
/external/protobuf/objectivec/Tests/
Dunittest_objc_options.proto45 // Verify that messages that already have a prefix aren't prefixed twice.
49 // Verify that enums that already have a prefix aren't prefixed twice.
59 // Verify that classes named the same as prefixes are prefixed.
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc85 CBS data, prefixed; in TEST() local
88 ASSERT_TRUE(CBS_get_u8_length_prefixed(&data, &prefixed)); in TEST()
89 EXPECT_EQ(1u, CBS_len(&prefixed)); in TEST()
90 ASSERT_TRUE(CBS_get_u8(&prefixed, &u8)); in TEST()
92 ASSERT_TRUE(CBS_get_u16_length_prefixed(&data, &prefixed)); in TEST()
93 EXPECT_EQ(2u, CBS_len(&prefixed)); in TEST()
94 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16)); in TEST()
96 ASSERT_TRUE(CBS_get_u24_length_prefixed(&data, &prefixed)); in TEST()
97 EXPECT_EQ(3u, CBS_len(&prefixed)); in TEST()
98 ASSERT_TRUE(CBS_get_u24(&prefixed, &u32)); in TEST()
[all …]
/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll39 ; The 'test1_' prefixed functions test the basic scenario of inlining
52 ; The 'test2_' prefixed functions test the scenario of not inlining preserving
65 ; The 'test3_' prefixed functions test the scenario of not inlining preserving
Dcgscc-update.ll17 ; The 'test1_' prefixed functions are designed to trigger forming a new direct
49 ; The 'test2_' prefixed functions are designed to trigger forming a new direct
82 ; The 'test3_' prefixed functions are designed to inline in a way that causes
148 ; The 'test4_' prefixed functions are designed to trigger forming a new direct
Dlast-callsite.ll3 ; The 'test1_' prefixed functions test the basic 'last callsite' inline
53 ; The 'test2_' prefixed functions test that we can discover the last callsite
123 ; The 'test3_' prefixed functions are similar to the 'test2_' functions but the
195 ; The 'test4_' prefixed functions are similar to the 'test2_' prefixed
/external/rust/crates/nix/
DCONTRIBUTING.md44 - **A-**prefixed labels state which area of the project the issue
46 - **E-**prefixed labels explain the level of experience necessary to fix the
48 - **O-**prefixed labels specify the OS for issues that are OS-specific
49 - **R-**prefixed labels specify the architecture for issues that are
/external/skqp/site/dev/contrib/
Dstyle.md46 prefixed.
70 Globals variables are similar but prefixed with g and camel-capped
82 Enum values are prefixed with k. Unscoped enum values are post fixed with
138 than file scope should be prefixed SK or GR.
165 Ganesh macros that are GL-specific should be prefixed GR_GL.
381 Method calls within method calls should be prefixed with dereference of the
/external/pigweed/docs/
Dstyle_guide.rst255 which means k prefixed camel case (e.g.
268 In general, C symbols should be prefixed with the module name. If the symbol is
273 * Public names used by C code must be prefixed with the module name (e.g.
276 must be prefixed with an underscore followed by the module name (e.g.
294 * Public Pigweed macros must be prefixed with the module name (e.g.
296 * Private Pigweed macros must be prefixed with an underscore followed by the
319 // Public Pigweed code used from C must be prefixed with pw_.
330 // Private Pigweed code used from C must be prefixed with _pw_.
343 // Public macros must be prefixed with PW_.
346 // Private macros must be prefixed with _PW_.
[all …]
/external/skia/site/docs/dev/contrib/
Dstyle.md39 prefixed.
77 Global variables are similar but prefixed with g and camel-capped.
107 Enum values are also prefixed with k. Unscoped enum values are postfixed with an
159 than file scope should be prefixed SK or GR.
191 Ganesh macros that are GL-specific should be prefixed GR_GL.
418 Method calls within method calls should be prefixed with dereference of the
/external/rust/crates/bstr/src/byteset/
Dscalar.rs205 let mut prefixed: Vec<u8> = in build_tests() localVariable
207 prefixed.extend(search); in build_tests()
209 prefixed, in build_tests()
/external/curl/tests/data/
Dtest129447 …tage of the business at all events; the item of mortality whose name is prefixed to the head of th…
59 …tage of the business at all events; the item of mortality whose name is prefixed to the head of th…

12345678910>>...18