Home
last modified time | relevance | path

Searched defs:code (Results 676 – 700 of 9275) sorted by relevance

1...<<21222324252627282930>>...371

/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java239 private int code; field in ApiCheck.Report
242 private Report(int code, Set<ErrorMessage> errors) { in Report()
247 public int code() { in code() method in ApiCheck.Report
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
H A DUTF8Writer.java74 int code = _surrogate; in close() local
369 protected static void illegalSurrogate(int code) throws IOException { in illegalSurrogate()
373 protected static String illegalSurrogateDesc(int code) in illegalSurrogateDesc()
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/
D_codecs_kr.c38 DBCHAR code; in ENCODER() local
171 DBCHAR code; in ENCODER() local
255 DBCHAR code; in ENCODER() local
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc85 static void InsertInsn(std::vector<uint8_t>* code, size_t pos, uint32_t insn) { in InsertInsn()
97 static void PushBackInsn(std::vector<uint8_t>* code, uint32_t insn) { in PushBackInsn()
194 ArenaVector<uint8_t> code(helper.GetAllocator()->Adapter()); in CompileThunk() local
201 const ArrayRef<const uint8_t>& code, in AddCompiledMethod()
306 auto code = GenNopsAndAdrpLdr(num_nops, 0u, 0u); // Unpatched. in TestNopsAdrpLdr() local
331 auto code = GenNopsAndAdrpAdd(num_nops, 0u, 0u); // Unpatched. in TestNopsAdrpAdd() local
353 auto code = GenNopsAndAdrpLdr(num_nops, 0u, 0u); // Unpatched. in PrepareNopsAdrpInsn2Ldr() local
368 auto code = GenNopsAndAdrpAdd(num_nops, 0u, 0u); // Unpatched. in PrepareNopsAdrpInsn2Add() local
1075 ArrayRef<const uint8_t> code(raw_code); in TestBakerField() local
1331 ArrayRef<const uint8_t> code(raw_code); in TEST_F() local
[all …]
/aosp_15_r20/system/core/healthd/
H A Dhealthd_mode_charger.cpp429 int Charger::SetKeyCallback(int code, int value) { in SetKeyCallback()
456 int Charger::SetSwCallback(int code, int value) { in SetSwCallback()
486 void Charger::ProcessKey(int code, int64_t now) { in ProcessKey()
534 void Charger::ProcessHallSensor(int code) { in ProcessHallSensor()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/
H A Dserver.py440 def send_error(self, code, message=None, explain=None): argument
493 def send_response(self, code, message=None): argument
506 def send_response_only(self, code, message=None): argument
545 def log_request(self, code='-', size='-'): argument
/aosp_15_r20/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java149 private StatusParcelable makeStatus(final int code) { in makeStatus()
181 final int code = storeNetworkAttributesAndBlobSync(l2Key, na, in storeNetworkAttributes() local
208 final int code = storeNetworkAttributesAndBlobSync(l2Key, in storeBlob() local
573 final int code = IpMemoryStoreDatabase.storeNetworkEvent(mDb, cluster, in storeNetworkEvent() local
/aosp_15_r20/external/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cc204 const T &code, in LoadActiveCode()
282 const T &code, in TestIdentityFunctionPatching()
385 const T &code, in TestIdentityFunctionMultiplePatching()
453 const T &code, in TestFunctionPatching()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/
Dserver.py440 def send_error(self, code, message=None, explain=None): argument
493 def send_response(self, code, message=None): argument
506 def send_response_only(self, code, message=None): argument
545 def log_request(self, code='-', size='-'): argument
/aosp_15_r20/external/python/cpython3/Lib/http/
Dserver.py440 def send_error(self, code, message=None, explain=None): argument
493 def send_response(self, code, message=None): argument
506 def send_response_only(self, code, message=None): argument
545 def log_request(self, code='-', size='-'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/
Dserver.py440 def send_error(self, code, message=None, explain=None): argument
493 def send_response(self, code, message=None): argument
506 def send_response_only(self, code, message=None): argument
545 def log_request(self, code='-', size='-'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/
Dserver.py440 def send_error(self, code, message=None, explain=None): argument
493 def send_response(self, code, message=None): argument
506 def send_response_only(self, code, message=None): argument
545 def log_request(self, code='-', size='-'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/
Dserver.py440 def send_error(self, code, message=None, explain=None): argument
493 def send_response(self, code, message=None): argument
506 def send_response_only(self, code, message=None): argument
545 def log_request(self, code='-', size='-'): argument
/aosp_15_r20/external/brotli/c/dec/
H A Dhuffman.c82 HuffmanCode code) { in ReplicateValue()
107 HuffmanCode code; /* current table entry */ in BrotliBuildCodeLengthsHuffmanTable() local
173 HuffmanCode code; /* current table entry */ in BrotliBuildHuffmanTable() local
/aosp_15_r20/external/python/cpython2/Doc/howto/
Dpyporting.rst161 Division
182 Text versus binary data
295 Use feature detection instead of version detection
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/
H A DAudioRestrictionManager.java70 public int checkAudioOperation(int code, int usage, int uid, String packageName) { in checkAudioOperation()
94 private int checkZenModeRestrictionLocked(int code, int usage, int uid, String packageName) { in checkZenModeRestrictionLocked()
105 public void setZenModeAudioRestriction(int code, int usage, int uid, int mode, in setZenModeAudioRestriction()
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyOutput.java32 static ExpectedKeyOutput newInstance(final int code) { in newInstance()
58 Code(final int code) { mCode = code; } in Code()
104 CasePreservedCode(final int code) { super(code); } in CasePreservedCode()
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
D_codecs_kr.c38 DBCHAR code; in ENCODER() local
176 DBCHAR code; in ENCODER() local
266 DBCHAR code; in ENCODER() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/hwui/statslog-hwui-java-gen/gen/com/android/os/coregraphics/
DHwuiStatsLog.java95 public static void write(int code, int arg1, int arg2, boolean arg3, int arg4) { in write()
110 public static void write(int code, int arg1, long arg2, int arg3) { in write()
127 …public static StatsEvent buildStatsEvent(int code, java.lang.String arg1, long arg2, long arg3, lo… in buildStatsEvent()
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/
H A DOneWayBinderProxyTest.java152 private final int code; field in OneWayBinderProxyTest.TransactionRecord
156 private TransactionRecord(int code, int argument, int flags) { in TransactionRecord()
168 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact()
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Dhuffman.c82 HuffmanCode code) { in ReplicateValue()
107 HuffmanCode code; /* current table entry */ in BrotliBuildCodeLengthsHuffmanTable() local
173 HuffmanCode code; /* current table entry */ in BrotliBuildHuffmanTable() local
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py846 def addnamecode(self, type, name, code): argument
857 def hascode(self, type, code): argument
860 def findcodename(self, type, code): argument
916 def findcodename(self, type, code): argument
950 def askdefinitionmodule(self, type, code): argument
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Daarch32-assembler.h23 uint8_t code; member
69 uint8_t code; member
113 uint8_t code; member
125 uint8_t code; member
173 uint8_t code; member
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs41 code: Vec<proc_macro2::TokenStream>, field
784 let code = &self.code; in to_tokens() localVariable
811 let code = " in test_find_fields_static() localVariable
828 let code = " in test_find_fields_dynamic_count() localVariable
846 let code = " in test_find_fields_dynamic_size() localVariable
/aosp_15_r20/system/tools/aidl/
Dgenerate_java.cpp431 string code; in GenerateParcelableClass() local
539 string code; in GenerateParcelableClass() local
610 string code; in GenerateParcelableClass() local
808 string code; in GenerateUnionClass() local
848 string code; in GenerateUnionClass() local

1...<<21222324252627282930>>...371