/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
__init__.py | 26 def Transform(transform, file_paths): 28 return multiprocessing.Pool().map(transform, file_paths)
|
/external/autotest/frontend/afe/ |
views.py | 78 file_paths = [] 85 file_paths.append(file_path) 86 return HttpResponse(rpc_utils.prepare_for_serialization(file_paths))
|
/external/selinux/libselinux/src/ |
selinux_config.c | 60 static char *file_paths[NEL]; variable 223 if (asprintf(&file_paths[i], "%s%s", 239 free(file_paths[i]); 240 file_paths[i] = NULL; 257 return file_paths[idx]; 294 if (asprintf(&file_paths[i], "%s%s",
|
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/ |
AndroidManifest.xml | 45 android:resource="@xml/file_paths" />
|
/external/autotest/utils/ |
run_pylint.py | 229 def batch_check_files(file_paths, base_opts): 233 @param file_paths: a list of file paths. 239 if not file_paths: 242 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),
|
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
cloud_storage_unittest.py | 38 def CreateFiles(self, file_paths): 39 for f in file_paths:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xcmc.h | 148 CMC_return_code WINAPI cmc_send_documents(CMC_string recipient_addresses,CMC_string subject,CMC_string text_note,CMC_flags send_doc_flags,CMC_string file_paths,CMC_string file_names,CMC_string delimiter,CMC_ui_id ui_id);
|
/frameworks/base/docs/html/training/camera/ |
photobasics.jd | 260 android:resource="@xml/file_paths"></meta-data> 270 <c>res/xml/file_paths.xml</c>. Here is the content required for this particular
|
/frameworks/support/core-utils/java/android/support/v4/content/ |
FileProvider.java | 212 * For example, you can add them to a new file called <code>res/xml/file_paths.xml</code>. 218 * to <code>@xml/file_paths</code> (notice that you don't specify the <code>.xml</code> 228 * android:resource="@xml/file_paths" /> [all...] |
/cts/tests/tests/content/ |
AndroidManifest.xml | 177 android:resource="@xml/file_paths" />
|
/external/clang/lib/Driver/ |
ToolChains.cpp | 2751 path_list &file_paths = getFilePaths(); local [all...] |
/packages/apps/Dialer/ |
AndroidManifest.xml | 353 android:resource="@xml/file_paths" />
|
/packages/apps/Bluetooth/ |
AndroidManifest.xml | 97 android:resource="@xml/file_paths" />
|
/packages/apps/Contacts/ |
AndroidManifest.xml | 548 android:resource="@xml/file_paths" />
|
/packages/apps/Settings/ |
AndroidManifest.xml | [all...] |