Home
last modified time | relevance | path

Searched +defs:type +defs:code (Results 1 – 25 of 1481) sorted by relevance

12345678910>>...60

/aosp_15_r20/external/chromium-trace/catapult/common/eslint/tests/
H A Dcatapult-camelcase.js51 code: "var o = {key: 1}", property
55 code: "var o = {bar_baz: 1}", property
59 code: "obj.a_b = 2;", property
63 code: "var obj = {\n a_a: 1 \n};\n obj.a_b = 2;", property
67 code: "obj.foo_bar = function(){};", property
71 code: "var { category_id: category } = query;", property
75 code: "var { category_id: category } = query;", property
80 code: "import { camelCased } from \"external module\";", property
84 code: "import { no_camelcased as camelCased } from \"external-module\";", property
88code: "import { no_camelcased as camelCased, anoterCamelCased } from \"external-module\";", property
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtField.java68 public CtField(CtClass type, String name, CtClass declaring) in CtField()
821 public static Initializer byNewArray(CtClass type, int size) in byNewArray()
836 public static Initializer byNewArray(CtClass type, int[] sizes) { in byNewArray()
858 abstract int compile(CtClass type, String name, Bytecode code, in compile()
863 abstract int compileIfStatic(CtClass type, String name, in compileIfStatic()
864 Bytecode code, Javac drv) throws CannotCompileException; in compileIfStatic()
868 int getConstantValue(ConstPool cp, CtClass type) { return 0; } in getConstantValue()
875 int compile(CtClass type, String name, Bytecode code, in compile()
891 int compileIfStatic(CtClass type, String name, Bytecode code, in compileIfStatic()
904 int getConstantValue2(ConstPool cp, CtClass type, ASTree tree) { in getConstantValue2()
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-resources.json7 "type" : "collection", string
49 "code" : "SMART-on-FHIR", string
57 "type" : "Account", string
60 "code" : "read", string
64 "code" : "vread", string
68 "code" : "update", string
72 "code" : "delete", string
76 "code" : "history-instance", string
80 "code" : "history-type", string
84 "code" : "create", string
[all …]
Dprofiles-types.json7 "type" : "collection", string
49 "type" : "Element", string
98 "type" : [{ array
103 "code" : "http://hl7.org/fhirpath/System.String" string
117 "type" : "value", string
135 "type" : [{ array
136 "code" : "Extension" string
199 "type" : [{ array
204 "code" : "http://hl7.org/fhirpath/System.String" string
216 "type" : "value", string
[all …]
Dextension-definitions.json7 "type" : "collection", string
37 "type" : "element", string
40 "type" : "Extension", string
89 "type" : [{ array
94 "code" : "http://hl7.org/fhirpath/System.String" string
108 "type" : "value", string
123 "type" : [{ array
124 "code" : "Extension" string
159 "type" : [{ array
164 "code" : "http://hl7.org/fhirpath/System.String" string
[all …]
Dprofiles-others.json7 "type" : "collection", string
60 "type" : "Measure", string
164 "type" : [{ array
169 "code" : "http://hl7.org/fhirpath/System.String" string
186 "type" : [{ array
187 "code" : "Meta" string
213 "type" : [{ array
214 "code" : "uri" string
241 "type" : [{ array
242 "code" : "code" string
[all …]
Dsearch-parameters.json7 "type" : "collection", string
37 "code" : "_text", string
39 "type" : "string", string
72 "code" : "_content", string
74 "type" : "string", string
107 "code" : "_id", string
109 "type" : "token", string
144 "code" : "_lastUpdated", string
146 "type" : "date", string
190 "code" : "_profile", string
[all …]
Ddataelements.json7 "type" : "collection", string
35 "type" : "date.id", string
52 "type" : [{ array
57 "code" : "http://hl7.org/fhirpath/System.String" string
92 "type" : "date.value", string
109 "type" : [{ array
118 "code" : "http://hl7.org/fhirpath/System.Date" string
153 "type" : "dateTime.id", string
170 "type" : [{ array
175 "code" : "http://hl7.org/fhirpath/System.String" string
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java69 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
85 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
86 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
87 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
88 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
97 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
107 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
114 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
127 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
129 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DStandardCodes.java116 public String getData(String type, String code) { in getData()
128 public List<String> getFullData(String type, String code) { in getFullData()
138 public List<String> getFullData(CodeType type, String code) { in getFullData()
144 private Map<String, List<String>> getCodeData(String type) { in getCodeData()
148 private Map<String, List<String>> getCodeData(CodeType type) { in getCodeData()
152 public Set<String> getCodes(CodeType type) { in getCodes()
163 public Map<String, String> getLangData(String type, String code) { in getLangData()
174 public String getReplacement(String type, String code) { in getReplacement()
195 public List<String> getCodes(String type, String data) { in getCodes()
203 public List<String> getCodes(CodeType type, String data) { in getCodes()
[all …]
/aosp_15_r20/external/iptables/extensions/
H A Dlibxt_icmp.h3 uint8_t type; member
132 uint8_t type[], uint8_t code[]) in __parse_icmp()
192 uint8_t *type, uint8_t code[]) in __ipt_parse_icmp()
204 ipt_parse_icmp(const char *str, uint8_t *type, uint8_t code[]) in ipt_parse_icmp()
211 ipt_parse_icmpv6(const char *str, uint8_t *type, uint8_t code[]) in ipt_parse_icmpv6()
218 ebt_parse_icmp(const char *str, uint8_t type[], uint8_t code[]) in ebt_parse_icmp()
225 ebt_parse_icmpv6(const char *str, uint8_t type[], uint8_t code[]) in ebt_parse_icmpv6()
232 ebt_parse_igmp(const char *str, uint8_t type[]) in ebt_parse_igmp()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_go.cpp133 std::string code = ""; in generate() local
166 std::string &code = *code_ptr; in BeginClass() local
184 std::string &code = *code_ptr; in GenEnumType() local
191 std::string &code = *code_ptr; in BeginEnum() local
198 std::string &code = *code_ptr; in EnumMember() local
210 std::string &code = *code_ptr; in EndEnum() local
216 std::string &code = *code_ptr; in BeginEnumNames() local
225 std::string &code = *code_ptr; in EnumNameMember() local
237 std::string &code = *code_ptr; in EndEnumNames() local
243 std::string &code = *code_ptr; in EnumStringer() local
[all …]
H A Didl_gen_dart.cpp90 std::string code; in generate() local
159 const char *indent, std::string &code) { in GenDocComment()
169 std::string &code = in GenEnum() local
251 std::string &code) { in GenEnumReader()
265 std::string GenType(const Type &type) { in GenType()
287 static std::string EnumSize(const Type &type) { in EnumSize()
305 std::string GenReaderTypeName(const Type &type, Namespace *current_namespace, in GenReaderTypeName()
339 std::string GenDartTypeName(const Type &type, Namespace *current_namespace, in GenDartTypeName()
378 std::string GenDartTypeName(const Type &type, Namespace *current_namespace, in GenDartTypeName()
410 std::string &code = in GenStruct() local
[all …]
H A Didl_gen_lua.cpp64 std::string &code = *code_ptr; in BeginClass() local
73 std::string &code = *code_ptr; in BeginEnum() local
96 std::string &code = *code_ptr; in EnumMember() local
103 std::string &code = *code_ptr; in EndEnum() local
109 std::string &code = *code_ptr; in GenerateNewObjectPrototype() local
123 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
142 std::string &code = *code_ptr; in InitializeExisting() local
154 std::string &code = *code_ptr; in GetVectorLen() local
170 std::string &code = *code_ptr; in GetScalarFieldOfStruct() local
184 std::string &code = *code_ptr; in GetScalarFieldOfTable() local
[all …]
H A Didl_gen_php.cpp67 auto &code = *code_ptr; in BeginFile() local
89 std::string code = ""; in SaveType() local
101 std::string &code = *code_ptr; in BeginClass() local
111 std::string &code = *code_ptr; in EndClass() local
117 std::string &code = *code_ptr; in BeginEnum() local
124 std::string &code = *code_ptr; in EnumMember() local
133 std::string &code = *code_ptr; in EndEnum() local
140 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
161 std::string &code = *code_ptr; in InitializeExisting() local
178 std::string &code = *code_ptr; in GetVectorLen() local
[all …]
H A Didl_gen_lobster.cpp61 std::string GenTypeName(const Type &type) { in GenTypeName()
73 std::string LobsterType(const Type &type) { in LobsterType()
84 std::string GenMethod(const Type &type) { in GenMethod()
91 std::string GenTypeBasic(const Type &type) { in GenTypeBasic()
108 std::string &code = *code_ptr; in GenStructAccessor() local
203 std::string &code = *code_ptr; in GenTableBuilders() local
254 std::string &code = *code_ptr; in GenStructPreDecl() local
262 std::string &code = *code_ptr; in GenStruct() local
292 std::string &code = *code_ptr; in GenEnum() local
320 std::string &code = *code_ptr; in StructBuilderArgs() local
[all …]
/aosp_15_r20/packages/modules/Connectivity/clatd/
Dicmp.c47 int is_icmp_error(uint8_t type) { return type == 3 || type == 11 || type == 12; } in is_icmp_error()
53 int is_icmp6_error(uint8_t type) { return type < 128; } in is_icmp6_error()
59 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { in icmp_to_icmp6_type()
87 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { in icmp_to_icmp6_code()
122 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code) { in icmp6_to_icmp_type()
147 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code) { in icmp6_to_icmp_code()
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/
H A DJavaParserTest.java74 String code = "@interface AD { String foo(); }"; in rangeOfAnnotationMemberDeclarationIsCorrect() local
83 String code = "@interface AD \\u007B String foo(); \\u007D"; in testSourcePositionsWithUnicodeEscapes() local
95 String code = "@interface AD { String X = \"\\uABC\"; }"; in testSourcePositionsWithBrokenUnicodeEscapes() local
101 private static ParseResult<CompilationUnit> parseWithUnicodeEscapes(String code) { in parseWithUnicodeEscapes()
109 String code = "@interface AD { String[] foo(); }"; in rangeOfAnnotationMemberDeclarationWithArrayTypeIsCorrect() local
118 String code = "new int[123][456]"; in rangeOfArrayCreationLevelWithExpressionIsCorrect() local
133 String code = "new int[][]"; in rangeOfArrayCreationLevelWithoutExpressionIsCorrect() local
158 String code = "(Runnable & Serializable) (() -> {})"; in parseIntersectionType() local
160 Type type = expression.asCastExpr().getType(); in parseIntersectionType() local
173 String code = "class A {" + EOL in rangeOfIntersectionType() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/
H A Dservice-2.json856 "type":"structure", string
861 "code":"ALPNPolicyNotFound", string
868 "type":"structure", string
907 "type":"integer", string
912 "type":"string", string
922 "type":"list", string
926 "type":"structure", string
943 "type":"structure", string
952 "type":"structure", string
969 "type":"structure", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/redshift/src/main/resources/codegen-resources/
H A Dservice-2.json2462 "type":"structure", string
2479 "type":"structure", string
2488 "type":"structure", string
2493 "code":"AccessToClusterDenied", string
2500 "type":"structure", string
2505 "code":"AccessToSnapshotDenied", string
2512 "type":"structure", string
2526 "type":"structure", string
2535 "type":"structure", string
2549 "type":"list", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/docdb/src/main/resources/codegen-resources/
H A Dservice-2.json989 "type":"structure", string
1007 "type":"structure", string
1013 "type":"structure", string
1031 "type":"string", string
1038 "type":"structure", string
1061 "type":"structure", string
1067 "type":"list", string
1074 "type":"structure", string
1079 "code":"AuthorizationNotFound", string
1086 "type":"structure", string
[all …]
/aosp_15_r20/system/tools/aidl/
Dgenerate_java_binder.cpp57 std::shared_ptr<Variable> Get(const AidlTypeSpecifier& type) { in Get()
146 auto code = std::make_shared<Variable>("int", "transactionCode"); in StubClass() local
280 CodeWriter& code = *writer; in MakeConstructors() local
403 std::ostringstream code; in ProxyClass() local
408 std::ostringstream code; in ProxyClass() local
428 const AidlTypeSpecifier& type, const std::string& parcel, in GenerateWriteToParcel()
444 const AidlTypenames& typenames, const AidlTypeSpecifier& type, in GenerateWriteToParcel()
447 string code; in GenerateWriteToParcel() local
453 void GenerateConstantDeclarations(CodeWriter& out, const AidlDefinedType& type) { in GenerateConstantDeclarations()
455 const AidlTypeSpecifier& type = constant->GetType(); in GenerateConstantDeclarations() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/sns/src/main/resources/codegen-resources/
H A Dservice-2.json830 "type":"list", string
834 "type":"structure", string
861 "type":"string", string
866 "type":"structure", string
872 "code":"AuthorizationError", string
879 "type":"structure", string
885 "code":"BatchEntryIdsNotDistinct", string
892 "type":"structure", string
898 "code":"BatchRequestTooLong", string
905 "type":"structure", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/neptune/src/main/resources/codegen-resources/
H A Dservice-2.json1266 "type":"structure", string
1287 "type":"structure", string
1304 "type":"structure", string
1310 "type":"structure", string
1327 "type":"string", string
1334 "type":"structure", string
1356 "type":"structure", string
1362 "type":"list", string
1369 "type":"structure", string
1374 "code":"AuthorizationNotFound", string
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DCLDRTest.java142 NumericType type = NumericType.getNumericType(xpath); in TestCurrencyFormats() local
350 public UnicodeSet getExemplarSet(CLDRFile cldrfile, String type) { in getExemplarSet()
437 private String getName(CLDRFile english, String kind, String type) { in getName()
470 String code = it3.next(); in TestForIllegalAttributeValues() local
484 String code = it3.next(); in TestForIllegalAttributeValues() local
949 private String getDateKey(String monthOrDay, String width, String code) { in getDateKey()
967 private String getDateKey(int type, String code) { in getDateKey()
986 int type, in checkForItems()
992 String code = it2.next(); in checkForItems() local
1087 String code = it.next(); in TestSupplementalData() local
[all …]

12345678910>>...60