/external/webkit/Tools/Scripts/ |
deduplicate-tests | 68 format = ("* %(test)s\n" 72 format = "%(path)s" 75 print(format % dupe)
|
/frameworks/av/include/media/stagefright/ |
MediaMuxer.h | 47 OUTPUT_FORMAT_LIST_END // must be last - used to validate format type 51 MediaMuxer(const char *path, OutputFormat format); 55 MediaMuxer(int fd, OutputFormat format); 60 * Add a track with its format information. This should be 62 * @param format the track's format. 65 ssize_t addTrack(const sp<AMessage> &format);
|
/frameworks/av/libvideoeditor/osal/src/ |
M4PSW_Trace.c | 40 * M4OSA_Char* format, ...) 46 * @param format (IN): the "printf" formated string 53 M4OSA_Int32 level, M4OSA_Char* format, ...) 60 va_start(marker,format); /* set ptr to first argument in the list of arguments passed to the function */ 61 vsprintf((char *)message, (const char *)format,marker ); /* formats and writes the data into message */
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestRunner.java | 198 Log.i(TAG, String.format("enable_iterations=%d", sEnableIterations)); 199 Log.i(TAG, String.format("discoverable_iterations=%d", sDiscoverableIterations)); 200 Log.i(TAG, String.format("scan_iterations=%d", sScanIterations)); 201 Log.i(TAG, String.format("pair_iterations=%d", sPairIterations)); 202 Log.i(TAG, String.format("connect_a2dp_iterations=%d", sConnectA2dpIterations)); 203 Log.i(TAG, String.format("connect_headset_iterations=%d", sConnectHeadsetIterations)); 204 Log.i(TAG, String.format("connect_input_iterations=%d", sConnectInputIterations)); 205 Log.i(TAG, String.format("connect_pan_iterations=%d", sConnectPanIterations)); 206 Log.i(TAG, String.format("start_stop_sco_iterations=%d", sStartStopScoIterations)); 207 Log.i(TAG, String.format("device_address=%s", sDeviceAddress)) [all...] |
/frameworks/base/graphics/java/android/graphics/ |
PixelFormat.java | 25 /** System chooses a format that supports translucency (many alpha bits) */ 29 * System chooses a format that supports transparency 34 /** System chooses an opaque format (no alpha bits required) */ 89 public static native void getPixelFormatInfo(int format, PixelFormat info); 90 public static boolean formatHasAlpha(int format) { 91 switch (format) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
output.h | 69 int snd_output_printf(snd_output_t *output, const char *format, ...) 71 __attribute__ ((format (printf, 2, 3))) 74 int snd_output_vprintf(snd_output_t *output, const char *format, va_list args);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
output.h | 69 int snd_output_printf(snd_output_t *output, const char *format, ...) 71 __attribute__ ((format (printf, 2, 3))) 74 int snd_output_vprintf(snd_output_t *output, const char *format, va_list args);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
output.h | 69 int snd_output_printf(snd_output_t *output, const char *format, ...) 71 __attribute__ ((format (printf, 2, 3))) 74 int snd_output_vprintf(snd_output_t *output, const char *format, va_list args);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
TestLogger.java | 32 String message = String.format(errorFormat, args); 41 System.out.println(String.format(msgFormat, args)); 51 System.err.println(String.format(warningFormat, args));
|
/cts/hostsidetests/aadb/src/com/android/cts/aadb/ |
TestDeviceStressTest.java | 59 tmpFile = FileUtil.createTempFile(String.format("tmp_%d", i), ".txt", tmpDir); 75 deviceFilePath = String.format("%s/%s", externalStorePath, "testDir"); 83 mTestDevice.executeShellCommand(String.format("rm -r %s", deviceFilePath)); 84 assertFalse(String.format("%s exists", deviceFilePath), 93 mTestDevice.executeShellCommand(String.format("rm -r %s", deviceFilePath)); 94 assertFalse(String.format("%s exists", deviceFilePath),
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/ |
CtsBuildHelper.java | 71 throw new IllegalArgumentException(String.format( 109 throw new FileNotFoundException(String.format("CTS test app file %s does not exist", 153 String ctsPlanRelativePath = String.format("%s.xml", planName); 163 throw new FileNotFoundException(String.format( 167 throw new FileNotFoundException(String.format( 172 throw new FileNotFoundException(String.format(
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
IvAlgorithmParameters.java | 26 String format) 29 if (isASN1FormatString(format)) 34 if (format.equals("RAW")) 86 String format) 89 if (isASN1FormatString(format)) 105 if (format.equals("RAW")) 111 throw new IOException("Unknown parameters format in IV parameters object");
|
/external/elfutils/libebl/ |
eblauxvinfo.c | 97 const char *name, *format; member in struct:__anon7908 107 ebl_auxv_info (ebl, a_type, name, format) 111 const char **format; 113 int result = ebl->auxv_info (a_type, name, format); 118 *format = auxv_types[a_type].format;
|
/external/llvm/tools/llvm-objdump/ |
ELFDump.cpp | 17 #include "llvm/Support/Format.h" 61 << format(Fmt, (uint64_t)pi->p_offset) 63 << format(Fmt, (uint64_t)pi->p_vaddr) 65 << format(Fmt, (uint64_t)pi->p_paddr) 66 << format("align 2**%u\n", CountTrailingZeros_64(pi->p_align)) 68 << format(Fmt, (uint64_t)pi->p_filesz) 70 << format(Fmt, (uint64_t)pi->p_memsz)
|
/external/v8/src/ |
checks.cc | 38 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { 46 va_start(arguments, format); 47 i::OS::VPrintError(format, arguments); 92 void API_Fatal(const char* location, const char* format, ...) { 95 va_start(arguments, format); 96 i::OS::VPrintError(format, arguments);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ToRGBAFilter.java | 30 import android.filterfw.format.ImageFormat; 61 public FrameFormat getConvertedFormat(FrameFormat format) { 62 MutableFrameFormat result = format.mutableCopy(); 68 public void createProgram(FilterContext context, FrameFormat format) { 69 mInputBPP = format.getBytesPerSample(); 71 mLastFormat = format;
|
ToRGBFilter.java | 30 import android.filterfw.format.ImageFormat; 61 public FrameFormat getConvertedFormat(FrameFormat format) { 62 MutableFrameFormat result = format.mutableCopy(); 68 public void createProgram(FilterContext context, FrameFormat format) { 69 mInputBPP = format.getBytesPerSample(); 71 mLastFormat = format;
|
/frameworks/native/opengl/tests/include/ |
EGLUtils.h | 42 int32_t format, 79 int32_t format, 105 if (nativeVisualId>0 && format == nativeVisualId) { 128 int format; local 133 if ((err = window->query(window, NATIVE_WINDOW_FORMAT, &format)) < 0) { 137 return selectConfigForPixelFormat(dpy, attrs, format, outConfig);
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.form/ |
form4.pass.cpp | 15 // format(const char_type* fmt, 31 std::string out = m.format(fmt); 40 std::string out = m.format(fmt, std::regex_constants::format_sed); 49 std::string out = m.format(fmt, std::regex_constants::format_sed); 59 std::wstring out = m.format(fmt); 68 std::wstring out = m.format(fmt, std::regex_constants::format_sed); 77 std::wstring out = m.format(fmt, std::regex_constants::format_sed);
|
/sdk/files/ |
android.el | 73 (format "%s -attach localhost:%s -sourcepath%s" 76 (format "%s/src" root)))) 96 (compile (format "adb install -r %s" apk))) 104 (compile (format "adb uninstall %s" package-name))) 116 (compile (format "adb shell am start -n %s/%s" package class))) 128 (compile (format "adb shell am start -D -n %s/%s" package class)))
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 126 inputPort.format.video.pNativeRender = NULL; 127 inputPort.format.video.nFrameWidth = mWidth; 128 inputPort.format.video.nFrameHeight = mHeight; 129 inputPort.format.video.nStride = inputPort.format.video.nFrameWidth; 130 inputPort.format.video.nSliceHeight = inputPort.format.video.nFrameHeight; 131 inputPort.format.video.nBitrate = 0; 133 // in microseconds. It is also in Q16 format. 134 inputPort.format.video.xFramerate = (1000000/mFrameDurationUs) << 16 [all...] |
/cts/tests/tests/graphics/src/android/opengl/cts/ |
CompressedTextureTest.java | 30 private void launchTest(String format) throws Exception { 32 extras.putString("TextureFormat", format);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
OneRegisterDecodedInstruction.java | 31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode, 34 super(format, opcode, index, indexType, target, literal);
|
RegisterRangeDecodedInstruction.java | 35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, 38 super(format, opcode, index, indexType, target, literal);
|
TwoRegisterDecodedInstruction.java | 34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, 37 super(format, opcode, index, indexType, target, literal);
|