/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/operator/ |
D | keywords.hpp | 100 struct keywords : spirit::qi::nary_parser<keywords<Elements,Modifiers> > struct 103 struct attribute 132 > non_kwd_subject_count; 148 struct build_parser_tags 161 typedef typename build_parser_tags< Elements >::type parser_index_vector; 164 …truct is_complex_kwd_parser_filter : is_complex_kwd_parser< typename mpl::at<Elements, idx>::type > 168 struct is_kwd_parser_filter : is_kwd_parser< typename mpl::at<Elements, idx>::type > 172 typedef typename mpl::filter_view< Elements, is_kwd_parser<mpl::_> >::type string_keywords; 176 >::type string_keyword_indexes; 180 >::type complex_keywords_indexes; [all …]
|
/aosp_15_r20/external/okhttp/website/static/ |
H A D | prettify.js | 21 V=/\S/,X=v({keywords:[M,O,E,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,l… property 23 …\s"'>]+)/i]]),["in.tag"]);p(C([],[["atv",/^[\S\s]+/]]),["uq.val"]);p(v({keywords:M,hashComments:!0… property 24 ["cs"]);p(v({keywords:N,cStyleComments:!0}),["java"]);p(v({keywords:y,hashComments:!0,multiLineStri… property 25 hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]);p(v({keywords:E,cStyleComment… property
|
/aosp_15_r20/external/doclava/res/assets/templates-sdk/assets/js/ |
H A D | prettify.js | 20 …onst_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,de… property 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F… property 24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,la… property
|
/aosp_15_r20/sdk/templates/docs/ |
H A D | prettify.js | 20 …onst_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,de… property 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F… property 24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,la… property
|
/aosp_15_r20/external/doclava/res/assets/templates/assets/ |
H A D | prettify.js | 24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b… property 28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[i… property 29 [zd]);y(C({keywords:Ad,cStyleComments:o,regexLiterals:o}),[Bd]);y(K([],[[U,/^[\s\S]+/]]),[Cd]);func… property
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | prettify.js | 24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b… property 28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[i… property 29 [zd]);y(C({keywords:Ad,cStyleComments:o,regexLiterals:o}),[Bd]);y(K([],[[U,/^[\s\S]+/]]),[Cd]);func… property
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
H A D | prettify.js | 1048 'keywords': ALL_KEYWORDS, property 1288 'keywords': CPP_KEYWORDS, property 1293 'keywords': 'null true false' property 1296 'keywords': CSHARP_KEYWORDS, property 1302 'keywords': JAVA_KEYWORDS, property 1306 'keywords': SH_KEYWORDS, property 1311 'keywords': PYTHON_KEYWORDS, property 1317 'keywords': PERL_KEYWORDS, property 1323 'keywords': RUBY_KEYWORDS, property 1329 'keywords': JSCRIPT_KEYWORDS, property
|
/aosp_15_r20/dalvik/docs/ |
H A D | prettify.js | 822 keywords: ALL_KEYWORDS, property 1069 keywords: CPP_KEYWORDS, property 1074 keywords: CSHARP_KEYWORDS, property 1079 keywords: JAVA_KEYWORDS, property 1083 keywords: SH_KEYWORDS, property 1088 keywords: PYTHON_KEYWORDS, property 1094 keywords: PERL_KEYWORDS, property 1100 keywords: RUBY_KEYWORDS, property 1106 keywords: JSCRIPT_KEYWORDS, property
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | JsonMetaSchema.java | 59 private Map<String, Keyword> keywords = new HashMap<>(); field in JsonMetaSchema.Builder 144 public Builder keywords(Consumer<Map<String, Keyword>> customizer) { in keywords() method in JsonMetaSchema.Builder 166 public Builder keywords(Collection<? extends Keyword> keywords) { in keywords() argument 268 Map<String, Keyword> keywords = this.keywords; in build() local 304 public Builder addKeywords(Collection<? extends Keyword> keywords) { in addKeywords() 321 private final Map<String, Keyword> keywords; field in JsonMetaSchema 327 …JsonMetaSchema(String iri, String idKeyword, Map<String, Keyword> keywords, Map<String, Boolean> v… in JsonMetaSchema()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | op_def_library.py | 269 def apply_op(op_type_name, name=None, **keywords): # pylint: disable=invalid-name 366 def _CanExtractAttrsFastPath(op_def, keywords): argument 411 keywords, default_type_attr_map, attrs, inputs, argument 699 def _ExtractRemainingAttrs(op_type_name, op_def, keywords, argument 723 def _GetOpDef(op_type_name, keywords): argument 743 def _CheckAllInputsUsed(op_type_name, keywords): argument 751 def _apply_op_helper(op_type_name, name=None, **keywords): # pylint: disable=invalid-name
|
H A D | op_def_library_pybind.cc | 418 py::object GetInputTensor(std::string& input_name, const py::dict& keywords, in GetInputTensor() 484 py::dict& keywords, py::dict& attrs, in ExtractInputsAndAttrs() 500 const py::dict& keywords, in ExtractRemainingAttrs() 598 const py::dict& keywords) { in CheckAllInputsUsed() 617 py::dict& keywords) { in PYBIND11_MODULE()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _bisectmodule.c | 50 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; in bisect_right() local 81 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; in insort_right() local 156 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; in bisect_left() local 186 static char *keywords[] = {"a", "x", "lo", "hi", NULL}; in insort_left() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | WritePluralRulesSpreadsheets.java | 65 Set<String> keywords = missing.getKey(); in ranges() local 80 Set<String> keywords = missing.getKey(); in ranges() local 103 Set<String> keywords = rules.getKeywords(); in writePluralChecklist() local 184 Set<String> keywords = rules.getKeywords(); in writeRanges() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/slices/ |
D | SliceBuilderUtils.java | 269 final Set<String> keywords = buildSliceKeywords(sliceData); in buildToggleSlice() local 293 final Set<String> keywords = buildSliceKeywords(sliceData); in buildIntentSlice() local 325 final Set<String> keywords = buildSliceKeywords(sliceData); in buildSliderSlice() local 397 final Set<String> keywords = new ArraySet<>(); in buildSliceKeywords() local 420 final Set<String> keywords = buildSliceKeywords(data); in buildUnavailableSlice() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | getargs.c | 1377 PyObject *keywords, in PyArg_ParseTupleAndKeywords() 1401 PyObject *keywords, in _PyArg_ParseTupleAndKeywords_SizeT() 1427 PyObject *keywords, in PyArg_VaParseTupleAndKeywords() 1452 PyObject *keywords, in _PyArg_VaParseTupleAndKeywords_SizeT() 1477 _PyArg_ParseTupleAndKeywordsFast(PyObject *args, PyObject *keywords, in _PyArg_ParseTupleAndKeywordsFast() 1490 _PyArg_ParseTupleAndKeywordsFast_SizeT(PyObject *args, PyObject *keywords, in _PyArg_ParseTupleAndKeywordsFast_SizeT() 1530 _PyArg_VaParseTupleAndKeywordsFast(PyObject *args, PyObject *keywords, in _PyArg_VaParseTupleAndKeywordsFast() 1544 _PyArg_VaParseTupleAndKeywordsFast_SizeT(PyObject *args, PyObject *keywords, in _PyArg_VaParseTupleAndKeywordsFast_SizeT() 1908 const char * const *keywords; in parser_init() local 2270 vgetargskeywordsfast(PyObject *args, PyObject *keywords, in vgetargskeywordsfast()
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/services/ |
H A D | keyword_plan_idea_service.proto | 196 repeated string keywords = 4; field 202 repeated string keywords = 2; field 272 repeated string keywords = 2; field 339 repeated string keywords = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/services/ |
H A D | keyword_plan_idea_service.proto | 196 repeated string keywords = 4; field 202 repeated string keywords = 2; field 272 repeated string keywords = 2; field 339 repeated string keywords = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/services/ |
H A D | keyword_plan_idea_service.proto | 196 repeated string keywords = 4; field 202 repeated string keywords = 2; field 272 repeated string keywords = 2; field 339 repeated string keywords = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/telephony/ |
D | MobileNetworkSettingsSearchIndex.java | 93 private final java.lang.String keywords = null; field in MobileNetworkSettingsSearchIndex.MobileNetworkSettingsSearchResult 97 java.lang.String title, @org.jetbrains.annotations.Nullable() in MobileNetworkSettingsSearchResult() 135 java.lang.String title, @org.jetbrains.annotations.Nullable() in copy()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestInfo.java | 50 public TestInfo(String name, String source, boolean hostOnly, Set<String> keywords) { in TestInfo() 114 Set<String> keywords = new LinkedHashSet<>(mKeywords); in getKeywords() local 313 String keywords = in toString() local
|
D | TestMapping.java | 150 Set<String> keywords = new HashSet<>(); in getTestCollection() local 401 Set<String> keywords, in getTests() 452 Set<String> keywords, in getTests() 485 Set<String> keywords, in getTests()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | getargs.c | 1449 PyObject *keywords, in PyArg_ParseTupleAndKeywords() 1473 PyObject *keywords, in _PyArg_ParseTupleAndKeywords_SizeT() 1499 PyObject *keywords, in PyArg_VaParseTupleAndKeywords() 1531 PyObject *keywords, in _PyArg_VaParseTupleAndKeywords_SizeT() 1565 vgetargskeywords(PyObject *args, PyObject *keywords, const char *format, in vgetargskeywords()
|
/aosp_15_r20/external/python/mako/mako/ext/ |
D | babelplugin.py | 14 def __init__(self, keywords, comment_tags, options): argument 44 def extract(fileobj, keywords, comment_tags, options): argument
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
H A D | KeywordsBox.java | 33 private String[] keywords; field in KeywordsBox 51 public void setKeywords(String[] keywords) { in setKeywords()
|
/aosp_15_r20/system/extras/perf_tools/ |
H A D | progress_report.py | 106 def extract_event(line, keywords): argument 113 def write_to_new_file(timestamps, keywords, logcat_fp, timestamp_fixed_logcat_fp, report_fp, argument
|