Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect7 reflection3264_struct_mismatch.rscript:6:8: error: structure 'q' is exported only for 64-bit targets
8 reflection3264_struct_mismatch.rscript:8:8: error: structure 'b' is exported only for 64-bit targets
9 reflection3264_struct_mismatch.rscript:4:8: error: structure 't' is exported only for 64-bit targets
14 error: in file 'reflection3264_struct_mismatch.rscript' structure 'f' is exported only for 32-bit t…
15 error: in file 'reflection3264_struct_mismatch.rscript' structure 'j' is exported only for 32-bit t…
16 error: in file 'reflection3264_struct_mismatch.rscript' structure 'o' is exported only for 32-bit t…
/frameworks/av/media/mediaserver/
DAndroid.bp36 // mediaserver has only been verified on 32-bit, see b/126502613
37 // use "prefer32" to *only* enable 64-bit builds on 64-bit-only lunch
/frameworks/av/services/mediaanalytics/
DMediaAnalyticsService.cpp265 std::string only; in dump() local
312 only = value.string(); in dump()
338 dumpRecent(result, ts_since, only.c_str()); in dump()
394 void MediaAnalyticsService::dumpRecent(String8 &result, nsecs_t ts_since, const char * only) in dumpRecent() argument
399 if (only != NULL && *only == '\0') { in dumpRecent()
400 only = NULL; in dumpRecent()
406 result.append(this->dumpQueue(ts_since, only)); in dumpRecent()
418 String8 MediaAnalyticsService::dumpQueue(nsecs_t ts_since, const char * only) { in dumpQueue() argument
431 if (only != NULL && in dumpQueue()
432 strcmp(only, (*it)->getKey().c_str()) != 0) { in dumpQueue()
[all …]
DMediaAnalyticsService.h95 String8 dumpQueue(nsecs_t, const char *only);
98 void dumpSummaries(String8 &result, nsecs_t ts_since, const char * only);
99 void dumpRecent(String8 &result, nsecs_t ts_since, const char * only);
/frameworks/native/libs/vr/libdvr/tests/
DAndroid.bp57 // Includes the dvr_api.h header. Tests should only include "dvr_api.h",
58 // and shall only get access to |dvrGetApi|, as other symbols are hidden
75 // DTS Should only link to NDK libraries.
101 // DTS Should only link to NDK libraries.
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/
Dstderr.txt.expect1 reflection3264_foreach_mismatch_extra64.rscript:10:6: error: foreach kernel 'cc' is only present fo…
2 reflection3264_foreach_mismatch_extra64.rscript:12:16: error: foreach kernel 'dd' is only present f…
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/
Dstderr.txt.expect1 reflection3264_invokable_extra64.rscript:12:6: error: invokable function 'd' is only present for 64…
2 reflection3264_invokable_extra64.rscript:14:6: error: invokable function 'e' is only present for 64…
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/
Dstderr.txt.expect1 reflection3264_reduce_extra64.rscript:10:12: error: reduction kernel 'cc' is only present for 64-bi…
2 reflection3264_reduce_extra64.rscript:11:12: error: reduction kernel 'dd' is only present for 64-bi…
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'cc' is only present for 32…
2 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'dd' is only present for 32…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_foreach_mismatch_extra32.rscript' foreach kernel 'cc' is only presen…
2 error: in file 'reflection3264_foreach_mismatch_extra32.rscript' foreach kernel 'dd' is only presen…
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'd' is only present fo…
2 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'e' is only present fo…
/frameworks/base/tools/aapt2/java/
DManifestClassGenerator_test.cpp87 <!-- This is a private permission for system only!
91 <!-- @TestApi This is a test only permission. -->
138 <!-- This is a private permission for system only!
142 <!-- @TestApi This is a test only permission. -->
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit…
3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect2 error: in file 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32…
3 error: in file 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32…
/frameworks/native/libs/binder/ndk/
Dstability.cpp27 #error libbinder_ndk should only be built in a system context
31 #error libbinder_ndk should only be built in a system context
/frameworks/ml/nn/
DTEST_MAPPING10 // Restrict NeuralNetworksTest_static to run only a single
16 // The value here is a bitmask indicating only "pass 10"
/frameworks/av/media/codec2/components/base/
DAndroid.bp45 // to be used by code under media/codecs/* only as its stability is not guaranteed
72 // to be used by code under media/codecs/* only
86 // to be used by code under media/codecs/* only
/frameworks/base/tools/obbtool/
DAndroid.bp25 // This tool is prebuilt if we're doing an app-only build.
45 // This tool is prebuilt if we're doing an app-only build.
/frameworks/av/media/extractors/fuzzers/
DREADME.md29 implements only the `createExtractor` to create the MP4 extractor class.
64 implements only the `createExtractor` to create the WAV extractor class.
93 implements only the `createExtractor` to create the AMR extractor class.
127 implements only the `createExtractor` to create the MKV extractor class.
161 implements only the `createExtractor` to create the OGG extractor object.
195 implement only the `createExtractor` to create the MPEG2-PS or MPEG2-TS extractor
236 implements only the `createExtractor` to create the MP3 extractor class.
265 implements only the `createExtractor` to create the AAC extractor class.
294 implements only the `createExtractor` to create the FLAC extractor object.
/frameworks/base/core/proto/android/os/
Dmessage.proto33 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values.
35 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values.
39 // only be populated if it contains a Parcelable of a framework class (not one
/frameworks/base/tests/net/smoketest/
DAndroid.bp1 // This test exists only because the jni_libs list for these tests is difficult to
2 // maintain: the test itself only depends on libnetworkstatsfactorytestjni, but the test
/frameworks/opt/telephony/proto/src/
Dpersist_atoms.proto45 // We cannot link against framework's and statsd's protolite libraries as it is "for test only".
74 // Internal use only
78 // Internal use only
/frameworks/compile/slang/tests/F_reflection3264_reduce_mismatch/
Dstderr.txt.expect5 …e_mismatch.rscript:52:12: error: reduction kernel 'ee' is reflected in Java only for 32-bit targets
8 …e_mismatch.rscript:53:12: error: reduction kernel 'ff' is reflected in Java only for 64-bit targets
/frameworks/native/libs/binder/ndk/include_platform/android/
Dbinder_parcel_platform.h24 #error this is only for platform code
/frameworks/base/tools/aosp/
Daosp_sha.sh16 done < <(git show --name-only --pretty=format: $1 | grep -- "$2")

12345678910>>...15