Home
last modified time | relevance | path

Searched +defs:matched +defs:path (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/aosp_15_r20/system/memory/libmeminfo/
Dlibmeminfo_benchmark.cpp245 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local
257 int matched = fscanf(f, "%" SCNu64, &mem_used_total); in get_zram_mem_used() local
470 static bool get_smaps_rollup(const std::string path, MemUsage* rollup) { in get_smaps_rollup()
529 std::string path = ::android::base::StringPrintf("%s/testdata1/smaps", exec_dir.c_str()); in BM_SmapsRollup_old() local
540 std::string path = ::android::base::StringPrintf("%s/testdata1/smaps", exec_dir.c_str()); in BM_SmapsRollup_new() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc114 bool has_longpath_prefix(const char_type* path) { in has_longpath_prefix()
126 bool is_path_absolute(const char_type* path) { in is_path_absolute()
131 bool is_drive_relative(const char_type* path) { in is_drive_relative()
153 wstring normalize(wstring path) { in normalize()
215 bool as_windows_path(const char* path, wstring* result) { in as_windows_path()
256 int open(const char* path, int flags, int mode) { in open()
269 int mkdir(const char* path, int /*_mode*/) { in mkdir()
282 int access(const char* path, int mode) { in access()
295 int chdir(const char* path) { in chdir()
308 int stat(const char* path, struct _stat* buffer) { in stat()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dio_win32.cc114 bool has_longpath_prefix(const char_type* path) { in has_longpath_prefix()
126 bool is_path_absolute(const char_type* path) { in is_path_absolute()
131 bool is_drive_relative(const char_type* path) { in is_drive_relative()
153 wstring normalize(wstring path) { in normalize()
215 bool as_windows_path(const char* path, wstring* result) { in as_windows_path()
256 int open(const char* path, int flags, int mode) { in open()
269 int mkdir(const char* path, int /*_mode*/) { in mkdir()
282 int access(const char* path, int mode) { in access()
295 int chdir(const char* path) { in chdir()
308 int stat(const char* path, struct _stat* buffer) { in stat()
[all …]
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Drules.c200 bool matched; member
706 bool matched = match_value(m, val, to->sval, match_type); in match_value_and_mark() local
865 bool matched = false; in matcher_rule_apply_if_matches() local
1081 const char *path) in read_rules_file()
1111 char *path = NULL; in xkb_components_from_rules() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DGeneralTestsConfigValidation.java455 String path = f.getPath(); in validatePreparers() local
561 List<String> matched = in checkDisallowedTestType() local
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dfilter.go34 matched bool member
54 path string member
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daubinator_error_decode.c374 int matched; in read_i915_data_file() local
787 open_xe_error_state_file(const char *path) in open_xe_error_state_file()
814 open_i915_error_state_file(const char *path) in open_i915_error_state_file()
911 const char *path = argv[optind]; in main() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_debugfs.c89 static bool is_mountpoint(const char *path) in is_mountpoint()
139 static const char *path; in igt_debugfs_mount() local
158 char *igt_debugfs_path(int device, char *path, int pathlen) in igt_debugfs_path()
230 char path[200]; in igt_debugfs_dir() local
350 bool matched = false; in igt_debugfs_search() local
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp64 bool matched = (memcmp(hasher.finalize(), expected_digest, Hasher::DIGEST_SIZE) == 0); in VerifyVbmetaDigest() local
577 std::string path; in TearDownAvbHashtree() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_error_decode.c576 int data_size = 0, count = 0, matched; in read_data_file() local
793 const char *path; in main() local
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp837 write_text_file(const char* path, const char* data) in write_text_file()
862 compare_file(const char* path, const unsigned char* data, int len) in compare_file()
1101 bool matched = true; in backup_helper_test_four() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc144 for (const auto& path : key_field_paths_) { in MultipleFieldsMapKeyComparator() local
157 for (const auto& path : key_field_paths_) { in IsMatch() local
1766 int matched = (*match_list2_)[i]; in FindArgumentPathDFS() local
1777 int matched = (*match_list2_)[i]; in FindArgumentPathDFS() local
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc144 for (const auto& path : key_field_paths_) { in MultipleFieldsMapKeyComparator() local
157 for (const auto& path : key_field_paths_) { in IsMatch() local
1766 int matched = (*match_list2_)[i]; in FindArgumentPathDFS() local
1777 int matched = (*match_list2_)[i]; in FindArgumentPathDFS() local
/aosp_15_r20/external/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c275 int matched = sscanf(selection, "%x:%x", &vendor_id, &device_id); in device_select_find_explicit_default() local
319 char path[1024]; in device_select_find_boot_vga_vid_did() local
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc345 const FilePath& path, in OpenEntry()
385 const FilePath& path, in CreateEntry()
422 const FilePath& path, in OpenOrCreateEntry()
490 const FilePath& path, in DeleteEntryFiles()
502 const FilePath& path, in DeleteEntryFilesInternal()
567 const base::FilePath& path, in TruncateEntryFiles()
580 const FilePath& path, in DeleteEntrySetFiles()
1175 const FilePath& path, in SimpleSynchronousEntry()
1704 bool matched = in ReadAndValidateStream0AndMaybe1() local
1779 const FilePath& path, in DeleteFileForEntryHash()
[all …]
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_utils_AnrTimer.cpp106 char path[PATH_MAX]; in processExists() local
115 char path[PATH_MAX]; in getProcessName() local
202 bool matched = regexec(&regex_, proc_name.c_str(), 0, 0, 0) == 0; in getConfig() local
628 char path[PATH_MAX]; in fill() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp242 std::array<char, 64> path; in uid_from_pid() local
357 unsigned int start, end, matched, i; in parse_cpuset_cpus() local
1285 char path[PATH_MAX]; in android_os_Process_getPidsForCommands() local
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dgenhomedircon.c125 int matched; member
295 char *path = NULL; in get_home_dirs() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/am/am/android_common/repackaged-jarjar/javac/
Dam.jar ... lang.Exception String supportedAbi String[] supportedAbis boolean matched com.android.commands.am.Instrument$ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/am/am/android_common/javac/
Dam.jar ... .io.FileNotFoundException e String msg String tcon String path String seLinuxContext String mode java.io.File file ...
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1850 const std::vector<int>& path, const SourceCodeInfo* info) const { in GetSourceLocation() argument
2922 const std::vector<int>& path, in SourceLocationCommentPrinter()
2983 std::vector<int> path; in DebugStringWithOptions() local
3017 std::vector<int> path; in DebugStringWithOptions() local
3502 bool FileDescriptor::GetSourceLocation(const std::vector<int>& path, in GetSourceLocation()
3528 std::vector<int> path; // empty path for root FileDescriptor in GetSourceLocation() local
3542 std::vector<int> path; in GetSourceLocation() local
3548 std::vector<int> path; in GetSourceLocation() local
3554 std::vector<int> path; in GetSourceLocation() local
3560 std::vector<int> path; in GetSourceLocation() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1844 const std::vector<int>& path, const SourceCodeInfo* info) const { in GetSourceLocation() argument
2916 const std::vector<int>& path, in SourceLocationCommentPrinter()
2977 std::vector<int> path; in DebugStringWithOptions() local
3011 std::vector<int> path; in DebugStringWithOptions() local
3496 bool FileDescriptor::GetSourceLocation(const std::vector<int>& path, in GetSourceLocation()
3522 std::vector<int> path; // empty path for root FileDescriptor in GetSourceLocation() local
3536 std::vector<int> path; in GetSourceLocation() local
3542 std::vector<int> path; in GetSourceLocation() local
3548 std::vector<int> path; in GetSourceLocation() local
3554 std::vector<int> path; in GetSourceLocation() local
[all …]
/aosp_15_r20/external/guice/lib/build/
HDbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/aosp_15_r20/out/target/common/obj/APPS/AvatarPicker_intermediates/
Dclasses.jar ... .version META-INF/androidx.graphics_graphics-path.version META-INF/androidx.graphics_graphics- ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/AvatarPicker/AvatarPicker/android_common/withres/
DAvatarPicker.jar ... .version META-INF/androidx.graphics_graphics-path.version META-INF/androidx.graphics_graphics- ...

12345678910>>...21