Home
last modified time | relevance | path

Searched defs:code (Results 1151 – 1175 of 9275) sorted by relevance

1...<<41424344454647484950>>...371

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/
D__init__.py149 def find_lexer_class_for_filename(_fn, code=None): argument
192 def get_lexer_for_filename(_fn, code=None, **options): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/
D__init__.py149 def find_lexer_class_for_filename(_fn, code=None): argument
192 def get_lexer_for_filename(_fn, code=None, **options): argument
/aosp_15_r20/external/e2fsprogs/lib/ss/
H A Dlisten.c56 int code; in ss_listen() local
130 void ss_abort_subsystem(int sci_idx, int code) in ss_abort_subsystem()
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoItem.java38 private final DalvCode code; field in DebugInfoItem
45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
H A DCodeItem.java55 private final DalvCode code; field in CodeItem
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, in CodeItem()
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoItem.java35 private final DalvCode code; field in DebugInfoItem
42 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp_common.cpp163 string code; in GenLogBeforeExecute() local
185 string code; in GenLogAfterExecute() local
283 std::ostringstream code; in GenerateEnumValues() local
305 std::ostringstream code; in GenerateEnumToString() local
/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c814 PyCodeObject *code = gen->gi_code; in gen_sizeof() local
895 PyCodeObject *code = (PyCodeObject *)func->func_code; in make_gen() local
965 PyCodeObject *code = f->f_frame->f_code; in gen_new_with_qualname() local
1025 PyCodeObject *code = (PyCodeObject *)((PyGenObject*)o)->gi_code; in gen_is_coroutine() local
1344 PyCodeObject *code = frame->f_code; in compute_cr_origin() local
/aosp_15_r20/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java259 static String getMessage (final Class namespace, final String code) in getMessage()
314 static String getMessage (final Class namespace, final String code, final Object [] arguments) in getMessage()
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Drel32_utils.h99 CODE_T code = ADDR_TRAITS::Fetch(view_, location); in GetNext() local
134 CODE_T code = ADDR_TRAITS::Fetch(mutable_view_, ref.location); in PutNext() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/leperf/
H A Dcmaps.cpp21 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) argument
22 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) argument
/aosp_15_r20/external/zucchini/
H A Drel32_utils.h99 CODE_T code = ADDR_TRAITS::Fetch(view_, location); in GetNext() local
134 CODE_T code = ADDR_TRAITS::Fetch(mutable_view_, ref.location); in PutNext() local
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h102 void Install(ExecRegionType* exec, const uint8_t* code, RecoveryMap* recovery_map) { in Install()
111 void InstallUnsafe(uint8_t* code, RecoveryMap* recovery_map) { in InstallUnsafe()
/aosp_15_r20/external/capstone/tests/
H A Dtest_iter.c14 unsigned char *code; member
244 const uint8_t *code; in test() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java156 public boolean hasProximityCharsCorrection(final int code) { in hasProximityCharsCorrection()
190 public Key getKey(final int code) { in getKey()
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dcmaps.cpp17 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) argument
18 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) argument
/aosp_15_r20/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp21 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) argument
22 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) argument
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp17 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) argument
18 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
H A D_servicer_context.py78 def abort(self, code, details): argument
86 def set_code(self, code): argument
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DHuffman.java96 int code = CODES[b]; in encode() local
171 private void addCode(int sym, int code, byte len) { in addCode()
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DHuffman.java99 int code = CODES[b]; in encode() local
175 private void addCode(int sym, int code, byte len) { in addCode()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dgen-ucd-table.py135 code = packTab.Code('_hb_ucd') variable
183 code = packTab.Code('_hb_ucd') variable
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHuffman.java95 int code = CODES[b]; in encode() local
170 private void addCode(int sym, int code, byte len) { in addCode()
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
H A DNoOpEventLogger.java85 int code, in logMddNetworkSavings()
94 MddDownloadResult.Code code, DataDownloadFileGroupStats fileGroupDetails) { in logMddDownloadResult()
/aosp_15_r20/external/aws-sdk-java-v2/services/ses/src/main/resources/codegen-resources/
H A Dservice-2.json1093 "code":"AccountSendingPausedException", string
1132 "code":"AlreadyExists", string
1304 "code":"CannotDelete", string
1395 "code":"ConfigurationSetAlreadyExists", string
1424 "code":"ConfigurationSetDoesNotExist", string
1441 "code":"ConfigurationSetSendingPausedException", string
1661 "code":"CustomVerificationEmailInvalidContent", string
1703 "code":"CustomVerificationEmailTemplateAlreadyExists", string
1719 "code":"CustomVerificationEmailTemplateDoesNotExist", string
2141 "code":"EventDestinationAlreadyExists", string
[all …]

1...<<41424344454647484950>>...371