/aosp_15_r20/external/google-styleguide/cpplint/ |
H A D | cpplint_unittest.py | 127 def PerformSingleLineLint(self, code): argument 145 def PerformMultiLineLint(self, code): argument 162 def PerformLanguageRulesCheck(self, file_name, code): argument 175 def PerformFunctionLengthsCheck(self, code): argument 201 def PerformIncludeWhatYouUse(self, code, filename='foo.h', io=codecs): argument 222 def TestLint(self, code, expected_message): argument 225 def TestMultiLineLint(self, code, expected_message): argument 228 def TestMultiLineLintRE(self, code, expected_message_re): argument 234 def TestLanguageRulesCheck(self, file_name, code, expected_message): argument 238 def TestIncludeWhatYouUse(self, code, expected_message): argument [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | error.c | 31 int domain, int code, xmlErrorLevel level, in xmlVSetError() 116 int domain, int code, xmlErrorLevel level, in xmlSetError() 136 int domain, int code, xmlErrorLevel level, in xmlVUpdateError() 419 int code; in xmlFormatError() local 688 xmlNode *node, int domain, int code, xmlErrorLevel level, in xmlVRaiseError() 771 xmlNode *node, int domain, int code, xmlErrorLevel level, in __xmlRaiseError() 994 xmlErrString(xmlParserErrors code) { in xmlErrString()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowPendingIntent.java | 153 protected void send(int code) throws CanceledException { in send() 158 protected void send(int code, PendingIntent.OnFinished onFinished, Handler handler) in send() 164 protected void send(Context context, int code, Intent intent) throws CanceledException { in send() 171 int code, in send() 182 int code, in send() 195 int code, in send() 207 int code, in send()
|
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/ |
H A D | OneWayBinderProxy.java | 80 public abstract void transact(int code, ParcelHolder data) throws RemoteException; in transact() 96 public void transact(int code, ParcelHolder data) throws RemoteException { in transact() 105 protected boolean transactAndRecycleParcel(int code, Parcel data) throws RemoteException { in transactAndRecycleParcel() 122 public void transact(int code, ParcelHolder wrappedParcel) { in transact()
|
/aosp_15_r20/external/bc/src/ |
H A D | program.c | 93 bc_program_index(const char* restrict code, size_t* restrict bgn) in bc_program_index() 641 bc_program_const(BcProgram* p, const char* code, size_t* bgn) in bc_program_const() 1592 bc_program_pushVar(BcProgram* p, const char* restrict code, in bc_program_pushVar() 1668 bc_program_pushArray(BcProgram* p, const char* restrict code, in bc_program_pushArray() 1773 bc_program_call(BcProgram* p, const char* restrict code, size_t* restrict bgn) in bc_program_call() 2385 bc_program_regStackLen(BcProgram* p, const char* restrict code, in bc_program_regStackLen() 2491 bc_program_execStr(BcProgram* p, const char* restrict code, in bc_program_execStr() 3027 char* code; in bc_program_exec() local 3771 bc_program_printIndex(const char* restrict code, size_t* restrict bgn) in bc_program_printIndex() 3786 bc_program_printStr(const BcProgram* p, const char* restrict code, in bc_program_printStr() [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
D | KeyCodeDescriptionMapper.java | 94 final int code = key.getCode(); in getDescriptionForKey() local 292 private String getSpokenAccentedLetterDescription(final Context context, final int code) { in getSpokenAccentedLetterDescription() 307 private String getSpokenSymbolDescription(final Context context, final int code) { in getSpokenSymbolDescription() 321 private String getSpokenEmojiDescription(final Context context, final int code) { in getSpokenEmojiDescription() 334 private int getSpokenDescriptionId(final Context context, final int code, in getSpokenDescriptionId()
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtMethod.java | 302 Bytecode code = CtNewWrappedMethod.makeBody(clazz, in setWrappedBody() local 358 int compile(Bytecode code) throws CannotCompileException { in compile() 398 int compile(Bytecode code) throws CannotCompileException { in compile() 422 int compile(Bytecode code) throws CannotCompileException { in compile() 446 int compile(Bytecode code) throws CannotCompileException { in compile()
|
/aosp_15_r20/external/eigen/blas/ |
H A D | level3_impl.h | 73 int code = OP(*opa) | (OP(*opb) << 2); in EIGEN_BLAS_FUNC() local 161 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local 263 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); in EIGEN_BLAS_FUNC() local 428 int code = OP(*op) | (UPLO(*uplo) << 2); in EIGEN_BLAS_FUNC() local 602 int code = OP(*op) | (UPLO(*uplo) << 2); in EIGEN_BLAS_FUNC() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
H A D | concat.cc | 123 std::string code = DeclareVariables(); in GenerateCode() local 197 std::string code; in AlignedCase() local 255 std::string code = "// Unaligned case\n"; in UnalignedCase() local 332 std::string code; in GenerateCode() local 391 std::string code; in GenerateCode() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/status/ |
H A D | status.cc | 30 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString() 71 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<() 90 absl::StatusCode code = static_cast<absl::StatusCode>(value); in MapToLocalCode() local 210 uintptr_t Status::NewRep(absl::StatusCode code, absl::string_view msg, in NewRep() 217 Status::Status(absl::StatusCode code, absl::string_view msg) in Status() 232 absl::StatusCode Status::code() const { in code() function in absl::Status
|
/aosp_15_r20/external/javassist/src/test/test/javassist/bytecode/analysis/ |
H A D | AnalyzerTest.java | 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/tensorflow/tensorflow/python/lib/core/ |
H A D | pybind11_status.h | 34 inline PyObject* CodeToPyExc(const int code) { in CodeToPyExc() 113 TF_Code code = TF_GetCode(status); in MaybeRaiseFromTFStatus() local 121 TF_Code code = TF_GetCode(status); in MaybeRaiseRegisteredFromTFStatus() local 129 TF_Code code = TF_GetCode(status); in MaybeRaiseRegisteredFromTFStatusWithGIL() local
|
/aosp_15_r20/art/dex2oat/linker/riscv64/ |
H A D | relative_patcher_riscv64_test.cc | 45 static void PushBackInsn16(std::vector<uint8_t>* code, uint32_t insn16) { in PushBackInsn16() 53 static void PushBackInsn32(std::vector<uint8_t>* code, uint32_t insn32) { in PushBackInsn32() 121 auto code = GenNopsAndAuipcAndUseUnpatched(start_cnops, mid_cnops, kAddi); in TestNopsAuipcAddi() local 145 auto code = GenNopsAndAuipcAndUseUnpatched(start_cnops, mid_cnops, kLwu); in TestNopsAuipcLwu() local 170 auto code = GenNopsAndAuipcAndUseUnpatched(start_cnops, mid_cnops, kLd); in TestNopsAuipcLd() local
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
H A D | Response.java | 43 private final int code; field in Response 94 public int code() { in code() method in Response 234 private int code = -1; field in Response.Builder 270 public Builder code(int code) { in code() method in Response.Builder
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
H A D | Response.java | 39 private final int code; field in Response 87 public int code() { in code() method in Response 224 private int code = -1; field in Response.Builder 260 public Builder code(int code) { in code() method in Response.Builder
|
/aosp_15_r20/art/compiler/ |
H A D | common_compiler_test.cc | 51 CodeAndMetadata(ArrayRef<const uint8_t> code, in CodeAndMetadata() 135 ArrayRef<const uint8_t> code, in CreateCompiledMethod() 161 [[maybe_unused]] ArrayRef<const uint8_t> code, in SetThunkCode() 211 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable() 326 ArrayRef<const uint8_t> code = storage.GetCode(); in JniCompileCode() local
|
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/ |
D | observation_8.json | 10 "code": "social-history", string 17 "code": { object 21 "code": "74013-4", string 34 "code" : "{Drinks}/d" string
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 32 int code; in fcntl_fcntl() local 101 unsigned int code; in fcntl_ioctl() local 153 int code; in fcntl_flock() local 210 int code; in fcntl_lockf() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/ |
D | status.rs | 40 code: Code, field 364 let code = Self::code_from_h2(&err); in from_h2_error() localVariable 426 let code = Status::code_from_h2(h2_err); in from_hyper_error() localVariable 446 let code = Code::from_bytes(code.as_ref()); in from_header_map() localVariable 494 pub fn code(&self) -> Code { in code() method 686 let code = match err.kind() { in from() localVariable 746 let code = match status_code { in infer_grpc_status() localVariable 955 let code = Code::from(i); in code_from_i32() localVariable
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | EasyConnectStatusCallback.java | 237 public abstract void onConfiguratorSuccess(@EasyConnectSuccessStatusCode int code); in onConfiguratorSuccess() 247 public void onFailure(@EasyConnectFailureStatusCode int code) {} in onFailure() 273 public void onFailure(@EasyConnectFailureStatusCode int code, @Nullable String ssid, in onFailure() 286 public abstract void onProgress(@EasyConnectProgressStatusCode int code); in onProgress()
|
/aosp_15_r20/external/libxml2/ |
H A D | error.c | 32 int domain, int code, xmlErrorLevel level, in xmlVSetError() 117 int domain, int code, xmlErrorLevel level, in xmlSetError() 137 int domain, int code, xmlErrorLevel level, in xmlVUpdateError() 422 int code; in xmlFormatError() local 691 xmlNode *node, int domain, int code, xmlErrorLevel level, in xmlVRaiseError() 776 xmlNode *node, int domain, int code, xmlErrorLevel level, in xmlRaiseError() 1006 xmlErrString(xmlParserErrors code) { in xmlErrString()
|
/aosp_15_r20/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/ |
D | DTC.java | 67 String code, in DTC() 87 DTC(String code, long timestamp, Context context) { in DTC() 143 String code = String.format("P%04d", 8 + number); in createSampleDTC() local 148 private DTCMetadata getDTCMetadata(String code, Context context) { in getDTCMetadata()
|
/aosp_15_r20/external/strace/ |
H A D | kvm.c | 235 kvm_ioctl_decode_regs(struct tcb *const tcp, const unsigned int code, in kvm_ioctl_decode_regs() 272 kvm_ioctl_decode_cpuid2(struct tcb *const tcp, const unsigned int code, in kvm_ioctl_decode_cpuid2() 310 kvm_ioctl_decode_sregs(struct tcb *const tcp, const unsigned int code, in kvm_ioctl_decode_sregs() 328 kvm_ioctl_decode_check_extension(struct tcb *const tcp, const unsigned int code, in kvm_ioctl_decode_check_extension() 384 kvm_ioctl(struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) in kvm_ioctl()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
H A D | TpmFail.c | 54 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()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | relative_patcher_test.h | 138 const auto code = compiled_method->GetQuickCode(); in Link() local 169 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in Link() local 293 ArrayRef<const uint8_t> code, in SetThunkCode() 299 /*out*/ ArrayRef<const uint8_t>* code, in GetThunkCode() 364 ThunkValue(ArrayRef<const uint8_t> code, const std::string& debug_name) in ThunkValue()
|