Home
last modified time | relevance | path

Searched refs:Keyword (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/lexicon/
DKeywordTest.java25 assertThat(Keyword.isKeyword("static")).isTrue(); in keywordDetected()
26 assertThat(Keyword.isKeyword("private")).isTrue(); in keywordDetected()
29 assertThat(Keyword.isKeyword("throws")).isTrue(); in keywordDetected()
30 assertThat(Keyword.isKeyword("try")).isTrue(); in keywordDetected()
31 assertThat(Keyword.isKeyword("for")).isTrue(); in keywordDetected()
34 assertThat(Keyword.isKeyword("int")).isTrue(); in keywordDetected()
35 assertThat(Keyword.isKeyword("char")).isTrue(); in keywordDetected()
38 assertThat(Keyword.isKeyword("false")).isFalse(); in keywordDetected()
39 assertThat(Keyword.isKeyword("null")).isFalse(); in keywordDetected()
40 assertThat(Keyword.isKeyword("asdf")).isFalse(); in keywordDetected()
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/
Dtag.hpp24 template <typename Keyword, typename Arg>
29 Keyword
36 template <typename Keyword, typename Arg>
41 ::tagged_argument<Keyword,typename ::std::add_const<Arg>::type>
45 template <typename Keyword, typename Arg>
48 , ::boost::parameter::aux::tag_if_scalar<Keyword,Arg>
51 ::boost::parameter::aux::tagged_argument_rref<Keyword,Arg>
56 template <typename Keyword, typename Arg>
63 , ::boost::parameter::aux::tag_if_lvalue_reference<Keyword,Arg>
64 , ::boost::parameter::aux::tag_if_otherwise<Keyword,Arg>
[all …]
Dtagged_argument.hpp31 template <typename Keyword, typename Arg>
38 typename Keyword::qualifier
47 typename Keyword::qualifier
61 typename Keyword::qualifier
101 template <typename Keyword, typename Arg>
107 ::tagged_argument_type<Keyword,Arg>::type;
114 typename Keyword::qualifier
121 , ::boost::parameter::aux::tagged_argument_type<Keyword,Arg>
128 typedef Keyword key_type;
227 ::boost::parameter::aux::tagged_argument<Keyword,Arg>
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DModifier.java42 return new Modifier(Keyword.PUBLIC); in publicModifier()
46 return new Modifier(Keyword.PROTECTED); in protectedModifier()
50 return new Modifier(Keyword.PRIVATE); in privateModifier()
54 return new Modifier(Keyword.ABSTRACT); in abstractModifier()
58 return new Modifier(Keyword.STATIC); in staticModifier()
62 return new Modifier(Keyword.FINAL); in finalModifier()
66 return new Modifier(Keyword.TRANSIENT); in transientModifier()
70 return new Modifier(Keyword.VOLATILE); in volatileModifier()
74 return new Modifier(Keyword.SYNCHRONIZED); in synchronizedModifier()
78 return new Modifier(Keyword.NATIVE); in nativeModifier()
[all …]
/external/rust/android-crates-io/crates/thiserror-impl/src/
Dscan_expr.rs7 Keyword(&'static str), enumerator
34 (Keyword("async"), SetState(&ASYNC)),
35 (Keyword("break"), SetState(&BREAK_LABEL)),
36 (Keyword("const"), SetState(&CONST)),
37 (Keyword("continue"), SetState(&CONTINUE)),
38 (Keyword("for"), SetState(&FOR)),
39 (Keyword("if"), IncDepth),
40 (Keyword("let"), SetState(&PATTERN)),
41 (Keyword("loop"), SetState(&BLOCK)),
42 (Keyword("match"), IncDepth),
[all …]
/external/rust/android-crates-io/crates/syn/src/
Dscan_expr.rs7 Keyword(&'static str), enumerator
34 (Keyword("async"), SetState(&ASYNC)),
35 (Keyword("break"), SetState(&BREAK_LABEL)),
36 (Keyword("const"), SetState(&CONST)),
37 (Keyword("continue"), SetState(&CONTINUE)),
38 (Keyword("for"), SetState(&FOR)),
39 (Keyword("if"), IncDepth),
40 (Keyword("let"), SetState(&PATTERN)),
41 (Keyword("loop"), SetState(&BLOCK)),
42 (Keyword("match"), IncDepth),
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dscan_expr.rs7 Keyword(&'static str), enumerator
34 (Keyword("async"), SetState(&ASYNC)),
35 (Keyword("break"), SetState(&BREAK_LABEL)),
36 (Keyword("const"), SetState(&CONST)),
37 (Keyword("continue"), SetState(&CONTINUE)),
38 (Keyword("for"), SetState(&FOR)),
39 (Keyword("if"), IncDepth),
40 (Keyword("let"), SetState(&PATTERN)),
41 (Keyword("loop"), SetState(&BLOCK)),
42 (Keyword("match"), IncDepth),
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dscan_expr.rs7 Keyword(&'static str), enumerator
34 (Keyword("async"), SetState(&ASYNC)),
35 (Keyword("break"), SetState(&BREAK_LABEL)),
36 (Keyword("const"), SetState(&CONST)),
37 (Keyword("continue"), SetState(&CONTINUE)),
38 (Keyword("for"), SetState(&FOR)),
39 (Keyword("if"), IncDepth),
40 (Keyword("let"), SetState(&PATTERN)),
41 (Keyword("loop"), SetState(&BLOCK)),
42 (Keyword("match"), IncDepth),
[all …]
/external/clang/test/Index/
Dannotate-tokens.m159 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=Foo:1:12
163 // CHECK: Keyword: "int" [2:4 - 2:7] ObjCInstanceMethodDecl=compare::2:8
174 // CHECK: Keyword: "end" [3:2 - 3:5] ObjCInterfaceDecl=Foo:1:12
176 // CHECK: Keyword: "implementation" [5:2 - 5:16] ObjCImplementationDecl=Foo:5:17 (Definition)
180 // CHECK: Keyword: "int" [6:4 - 6:7] ObjCInstanceMethodDecl=compare::6:8 (Definition)
190 // CHECK: Keyword: "return" [7:3 - 7:9] ReturnStmt=
194 // CHECK: Keyword: "void" [8:4 - 8:8] CStyleCastExpr=
197 // CHECK: Keyword: "encode" [8:10 - 8:16] ObjCEncodeExpr=
204 // CHECK: Keyword: "end" [10:2 - 10:5]
205 // CHECK: Keyword: "typedef" [14:1 - 14:8]
[all …]
Darc-annotate.m14 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=A:1:12
17 // CHECK: Keyword: "property" [2:2 - 2:10] ObjCPropertyDecl=property:2:34
19 // CHECK: Keyword: "strong" [2:12 - 2:18] ObjCPropertyDecl=property:2:34
21 // CHECK: Keyword: "nonatomic" [2:20 - 2:29] ObjCPropertyDecl=property:2:34
27 // CHECK: Keyword: "property" [3:2 - 3:10] ObjCPropertyDecl=second_property:3:32
29 // CHECK: Keyword: "nonatomic" [3:12 - 3:21] ObjCPropertyDecl=second_property:3:32
31 // CHECK: Keyword: "weak" [3:23 - 3:27] ObjCPropertyDecl=second_property:3:32
36 // CHECK: Keyword: "property" [4:2 - 4:10] ObjCPropertyDecl=third_property:4:45
38 // CHECK: Keyword: "unsafe_unretained" [4:12 - 4:29] ObjCPropertyDecl=third_property:4:45
40 // CHECK: Keyword: "nonatomic" [4:31 - 4:40] ObjCPropertyDecl=third_property:4:45
/external/skia/resources/sksl/es2_conformance/
Dimport_conformance_tests.py47 value = pp.Group((pp.Keyword("input") | pp.Keyword("output") | pp.Keyword("uniform")) +
49 values = (pp.Keyword("values") +
54 expectation = (pp.Keyword("expect").suppress() + (pp.Keyword("compile_fail") |
55 pp.Keyword("pass")))
57 code = ((pp.Keyword("both") + pp.QuotedString('""', multiline=True)) |
58 (pp.Keyword("vertex") + pp.QuotedString('""', multiline=True) +
59 pp.Keyword("fragment") + pp.QuotedString('""', multiline=True)))
61 reqGlsl100 = pp.Keyword("require").suppress() + pp.Keyword("full_glsl_es_100_support")
63 desc = pp.Keyword("desc") + pp.QuotedString('"')
64 version100es = pp.Keyword("version") + pp.Keyword("100") + pp.Keyword("es")
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/
Dvalue_type.hpp33 template <typename Parameters, typename Keyword, typename Default>
39 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_false>
57 , Keyword
77 template <typename Placeholder, typename Keyword, typename Default>
82 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_false>
107 , typename Keyword
115 , ::boost::parameter::value_type0<Parameters,Keyword,Default>
125 , ::boost::parameter::value_type1<Parameters,Keyword,Default>
126 , ::boost::parameter::value_type0<Parameters,Keyword,Default>
140 template <typename Parameters, typename Keyword, typename DefaultFn>
[all …]
Dbinding.hpp33 template <typename Parameters, typename Keyword, typename Default>
39 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_true>
57 , Keyword
77 template <typename Placeholder, typename Keyword, typename Default>
82 , ::boost::mp11::mp_list<Keyword,Default,::boost::mp11::mp_true>
107 , typename Keyword
115 , ::boost::parameter::binding0<Parameters,Keyword,Default>
125 , ::boost::parameter::binding1<Parameters,Keyword,Default>
126 , ::boost::parameter::binding0<Parameters,Keyword,Default>
140 template <typename Parameters, typename Keyword, typename DefaultFn>
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/chunks/
DModifierValidator.java18 import static com.github.javaparser.ast.Modifier.Keyword.*;
26 …private final Modifier.Keyword[] interfaceWithNothingSpecial = new Modifier.Keyword[]{PUBLIC, PROT…
27 …private final Modifier.Keyword[] interfaceWithStaticAndDefault = new Modifier.Keyword[]{PUBLIC, PR…
28 …private final Modifier.Keyword[] interfaceWithStaticAndDefaultAndPrivate = new Modifier.Keyword[]{…
107 … for (Modifier.Keyword m : asList(PRIVATE, STATIC, FINAL, NATIVE, STRICTFP, SYNCHRONIZED)) { in visit()
164 …Range<?>> void validateModifiers(T n, ProblemReporter reporter, Modifier.Keyword... allowedModifie… in validateModifiers()
179 …private Modifier.Keyword[] removeModifierFromArray(Modifier.Keyword m, Modifier.Keyword[] allowedM… in removeModifierFromArray()
180 final List<Modifier.Keyword> newModifiers = new ArrayList<>(asList(allowedModifiers)); in removeModifierFromArray()
182 allowedModifiers = newModifiers.toArray(new Modifier.Keyword[0]); in removeModifierFromArray()
195 …nRange<?>> void validateAtMostOneOf(T t, ProblemReporter reporter, Modifier.Keyword... modifiers) { in validateAtMostOneOf()
[all …]
/external/json-schema-validator/src/main/java/com/networknt/schema/
DJsonMetaSchema.java59 private Map<String, Keyword> keywords = new HashMap<>();
70 …private Map<String, Keyword> createKeywordsMap(Map<String, Keyword> kwords, Map<String, Format> fo… in createKeywordsMap()
72 Map<String, Keyword> map = new HashMap<>(); in createKeywordsMap()
73 for (Map.Entry<String, Keyword> type : kwords.entrySet()) { in createKeywordsMap()
75 Keyword keyword = type.getValue(); in createKeywordsMap()
144 public Builder keywords(Consumer<Map<String, Keyword>> customizer) { in keywords()
155 public Builder keyword(Keyword keyword) { in keyword()
166 public Builder keywords(Collection<? extends Keyword> keywords) { in keywords()
167 for (Keyword keyword : keywords) { in keywords()
268 Map<String, Keyword> keywords = this.keywords; in build()
[all …]
/external/pigweed/pw_console/py/pw_console/
Dpigweed_code_style.py44 Token.Keyword.Constant: '#ff79c6',
45 Token.Keyword.Declaration: '#8be9fd',
46 Token.Keyword.Namespace: '#ff79c6',
47 Token.Keyword.Pseudo: '#ff79c6',
48 Token.Keyword.Reserved: '#ff79c6',
49 Token.Keyword.Type: '#8be9fd',
50 Token.Keyword: '#ff79c6',
159 Token.Keyword.Constant: '#f97e72',
160 Token.Keyword.Declaration: '#ff7edb',
161 Token.Keyword.Namespace: '#f97e72',
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithModifiers.java55 default N addModifier(Modifier.Keyword... newModifiers) { in addModifier()
57 for (Modifier.Keyword newModifier : newModifiers) { in addModifier()
68 default N removeModifier(Modifier.Keyword... modifiersToRemove) { in removeModifier()
69 List<Modifier.Keyword> modifiersToRemoveAsList = Arrays.asList(modifiersToRemove); in removeModifier()
77 default N setModifier(Modifier.Keyword m, boolean set) { in setModifier()
85 default boolean hasModifier(Modifier.Keyword modifier) { in hasModifier()
97 default N setModifiers(final Modifier.Keyword... modifiers) { in setModifiers()
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/pack/
Dtag_keyword_arg_ref.hpp16 typename Keyword
26 Keyword
39 template <typename Keyword, typename ActualArg>
40 struct tag_ref<Keyword,ActualArg,::boost::mpl::false_>
43 ::tagged_argument<Keyword,ActualArg> type;
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp72 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
82 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start()
109 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
141 WithColor(Printer, PDB_ColorItem::Keyword).get() << "virtual "; in start()
164 WithColor(Printer, PDB_ColorItem::Keyword).get() in start()
190 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start()
192 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start()
247 WithColor(Printer, PDB_ColorItem::Keyword).get() << "const "; in dump()
249 WithColor(Printer, PDB_ColorItem::Keyword).get() << "volatile "; in dump()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLLexer.cpp492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
496 if (Keyword == #STR) \ in LexIdentifier()
791 if (Keyword == STR) { \ in LexIdentifier()
811 if (Keyword == "ptr") { in LexIdentifier()
825 if (Keyword == #STR) { \ in LexIdentifier()
894 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier()
895 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier()
910 if (Keyword.startswith("DIFlag")) { in LexIdentifier()
911 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
915 if (Keyword.startswith("DISPFlag")) { in LexIdentifier()
[all …]
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dcomponent.rs10 Keyword(&'static str), enumerator
17 RustPathComponent::Keyword(keyword) => write!(f, "{}", keyword), in fmt()
23 pub(crate) const SUPER: RustPathComponent = RustPathComponent::Keyword("super");
29 RustPathComponent::Keyword(kw) in parse()
/external/googleapis/google/ads/googleads/v16/resources/
Dkeyword_plan_campaign.proto34 // A Keyword Plan campaign.
42 // Immutable. The resource name of the Keyword Plan campaign.
58 // Output only. The ID of the Keyword Plan campaign.
61 // The name of the Keyword Plan campaign.
63 // This field is required and should not be empty when creating Keyword Plan
67 // The languages targeted for the Keyword Plan campaign.
75 // This field is required and should not be empty when creating Keyword Plan
83 // This field is required and should not be empty when creating Keyword Plan
/external/googleapis/google/ads/googleads/v15/resources/
Dkeyword_plan_campaign.proto34 // A Keyword Plan campaign.
42 // Immutable. The resource name of the Keyword Plan campaign.
58 // Output only. The ID of the Keyword Plan campaign.
61 // The name of the Keyword Plan campaign.
63 // This field is required and should not be empty when creating Keyword Plan
67 // The languages targeted for the Keyword Plan campaign.
75 // This field is required and should not be empty when creating Keyword Plan
83 // This field is required and should not be empty when creating Keyword Plan
/external/googleapis/google/ads/googleads/v14/resources/
Dkeyword_plan_campaign.proto34 // A Keyword Plan campaign.
42 // Immutable. The resource name of the Keyword Plan campaign.
58 // Output only. The ID of the Keyword Plan campaign.
61 // The name of the Keyword Plan campaign.
63 // This field is required and should not be empty when creating Keyword Plan
67 // The languages targeted for the Keyword Plan campaign.
75 // This field is required and should not be empty when creating Keyword Plan
83 // This field is required and should not be empty when creating Keyword Plan
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
496 if (Keyword == #STR) \ in LexIdentifier()
812 if (Keyword == STR) { \ in LexIdentifier()
835 if (Keyword == #STR) { \ in LexIdentifier()
904 if (Keyword.startswith("DW_" #TYPE "_")) { \ in LexIdentifier()
905 StrVal.assign(Keyword.begin(), Keyword.end()); \ in LexIdentifier()
920 if (Keyword.startswith("DIFlag")) { in LexIdentifier()
921 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
925 if (Keyword.startswith("DISPFlag")) { in LexIdentifier()
926 StrVal.assign(Keyword.begin(), Keyword.end()); in LexIdentifier()
[all …]

12345678910>>...15