Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 203) sorted by relevance

123456789

/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DFileSystemPermissionTest.java207 File f = new File("/dev/diag"); in testDevDiagSane() local
217 File f = new File("/proc/interrupts"); in testProcInterruptsNotReadable() local
227 File f = new File("/proc/stat"); in testProcStatNotReadable() local
236 File f = new File("/dev/mem"); in testDevMemSane() local
243 File f = new File("/dev/kmem"); in testDevkmemSane() local
250 File f = new File("/dev/port"); in testDevPortSane() local
257 File f = new File("/dev/pn544"); in testPn544Sane() local
269 File f = new File("/dev/bcm2079x"); in testBcm2079xSane() local
281 File f = new File("/dev/bcm2079x-i2c"); in testBcm2079xi2cSane() local
293 File f = new File("/dev/xt_qtaguid"); in testDevQtaguidSane() local
[all …]
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DDirectoryTests.java30 final File f = new File("/data/misc/stats-active-metric/"); in testStatsActiveMetricDirectoryExists() local
37 final File f = new File("/data/misc/stats-data/"); in testStatsDataDirectoryExists() local
44 final File f = new File("/data/misc/stats-metadata/"); in testStatsMetadataDirectoryExists() local
51 final File f = new File("/data/misc/stats-service/"); in testStatsServiceDirectoryExists() local
58 final File f = new File("/data/misc/train-info/"); in testTrainInfoDirectoryExists() local
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Ddiff_apis_versions.py81 f = NamedTemporaryFile() variable
114 f = open('api-coverage-sql-query', 'r') variable
120 f = open('api-coverage-sql-query', 'w') variable
129 f = open('api-coverage-sql-query', 'w') variable
146 f = open("apis-without-coverage.txt", "w") variable
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DtrsMatrix.h37 inline double ProjZ(double trs[3][3], double x, double y, double f) in ProjZ()
42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX()
47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py120 async def __discovery_mode_waiter(self, f): argument
184 async def __bond_change_waiter(self, f): argument
199 async def waiter(f): argument
209 async def waiter(f): argument
219 async def waiter(f): argument
233 async def waiter(f): argument
256 async def __hfp_connection_state_waiter(self, f): argument
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DOverScroll.java32 private static float overScrollInfluenceCurve(float f) { in overScrollInfluenceCurve()
45 float f = amount / max; in dampedScroll() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/interface/utils/
DImsMediaTrace.h63 #define IMLOGD_PACKET6(type, format, a, b, c, d, e, f) \ argument
66 #define IMLOGD_PACKET7(type, format, a, b, c, d, e, f, g) \ argument
69 #define IMLOGD_PACKET8(type, format, a, b, c, d, e, f, g, h) \ argument
91 #define IMLOGI6(format, a, b, c, d, e, f) \ argument
94 #define IMLOGI7(format, a, b, c, d, e, f, g) \ argument
97 #define IMLOGI8(format, a, b, c, d, e, f, g, h) \ argument
119 #define IMLOGD6(format, a, b, c, d, e, f) \ argument
122 #define IMLOGD7(format, a, b, c, d, e, f, g) \ argument
125 #define IMLOGD8(format, a, b, c, d, e, f, g, h) \ argument
147 #define IMLOGW6(format, a, b, c, d, e, f) \ argument
[all …]
/packages/modules/adb/
Dsysdeps_win32.cpp145 FH f; in _fh_from_int() local
167 static int _fh_to_int(FH f) { in _fh_to_int()
175 FH f = nullptr; in _fh_alloc() local
197 static int _fh_close(FH f) { in _fh_close()
242 static void _fh_file_init(FH f) { in _fh_file_init()
246 static int _fh_file_close(FH f) { in _fh_file_close()
252 static int _fh_file_read(FH f, void* buf, int len) { in _fh_file_read()
265 static int _fh_file_write(FH f, const void* buf, int len) { in _fh_file_write()
278 static int _fh_file_writev(FH f, const adb_iovec* iov, int iovcnt) { in _fh_file_writev()
304 static int64_t _fh_file_lseek(FH f, int64_t pos, int origin) { in _fh_file_lseek()
[all …]
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Daggregate.py138 def zero_to_nan_if_missing(f, phase, layer): argument
151 def nan_to_zero(f): argument
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Dvp_motionmodel.h220 #define VP_PROJW_3D(m,x,y,z,f) ( MWX(m)*(x)+MWY(m)*(y)+MWZ(m)*(z)+MWW(m) ) argument
221 #define VP_PROJX_3D(m,x,y,z,f,w) ((MXX(m)*(x)+MXY(m)*(y)+MXZ(m)*(z)+MXW(m))/(w)) argument
222 #define VP_PROJY_3D(m,x,y,z,f,w) ((MYX(m)*(x)+MYY(m)*(y)+MYZ(m)*(z)+MYW(m))/(w)) argument
223 #define VP_PROJZ_3D(m,x,y,z,f,w) ((MZX(m)*(x)+MZY(m)*(y)+MZZ(m)*(z)+MZW(m))/(w)) argument
255 #define VP_PROJZ(m,x,y,f) ( \ argument
259 #define VP_PROJX(m,x,y,w,f) (\ argument
263 #define VP_PROJY(m,x,y,w,f) (\ argument
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_helpers.py27 def assert_description(f): argument
62 def match_description(f): argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DBaseSettingsFragment.java59 final Fragment f = in onPreferenceStartFragment() local
101 final Fragment f; in onPreferenceDisplayDialog() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DFlingScroller.java109 float f = 1 - progress; in computeScrollOffset() local
116 private int getX(float f) { in getX()
126 private int getY(float f) { in getY()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.h257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s()
270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s()
292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s()
597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()
/packages/modules/Virtualization/libs/devicemapper/src/
Dutil.rs57 let f = File::open(p)?; in fstat() localVariable
68 let f = File::open(p)?; in blkgetsize64() localVariable
/packages/services/Telephony/tests/src/com/android/
DTestExecutorService.java161 CompletedFuture<T> f = new CompletedFuture<>(task); in submit() local
173 CompletedFuture<Void> f = new CompletedFuture<>(() -> { in submit() local
205 CompletedFuture<Void> f = new CompletedFuture<>(() -> { in schedule() local
216 CompletedFuture<V> f = new CompletedFuture<>(callable, millisDelay); in schedule() local
/packages/apps/Nfc/nci/jni/
DNfcJniUtil.cpp108 jfieldID f = e->GetFieldID(c.get(), "mHandle", "I"); in nfc_jni_get_nfc_socket_handle() local
125 jfieldID f = e->GetFieldID(c.get(), "mNative", "J"); in nfc_jni_get_nat() local
/packages/apps/Contacts/src/com/android/contacts/
DContactsActivity.java122 protected static void showFragment(FragmentTransaction ft, Fragment f) { in showFragment()
126 protected static void hideFragment(FragmentTransaction ft, Fragment f) { in hideFragment()
DAppCompatContactsActivity.java123 protected static void showFragment(FragmentTransaction ft, Fragment f) { in showFragment()
127 protected static void hideFragment(FragmentTransaction ft, Fragment f) { in hideFragment()
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h195 auto f = _builder->AddAttributeEntry(entry); in AddAttributeEntry() local
208 void wholeEntry(size_t f, AttributeEntry&& entry) { in wholeEntry()
218 void fractionEntry(size_t f, AttributeEntry&& entry) { in fractionEntry()
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DBarControlPolicy.java155 Filter f = Filter.parse(v); in setFilters() local
158 Filter f = Filter.parse(v); in setFilters() local
161 Filter f = Filter.parse(v); in setFilters() local
/packages/modules/Virtualization/apkdmverity/src/
Dmain.rs188 let mut f = File::create(path).unwrap(); in create_block_aligned_file() localVariable
302 let f = OpenOptions::new().read(true).write(true).open(ctx.data_backing_file).unwrap(); in tampered_apk() localVariable
306 let f = File::open(&ctx.result.mapper_device).unwrap(); in tampered_apk() localVariable
321 let f = OpenOptions::new().read(true).write(true).open(ctx.hash_backing_file).unwrap(); in tampered_idsig() localVariable
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DDatabaseIndexingUtils.java38 final Field f = clazz.getField(FIELD_NAME_SEARCH_INDEX_DATA_PROVIDER); in getSearchIndexProvider() local
/packages/apps/Settings/tests/unit/src/com/android/settings/search/
DDatabaseIndexingUtils.java38 final Field f = clazz.getField(FIELD_NAME_SEARCH_INDEX_DATA_PROVIDER); in getSearchIndexProvider() local
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java200 protected void executeOnRecents(Consumer<RecentsActivity> f) { in executeOnRecents()
207 protected <T> T getFromRecents(Function<RecentsActivity, T> f) { in getFromRecents()

123456789