HomeSort by relevance Sort by last modified time
    Searched refs:Files (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Icons.py 4 from Carbon.Files import *
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 95 rem check for ant in Program Files
  /external/libunwind/doc/
libunwind-ptrace.tex 110 \section{Files}
libunwind.tex 226 isolated in separate source files---a limitation that shouldn't be an
299 \section{Files}
  /external/v8/test/mjsunit/tools/
codemap.js 29 // Files: tools/splaytree.js tools/codemap.js
profile.js 28 // Load source code files from <project root>/tools.
29 // Files: tools/splaytree.js tools/codemap.js tools/consarray.js tools/profile.js
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 56 import com.google.common.io.Files;
681 Files.write(html.getBytes(), new File(dlg.getTraceFilePath()));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 33 import com.google.common.io.Files;
183 // we use a IURIEditorInput to allow opening files not within the workspace
910 Files.write(glCalls, f, Charsets.UTF_8);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 58 import com.google.common.io.Files;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 180 // insert image, then delete it via the files table
189 Uri fileuri = MediaStore.Files.getContentUri("external", imageId);
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 418 PathDiagnosticConsumer::FilesMade *Files) {
443 FlushDiagnosticsImpl(BatchDiags, Files);
478 Entry->files.push_back(std::make_pair(ConsumerName,
491 return &Entry->files;
    [all...]
  /external/curl/projects/
build-openssl.bat 92 rem Calculate the program files directory
102 rem Check we have a program files directory
182 rem Move the PDB files
205 rem Move the PDB files
235 rem Move the PDB files
258 rem Move the PDB files
311 echo Error: Cannot obtain the directory for Program Files
  /external/vulkan-validation-layers/
update_external_sources.bat 108 echo Install and ensure each makes it into your PATH, default is "C:\Program Files (x86)\CMake\bin"
260 echo Generating 32-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=install ..
290 echo Generating 64-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=install ..
333 echo Generating 32-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..
364 echo Generating 64-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..
  /external/blktrace/btreplay/doc/
btreplay.tex 87 files to be processed, you can run the \texttt{btreplay} utility which
159 these record data files by spawning a new pair of threads per file. One
267 name for where input files are to be found. The default directory is the
274 name for where output files are to be placed. The default directory is the
277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
281 trace files in the directory specified (either via the \texttt{-d}
324 \texttt{--output-base}\\Set Base Name for Output Files}
412 name for where input files are to be found. The default directory is the
419 record files in the directory specified (either via the \texttt{-d}
440 \texttt{--input-base}\\Set Base Name for Input Files}
    [all...]
  /external/clang/lib/Format/
Format.cpp 12 /// split into separate files as we go.
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 79 import android.provider.MediaStore.Files;
80 import android.provider.MediaStore.Files.FileColumns;
263 // entries for that storage from the files table.
283 // We do this to avoid deleting files if the volume is remounted while
286 values.putNull(Files.FileColumns.DATA);
292 db.update("files", values, where, whereArgs);
295 int numpurged = db.delete("files", where, whereArgs);
302 // notify on media Uris as well as the files Uri
310 Files.getContentUri(EXTERNAL_VOLUME), null);
455 // Don't delete wal auxiliary files(db-shm and db-wal) directly because db file ma
5469 File[] files = new File(mExternalStoragePaths[0], ALBUM_THUMB_FOLDER).listFiles(); local
    [all...]
  /external/bison/doc/
refcard.tex 326 \key{Emulate {\tt yacc} (generate {\tt y.tab.*} files).} {-y}
370 \section{Parser Definition Files}
  /external/blktrace/btt/doc/
btt.tex 81 -- utilizing \texttt{btt} on \emph{unclean} trace files produces
91 \texttt{blktrace} produces a series of binary files
94 files into one time-ordered stream of traces for all devices.
426 \newpage\section{\label{sec:data-files}Data Files Output}
428 Besides the averages output by default, the following 3 files are also
445 In addition to the default data files output, there are optional data
446 files which can be generated by btt. These include:
467 \item[seek details] A set of data files containing all IO-to-IO
552 \newpage\section{\label{sec:hist}Histogram Data Files}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 25 import com.google.common.io.Files;
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 70 * removing nomedia files
89 * The activity should be able to play, browse, or manipulate music files stored on the device.
466 * Media provider table containing an index of all files in the media storage,
467 * including non-media files. This should be used by applications that work with
471 public static final class Files {
474 * Get the content:// style URI for the files table on the
478 * @return the URI to the files table on the given volume
486 * Get the content:// style URI for a single row in the files table on the
491 * @return the URI to the files table on the given volume
529 * Fields for master table for all media files
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 420 // Archives do not contain regular files.
496 final Uri externalUri = MediaStore.Files.getContentUri("external");
498 // Remove media store entries for any files inside this directory, using
  /frameworks/base/docs/html/training/
training_toc.cs 149 "How to save data on the device, whether it's temporary files, downloaded
164 <li><a href="<?cs var:toroot ?>training/basics/data-storage/files.html"
171 Saving Files
302 >Sharing Files</a>
329 <a href="<?cs var:toroot ?>training/beam-files/index.html"
331 "How to transfer files between devices using the NFC Android Beam feature."
332 >Sharing Files with NFC</a>
336 <a href="<?cs var:toroot ?>training/beam-files/send-files.html"
337 >Sending Files to Another Device</a
    [all...]
  /build/
envsetup.sh 14 - cgrep: Greps on all local C/C++ files.
15 - ggrep: Greps on all local Gradle files.
16 - jgrep: Greps on all local Java files.
17 - resgrep: Greps on all local res/*.xml files.
18 - mangrep: Greps on all local AndroidManifest.xml files.
19 - mgrep: Greps on all local Makefiles files.
20 - sepgrep: Greps on all local sepolicy files.
21 - sgrep: Greps on all local source files.
174 # due to "C:\Program Files" being in the path.
502 # files are included at the end of this file
    [all...]
  /external/blktrace/doc/
blktrace.tex 45 \item[blkparse] A utility which formats events stored in files, or when
109 blktrace utilizes files under the debug file system, and thus must have
356 stored into debugfs files. The size and number of buffers can be
359 \item blktrace stores the extracted data into files stored in the
475 -i \emph{file} & --input=\emph{file} & Specifies base name for input files -- default is \emph{device}.blktrace.\emph{cpu}. \\
    [all...]
  /external/opencv3/modules/videoio/src/
cap_qt.cpp 70 #pragma mark Reading Video Files
322 * set a capture property. With movie files, it is only possible to set the
    [all...]

Completed in 673 milliseconds

1 2 3 4 5 6 78 91011