/aosp_15_r20/system/extras/simpleperf/ |
H A D | cmd_inject.cpp | 387 BinaryKey key(dso, 0); in ProcessETMBinary() local 633 std::unique_ptr<AutoFDOBinaryInfo> Convert(const BinaryKey& key, ETMBinary& binary) { in Convert() 674 void AddAutoFDOBinary(const BinaryKey& key, AutoFDOBinaryInfo& binary) { in AddAutoFDOBinary() 703 for (const auto& key : keys) { in WriteAutoFDO() local 789 for (const auto& key : keys) { in WriteBolt() local 838 const BinaryKey& key = lbr_data.binaries[i]; in AddLBRData() local 933 auto etm_callback = [&](const BinaryKey& key, ETMBinary& binary) { in ReadInThreadFunction() 965 void ModifyBranchMapForKernel(BinaryKey& key, ETMBinary& binary) { in ModifyBranchMapForKernel() 1183 bool ReadFileList(const std::string& path, std::vector<std::string>* file_list) { in ReadFileList() 1234 auto afdo_callback = [&](const BinaryKey& key, AutoFDOBinaryInfo& binary) { in ConvertPerfDataToAutoFDO() [all …]
|
H A D | environment.cpp | 77 static void GetAllModuleFiles(const std::string& path, in GetAllModuleFiles() 390 static bool ReadUintFromProcFile(const std::string& path, T* value) { in ReadUintFromProcFile() 405 static bool WriteUintToProcFile(const std::string& path, T value) { in WriteUintToProcFile() 899 void ScopedTempFiles::RegisterTempFile(const std::string& path) { in RegisterTempFile() 961 std::string key = android::base::Trim(line.substr(0, pos)); in GetHardwareFromCpuInfo() local
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
H A D | TextLayer.java | 436 Path path = contentGroups.get(j).getPath(); in drawCharacterAsGlyph() local 452 private void drawGlyph(Path path, Paint paint, Canvas canvas) { in drawGlyph() 500 int key = firstCodePoint; in codePointToString() local
|
/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_listener.cc | 231 const std::string& key, in OnOpenResource() 241 base::FilePath path = it->second.second; in OnOpenResource() local
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | gpu.rs | 213 pub path: PathBuf, field 240 let key = key_os.into_string().map_err(into_string_err)?; in get_gpu_render_server_environment() localVariable
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_device.c | 117 const struct hk_internal_key *key = key_; in internal_key_hash() local 347 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in hk_CreateDevice() local
|
/aosp_15_r20/external/executorch/runtime/executor/test/ |
H A D | kernel_integration_test.cpp | 110 KernelKey key = in register_singleton() local 224 const char* path = std::getenv("ET_MODULE_ADD_PATH"); in SetUp() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/tests/ |
H A D | api_compatibility_test.py | 110 def _KeyToFilePath(key, api_version): argument 154 def _VerifyNoSubclassOfMessageVisitor(path, parent, unused_children): argument
|
/aosp_15_r20/external/libcups/cups/ |
H A D | tls-boringssl.c | 57 const char *path, /* I - Path to keychain/directory */ in cupsMakeServerCredentials() 372 ASN1_BIT_STRING *key = X509_get0_pubkey_bitstr(peer_certificate); in _httpTLSStart() local
|
/aosp_15_r20/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/ |
H A D | CronetClientStream.java | 181 String path = url; in writeHeaders() local 361 private static boolean isApplicationHeader(String key) { in isApplicationHeader() 411 String key = new String(serializedHeaders[i], Charset.forName("UTF-8")); in setGrpcHeaders() local
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | tar.c | 525 char *key = kv + sizeof("SCHILY.xattr.") - 1; in tarerofs_parse_pax_header() local 535 char *key; in tarerofs_parse_pax_header() local 616 char path[PATH_MAX]; in tarerofs_parse_tar() local
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | DownloadManager.java | 863 private void putIfNonNull(ContentValues contentValues, String key, Object value) { in putIfNonNull() 1447 boolean isMediaScannerScannable, String mimeType, String path, long length, in addCompletedDownload() 1493 boolean isMediaScannerScannable, String mimeType, String path, long length, in addCompletedDownload() 1518 boolean isMediaScannerScannable, String mimeType, String path, long length, in addCompletedDownload() 1543 boolean isMediaScannerScannable, String mimeType, String path, long length, in addCompletedDownload()
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | firebasestorage.v1beta.json | 77 "key": { object 132 "path": "v1beta/{+bucket}:addFirebase", string 161 "path": "v1beta/{+name}", string 198 "path": "v1beta/{+parent}/buckets", string 224 "path": "v1beta/{+bucket}:removeFirebase", string
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | import.c | 118 static int isdir(char *path) { in isdir() 131 static int isdir(char *path) { in isdir() 139 int isdir(char *path) { in isdir() 432 PyObject *key, *value, *dict; in PyImport_Cleanup() local 1170 PyObject *path = NULL; in load_package() local 1309 PyImport_GetImporter(PyObject *path) { in PyImport_GetImporter() 1336 find_module(char *fullname, char *subname, PyObject *path, char *buf, in find_module() 1646 _PyImport_FindModule(const char *name, PyObject *path, char *buf, in _PyImport_FindModule() 2715 PyObject *path, *loader = NULL; in import_submodule() local 2771 PyObject *path = NULL, *loader = NULL, *existing_m = NULL; in PyImport_ReloadModule() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/DownloadProvider/DownloadProvider/android_common/javac/ |
D | DownloadProvider.jar | ... id
String state
android.system.ErrnoException e
String path
java.io.File file
com.android. ... |
/aosp_15_r20/out/soong/.intermediates/packages/providers/DownloadProvider/DownloadProvider/android_common/repackaged-jarjar/javac/ |
D | DownloadProvider.jar | com/android/providers/downloads/SystemFacade.class
SystemFacade.java
package com.android. ... |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | sysconfig.py | 185 def _safe_realpath(path): argument 299 def get_preferred_scheme(key): argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/ |
H A D | parser.h | 37 char* key; member 73 char* path; member
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | sysconfig.py | 185 def _safe_realpath(path): argument 299 def get_preferred_scheme(key): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | sysconfig.py | 185 def _safe_realpath(path): argument 299 def get_preferred_scheme(key): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | sysconfig.py | 185 def _safe_realpath(path): argument 299 def get_preferred_scheme(key): argument
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestEnvironment.java | 202 public void addExtraContextFile(String path) { in addExtraContextFile() 262 void addBuildAttribute(String key, String value) { in addBuildAttribute()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | sysconfig.py | 185 def _safe_realpath(path): argument 299 def get_preferred_scheme(key): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | parser.h | 37 char* key; member 73 char* path; member
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | sysconfig.py | 185 def _safe_realpath(path): argument 299 def get_preferred_scheme(key): argument
|