Searched refs:file (Results 126 - 150 of 407) sorted by relevance

1234567891011>>

/frameworks/base/tests/AccessoryDisplay/common/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/tests/Camera2Tests/CameraToo/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A DApplication.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/tests/LowStorageTest/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/tests/TileBenchmark/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/camera2/portability/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/camera2/public/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/camera2/utils/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
H A Dutils.mk4 # you may not use this file except in compliance with the License.
/frameworks/ml/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ml/bordeaux/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ml/bordeaux/learning/predictor_histogram/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/multidex/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/native/libs/diskusage/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/opt/calendar/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/annotations/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v17/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/
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/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/webview/chromium/tests/UbWebViewJankTests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java5 * you may not use this file except in compliance with the License.
60 static long WRITE_PERIOD = 30*60*1000; // Write file every 30 minutes or so.
78 public ProcessStatsService(ActivityManagerService am, File file) { argument
80 mBaseDir = file;
259 AtomicFile file;
262 file = mPendingWriteFile;
274 stream = file.startWrite();
277 file.finishWrite(stream);
281 file.failWrite(stream);
289 boolean readLocked(ProcessStats stats, AtomicFile file) { argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp6 ** you may not use this file except in compliance with the License.
490 String8 file(file8);
529 int fd = open(file.string(), O_RDONLY);
538 ALOGW("Unable to read %s", file.string());
580 ALOGW("Unable to open %s", file.string());
588 jstring file, jintArray lastArray)
590 if (file == NULL) {
595 const char* file8 = env->GetStringUTFChars(file, NULL);
603 env->ReleaseStringUTFChars(file, file8);
815 jstring file, jintArra
587 android_os_Process_getPids(JNIEnv* env, jobject clazz, jstring file, jintArray lastArray) argument
814 android_os_Process_readProcFile(JNIEnv* env, jobject clazz, jstring file, jintArray format, jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats) argument
898 FILE * file = fopen(filename, "r"); local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s5 ; you may not use this file except in compliance with the License.

Completed in 730 milliseconds

1234567891011>>