Home
last modified time | relevance | path

Searched defs:code (Results 1451 – 1475 of 9275) sorted by relevance

1...<<51525354555657585960>>...371

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.cc346 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 DLocaleDisplayNamesImpl.java660 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 Dmetal_arguments.cc103 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 DContent.kt215 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 DLocaleDisplayNamesImpl.java667 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 DBytecodeTest.java44 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 Dvp8l_enc.c646 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 Dutils.py413 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 DCommand.cpp317 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 Dturn_port.cc1429 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__.py396 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 Djit_memory_region.cc357 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 Dlocale.py362 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/
DConstants.java251 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/
Dlocale.py362 def _replace_encoding(code, encoding): argument
385 def _append_modifier(code, modifier): argument
/aosp_15_r20/external/oj-libjdwp/src/share/npt/
H A Dutf.c67 unsigned code, x, y, z; in utf8ToUtf16() local
104 unsigned code; in utf16ToUtf8m() local
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action_unittest.cc58 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 Doperation.pyx.pxi93 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/
Dcontext.rs128 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/
Dlocale.py362 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 Dfused_kernel.cpp308 std::string code, in FusedKernelCPU()
343 std::string code, in createFusionKernel()
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderStabilityTest.cpp57 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 DInputEventAssignerTest.kt55 val code = KeyEvent.KEYCODE_A in createKeyEvent() constant
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dlocale.py362 def _replace_encoding(code, encoding): argument
385 def _append_modifier(code, modifier): argument
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java345 int code = ((NetworkAccessException) error.getCause()).errorCode; in handleExceptionalCompletion() local
369 private void deliverFailure(int code) { in deliverFailure()

1...<<51525354555657585960>>...371