Searched refs:file (Results 1 - 25 of 407) sorted by last modified time

1234567891011>>

/frameworks/support/v7/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/appcompat/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/cardview/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/gridlayout/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/mediarouter/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/palette/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/recyclerview/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v8/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java5 * you may not use this file except in compliance with the License.
63 /** Magic number for current version of cache file format. */
92 for (File file : files) {
93 file.delete();
112 File file = getFileForKey(key);
115 cis = new CountingInputStream(new FileInputStream(file));
117 byte[] data = streamToBytes(cis, (int) (file.length() - cis.bytesRead));
120 VolleyLog.d("%s: %s", file.getAbsolutePath(), e.toString());
151 for (File file : files) {
154 fis = new FileInputStream(file);
[all...]
/frameworks/volley/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromiumFactoryProvider.java5 * you may not use this file except in compliance with the License.
165 for (File file : files) {
166 if (file.isDirectory()) {
167 deleteContents(file);
169 if (!file.delete()) {
170 Log.w(TAG, "Failed to delete " + file);
/frameworks/webview/chromium/tests/UbWebViewJankTests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/webview/chromium/tests/java/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/webview/chromium/tools/WebViewShell/
H A Drun_startup_time_test.sh10 adb push $TMPFILE /data/local/tmp/file.html
12 adb shell am start -n com.android.htmlviewer/.HTMLViewerActivity -d "file:///data/local/tmp/file.html" -a VIEW -t "text/html"
28 adb shell rm /data/local/tmp/file.html
/frameworks/wilhelm/src/
H A Dassert.c5 * you may not use this file except in compliance with the License.
24 void __assert(const char *file, int line, const char *failedexpr) argument
26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line);
30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) argument
32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
33 failedexpr, file, line, func);
H A Dlocks.c5 * you may not use this file except in compliance with the License.
45 void object_lock_exclusive_(IObject *thiz, const char *file, int line) argument
68 SL_LOGE("%s:%d: recursive lock detected", file, line);
71 SL_LOGE("%s:%d: pthread_mutex_lock_timeout_np returned %d", file, line, ok);
88 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
108 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
112 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
118 thiz->mFile = file;
136 void object_unlock_exclusive_(IObject *thiz, const char *file, int line) argument
142 thiz->mFile = file;
163 object_unlock_exclusive_attributes_(IObject *thiz, unsigned attributes, const char *file, int line) argument
289 object_cond_wait_(IObject *thiz, const char *file, int line) argument
[all...]
H A Dlocks.h5 * you may not use this file except in compliance with the License.
17 /** \file locks.h Mutual exclusion and condition variables */
20 extern void object_lock_exclusive_(IObject *thiz, const char *file, int line);
21 extern void object_unlock_exclusive_(IObject *thiz, const char *file, int line);
23 const char *file, int line);
24 extern void object_cond_wait_(IObject *thiz, const char *file, int line);
/frameworks/wilhelm/tests/
H A DAndroid.mk26 $(foreach file,$(test_src_files), \
31 $(eval LOCAL_SRC_FILES := $(file)) \
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c5 * you may not use this file except in compliance with the License.
66 // handle of the file to play
67 FILE *file; variable
69 // has the app reached the end of the file
120 rewind(file);
193 nbRead = fread(pBufferData, BUFFER_SIZE, 1, file);
301 nbRead = fread(dataCache, BUFFER_SIZE, NB_BUFFERS, file);
349 // open the file to play
350 file = fopen(utf8, "rb");
351 if (file
[all...]
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp5 * you may not use this file except in compliance with the License.
44 FILE *file; variable
45 /* Has the app reached the end of the file */
87 // to play a .ts file, but rather shows more ways to exercise the API
108 size_t nbRead = fread((void*)dataCache, 1, BUFFER_SIZE*(NB_BUFFERS/2), file);
150 size_t nbRead = fread((void*)pBufferData, 1, BUFFER_SIZE, file);
208 file = fopen(path, "rb");
297 if (fread(dataCache, 1, BUFFER_SIZE * NB_BUFFERS, file) <= 0) {
311 if (fread(dataCache, 1, BUFFER_SIZE * 1, file) <= 0) {
375 fclose(file);
[all...]
/frameworks/rs/api/
H A Dgen_runtime.cpp5 * you may not use this file except in compliance with the License.
18 * For each spec file provided on the command line, it generates a corresponding
23 * - a Renderscript file named Test{Function}.rs,
24 * - a Junit file named Test{function}.java, which calls the above RS file.
27 * test files for. The header file will always contain all the functions.
30 * - SpecFile: Represents on spec file.
32 * spec file contains many entries for clamp, we'll only have one clamp instance.
35 * spec file. Strings that are parts of a Specification can include placeholders,
62 "// Don't edit this file! I
511 writeIfdef(ofstream& file, string filename, bool isStart) argument
530 writeJavaArrayInitialization(ofstream& file, const ParameterDefinition& p) argument
830 FILE* file = fopen(name.c_str(), "wt"); local
1410 writeJavaArgumentClass(ofstream& file, bool scalar) const argument
1437 writeJavaCheckMethod(ofstream& file, bool generateCallToVerifier) const argument
1460 writeJavaInputAllocationDefinition(ofstream& file, const string& indent, const ParameterDefinition& param) const argument
1495 writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType, const string& seed, char vectorSize, const Type& compatibleType, const Type& generatedType) const argument
1528 writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType, const string& seed, char vectorSize, const Type& compatibleType, const Type& generatedType) const argument
1548 writeJavaOutputAllocationDefinition(ofstream& file, const string& indent, const ParameterDefinition& param) const argument
1578 writeJavaVerifyScalarMethod(ofstream& file, bool verifierValidates) const argument
1682 writeJavaTestAndSetValid(ofstream& file, int indent, const ParameterDefinition& p, const string& argsIndex, const string& actualIndex) const argument
1690 writeJavaTestOneValue(ofstream& file, int indent, const ParameterDefinition& p, const string& argsIndex, const string& actualIndex) const argument
1709 writeJavaAppendOutputToMessage(ofstream& file, int indent, const ParameterDefinition& p, const string& argsIndex, const string& actualIndex, bool verifierValidates) const argument
1742 writeJavaAppendInputToMessage(ofstream& file, int indent, const ParameterDefinition& p, const string& actual) const argument
1750 writeJavaAppendNewLineToMessage(ofstream& file, int indent) const argument
1754 writeJavaAppendVariableToMessage(ofstream& file, int indent, const ParameterDefinition& p, const string& value) const argument
1772 writeJavaAppendFloatVariableToMessage(ofstream& file, int indent, const string& value, bool regularFloat) const argument
1784 writeJavaVectorComparison(ofstream& file, int indent, const ParameterDefinition& p) const argument
1796 writeJavaAppendVectorInputToMessage(ofstream& file, int indent, const ParameterDefinition& p) const argument
1808 writeJavaAppendVectorOutputToMessage(ofstream& file, int indent, const ParameterDefinition& p) const argument
1891 writeJavaCallToRs(ofstream& file, bool relaxed, bool generateCallToVerifier) const argument
[all...]
/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp5 * you may not use this file except in compliance with the License.
28 extern "C" void ASSERT_FAILED(char const *file, argument
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n";
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
H A Drsl_assert.h5 * you may not use this file except in compliance with the License.
24 extern void ASSERT_FAILED(char const *file,
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/rs/
H A DrsContext.cpp5 * you may not use this file except in compliance with the License.
495 if (rsc->watchdog.command && rsc->watchdog.file) {
497 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);

Completed in 244 milliseconds

1234567891011>>