/aosp_15_r20/external/lua/src/ |
H A D | lutf8lib.c | 140 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 D | ocaml.c | 28 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 D | RcsCapabilityExchangeImplBase.java | 140 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 D | KeyEvent.java | 1975 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/ |
D | AbstractLayoutBase.java | 42 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/ |
D | v4l2-subdev.h | 49 __u32 code; member 56 __u32 code; member 75 __u32 code; member
|
/aosp_15_r20/hardware/google/graphics/common/libv4l2/ |
D | v4l2-subdev.h | 49 __u32 code; member 56 __u32 code; member 75 __u32 code; member
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | resume_execution.py | 356 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 D | service-2.json | 1564 "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 D | instructions-aarch32.h | 82 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/ |
D | InfraErrorIdentifier.java | 118 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 D | Attribute.java | 155 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 D | cucdapi.c | 323 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/ |
D | MoreKeySpec.java | 63 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/ |
D | std_interop_test.cpp | 171 …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/ |
D | calc6.cpp | 129 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 D | CtNewMethod.java | 237 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 D | tif_lzw.c | 115 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 D | server.pyx.pxi | 165 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 D | Credential.cpp | 102 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 D | HtmlBuilder.kt | 109 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 D | AppOpsUidStateTrackerImpl.java | 132 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 D | filesystem_verifier_action_unittest.cc | 222 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 D | JavaParser.java | 111 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 D | nv50_ir_target.cpp | 477 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()
|