/aosp_15_r20/frameworks/av/media/libstagefright/xmlparser/ |
H A D | MediaCodecsXmlParser.cpp | 47 bool fileExists(const std::string &path) { in fileExists() 74 std::string path = searchDir + "/" + fileName; in findFileInDirs() local 425 status_t MediaCodecsXmlParser::parseXmlPath(const std::string &path) { in parseXmlPath() 435 std::string path; in parseXmlFilesInSearchDirs() local 446 status_t MediaCodecsXmlParser::Impl::parseXmlPath(const std::string &path) { in parseXmlPath() 502 MediaCodecsXmlParser::Impl::Parser::Parser(State *state, std::string path) in Parser() 528 const char *path = mPath.c_str(); in parseXmlFile() local 927 std::string key, std::string value, bool updating) { in addGlobal() 1164 std::string key = std::string(prefix ? : "") + a_name; in addQuirk() local 1277 std::string key = a_name, value; in addLimit() local [all …]
|
/aosp_15_r20/system/security/ondevice-signing/ |
H A D | odsign_main.cpp | 146 Result<void> verifyExistingRootCert(const SigningKey& key) { in verifyExistingRootCert() 169 Result<void> createX509RootCert(const SigningKey& key, const std::string& outPath) { in createX509RootCert() 180 Result<std::map<std::string, std::string>> computeDigests(const std::string& path) { in computeDigests() 208 auto path = path_digest.first; in verifyDigests() local 245 Result<OdsignInfo> getAndVerifyOdsignInfo(const SigningKey& key) { in getAndVerifyOdsignInfo() 279 std::map<std::string, std::string> getTrustedDigests(const SigningKey& key) { in getTrustedDigests() 302 const SigningKey& key) { in persistDigests() 506 SigningKey* key = keystoreResult.value(); in main() local
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | System.cpp | 62 Win32UnicodeString win32Path(const char* path) { in win32Path() 148 std::string getEnvironmentVariable(const std::string& key) { in getEnvironmentVariable() 166 void setEnvironmentVariable(const std::string& key, const std::string& value) { in setEnvironmentVariable() 330 char path[1024]; in getProgramDirectoryFromPlatform() local 372 char path[1024]; in getProgramDirectoryFromPlatform() local 530 bool queryFileVersionInfo(const char* path, int* major, int* minor, int* build_1, int* build_2) { in queryFileVersionInfo()
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 516 def _IsValidPath(message_descriptor, path): argument 609 def AddPath(self, path): argument 639 def IntersectPath(self, path, intersection): argument 777 def __getitem__(self, key): argument 783 def __setitem__(self, key, value): argument 786 def __delitem__(self, key): argument 804 def get_or_create_list(self, key): argument 811 def get_or_create_struct(self, key): argument 847 def __delitem__(self, key): argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 516 def _IsValidPath(message_descriptor, path): argument 609 def AddPath(self, path): argument 639 def IntersectPath(self, path, intersection): argument 777 def __getitem__(self, key): argument 783 def __setitem__(self, key, value): argument 786 def __delitem__(self, key): argument 804 def get_or_create_list(self, key): argument 811 def get_or_create_struct(self, key): argument 847 def __delitem__(self, key): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/tests/ |
D | build.rs | 79 let path = self.tmp.path().join(path); in dir() localVariable 86 let path = self.tmp.path().join(path); in file() localVariable 115 let mut key = vec![command]; in command() localVariable 144 let path = path.to_string(); in enable() localVariable 150 let mut key = vec![command]; in enable() localVariable
|
/aosp_15_r20/system/netd/server/ |
H A D | InterfaceController.cpp | 106 std::string path(StringPrintf("%s/%s/%s", dirname, subdirname, basename)); in writeValueToPath() local 113 const std::function<void(const std::string& path, const std::string& iface)>& fn) { in forEachInterface() 135 auto fn = [basename, value](const std::string& path, const std::string& iface) { in setOnAllInterfaces() 179 std::string getProperty(const std::string& key, const std::string& dflt) { in getProperty() 183 Status setProperty(const std::string& key, const std::string& val) { in setProperty() 385 const std::string path(getParameterPathname(family, which, interface, parameter)); in getParameter() local 399 const std::string path(getParameterPathname(family, which, interface, parameter)); in setParameter() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/update/ |
H A D | RemoveAction.java | 49 private final String path; field in RemoveAction 76 public String path() { in path() method in RemoveAction 113 private String path; field in RemoveAction.Builder 122 public Builder path(String path) { in path() argument 144 public Builder putExpressionName(String key, String value) { in putExpressionName()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | CldrValue.java | 57 CldrPath path = CldrPaths.processXPath(fullPath, ImmutableList.of(), valueAttributes::put); in parseValue() local 74 public CldrValue replacePath(CldrPath path) { in replacePath() 81 path, in replacePath() local 103 String value, Map<AttributeKey, String> valueAttributes, CldrPath path) { in create() 109 private final CldrPath path; field in CldrValue 113 private CldrValue(String value, Map<AttributeKey, String> attributes, CldrPath path) { in CldrValue() 161 /* @Nullable */ public String get(AttributeKey key) { in get()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | make_ssl_certs.py | 119 def make_cert_key(hostname, sign=False, extra_san='', argument 221 def print_cert(path): argument 228 cert, key = make_cert_key('localhost', ext='req_x509_extensions_simple') variable 246 cert, key = make_cert_key('fakehostname', ext='req_x509_extensions_simple') variable 251 cert, key = make_cert_key('localhost', sign=True) variable 256 cert, key = make_cert_key('fakehostname', sign=True) variable 261 cert, key = make_cert_key( variable 282 cert, key = make_cert_key('allsans', sign=True, extra_san='\n'.join(extra_san)) variable 299 cert, key = make_cert_key('idnsans', sign=True, extra_san='\n'.join(extra_san)) variable 304 cert, key = make_cert_key('nosan', sign=True, ext='req_x509_extensions_nosan') variable
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | write_build_config.py | 583 def add(self, key): argument 586 def remove(self, key): argument 620 def __init__(self, path): argument 649 def GetDepConfigRoot(path): argument 656 def GetDepConfig(path): argument 674 def discover(path): argument
|
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | Loader.cpp | 91 static void* do_dlopen(const char* path, int mode) { in do_dlopen() 96 static void* do_android_dlopen_ext(const char* path, int mode, const android_dlextinfo* info) { in do_android_dlopen_ext() 101 static void* do_android_load_sphal_library(const char* path, int mode) { in do_android_load_sphal_library() 111 static void* load_wrapper(const char* path) { in load_wrapper() 298 for (auto key : HAL_SUBNAME_KEY_PROPERTIES) { in open() local 574 for (auto key : HAL_SUBNAME_KEY_PROPERTIES) { in load_updated_driver() local
|
/aosp_15_r20/external/bpftool/src/ |
H A D | common.c | 71 static bool is_bpffs(const char *path) in is_bpffs() 196 int open_obj_pinned(const char *path, bool quiet) in open_obj_pinned() 224 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any() 381 char path[PATH_MAX]; in get_fd_type() local 407 char *get_fdinfo(int fd, const char *key) in get_fdinfo() 409 char path[PATH_MAX]; in get_fdinfo() local 480 char *path; in do_build_table_cb() local 534 char *path = mntent->mnt_dir; in build_pinned_obj_table() local 598 static int read_sysfs_hex_int(char *path) in read_sysfs_hex_int() 851 char *path; in prog_parse_fds() local [all …]
|
/aosp_15_r20/system/core/fs_mgr/libfstab/ |
H A D | fstab.cpp | 735 static bool ReadFstabFromFileCommon(const std::string& path, Fstab* fstab_out) { in ReadFstabFromFileCommon() 754 bool ReadFstabFromFile(const std::string& path, Fstab* fstab) { in ReadFstabFromFile() 882 std::vector<FstabEntry*> GetEntriesForMountPoint(Fstab* fstab, const std::string& path) { in GetEntriesForMountPoint() 887 FstabEntry* GetEntryForMountPoint(Fstab* fstab, const std::string_view path, in GetEntryForMountPoint() 896 const std::string& path) { in GetEntriesForMountPoint() 901 FstabEntry* GetEntryForMountPoint(Fstab* fstab, const std::string& path) { in GetEntryForMountPoint() 906 const FstabEntry* GetEntryForMountPoint(const Fstab* fstab, const std::string& path) { in GetEntryForMountPoint() 932 ImportKernelCmdline([&](std::string key, std::string value) { in GetBootDevices() 957 ImportKernelCmdline([&](std::string key, std::string value) { in GetBootPartUuid()
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/ |
H A D | VeryBasicHttpServer.java | 138 String key = line.substring(0, separator); in readRequest() local 203 public Builder content(String path, String data) { in content() 235 public String path; field in Request 258 public void sendHeader(String key, String value) throws Exception { in sendHeader() 262 public void sendHeader(String key, Integer value) throws Exception { in sendHeader()
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/ |
H A D | VeryBasicHttpServer.java | 134 String key = line.substring(0, separator); in readRequest() local 193 public Builder content(String path, String data) { in content() 225 public String path; field in Request 248 public void sendHeader(String key, String value) throws Exception { in sendHeader() 252 public void sendHeader(String key, Integer value) throws Exception { in sendHeader()
|
/aosp_15_r20/system/hardware/interfaces/suspend/1.0/default/ |
D | WakeLockEntryList.cpp | 196 auto key = std::make_pair(entry.name, entry.pid); in insertEntry() local 205 auto key = std::make_pair(entry->name, entry->pid); in deleteEntry() local 316 std::string path; in createKernelEntry() local 438 std::string path; in createKernelEntry() local 504 auto key = std::make_pair(name, pid); in updateOnAcquire() local 530 auto key = std::make_pair(name, pid); in updateOnRelease() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowStatFs.java | 25 protected void __constructor__(String path) { in __constructor__() 70 protected void restat(String path) { in restat() 79 String key = mapEntry.getKey(); in restat() local 113 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) { in registerStats() 128 String path, int blockCount, int freeBlocks, int availableBlocks) { in registerStats() 137 public static void unregisterStats(File path) { in unregisterStats() 146 public static void unregisterStats(String path) { in unregisterStats()
|
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | ese_config.cc | 39 for (string path : search_path) { in findConfigPath() local 61 bool EseConfig::hasKey(const std::string& key) { in hasKey() 65 std::string EseConfig::getString(const std::string& key) { in getString() 69 std::string EseConfig::getString(const std::string& key, in getString() 75 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned() 79 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned() 85 std::vector<uint8_t> EseConfig::getBytes(const std::string& key) { in getBytes()
|
/aosp_15_r20/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | ese_config.cpp | 37 for (string path : search_path) { in findConfigPath() local 59 bool EseConfig::hasKey(const std::string& key) { in hasKey() 63 std::string EseConfig::getString(const std::string& key) { in getString() 67 std::string EseConfig::getString(const std::string& key, in getString() 73 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned() 77 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned() 83 std::vector<uint8_t> EseConfig::getBytes(const std::string& key) { in getBytes()
|
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 362 def find(self, path, namespaces=None): argument 377 def findtext(self, path, default=None, namespaces=None): argument 389 def findall(self, path, namespaces=None): argument 401 def iterfind(self, path, namespaces=None): argument 424 def get(self, key, default=None): argument 434 def set(self, key, value): argument 694 def find(self, path, namespaces=None): argument 718 def findtext(self, path, default=None, namespaces=None): argument 739 def findall(self, path, namespaces=None): argument 761 def iterfind(self, path, namespaces=None): argument [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/ |
H A D | DefaultSdkHttpFullRequest.java | 48 private final String path; field in DefaultSdkHttpFullRequest 75 private String standardizePath(String path) { in standardizePath() 196 public Optional<String> firstMatchingRawQueryParameter(String key) { in firstMatchingRawQueryParameter() 214 public List<String> firstMatchingRawQueryParameters(String key) { in firstMatchingRawQueryParameters() 254 private String path; field in DefaultSdkHttpFullRequest.Builder 310 public DefaultSdkHttpFullRequest.Builder encodedPath(String path) { in encodedPath()
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/ |
H A D | Fs.java | 51 public static Path fileFromPath(String path) { in fileFromPath() 115 static String baseNameFor(Path path) { in baseNameFor() 121 public static InputStream getInputStream(Path path) throws IOException { in getInputStream() 129 public static byte[] getBytes(Path path) throws IOException { in getBytes() 133 public static Path[] listFiles(Path path) throws IOException { in listFiles() 139 public static Path[] listFiles(Path path, final Predicate<Path> filter) throws IOException { in listFiles() 145 public static String[] listFileNames(Path path) { in listFileNames() 155 public static Path join(Path path, String... pathParts) { in join() 162 public static String externalize(Path path) { in externalize() 172 Path key = jarFile.toAbsolutePath(); in getJarFs() local
|
/aosp_15_r20/hardware/nxp/secure_element/snxxx/libese-teq1/nxp-ese/utils/ |
D | ese_config.cpp | 36 for (string path : search_path) { in findConfigPath() local 58 bool EseConfig::hasKey(const std::string& key) { in hasKey() 62 std::string EseConfig::getString(const std::string& key) { in getString() 66 std::string EseConfig::getString(const std::string& key, in getString() 72 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned() 76 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 57 std::pair<llvm::StringRef, llvm::StringRef> splitPath(const char *path) in splitPath() 398 void DebugInfo::NotifyObjectEmitted(uint64_t key, const llvm::object::ObjectFile &obj, const llvm::… in NotifyObjectEmitted() 404 void DebugInfo::NotifyFreeingObject(uint64_t key) in NotifyFreeingObject() 479 llvm::DIFile *DebugInfo::getOrCreateFile(const char *path) in getOrCreateFile() 489 const DebugInfo::LineTokens *DebugInfo::getOrParseFileTokens(const char *path) in getOrParseFileTokens()
|