Home
last modified time | relevance | path

Searched defs:code (Results 726 – 750 of 9275) sorted by relevance

1...<<21222324252627282930>>...371

/aosp_15_r20/external/lua/src/
H A Dlutf8lib.c140 utfint code; in codepoint() local
152 lua_Unsigned code = (lua_Unsigned)luaL_checkinteger(L, arg); in pushutfchar() local
237 utfint code; in iter_aux() local
/aosp_15_r20/external/capstone/bindings/ocaml/
H A Docaml.c28 CAMLprim value _cs_disasm(cs_arch arch, csh handle, const uint8_t * code, size_t code_len, uint64_t… in _cs_disasm()
707 const uint8_t *code; in ocaml_cs_disasm() local
859 const uint8_t *code; in ocaml_cs_disasm_internal() local
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DRcsCapabilityExchangeImplBase.java140 void onCommandError(@CommandCode int code) throws ImsException; in onCommandError()
232 void onCommandError(@CommandCode int code) throws ImsException; in onCommandError()
272 void onCommandError(@CommandCode int code) throws ImsException; in onCommandError()
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DKeyEvent.java1975 public KeyEvent(int action, int code) { in KeyEvent()
1995 int code, int repeat) { in KeyEvent()
2016 int code, int repeat, int metaState) { in KeyEvent()
2038 int code, int repeat, int metaState, in KeyEvent()
2062 int code, int repeat, int metaState, in KeyEvent()
2087 int code, int repeat, int metaState, in KeyEvent()
2093 private KeyEvent(long downTime, long eventTime, int action, int code, int repeat, int metaState, in KeyEvent()
2198 int code, int repeat, int metaState, in obtain()
2225 int code, int repeat, int metaState, in obtain()
2240 int code, int repeat, int metaState, in obtain()
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractLayoutBase.java42 public static ExpectedKey key(final String label, final int code, in key()
54 public static ExpectedKey key(final int iconId, final int code, in key()
86 public static ExpectedKey moreKey(final String label, final int code) { in moreKey()
/aosp_15_r20/hardware/google/gchips/include/
Dv4l2-subdev.h49 __u32 code; member
56 __u32 code; member
75 __u32 code; member
/aosp_15_r20/hardware/google/graphics/common/libv4l2/
Dv4l2-subdev.h49 __u32 code; member
56 __u32 code; member
75 __u32 code; member
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dresume_execution.py356 def lookup(cls, code, lineno, *key): argument
367 code, argument
555 def generate_based_on_original_code_object( argument
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticache/src/main/resources/codegen-resources/
H A Dservice-2.json1564 "code":"APICallRateForCustomerExceeded", string
1676 "code":"AuthorizationAlreadyExists", string
1688 "code":"AuthorizationNotFound", string
1931 "code":"CacheClusterAlreadyExists", string
1969 "code":"CacheClusterNotFound", string
2222 "code":"CacheParameterGroupAlreadyExists", string
2269 "code":"CacheParameterGroupNotFound", string
2281 "code":"CacheParameterGroupQuotaExceeded", string
2352 "code":"CacheSecurityGroupAlreadyExists", string
2406 "code":"CacheSecurityGroupNotFound", string
[all …]
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h82 CPURegister(RegisterType type, uint32_t code, int size) in CPURegister()
138 explicit Register(uint32_t code) in Register()
155 explicit RegisterOrAPSR_nzcv(uint32_t code) : code_(code) { in RegisterOrAPSR_nzcv()
181 VRegister(RegisterType type, uint32_t code, int size) in VRegister()
192 explicit SRegister(uint32_t code) in SRegister()
222 explicit DRegister(uint32_t code) in DRegister()
329 DRegisterLane(uint32_t code, uint32_t lane) : DRegister(code), lane_(lane) {} in DRegisterLane()
366 explicit QRegister(uint32_t code) in QRegister()
753 unsigned code = first_.GetCode() + (IsDoubleSpaced() ? (2 * n) : n); in GetDRegister() local
943 explicit CRegister(uint32_t code) : code_(code) { in CRegister()
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/result/error/
DInfraErrorIdentifier.java118 private final long code; field in InfraErrorIdentifier
121 InfraErrorIdentifier(int code, FailureStatus status) { in InfraErrorIdentifier()
127 public long code() { in code() method in InfraErrorIdentifier
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DAttribute.java155 final byte[] code, in write()
215 final byte[] code, in computeAttributesSize()
302 final byte[] code, in putAttributes()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcucdapi.c323 UScriptCode code = USCRIPT_INVALID_CODE; in TestUScriptCodeAPI() local
348 UScriptCode code= USCRIPT_INVALID_CODE; in TestUScriptCodeAPI() local
356 UScriptCode code= USCRIPT_INVALID_CODE; in TestUScriptCodeAPI() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java63 final int code = needsToUpperCase ? StringUtils.toTitleCaseOfKeyCode(codeInSpec, locale) in MoreKeySpec() local
131 final int code = key.getCode(); in addLetter() local
140 final int code = moreKey.mCode; in contains() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/test/
Dstd_interop_test.cpp171 …virtual bool equivalent( int code, const boost::system::error_condition & condition ) const BOOST_… in equivalent()
300 …virtual bool equivalent( int code, const boost::system::error_condition & condition ) const BOOST_… in equivalent()
305 …virtual bool equivalent( const boost::system::error_code & code, int condition ) const BOOST_NOEXC… in equivalent() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/
Dcalc6.cpp129 void vmachine::execute(std::vector<int> const& code) in execute()
176 std::vector<int>& code; member
311 std::vector<int> code; // Our VM code in main() local
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtNewMethod.java237 Bytecode code = new Bytecode(cp, 2, 1); in getter() local
280 Bytecode code = new Bytecode(cp, 3, 3); in setter() local
353 Bytecode code = new Bytecode(cp, 0, 0); in delegator0() local
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c115 hcode_t code; member
187 int code; in LZWSetupDecode() local
500 WordType code; in LZWDecode() local
786 #define GetNextCodeCompat(sp, bp, code) \ argument
808 int code, nbits; in LZWDecodeCompat() local
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dserver.pyx.pxi165 object code,
216 def set_code(self, object code):
220 def code(self): member in _ServicerContext
302 object code,
323 def set_code(self, object code):
/aosp_15_r20/system/security/identity/
H A DCredential.cpp102 int code = status.serviceSpecificErrorCode(); in ensureOrReplaceHalBinder() local
271 int code = status.serviceSpecificErrorCode(); in getEntries() local
483 int code = status.serviceSpecificErrorCode(); in getEntries() local
517 int code = status.serviceSpecificErrorCode(); in getEntries() local
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DHtmlBuilder.kt109 fun code(text: String, cssClass: String? = null) = tagValue("code", text, cssClass) method
110 fun code(cssClass: String? = null, block: Block) = code(block.render(), cssClass) method in org.conscrypt.doclet.HtmlBuilder
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsUidStateTrackerImpl.java132 public int evalMode(int uid, int code, int mode) { in evalMode()
145 private int evalModeInternal(int uid, int code, int uidState, int uidCapability) { in evalModeInternal()
506 void logEvalForegroundMode(int uid, int uidState, int capability, int code, int result) { in logEvalForegroundMode()
515 int code, int result) { in logEvalForegroundModeAsync()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc222 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { in ProcessingDone()
230 ErrorCode code) { in ActionCompleted()
244 ErrorCode code() const { return code_; } in code() function in chromeos_update_engine::FilesystemVerifierActionTestDelegate
373 ErrorCode code) { in ActionCompleted()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
H A DJavaParser.java111 String code = SourcesHelper.streamToString(in, encoding); in parse() local
185 String code = SourcesHelper.readerToString(reader); in parse() local
445 private static void insertComments(CompilationUnit cu, String code) throws IOException { in insertComments()
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp477 nv50_ir_relocate_code(void *relocData, uint32_t *code, in nv50_ir_relocate_code()
493 nv50_ir_apply_fixups(void *fixupData, uint32_t *code, in nv50_ir_apply_fixups()
511 const uint32_t **code, uint32_t *size) in nv50_ir_get_target_library()

1...<<21222324252627282930>>...371