Home
last modified time | relevance | path

Searched defs:code (Results 401 – 425 of 9275) sorted by relevance

1...<<11121314151617181920>>...371

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddis.py404 def _parse_exception_table(code): argument
423 def _get_instructions_bytes(code, varname_from_oparg=None, argument
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
594 def _unpack_opargs(code): argument
618 def findlabels(code): argument
639 def findlinestarts(code): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddis.py404 def _parse_exception_table(code): argument
423 def _get_instructions_bytes(code, varname_from_oparg=None, argument
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
594 def _unpack_opargs(code): argument
618 def findlabels(code): argument
639 def findlinestarts(code): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddis.py404 def _parse_exception_table(code): argument
423 def _get_instructions_bytes(code, varname_from_oparg=None, argument
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
594 def _unpack_opargs(code): argument
618 def findlabels(code): argument
639 def findlinestarts(code): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddis.py404 def _parse_exception_table(code): argument
423 def _get_instructions_bytes(code, varname_from_oparg=None, argument
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
594 def _unpack_opargs(code): argument
618 def findlabels(code): argument
639 def findlinestarts(code): argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddis.py404 def _parse_exception_table(code): argument
423 def _get_instructions_bytes(code, varname_from_oparg=None, argument
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
594 def _unpack_opargs(code): argument
618 def findlabels(code): argument
639 def findlinestarts(code): argument
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java169 void make(TypedBlock[] blocks, byte[] code) in make()
183 private void make(byte[] code, TypedBlock tb) in make()
213 private void traceException(byte[] code, TypedBlock.Catch handler) in traceException()
333 private void findDeadCatchers(byte[] code, TypedBlock[] blocks) throws BadBytecode { in findDeadCatchers()
355 private void fixDeadcode(byte[] code, TypedBlock block) throws BadBytecode { in fixDeadcode()
389 private void fixTypes(byte[] code, TypedBlock[] blocks) throws NotFoundException, BadBytecode { in fixTypes()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/naming/
H A DNameLogicTest.java23 …private void assertNameInCodeIsSyntactically(String code, String name, NameCategory nameCategory, … in assertNameInCodeIsSyntactically()
374 …private void assertNameInCodeHasRole(String code, String name, NameRole nameRole, ParseStart parse… in assertNameInCodeHasRole()
379 private void assertIsSimpleName(String code, String name, ParseStart parseStart) { in assertIsSimpleName()
384 private void assertIsQualifiedName(String code, String name, ParseStart parseStart) { in assertIsQualifiedName()
391 String code = "package a.b.c; class A { void foo(int param) { return a.b.c.D.e; } }"; in identifyNamesInSimpleExamples() local
436 String code = "package a.b.c; class A { void foo(int param) { return a.b.c.D.e; } }"; in identifyNameRolesInSimpleExamples() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
H A DDumpArchiveEntry.java790 private int code; field in DumpArchiveEntry.TYPE
792 TYPE(final int code) { in TYPE()
796 public static TYPE find(final int code) { in find()
823 private int code; field in DumpArchiveEntry.PERMISSION
825 PERMISSION(final int code) { in PERMISSION()
829 public static Set<PERMISSION> find(final int code) { in find()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddis.py404 def _parse_exception_table(code): argument
423 def _get_instructions_bytes(code, varname_from_oparg=None, argument
542 def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, argument
594 def _unpack_opargs(code): argument
618 def findlabels(code): argument
639 def findlinestarts(code): argument
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dimmunization_3.json9 "code": "208" string
28 "code": "LA", string
38 "code": "IM", string
54 "code": "AP", string
Dimmunization_2.json9 "code": "208" string
28 "code": "LA", string
38 "code": "IM", string
54 "code": "AP", string
Dimmunization_4.json9 "code": "208" string
28 "code": "LA", string
38 "code": "IM", string
54 "code": "AP", string
/aosp_15_r20/art/compiler/utils/arm64/
H A Dassembler_arm64.h163 static vixl::aarch64::Register reg_x(int code) { in reg_x()
173 static vixl::aarch64::Register reg_w(int code) { in reg_w()
183 static vixl::aarch64::VRegister reg_d(int code) { in reg_d()
187 static vixl::aarch64::VRegister reg_s(int code) { in reg_s()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dtme.rs148 let code = tme::__tstart(); in test_tstart() localVariable
162 let code = tme::__tstart(); in test_tcommit() localVariable
177 let code = tme::__tstart(); in test_tcancel() localVariable
192 let code = tme::__tstart(); in test_ttest() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dtme.rs148 let code = tme::__tstart(); in test_tstart() localVariable
162 let code = tme::__tstart(); in test_tcommit() localVariable
177 let code = tme::__tstart(); in test_tcancel() localVariable
192 let code = tme::__tstart(); in test_ttest() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dtme.rs148 let code = tme::__tstart(); in test_tstart() localVariable
162 let code = tme::__tstart(); in test_tcommit() localVariable
177 let code = tme::__tstart(); in test_tcancel() localVariable
192 let code = tme::__tstart(); in test_ttest() localVariable
/aosp_15_r20/art/dex2oat/linker/
H A Drelative_patcher.cc63 void PatchCall([[maybe_unused]] std::vector<uint8_t>* code, in Create()
70 void PatchPcRelativeReference([[maybe_unused]] std::vector<uint8_t>* code, in Create()
77 void PatchEntrypointCall([[maybe_unused]] std::vector<uint8_t>* code, in Create()
83 void PatchBakerReadBarrierBranch([[maybe_unused]] std::vector<uint8_t>* code, in Create()
/aosp_15_r20/out/soong/.intermediates/packages/modules/DnsResolver/statslog_resolv.cpp/gen/
Dstatslog_resolv.cpp10 int stats_write(int32_t code, int32_t arg1) { in stats_write()
19 int stats_write(int32_t code, int32_t arg1, int32_t arg2, const BytesField& arg3) { in stats_write()
30 int stats_write(int32_t code, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
51 int stats_write(int32_t code, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dtme.rs148 let code = tme::__tstart(); in test_tstart() localVariable
162 let code = tme::__tstart(); in test_tcommit() localVariable
177 let code = tme::__tstart(); in test_tcancel() localVariable
192 let code = tme::__tstart(); in test_ttest() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/aarch64/
H A Dtme.rs148 let code = tme::__tstart(); in test_tstart() localVariable
162 let code = tme::__tstart(); in test_tcommit() localVariable
177 let code = tme::__tstart(); in test_tcancel() localVariable
192 let code = tme::__tstart(); in test_ttest() localVariable
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/test/java/com/android/example/text/styling/parser/
DParserTest.kt65 val code = "Styling `Text` in `Kotlin`" in simpleCode() constant
78 val code = "Styling `Text` in `Kotlin" in codeWithExtraTick() constant
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dops_test.cc46 const char *const code = R"mlir( in TEST() local
87 const char *const code = R"mlir( in TEST() local
129 const char *const code = R"mlir( in TEST() local
171 const char *const code = R"mlir( in TEST() local
/aosp_15_r20/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
H A DRemotePlayer.java150 public void onError(String error, int code, Bundle data) { in play()
192 public void onError(String error, int code, Bundle data) { in getStatus()
390 public void onError(String error, int code, Bundle data) { in enqueueInternal()
416 public void onError(String error, int code, Bundle data) { in seekInternal()
467 private void logError(String message, String error, int code) { in logError()
/aosp_15_r20/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
H A DRemotePlayer.java150 public void onError(String error, int code, Bundle data) { in play()
192 public void onError(String error, int code, Bundle data) { in getStatus()
390 public void onError(String error, int code, Bundle data) { in enqueueInternal()
416 public void onError(String error, int code, Bundle data) { in seekInternal()
467 private void logError(String message, String error, int code) { in logError()
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method_storage.cc130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue()
178 const ArrayRef<const uint8_t>& code) { in DeduplicateCode()
182 void CompiledMethodStorage::ReleaseCode(const LengthPrefixedArray<uint8_t>* code) { in ReleaseCode()
258 ArrayRef<const uint8_t> code, in CreateCompiledMethod()
291 ArrayRef<const uint8_t> code, in SetThunkCode()

1...<<11121314151617181920>>...371