Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/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/swiftshader/third_party/llvm-7.0/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/skia/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/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/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
DCaptureLambda.java27 public List<String> prefixed(String prefix) { in prefixed() method in CaptureLambda
/external/igt-gpu-tools/runner/json_tests_data/dmesg-warn-level-one-piglit-style/
DREADME.txt5 dmesg-warn-level. All the messages are prefixed with drm_ to fit the filters.
/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
/external/curl/docs/cmdline-opts/
Dabstract-unix-socket.d8 Note: netstat shows the path of an abstract socket prefixed with '@', however
/external/igt-gpu-tools/runner/json_tests_data/dmesg-warn-level-piglit-style/
DREADME.txt5 dmesg-warn-level. All the messages are prefixed with drm_ to fit the filters.
/external/python/cpython3/Lib/logging/
Dconfig.py232 prefixed = qn + "."
233 pflen = len(prefixed)
236 if existing[i][:pflen] == prefixed:
608 prefixed = name + "."
609 pflen = len(prefixed)
612 if existing[i][:pflen] == prefixed:
/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/fonttools/Lib/fontTools/misc/
DloggingTools.py204 prefixed = parent + "."
205 pflen = len(prefixed)
208 if existing[i][:pflen] == prefixed:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def60 // Member type records. These are generally not length prefixed, and appear
128 // 16 bit member types. Generally not length prefixed.
168 // Member type records. These are generally not length prefixed, and appear
/external/brotli/research/
DREADME.md55 … copy length may be specified. Copy length is prefixed with flag byte 0, position-distance pair is…
/external/desugar/test/java/com/google/devtools/build/android/desugar/
Dcapture_lambda_disassembled_golden.txt19 …com/google/devtools/build/android/desugar/testdata/CaptureLambda.lambda$prefixed$0$CaptureLambda:(…

12345678910>>...14