/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | pywrap_tensor.cc | 346 const TF_Code code = TF_GetCode(status.get()); in ConvertToEagerTensorUncached() local 378 const TF_Code code = TF_GetCode(status.get()); in ConvertToEagerTensorUncached() local 586 TF_Code code = TF_GetCode(&self->status); in EagerTensor_shape_tuple() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 660 String get(String tableName, String code) { in get() 664 String get(String tableName, String subTableName, String code) { in get() 684 public String get(String tableName, String subTableName, String code) { in get()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
H A D | metal_arguments.cc | 103 std::string* code) { in Init() 176 const Arguments& args, const std::string& call_prefix, std::string* code) { in CopyScalarArgumentsToStructWithScalarFields() 245 const Arguments& args, const std::string& call_prefix, std::string* code) { in CopyScalarArgumentsToStructWithVec4Fields()
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Model/ |
H A D | Content.kt | 215 fun ContentBlock.code(body: ContentBlock.() -> Unit) { in code() method 216 val code = ContentCode() in code() constant
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 667 String get(String tableName, String code) { in get() 671 String get(String tableName, String subTableName, String code) { in get() 691 public String get(String tableName, String subTableName, String code) { in get()
|
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/ |
H A D | BytecodeTest.java | 44 Bytecode code = new Bytecode(null); in testByteVector() local 105 Bytecode code = new Bytecode(cc.getClassFile().getConstPool(), 2, 300); in test2byteLocalVar() local 788 Bytecode code = new Bytecode(cp, 0, 1); in testInvokeDynamic() local
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | vp8l_enc.c | 646 const HuffmanTreeCode* const code, in WriteHuffmanCode() 655 const HuffmanTreeCode* const code, in WriteHuffmanCodeWithExtraBits() 692 const int code = PixOrCopyLiteral(v, order[k]); in StoreImageToBitMask() local 696 const int code = PixOrCopyCacheIdx(v); in StoreImageToBitMask() local 701 int code; in StoreImageToBitMask() local
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | utils.py | 413 def gen_record_file_name(exc, code): argument 1557 def format_func_info(code): argument 1625 def num_recompiles(code): argument 1628 def recompile_reasons(code): argument 2096 def format_bytecode(prefix, name, filename, line_no, code): argument
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | Command.cpp | 317 ResXMLTree::event_code_t code; in printCompatibleScreens() local 421 ResXMLTree::event_code_t code; in getNfcAidCategories() local 875 ResXMLTree::event_code_t code; in doDump() local 976 ResXMLTree::event_code_t code; in doDump() local 1495 int32_t code = AaptXml::getIntegerAttribute(tree, MIN_SDK_VERSION_ATTR, in doDump() local
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | turn_port.cc | 1429 void TurnAllocateRequest::OnAuthChallenge(StunMessage* response, int code) { in OnAuthChallenge() 1465 void TurnAllocateRequest::OnTryAlternate(StunMessage* response, int code) { in OnTryAlternate() 1843 void TurnEntry::OnCreatePermissionError(StunMessage* response, int code) { in OnCreatePermissionError() 1872 void TurnEntry::OnChannelBindError(StunMessage* response, int code) { in OnChannelBindError()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | __init__.py | 396 def code(self): member in Call 1231 def abort(self, code, details): argument 1269 def set_code(self, code): argument 1293 def code(self): member in ServicerContext
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit_memory_region.cc | 357 ArrayRef<const uint8_t> code, in CommitCode() 476 void JitMemoryRegion::FreeCode(const uint8_t* code) { in FreeCode()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | locale.py | 362 def _replace_encoding(code, encoding): argument 385 def _append_modifier(code, modifier): argument
|
/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | Constants.java | 251 public static boolean isLetterCode(final int code) { in isLetterCode() 256 public static String printableCode(final int code) { in printableCode()
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | locale.py | 362 def _replace_encoding(code, encoding): argument 385 def _append_modifier(code, modifier): argument
|
/aosp_15_r20/external/oj-libjdwp/src/share/npt/ |
H A D | utf.c | 67 unsigned code, x, y, z; in utf8ToUtf16() local 104 unsigned code; in utf16ToUtf8m() local
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | postinstall_runner_action_unittest.cc | 58 ErrorCode code) override { in ProcessingDone() 69 ErrorCode code) override { in ActionCompleted()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | operation.pyx.pxi | 93 def __cinit__(self, trailing_metadata, code, object details, int flags): argument 223 def code(self): member in ReceiveStatusOnClientOperation
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | context.rs | 128 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() function 161 fn code<'a>(&'a self) -> Option<Box<dyn Display + 'a>> { in code() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | locale.py | 362 def _replace_encoding(code, encoding): argument 385 def _append_modifier(code, modifier): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/cpu/ |
H A D | fused_kernel.cpp | 308 std::string code, in FusedKernelCPU() 343 std::string code, in createFusionKernel()
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderStabilityTest.cpp | 57 status_t onTransact(uint32_t code, in onTransact() 297 AIBinder* binder, transaction_code_t code, const AParcel* /*in*/, AParcel* /*out*/) { in NdkBadStableBinder_Class_onTransact()
|
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | InputEventAssignerTest.kt | 55 val code = KeyEvent.KEYCODE_A in createKeyEvent() constant
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | locale.py | 362 def _replace_encoding(code, encoding): argument 385 def _append_modifier(code, modifier): argument
|
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | CallComposerPictureTransfer.java | 345 int code = ((NetworkAccessException) error.getCause()).errorCode; in handleExceptionalCompletion() local 369 private void deliverFailure(int code) { in deliverFailure()
|