Home
last modified time | relevance | path

Searched defs:code (Results 1351 – 1375 of 9275) sorted by relevance

1...<<51525354555657585960>>...371

/aosp_15_r20/external/python/cpython2/Python/
Dpeephole.c243 markblocks(unsigned char *code, Py_ssize_t len) in markblocks()
299 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
/aosp_15_r20/external/mbedtls/docs/proposed/
H A Dpsa-conditional-inclusion-c.md183 #### Conditional inclusion of library entry points
187 #### Conditional inclusion of mechanism-specific code
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/
H A Doption_writer_generator.cc160 flatbuffers::TypeCode code = d->type_codes[i]; in BuildOptionToTypeFunctionMap() local
422 flatbuffers::TypeCode code = options->type_codes[i]; in GenerateImportForOp() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DMemberCopierSpec.java202 CodeBlock.Builder code = CodeBlock.builder(); in copyMethodBody() local
218 …private String copyMethodBody(CodeBlock.Builder code, BuilderTransform builderTransform, UniqueVar… in copyMethodBody()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dgrpc_authz.cc85 grpc_status_code code = GRPC_STATUS_OK; in InitWithStaticData() local
98 grpc_status_code code = GRPC_STATUS_OK; in InitWithTempFile() local
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Ddatabase.cpp199 int code = sqlite3_errcode(get_underlying_database()); in get_last_error_code() local
204 int code = sqlite3_extended_errcode(get_underlying_database()); in get_last_extended_error_code() local
/aosp_15_r20/packages/modules/DnsResolver/
DDnsTlsDispatcher.cpp122 DnsTlsTransport::Response code = DnsTlsTransport::Response::internal_error; in query() local
198 DnsTlsTransport::Response code = result.code; in query() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/proposed/
H A Dpsa-conditional-inclusion-c.md183 #### Conditional inclusion of library entry points
187 #### Conditional inclusion of mechanism-specific code
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dsubprocess_test.cc30 #define WIFEXITED(code) ((code) != 3) argument
31 #define WEXITSTATUS(code) (code) argument
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
H A DMddEventLogger.java223 int code, in logMddNetworkSavings()
259 MddDownloadResult.Code code, DataDownloadFileGroupStats fileGroupDetails) { in logMddDownloadResult()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehicleUtils.h238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError()
240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehicleUtils.h238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError()
240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError()
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/dump/
H A DBlockDumper.java207 BytecodeArray code = meth.getCode(); in regularDump() local
280 BytecodeArray code = meth.getCode(); in ropDump() local
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java66 public Result(int code) { in Result()
74 public int code() { in code() method in RemoteProxy.Result
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
Daetools.py210 def newevent(self, code, subcode, parameters = {}, attributes = {}): argument
227 def send(self, code, subcode, parameters = {}, attributes = {}): argument
/aosp_15_r20/external/python/cpython2/Tools/unicode/
Dmkstringprep.py98 code, value = fields variable
196 def map_table_b3(code): argument
/aosp_15_r20/external/googleapis/google/shopping/css/v1/
H A Dcss_product_common.proto219 string code = 3; field
286 string code = 1; field
/aosp_15_r20/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc36 uint32_t code; member
101 size_t data_size, uint32_t code, size_t expected_out_size) { in CheckCallback()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
H A D_common.py82 def cancel(self, code, details): argument
146 def send_termination(self, trailing_metadata, code, details): argument
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dsignal.pbzero.h26 int32_t code() const { return at<1>().as_int32(); } in code() function
174 int32_t code() const { return at<1>().as_int32(); } in code() function
/aosp_15_r20/external/iptables/extensions/
H A Dlibebt_ip.c105 static void print_icmp_code(uint8_t *code) in print_icmp_code()
117 size_t n_codes, uint8_t *type, uint8_t *code) in ebt_print_icmp_type()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dsignal.pbzero.h26 int32_t code() const { return at<1>().as_int32(); } in code() function
174 int32_t code() const { return at<1>().as_int32(); } in code() function
/aosp_15_r20/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/
H A DRemoteProvisioningShellCommandTest.java94 CommandResult(int code, String out, String err) { in CommandResult()
118 int code = cmd.exec( in exec() local
/aosp_15_r20/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
H A DTestAppSystemServiceFactory.java374 static String resultCodeToString(int code) { in resultCodeToString()
393 public final int code; field in TestAppSystemServiceFactory.Result
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/
H A DISupplicantStaIfaceCallback.aidl44 …oneway void onDppFailure(in android.hardware.wifi.supplicant.DppFailureCode code, in String ssid, … in onDppFailure()
45 oneway void onDppProgress(in android.hardware.wifi.supplicant.DppProgressCode code); in onDppProgress()

1...<<51525354555657585960>>...371