Home
last modified time | relevance | path

Searched +defs:type +defs:code (Results 176 – 200 of 2879) sorted by relevance

12345678910>>...116

/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
H A Ddecode.h57 constexpr ArgStatus(Code code = kOk) : status_(code) {} in status_() argument
67 constexpr bool HasError(Code code) const { return (status_ & code) != 0u; } in HasError()
168 StringSegment(std::string_view text, Type type) in StringSegment()
171 StringSegment(std::string_view text, Type type, ArgSize local_size) in StringSegment()
/aosp_15_r20/external/aws-sdk-java-v2/services/iot1clickprojects/src/main/resources/codegen-resources/
H A Dservice-2.json265 "type":"structure", string
298 "type":"structure", string
303 "type":"string", string
307 "type":"string", string
312 "type":"string", string
315 "Code":{"type":"string"}, string
317 "type":"structure", string
340 "type":"structure", string
345 "type":"structure", string
367 "type":"structure", string
[all …]
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DTpmFail.c54 TPM_RC code; member
61 BYTE code[sizeof(TPM_RC)]; member
71 BYTE code[sizeof(UINT32)]; member
193 int code in TpmLogFailure()
223 int code in TpmFail()
445 void *type, in UnmarshalFail()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc302 tBTA_HF_CLIENT_AT_RESULT_TYPE type, uint16_t cme) { in bta_hf_client_handle_error()
522 static void bta_hf_client_handle_cmeerror(tBTA_HF_CLIENT_CB* client_cb, uint32_t code) { in bta_hf_client_handle_cmeerror()
552 static void bta_hf_client_handle_clip(tBTA_HF_CLIENT_CB* client_cb, char* numstr, uint32_t type) { in bta_hf_client_handle_clip()
559 static void bta_hf_client_handle_ccwa(tBTA_HF_CLIENT_CB* client_cb, char* numstr, uint32_t type) { in bta_hf_client_handle_ccwa()
581 uint16_t type) { in bta_hf_client_handle_clcc()
592 static void bta_hf_client_handle_cnum(tBTA_HF_CLIENT_CB* client_cb, char* numstr, uint16_t type, in bta_hf_client_handle_cnum()
601 static void bta_hf_client_handle_btrh(tBTA_HF_CLIENT_CB* client_cb, uint16_t code) { in bta_hf_client_handle_btrh()
616 void bta_hf_client_ind(tBTA_HF_CLIENT_CB* client_cb, tBTA_HF_CLIENT_IND_TYPE type, uint16_t value) { in bta_hf_client_ind()
639 void bta_hf_client_evt_val(tBTA_HF_CLIENT_CB* client_cb, tBTA_HF_CLIENT_EVT type, uint16_t value) { in bta_hf_client_evt_val()
726 void bta_hf_client_at_result(tBTA_HF_CLIENT_CB* client_cb, tBTA_HF_CLIENT_AT_RESULT_TYPE type, in bta_hf_client_at_result()
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DArrayExprTest.java29 String code = "class A { String[] arrSQL; String toExamine = arrSQL[1]; }"; in verifyAnArrayAccessExprTypeIsCalculatedProperly() local
32 …ResolvedType type = JavaParserFacade.get(new ReflectionTypeSolver()).getType(field.getVariables().… in verifyAnArrayAccessExprTypeIsCalculatedProperly() local
39 String code = "class A { String[] arrSQL; int l = arrSQL.length; }"; in arrayLengthValueDeclaration() local
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudwatch/src/main/resources/codegen-resources/
H A Dservice-2.json648 "type":"string", string
653 "type":"string", string
657 "ActionsEnabled":{"type":"boolean"}, string
659 "type":"string", string
667 "type":"string", string
672 "type":"string", string
677 "type":"string", string
682 "type":"structure", string
712 "type":"list", string
716 "type":"string", string
[all …]
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c10 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New()
363 func_new(PyTypeObject* type, PyObject* args, PyObject* kw) in func_new()
365 PyCodeObject *code; in func_new() local
537 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get()
635 cm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in cm_descr_get()
792 sm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in sm_descr_get()
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method_storage.cc109 ThunkMapKey(linker::LinkerPatch::Type type, uint32_t custom_value1, uint32_t custom_value2) in ThunkMapKey()
130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue()
178 const ArrayRef<const uint8_t>& code) { in DeduplicateCode()
182 void CompiledMethodStorage::ReleaseCode(const LengthPrefixedArray<uint8_t>* code) { in ReleaseCode()
258 ArrayRef<const uint8_t> code, in CreateCompiledMethod()
291 ArrayRef<const uint8_t> code, in SetThunkCode()
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudformation/src/main/resources/codegen-resources/
H A Dservice-2.json1305 "AcceptTermsAndConditions":{"type":"boolean"}, string
1307 "type":"string", string
1311 "type":"string", string
1320 "type":"structure", string
1334 "type":"string", string
1341 "AccountGateStatusReason":{"type":"string"}, string
1343 "type":"structure", string
1357 "type":"list", string
1361 "type":"list", string
1365 "type":"string", string
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLocaleValidator.java71 public AllowedMatch(String code) { in AllowedMatch()
75 public AllowedMatch(String code, String value) { in AllowedMatch()
79 public AllowedMatch(String code, String value, Validity.Status status) { in AllowedMatch()
210 LstrType type, in validates()
/aosp_15_r20/external/angle/third_party/r8/d8/lib/
HDr8.jarresources/new_api_database.ser LICENSE META-INF/MANIFEST.MF META-INF/services/ ...
/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h53 CPURegList(CPURegister::RegisterType type, unsigned size, RegList list) in CPURegList()
58 CPURegList(CPURegister::RegisterType type, in CPURegList()
142 void Combine(int code) { in Combine()
148 void Remove(int code) { in Remove()
229 bool IncludesAliasOf(int code) const { in IncludesAliasOf()
270 static unsigned GetDefaultSizeFor(CPURegister::RegisterType type, in GetDefaultSizeFor()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DIpv6Utils.java52 short type, short code, final ByteBuffer... options) { in buildIcmpv6Packet()
88 final Inet6Address srcIp, final Inet6Address dstIp, short type, short code, in buildIcmpv6Packet()
/aosp_15_r20/external/pcre/src/
H A Dpcre2_substitute.c79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
786 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute() local
888 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute() local
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius.c72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) in radius_msg_set_hdr()
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) in radius_msg_new()
138 static const char *radius_code_string(u8 code) in radius_code_string()
162 u16 type; /* 0..255 for basic types; member
289 static const struct radius_attr_type * radius_get_attr_type(u16 type) in radius_get_attr_type()
302 static bool radius_is_long_ext_type(u8 type) in radius_is_long_ext_type()
309 static bool radius_is_ext_type(u8 type) in radius_is_ext_type()
710 struct radius_attr_hdr * radius_msg_add_attr(struct radius_msg *msg, u16 type, in radius_msg_add_attr()
1044 u8 type) in radius_msg_copy_attr()
1445 int radius_msg_add_ext_vs(struct radius_msg *msg, u16 type, u32 vendor_id, in radius_msg_add_ext_vs()
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp368 CodeEmitterGM107::emitCond3(int pos, CondCode code) in emitCond3()
396 CodeEmitterGM107::emitCond4(int pos, CondCode code) in emitCond4()
953 gm107_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_selpFlip()
1005 int type = 0; in emitSHFL() local
2227 unsigned type; in emitSHF() local
2417 CodeEmitterGM107::emitLDSTs(int pos, DataType type) in emitLDSTs()
2569 gm107_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_interpApply()
3076 int type = 0; in emitTXQ() local
3330 int type = 0; in emitSULDx() local
3360 uint8_t type = 0, subOp; in emitSUREDx() local
[all …]
/aosp_15_r20/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java131 Type type = frame.getStack(frame.getTopIndex() - 1); in verifyArrayLoad() local
142 private static void addJump(Bytecode code, int opcode, int pos) { in addJump()
202 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateDeadCode() local
222 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateInvalidCode() local
239 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateCodeFalloff() local
254 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateJsrMerge() local
278 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); in generateJsrMerge2() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp70 PITTestType type; member
81 std::ostringstream name, code; in createGraphicsShaders() local
96 std::ostringstream name, code; in createGraphicsShaders() local
117 std::ostringstream name, code; in createComputeShaders() local
580 PITTestType type; in createPipelineIdentifierTests() member
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c128 LLVMTypeRef type = LLVMTypeOf(value); in ac_get_llvm_num_components() local
144 int ac_get_elem_bits(struct ac_llvm_context *ctx, LLVMTypeRef type) in ac_get_elem_bits()
167 unsigned ac_get_type_size(LLVMTypeRef type) in ac_get_type_size()
233 LLVMTypeRef type = LLVMTypeOf(v); in ac_to_integer() local
242 LLVMTypeRef type = LLVMTypeOf(v); in ac_to_integer_or_pointer() local
273 LLVMTypeRef type = LLVMTypeOf(v); in ac_to_float() local
316 void ac_build_type_name_for_intr(LLVMTypeRef type, char *buf, unsigned bufsize) in ac_build_type_name_for_intr()
375 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, in ac_build_phi()
406 char code[16]; in ac_build_optimization_barrier() local
424 LLVMTypeRef type = LLVMTypeOf(*pgpr); in ac_build_optimization_barrier() local
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dpoly.v1.json32 "type": "string" string
37 "type": "string" string
53 "type": "string" string
58 "type": "string" string
63 "type": "string" string
68 "type": "string" string
73 "type": "string" string
79 "type": "boolean" string
84 "type": "string" string
89 "type": "string" string
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Durllib2.py181 def __init__(self, url, code, msg, hdrs, fp): argument
296 def set_proxy(self, host, type): argument
555 def http_error_default(self, req, fp, code, msg, hdrs): argument
566 def redirect_request(self, req, fp, code, msg, headers, newurl): argument
600 def http_error_302(self, req, fp, code, msg, headers): argument
749 def proxy_open(self, req, proxy, type): argument
906 def http_error_401(self, req, fp, code, msg, headers): argument
917 def http_error_407(self, req, fp, code, msg, headers): argument
1095 def http_error_401(self, req, fp, code, msg, headers): argument
1108 def http_error_407(self, req, fp, code, msg, headers): argument
/aosp_15_r20/system/tools/aidl/
Daidl_unittest.cpp480 string code = in TEST_P() local
978 string code; in TEST_F() local
1421 char code[] = "parcelable Foo { char a = '\0'; char b = '\t'; }"; in TEST_F() local
1472 string code; in TEST_F() local
1755 auto type = Parse("p/Foo.aidl", in TEST_F() local
1774 auto type = Parse("p/Foo.aidl", in TEST_F() local
1962 const AidlTypeSpecifier* type = nullptr; member
2096 string type; in TEST_F() member
2190 string code; in TEST_F() local
2274 auto type = [](std::string name, auto&&... type_params) -> std::unique_ptr<AidlTypeSpecifier> { in TEST_F() local
[all …]
/aosp_15_r20/external/capstone/bindings/vb6/
H A DvbCapstone.cpp40 cs_err __stdcall bs_option(csh handle, cs_opt_type type, size_t value){ in bs_option()
50 const char* __stdcall bs_strerror(cs_err code){ in bs_strerror()
55 size_t __stdcall bs_disasm(csh handle, const uint8_t *code, size_t code_size, uint64_t address, siz… in bs_disasm()
116 bool __stdcall bs_disasm_iter(csh handle, const uint8_t **code, size_t *size, uint64_t *address, cs… in bs_disasm_iter()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DLanguageCodeConverter.java158 exceptionCodes.add(toUnderbarLocale(code)); in toUnderbarLocale() argument
177 private static void addNameToCode(final String type, final String code, String name) { in addNameToCode()
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java169 void make(TypedBlock[] blocks, byte[] code) in make()
183 private void make(byte[] code, TypedBlock tb) in make()
213 private void traceException(byte[] code, TypedBlock.Catch handler) in traceException()
281 String type; in toExceptionType() local
333 private void findDeadCatchers(byte[] code, TypedBlock[] blocks) throws BadBytecode { in findDeadCatchers()
355 private void fixDeadcode(byte[] code, TypedBlock block) throws BadBytecode { in fixDeadcode()
389 private void fixTypes(byte[] code, TypedBlock[] blocks) throws NotFoundException, BadBytecode { in fixTypes()

12345678910>>...116