/frameworks/base/tools/aapt/tests/ |
D | CrunchCache_test.cpp | 51 FileFinder* ff = new MockFileFinder(data); in main() local 52 CrunchCache cc(source,dest,ff); in main() 83 delete ff; in main()
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/ |
D | stderr.txt.expect | 8 reflection3264_reduce_mismatch.rs:53:12: error: reduction kernel 'ff' is reflected in Java only for… 9 reflection3264_reduce_mismatch.rs:53:12: error: reduction kernel 'ff' has result type 'struct S' fo… 10 reflection3264_reduce_mismatch.rs:53:12: error: reduction kernel 'ff' has 3 inputs for 32-bit targe…
|
D | reflection3264_reduce_mismatch.rs | 53 #pragma rs reduce(ff) accumulator(ffAccum) combiner(ffComb) outconverter(ffOut)
|
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
D | reflection3264_struct_mismatch.rs | 24 int ff; 31 struct o ff;
|
D | stderr.txt.expect | 6 reflection3264_struct_mismatch.rs:24:5: error: global variable 'ff' has type 'struct o' for 32-bit …
|
/frameworks/base/tools/aapt/ |
D | CrunchCache.cpp | 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() argument 20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff) in CrunchCache()
|
D | CrunchCache.h | 32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
|
D | Resource.cpp | 1180 FileFinder* ff = new SystemFileFinder(); in updatePreProcessedCache() local 1181 CrunchCache cc(source,dest,ff); in updatePreProcessedCache() 1189 delete ff; in updatePreProcessedCache()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | MediaFocusControl.java | 433 void addFocusFollower(IAudioPolicyCallback ff) { in addFocusFollower() argument 434 if (ff == null) { in addFocusFollower() 440 if (pcb.asBinder().equals(ff.asBinder())) { in addFocusFollower() 448 mFocusFollowers.add(ff); in addFocusFollower() 449 notifyExtPolicyCurrentFocusAsync(ff); in addFocusFollower() 454 void removeFocusFollower(IAudioPolicyCallback ff) { in removeFocusFollower() argument 455 if (ff == null) { in removeFocusFollower() 460 if (pcb.asBinder().equals(ff.asBinder())) { in removeFocusFollower()
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rs | 28 void ff(const int *in, void *out) { } 31 void ff(const int *in, short *out) { }
|
D | stderr.txt.expect | 23 reflection3264_foreach_mismatch.rs:28:6: error: foreach kernel 'ff' has output type 'short' for 32-…
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 76 85:88:51:5c:ca:7b:3b:02:ff:7a:9c:73:84:15:c5: 131 22:1f:58:d7:2e:09:b7:ff:f1:32:e3:8f:70:3e:4f: 149 ff:cb:d5:4c:40:4c:a1:68:b9:6c:0b:50:e2:df:95:8d:f2:8c: 168 e1:9a:9c:fd:23:9a:01:93:21:00:65:8b:a7:4a:fc:d8:ff:d4: 199 6b:74:a0:1d:4c:0e:27:82:70:59:9f:31:90:ff:cc:e0:b4:ff:
|
/frameworks/base/data/keyboards/ |
D | Vendor_046d_Product_c294.kl | 52 # 80..ff : brake
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 357 register int32 ff = (int32)k5; in sum_abs() local 384 "r"(ff), in sum_abs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
D | MLand.java | 432 final float ff = frand(); in reset() local 433 if ((dark && ff < 0.75f) || ff < 0.5f) { in reset()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 2263 final FocusFinder ff = FocusFinder.getInstance(); in focusSearch() local 2272 final View found = ff.findNextFocus(this, focused, absDir); in focusSearch() 2283 final View found = ff.findNextFocus(this, focused, absDir); in focusSearch() 2301 result = ff.findNextFocus(this, focused, direction); in focusSearch() 2303 result = ff.findNextFocus(this, focused, direction); in focusSearch()
|