OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Files
(Results
26 - 50
of
71
) sorted by null
1
2
3
/development/tools/idegen/src/com/android/idegen/
Module.java
25
import com.google.common.io.
Files
;
39
* sub-directories. Make
files
can include sources that are not sub-directories. For example, the
80
// Implicit module dependencies come from src
files
that fall outside the module root directory.
81
// For example, if packages/apps/Contacts includes src
files
from packages/apps/ContactsCommon,
83
// perspective but it needs to be a separate module in intellij so that the src
files
can be
181
// Check if source
files
are subdirectories of generic parent src
219
String imlTemplate =
Files
.toString(
267
Files
.write(imlTemplate, imlFile, IntellijProject.CHARSET);
385
.add("iml
files
", allDependentImlFiles).add("imlFile", imlFile)
/external/chromium_org/third_party/lzma_sdk/
7z.h
116
CSzFileItem *
Files
;
/external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
217
/// \brief The collection of
files
used.
218
llvm::DenseMap<const char *, unsigned>
Files
;
318
unsigned &entry = State->
Files
[FileName];
323
entry = State->
Files
.size();
/external/lzma/C/
7z.h
116
CSzFileItem *
Files
;
/external/lzma/CPP/7zip/Archive/7z/
7zItem.h
188
CObjectVector<CFileItem>
Files
;
203
Files
.Clear();
218
Files
.ReserveDown();
233
Files
.IsEmpty());
238
int size =
Files
.Size();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java
25
import com.google.common.io.
Files
;
217
//
files
first: res > src > gen
275
Files
.write(contents, to, Charsets.UTF_8);
277
Files
.write((byte[]) o, to);
/external/clang/lib/Driver/
Driver.cpp
473
// Don't attempt to generate preprocessed
files
if multiple -arch options are
516
"PLEASE ATTACH THE FOLLOWING
FILES
TO THE BUG REPORT:\n"
518
ArgStringList
Files
= C.getTempFiles();
519
for (ArgStringList::const_iterator it =
Files
.begin(), ie =
Files
.end();
565
// Failure, remove preprocessed
files
.
588
// Remove temp
files
.
595
// Otherwise, remove result
files
and print extra information about abnormal
602
// Remove result
files
if we're not saving temps.
607
// Failure result
files
are valid unless we crashed
[
all
...]
/frameworks/base/core/java/android/provider/
MediaStore.java
68
* removing nomedia
files
87
* The activity should be able to play, browse, or manipulate music
files
stored on the device.
429
* Media provider table containing an index of all
files
in the media storage,
430
* including non-media
files
. This should be used by applications that work with
434
public static final class
Files
{
437
* Get the content:// style URI for the
files
table on the
441
* @return the URI to the
files
table on the given volume
449
* Get the content:// style URI for a single row in the
files
table on the
454
* @return the URI to the
files
table on the given volume
492
* Fields for master table for all media
files
[
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
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/packages/services/Telecomm/libs/
guava.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
/frameworks/testing/espresso/libs/
guava-14.0.1.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
Completed in 1359 milliseconds
1
2
3