Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 27) sorted by relevance

12

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dpoc.c25 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument
26 #define ERR(fmt, ...) printf(fmt " %d %s\n", ##__VA_ARGS__, errno, strerror(errno)) argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DAudioStringsHelper.java42 static private String encodingToString(int fmt) { in encodingToString()
46 static private String encodingToShortString(int fmt) { in encodingToShortString()
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp110 bool FileUtil::doVprintf(bool fileOnly, int logLevel, const char *fmt, va_list ap) in doVprintf()
154 bool FileUtil::doPrintf(const char* fmt, ...) in doPrintf()
DLog.cpp41 void Log::printf(LogLevel level, const char* fmt, ...) in printf()
DReport.cpp66 void Report::printf(const char* fmt, ...) in printf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dpoc.c29 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument
30 #define ERR(fmt, ...) printf(fmt " %d %s\n", ##__VA_ARGS__, errno, strerror(errno)) argument
/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py34 def test_flip_mirror(cam, props, fmt, chart): argument
Dtest_lens_position.py34 def test_lens_position(cam, props, fmt, sensitivity, exp, chart): argument
Dtest_lens_movement_reporting.py33 def test_lens_movement_reporting(cam, props, fmt, gain, exp, af_fd, chart): argument
/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureTest.java67 private void testBurst(int fmt, int burstSize, boolean checkFrameRate) throws Exception { in testBurst()
97 private void burstTestByCamera(String cameraId, int fmt, int burstSize, in burstTestByCamera()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8425/
Dpoc.c31 #define ERR(fmt, ...) printf(fmt ": %d(%s)\n", ##__VA_ARGS__, errno, strerror(errno)) argument
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8426/
Dpoc.c31 #define ERR(fmt, ...) printf(fmt ": %d(%s)\n", ##__VA_ARGS__, errno, strerror(errno)) argument
/cts/tools/utils/
Dmonsoon.py279 def _SendStruct(self, fmt, *args): argument
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedHelper.java180 public static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
DCtsAugmentedAutofillService.java209 private static void addException(@NonNull String fmt, @Nullable Object...args) { in addException()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c36 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument
37 #define ERR(fmt, ...) printf(fmt ": %d(%d)\n", ##__VA_ARGS__, errno, errno) argument
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java72 public static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
DCtsContentCaptureService.java389 private void throwIllegalSessionStateException(@NonNull String fmt, @Nullable Object...args) { in throwIllegalSessionStateException()
421 private static void addException(@NonNull String fmt, @Nullable Object...args) { in addException()
/cts/apps/CameraITS/pymodules/its/
Dobjects.py159 def get_available_output_sizes(fmt, props, max_size=None, match_ar_size=None): argument
Dcv2image.py122 def _calc_scale_factors(self, cam, props, fmt, s, e, fd): argument
Dimage.py864 def stationary_lens_cap(cam, req, fmt): argument
Ddevice.py941 def do_capture_with_latency(cam, req, sync_latency, fmt=None): argument
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java460 int expectedTrackCount, int degrees, int fmt) throws IOException { in cloneAndVerify()
480 int expectedTrackCount, int degrees, int fmt) in cloneMediaUsingMuxer()
725 int expectedTrackCount, int fmt) throws IOException { in simulateVideoFramesDropIssuesAndMux()
894 int fmt, HashSet<Integer> samplesDropSet, Vector<Integer> startOffsetUsVect) in cloneMediaWithSamplesDropAndStartOffsets()
/cts/tools/cts-media/
Dget_achievable_rates.py268 def parse_fmt(self, fmt): argument
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py386 def _SendStruct(self, fmt, *args): argument

12