HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 1126 - 1150 of 2724) sorted by null

<<41424344454647484950>>

  /frameworks/base/core/java/android/app/
ContextImpl.java 5 * you may not use this file except in compliance with the License.
71 import java.io.File;
162 private File mDatabasesDir;
164 private File mPreferencesDir;
166 private File mFilesDir;
168 private File mNoBackupFilesDir;
170 private File mCacheDir;
172 private File mCodeCacheDir;
175 private File[] mExternalObbDirs;
177 private File[] mExternalFilesDirs
1759 File file = makeFilename(getDataDirFile(), name); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.1.0/
sdk-common-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.1.3/
sdk-common-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.1.4/
sdk-common-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.2.0/
sdk-common-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.2.1/
sdk-common-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.2.2/
sdk-common-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.2.4/
sdk-common-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.2.5/
sdk-common-23.2.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.2.8/
sdk-common-23.2.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.0.0/
sdk-common-24.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.0.1/
sdk-common-24.0.1.jar 
  /art/runtime/
oat_file_assistant.cc 5 * you may not use this file except in compliance with the License.
98 // Clean up the lock file.
126 *error_msg = "Failed to determine lock file";
179 VLOG(oat) << "Oat File Assistant: No relocated oat file found,"
180 << " attempting to fall back to interpreting oat file instead.";
208 // Load the primary dex file.
213 LOG(WARNING) << "Attempt to load out-of-date oat file "
220 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg
765 std::string file; local
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 5 * you may not use this file except in compliance with the License.
34 static int LoadPartitionContents(const char* filename, FileContents* file);
48 // Read a file into memory; store the file contents and associated
49 // metadata in *file.
52 int LoadFileContents(const char* filename, FileContents* file) {
53 file->data = NULL;
59 return LoadPartitionContents(filename, file);
62 if (stat(filename, &file->st) != 0) {
67 file->size = file->st.st_size
583 FileContents file; local
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 5 * you may not use this file except in compliance with the License.
33 import java.io.File;
75 final File single = getContext().getExternalCacheDir();
77 final File firstMultiple = getContext().getExternalCacheDirs()[0];
85 final File single = getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES);
87 final File firstMultiple = getContext()
96 final File single = getContext().getObbDir();
98 final File firstMultiple = getContext().getObbDirs()[0];
106 final List<File> paths = getAllPackageSpecificPaths(getContext());
107 for (File path : paths)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 5 * you may not use this file except in compliance with the License.
32 import java.io.File;
94 File file = new File(MEDIA_CODEC_XML_FILE); local
95 assertTrue("/etc/media_codecs.xml does not exist", file.exists());
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 5 * you may not use this file except in compliance with the License.
43 import java.io.File;
220 private File buildFile(String name) {
225 File path = Environment.getExternalStoragePublicDirectory(
238 return new File(path, name + "_ori_" + orientation + ".png");
251 File pic = buildFile(mAppWidgetName);
274 Log.d(LOG_TAG, "Could not close file: " + e);
305 File file = buildFile(mAppWidgetName); local
306 if (file.exists())
    [all...]
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 5 * you may not use this file except in compliance with the License.
46 import java.io.File;
123 /** File where wrapped symmetric key is stored. */
124 private File mKeyFile;
126 private File mDocumentsDir;
135 mKeyFile = new File(getContext().getFilesDir(), "vault.key");
136 mDocumentsDir = new File(getContext().getFilesDir(), "documents");
157 for (File f : mDocumentsDir.listFiles()) {
169 private void loadOrGenerateKeys(Context context, File keyFile)
223 final File file = new File(mDocumentsDir, String.valueOf(docId)) local
    [all...]
  /external/bison/lib/
bitset_stats.c 20 /* This file is a wrapper bitset implementation for the other bitset
105 /* Print a percentage histogram with message MSG to FILE. */
107 bitset_percent_histogram_print (FILE *file, const char *name, const char *msg,
120 fprintf (file, "%s %s", name, msg);
122 fprintf (file, "%.0f-%.0f%%\t%8u (%5.1f%%)\n",
129 /* Print a log histogram with message MSG to FILE. */
131 bitset_log_histogram_print (FILE *file, const char *name, const char *msg,
153 fprintf (file, "%s %s", name, msg)
244 FILE *file; local
274 FILE *file; local
    [all...]
  /external/boringssl/src/include/openssl/
err.h 130 * 3) The file and line number of the call that added the error.
167 /* ERR_get_error_line acts like |ERR_get_error|, except that the file and line
169 OPENSSL_EXPORT uint32_t ERR_get_error_line(const char **file, int *line);
177 OPENSSL_EXPORT uint32_t ERR_get_error_line_data(const char **file, int *line,
183 OPENSSL_EXPORT uint32_t ERR_peek_error_line(const char **file, int *line);
184 OPENSSL_EXPORT uint32_t ERR_peek_error_line_data(const char **file, int *line,
190 OPENSSL_EXPORT uint32_t ERR_peek_last_error_line(const char **file, int *line);
191 OPENSSL_EXPORT uint32_t ERR_peek_last_error_line_data(const char **file,
251 * [reason string]:[file]:[line number]:[optional string data]
262 /* ERR_print_errors_fp prints the current contents of the error stack to |file|
337 const char *file; member in struct:err_error_st
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
webcomponents-lite.js 15 var file = "webcomponents.js"; variable
16 var script = document.querySelector('script[src*="' + file + '"]');
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 5 // This file is distributed under the University of Illinois Open Source
427 // Try to load the file buffer.
429 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); local
433 return file.substr(locInfo.second).startswith(text);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 5 // This file is distributed under the University of Illinois Open Source
10 // This file is a part of ThreadSanitizer (TSan), a race detector.
70 char *file; member in struct:__tsan::ExpectRace
100 race->file = f;
132 race->desc, race->addr, (int)race->size, race->file, race->line);
169 && internal_strcmp(race->file, race0->file) == 0
196 hit_matched[i].hitcount, hit_matched[i].file,
206 add_matched[i].addcount, add_matched[i].file,
216 race->desc, race->addr, race->file, race->line)
    [all...]
  /external/deqp/execserver/tools/
xsTest.cpp 8 * you may not use this file except in compliance with the License.
20 * \file
53 SocketError (deSocketResult result, const char* message, const char* file, int line)
54 : Error (message, deGetSocketResultName(result), file, line)
243 void start (deFile* file)
246 m_curFile = file;
596 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE); local
597 XS_CHECK(file);
604 XS_CHECK(deFile_write(file, line0, sizeof(line0)-1, &numWritten) == DE_FILERESULT_SUCCESS);
609 XS_CHECK(deFile_write(file, line1, sizeof(line1)-1, &numWritten) == DE_FILERESULT_SUCCESS)
694 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE); local
    [all...]

Completed in 356 milliseconds

<<41424344454647484950>>