/external/dbus/test/ |
syntax.c | 43 Test paths, interfaces, members, errors, bus_names, signatures, variable 203 FILL_TEST (paths, dbus_validate_path); 272 g_test_add ("/syntax/path", Fixture, &paths, setup, test_syntax, teardown);
|
/external/libchrome/base/files/ |
file_path_watcher_fsevents.cc | 130 std::vector<FilePath> paths; local 137 paths.push_back(FilePath( 153 watcher->OnFilePathsChanged(paths); 167 const std::vector<FilePath>& paths) { 171 FROM_HERE, Bind(&FilePathWatcherFSEvents::DispatchEvents, this, paths, 175 void FilePathWatcherFSEvents::DispatchEvents(const std::vector<FilePath>& paths, 185 for (const FilePath& path : paths) {
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
encodedstreamtest.cpp | 44 const char *paths[] = {
local 52 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
53 sprintf(buffer, paths[i], filename);
|
documenttest.cpp | 99 const char *paths[] = {
local 107 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
108 sprintf(buffer, paths[i], filename);
|
/system/core/adb/ |
adb_auth_client.cpp | 114 const char** paths = key_paths; local 119 while ((path = *paths++)) {
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
CommonExternalStorageTest.java | 106 final List<File> paths = getAllPackageSpecificPaths(getContext()); local 107 for (File path : paths) { 127 for (File path : paths) { 133 * Return a set of several package-specific external storage paths. 136 final List<File> paths = new ArrayList<File>(); local 137 Collections.addAll(paths, context.getExternalCacheDirs()); 138 Collections.addAll(paths, context.getExternalFilesDirs(null)); 139 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)); 140 Collections.addAll(paths, context.getExternalMediaDirs()); 141 Collections.addAll(paths, context.getObbDirs()) 146 final List<File> paths = new ArrayList<File>(); local 155 final List<File> paths = new ArrayList<File>(); local 180 final List<File> paths = new ArrayList<File>(); local 189 final List<File> paths = new ArrayList<File>(); local 199 final List<File> paths = new ArrayList<>(); local [all...] |
ExternalStorageTest.java | 60 final List<File> paths = getAllPackageSpecificPaths(getContext()); local 63 for (File path : paths) {
|
/build/tools/atree/ |
files.cpp | 269 string paths[2]; local 288 paths[pcount++] = replace_variables(word, variables, &error); 294 errstr = "Error: More than 2 paths per line."; 310 paths[1] = paths[0]; 313 add_file(files, op, filename, i+1, paths[0], paths[1]);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 238 const char *paths[] = { "", "/", "/path/to/" }; local 242 for (uptr i = 0; i < ARRAY_SIZE(paths); i++) 246 paths[i], base_names[k], suffixes[j]);
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ServletPipelineRequestDispatcherTest.java | 152 final List<String> paths = new ArrayList<String>(); local 156 paths.add(request.getRequestURI()); 192 assertTrue("Include did not dispatch to our servlet!", paths.contains(pattern));
|
/external/jsoncpp/ |
makerelease.py | 233 paths = upload_paths[index:index+batch_size] variable 241 exit""" % (doc_dir, ' '.join(paths) ), retry=3 ) 243 def sourceforge_release_tarball( sourceforge_project, paths, user=None, sftp='sftp' ): 248 """ % (' '.join(paths),) )
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
LoggerFactory.java | 232 Enumeration<URL> paths; local 234 paths = ClassLoader.getSystemResources(STATIC_LOGGER_BINDER_PATH); 236 paths = loggerFactoryClassLoader.getResources(STATIC_LOGGER_BINDER_PATH); 238 while (paths.hasMoreElements()) { 239 URL path = (URL) paths.nextElement();
|
/frameworks/base/services/core/java/com/android/server/pm/ |
OtaDexoptService.java | 178 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly(); local 181 for (String path : paths) {
|
PackageDexOptimizer.java | 86 * Performs dexopt on all code paths and libraries of the specified package for specified 133 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly(); local 138 for (String path : paths) { 161 final List<String> paths = pkg.getAllCodePathsExcludingResourceOnly(); local 196 for (String path : paths) { 270 // dex-opted one or more paths or instruction sets or we've skipped
|
/libcore/ojluni/src/main/java/java/lang/ |
Runtime.java | 1022 String[] paths = javaLibraryPath.split(":"); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
MemoryDumpActivity.java | 53 public static String zipUp(ArrayList<String> paths) { 63 for (String filename : paths) { 96 final ArrayList<String> paths = new ArrayList<String>(); local 120 paths.add(path); 124 String zipfile = zipUp(paths);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_discovery.py | 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module 98 self.paths.append(path) 127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_discovery.py | 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module 98 self.paths.append(path) 127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module 98 self.paths.append(path) 127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module 98 self.paths.append(path) 127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 216 TreePath[] paths = pathList.toArray(new TreePath[pathList.size()]); local 217 final TreeSelection selection = new TreeSelection(paths); 224 // their relative paths from the project; deferring execution with
|
/system/connectivity/shill/dbus/ |
chromeos_device_dbus_adaptor.cc | 127 vector<dbus::ObjectPath> paths; local 129 paths.push_back(dbus::ObjectPath(element)); 132 SendPropertyChangedSignal(name, brillo::Any(paths));
|
/system/connectivity/shill/ |
key_value_store_unittest.cc | 732 vector<dbus::ObjectPath> paths; local 733 paths.push_back(dbus::ObjectPath(kRpcIdentifier1)); 734 paths.push_back(dbus::ObjectPath(kRpcIdentifier2)); 736 KeyValueStore::ConvertPathsToRpcIdentifiers(paths, &actual_rpc_identifiers);
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
WriteExternalStorageTest.java | 59 * Set of file paths that should all refer to the same location to verify 60 * support for legacy paths. 109 * Verify that legacy filesystem paths continue working, and that they all 140 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); local 143 for (File path : paths) { 201 * Verify mount status for random paths. 217 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); local 220 for (File path : paths) { 253 final List<File> paths = getAllPackageSpecificPathsExceptMedia(getContext()); local 256 for (File path : paths) { [all...] |
/frameworks/native/vulkan/libvulkan/ |
layers_extensions.cpp | 395 std::vector<std::string> paths = android::base::Split(pathstr, ":"); local 396 for (const auto& path : paths) {
|