/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/ |
D | __init__.py | 149 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__.py | 149 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 D | listen.c | 56 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 D | DebugInfoItem.java | 38 private final DalvCode code; field in DebugInfoItem 45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
|
H A D | CodeItem.java | 55 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 D | DebugInfoItem.java | 35 private final DalvCode code; field in DebugInfoItem 42 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { in DebugInfoItem()
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_cpp_common.cpp | 163 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/ |
D | genobject.c | 814 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 D | ExceptionCommon.java | 259 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 D | rel32_utils.h | 99 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 D | cmaps.cpp | 21 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) argument 22 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) argument
|
/aosp_15_r20/external/zucchini/ |
H A D | rel32_utils.h | 99 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/ |
D | machine_code.h | 102 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 D | test_iter.c | 14 unsigned char *code; member 244 const uint8_t *code; in test() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Keyboard.java | 156 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 D | cmaps.cpp | 17 #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 D | cmaps.cpp | 21 #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 D | cmaps.cpp | 17 #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.py | 78 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 D | Huffman.java | 96 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 D | Huffman.java | 99 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 D | gen-ucd-table.py | 135 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 D | Huffman.java | 95 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 D | NoOpEventLogger.java | 85 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 D | service-2.json | 1093 "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 …]
|