Home
last modified time | relevance | path

Searched defs:code (Results 776 – 800 of 9275) sorted by relevance

1...<<31323334353637383940>>...371

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp472 Code code(graph, ""); in TEST() local
1464 Code code(graph, ""); in TEST() local
1667 Code code(copy, ""); in TEST() local
1681 Code code(copy, ""); in TEST() local
1709 Code code(copy, ""); in TEST() local
1723 Code code(copy, ""); in TEST() local
1756 Code code(copy, ""); in TEST() local
1770 Code code(copy, ""); in TEST() local
1798 Code code(copy, ""); in TEST() local
1809 Code code(copy, ""); in TEST() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c172 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) in use_temporary()
178 static unsigned int use_source(struct r500_fragment_program_code* code, struct rc_pair_instruction_… in use_source()
608 struct r500_fragment_program_code *code = &compiler->code->code.r500; in r500BuildFragmentProgramHwCode() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/
H A Dstatus.cc49 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString()
90 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<()
108 Status::Status(absl::StatusCode code, absl::string_view msg) in Status()
/aosp_15_r20/tools/security/fuzzing/orphans/libffi/
H A Dfuzz_ffi.cc160 void* code; in runMainFunctions() local
191 void* code; in runRawFunctions() local
229 void* code; in runJavaFunctions() local
/aosp_15_r20/external/abseil-cpp/absl/status/
H A Dstatus.cc49 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString()
90 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<()
108 Status::Status(absl::StatusCode code, absl::string_view msg) in Status()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.c180 _PyFunction_CopyWithNewCode(PyFunctionObject *o, PyCodeObject* code) in _PyFunction_CopyWithNewCode()
213 THP_PyFrame_New_NoTrack(const PyCodeObject *code) in THP_PyFrame_New_NoTrack()
303 PyCodeObject *code = F_CODE(frame); in THP_take_ownership() local
/aosp_15_r20/external/puffin/src/
H A Dhuffman_table.cc79 uint16_t code = 0; in InitHuffmanCodes() local
324 uint16_t code; in BuildHuffmanCodeLengths() local
478 auto code = pcode < 16 ? pcode : pcode < 20 ? 16 : pcode < 28 ? 17 : 18; in BuildHuffmanCodeLengths() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dsignaling_channel.cc127 CommandCode code, in ResponderImpl()
150 bool SignalingChannel::SendPacket(CommandCode code, in SendPacket()
270 ByteBufferPtr SignalingChannel::BuildPacket(CommandCode code, in BuildPacket()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/aztec/decoder/
H A DDecoder.java138 int code = readCode(correctedBits, index, 8); in getEncodedData() local
149 int code = readCode(correctedBits, index, size); in getEncodedData() local
248 private static String getCharacter(Table table, int code) { in getCharacter()
/aosp_15_r20/art/libdexfile/external/
H A Ddex_file_ext.cc64 art::CodeItemInstructionAccessor code = method.GetInstructions(); in FindMethod() local
90 art::CodeItemInstructionAccessor code = method.GetInstructions(); in CreateClassCache() local
250 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ADexFile_forEachMethod() local
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/
H A Derrors.rb33 attr_reader :code, :details, :metadata, :debug_error_string accessor in GRPC.BadStatus
40 def initialize(code, argument
77 def self.new_status_exception(code, argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/
H A Dstatus.cc49 std::string StatusCodeToString(StatusCode code) { in StatusCodeToString()
90 std::ostream& operator<<(std::ostream& os, StatusCode code) { in operator <<()
108 Status::Status(absl::StatusCode code, absl::string_view msg) in Status()
/aosp_15_r20/external/AFLplusplus/utils/argv_fuzzing/
H A DREADME.md10 ### Without persistent mode
23 ### With persistent mode
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageVerificationResponse.java20 public final int code; field in PackageVerificationResponse
24 public PackageVerificationResponse(int code, int callerUid) { in PackageVerificationResponse()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIOptionsResponseCallback.aidl27 void onCommandError(int code); in onCommandError()
28 void onNetworkResponse(int code, String reason, in List<String> theirCaps); in onNetworkResponse()
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_venv_multiprocessing.py6 def fill_queue(queue, code): argument
10 def drain_queue(queue, code): argument
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMDOMException.java39 public DTMDOMException(short code, String message) in DTMDOMException()
50 public DTMDOMException(short code) in DTMDOMException()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderDump.cpp58 dx10_shader_dump_binary(const unsigned *code) in dx10_shader_dump_binary()
65 dx10_shader_dump_tokens(const unsigned *code) in dx10_shader_dump_tokens()
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSException.java30 public LSException(short code, String message) { in LSException()
34 public short code; field in LSException
/aosp_15_r20/external/trusty/lk/dev/keys/
Dkeys.c44 void keys_post_event(uint16_t code, int16_t value) in keys_post_event()
60 int keys_get_state(uint16_t code) in keys_get_state()
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/structs/
DIcmpv4Header.java35 public short code; field in Icmpv4Header
38 public Icmpv4Header(final short type, final short code, final short checksum) { in Icmpv4Header()
DIcmpv6Header.java36 public short code; field in Icmpv6Header
40 public Icmpv6Header(final short type, final short code, final short checksum) { in Icmpv6Header()
/aosp_15_r20/external/vixl/doc/aarch64/
H A Dgetting-started-aarch64.md98 ### Label
140 ### Literal Pool
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_compat.h18 PyCode_GetNCellvars(PyCodeObject* code) { in PyCode_GetNCellvars()
28 PyCode_GetNFreevars(PyCodeObject* code) { in PyCode_GetNFreevars()
/aosp_15_r20/external/vixl/doc/aarch32/
H A Dgetting-started-aarch32.md94 ### Label
127 ### Literal Pool

1...<<31323334353637383940>>...371