/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | main.cpp | 61 int overflow(int c) in overflow() 86 int overflow(int c) in overflow() 6652 int error = CL_SUCCESS; in get_platform_device() local
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | peer_connection_interface_unittest.cc | 2326 RTCError error = pc_->SetConfiguration(config); in TEST_P() local 2381 RTCError error = pc_->SetConfiguration(modified_config); in TEST_P() local 2406 RTCError error = pc_->SetConfiguration(config); in TEST_P() local 2425 RTCError error = pc_->SetConfiguration(config); in TEST_P() local 2442 RTCError error; in TEST_P() local 3813 PeerConnectionInterface::RTCConfiguration c; in TEST_P() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 819 void onFailure(CallbackType callback, PropertyAsyncError error); in onFailure() 839 public void onFailure(GetPropertyCallback callback, PropertyAsyncError error) { in onFailure() 864 public void onFailure(SetPropertyCallback callback, PropertyAsyncError error) { in onFailure() 2518 private static <V> V runSyncOperation(RemoteCallable<V> c) in runSyncOperation()
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 423 bool error; in compileAttribute() local 2012 sp<ConfigList> c = t->getConfigs().valueFor(name); in hasBagOrEntry() local 2038 sp<ConfigList> c = t->getConfigs().valueFor(name); in hasBagOrEntry() local 2077 sp<ConfigList> c = t->getConfigs().valueFor(name); in appendComment() local 2100 sp<ConfigList> c = t->getConfigs().valueFor(name); in appendTypeComment() local 2232 sp<ConfigList> c = t->getConfigs().valueFor(name); in getResId() local 2379 sp<ConfigList> c = t->getConfigs().valueFor(name); in getCustomResource() local 2611 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ci); in assignResourceIds() local 2665 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ei); in assignResourceIds() local 2683 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ci); in assignResourceIds() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | function_test.py | 2096 def full_function(a, b, c=3): argument 2366 def full_function(a, b, c=3.0): argument 2503 def f(a, b, c=3, *, d=4): argument 3122 def defined(a, b, c): argument 3140 def defined(a, b, c): argument 3167 def defined(a, b, c): argument 3972 error='.*', argument 4071 error='.*', argument
|
/aosp_15_r20/external/fmtlib/test/ |
H A D | format-test.cc | 288 auto error = std::system_error(std::error_code()); in TEST() local 1213 char c = static_cast<char>(i); in check_unknown_types() local 1562 volatile char c = 'x'; in TEST() local 2130 auto c = nongrowing_container(); in TEST() local 2213 auto c = char_traits<char>::char_type(); in TEST() local 2397 static char c[] = "bar"; in operator char*() local 2542 const auto c = bitint<7>(0); in TEST() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 531 static bool IsLower(char c) { return 'a' <= c && c <= 'z'; } in IsLower() 532 static bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() 533 static bool IsLowerOrDigit(char c) { return IsLower(c) || IsDigit(c); } in IsLowerOrDigit() 539 for (char c : name) { in GetFieldNameCase() local 4196 const std::string& error) { in AddError() 4212 DescriptorPool::ErrorCollector::ErrorLocation location, const char* error) { in AddError() 4251 const std::string& error) { in AddWarning() 7052 std::string error = in ValidateEnumOptions() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 525 static bool IsLower(char c) { return 'a' <= c && c <= 'z'; } in IsLower() 526 static bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() 527 static bool IsLowerOrDigit(char c) { return IsLower(c) || IsDigit(c); } in IsLowerOrDigit() 533 for (char c : name) { in GetFieldNameCase() local 4190 const std::string& error) { in AddError() 4206 DescriptorPool::ErrorCollector::ErrorLocation location, const char* error) { in AddError() 4245 const std::string& error) { in AddWarning() 7046 std::string error = in ValidateEnumOptions() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | stream.cc | 101 std::string ToVlogString(const std::complex<T> &c) { in ToVlogString() 1455 DeviceMemory<Eigen::half> *c, int ldc, in ThenBlasGemmWithProfiling() 1474 const DeviceMemory<float> &b, int ldb, float beta, DeviceMemory<float> *c, in ThenBlasGemmWithProfiling() 1494 DeviceMemory<double> *c, int ldc, in ThenBlasGemmWithProfiling() 1515 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in ThenBlasGemmWithProfiling() 1537 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in ThenBlasGemmWithProfiling() 1701 const port::ArraySlice<DeviceMemory<Eigen::half> *> &c, // non-absl ok in ThenBlasGemmBatched() 1715 const port::ArraySlice<DeviceMemory<Eigen::half> *> &c, // non-absl ok in ThenBlasGemmBatchedWithScratch() 1741 const port::ArraySlice<DeviceMemory<float> *> &c, // non-absl ok in ThenBlasGemmBatched() 1754 const port::ArraySlice<DeviceMemory<float> *> &c, // non-absl ok in ThenBlasGemmBatchedWithScratch() [all …]
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | sdkuilib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 91 inline int isspace16(char16_t c) { in isspace16() 1094 int c = -1; in indexOfString() local 1175 int c = s.has_value() ? strzcmp16(s->data(), s->size(), str, strLen) : -1; in indexOfString() local 5365 static uint32_t get_hex(char c, bool* outError) in get_hex() 5476 bool error = false; in U16StringToInt() local 5855 bool error = false; in stringToValue() local 6232 const char16_t c = *p; in collectString() local 6313 int c; in collectString() local 6718 for (size_t c = 0; c < numConfigs; c++) { in getEntry() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/ |
D | tuple_basic.hpp | 217 get(cons<HT, TT>& c) { in get() 231 get(const cons<HT, TT>& c) { in get() 672 do_not_use_with_reference_type error; typedef
|
/aosp_15_r20/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 86 int c = data[n + m]; in hexdump() local 278 keymaster_error_t error; in signAttestationCertificate() local 391 keymaster_error_t error; in createAttestation() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1477 GLenum error = gl.getError(); in iterate() local 3383 for (int c = 0; c < 4 && !valid; c++) in verifyResults() local 3422 for (int c = 0; c < 4 && !valid; c++) in verifyResults() local 3645 for (int c = 0; c < 4 && !valid; c++) in verifyResults() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | zic.c | 501 error(const char *const string, ...) in error() function 615 register int c; in main() local 824 int c; in dolink() local 2116 register int c; in stringzone() local
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | webcomponents-lite.js | 89 function percentEscape(c) { argument 96 function percentEscapeQuery(c) { argument 1011 function escapeReplace(c) { argument 1431 error: "href must be specified" property
|
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 501 error(const char *const string, ...) in error() function 615 register int c; in main() local 824 int c; in dolink() local 2116 register int c; in stringzone() local
|
/aosp_15_r20/frameworks/native/services/sensorservice/ |
H A D | SensorService.cpp | 594 status_t error = changeOperatingMode(args, targetOperatingMode); in dump() local 1765 int sensorHandle, const SensorDirectConnection* c, const sensors_direct_cfg_t* config) { in configureRuntimeSensorDirectChannel() 1889 void SensorService::cleanupConnection(SensorEventConnection* c) { in cleanupConnection() 1934 void SensorService::cleanupConnection(SensorDirectConnection* c) { in cleanupConnection()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBase.java | 361 int c = list[mid]; in findGTE() local 2259 protected void error(String msg) in error() method in DTMDefaultBase
|
/aosp_15_r20/art/test/913-heaps/ |
H A D | heaps.cc | 1136 …n "C" JNIEXPORT jboolean JNICALL Java_art_Test913_checkInitialized(JNIEnv* env, jclass, jclass c) { in Java_art_Test913_checkInitialized() argument 1138 jvmtiError error = jvmti_env->GetClassStatus(c, &status); in Java_art_Test913_checkInitialized() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_pick_best_endpoint_format.cpp | 151 vfloat error = dist0 * dist0 * ews.lane<0>() in compute_error_squared_rgb_single_partition() local 412 int c = static_cast<int>(cf); in compute_color_error_for_every_integer_count_and_quant_level() local
|
/aosp_15_r20/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1818 int c = fgetc(fp); in perform_file_scan() local 2891 unsigned c = 1; in digitCount() local 3959 char c = fgetc(fp); in print_usrs_file() local 4058 static const char *getDiagnosticCodeStr(enum CXLoadDiag_Error error) { in getDiagnosticCodeStr() 4196 enum CXLoadDiag_Error error; in read_diagnostics() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-15/ |
D | framework.jar | ... .text.Layout)
android.graphics.Canvas c
android.graphics.Paint p
int x
int dir ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar15 | ... (int)
android.os.RemoteException e
int error
}
android/speech/RecognitionService$Callback.class ... |
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 143 static binder::Status error() { in error() function 147 static binder::Status error(const std::string& msg) { in error() function 152 static binder::Status error(uint32_t code, const std::string& msg) { in error() function 206 for (const char& c : path) { in checkArgumentPath() local 227 for (const char& c : path) { in checkArgumentFileName() local
|