/prebuilts/go/linux-x86/src/fmt/ |
format.go | 49 // For the formats %+v %#v, we set the plusV/sharpV flags 51 // different, flagless formats set at the top level. 148 // fmt_boolean formats a boolean. 319 // fmt_s formats a string. 325 // fmt_sbx formats a string or byte slice as a hexadecimal encoding of its bytes. 352 // fmt_sx formats a string as a hexadecimal encoding of its bytes. 360 // fmt_bx formats a byte slice as a hexadecimal encoding of its bytes. 368 // fmt_q formats a string as a double-quoted, escaped Go string constant. 384 // fmt_qc formats the integer as a single-quoted, escaped Go character constant. 405 // formatFloat formats a float64; it is an efficient equivalent to f.pad(strconv.FormatFloat()...) [all...] |
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
CaptureQualityController.java | 27 private final List<CaptureFormat> formats = Arrays.asList( field in class:CaptureQualityController 76 for (CaptureFormat format : formats) { 90 final CaptureFormat bestFormat = Collections.max(formats, compareFormats);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmUtils.java | 59 final String[] formats = context.getResources().getStringArray(R.array.alarm_set); local 61 return formats[0]; 86 return String.format(formats[index], daySeq, hourSeq, minSeq);
|
/system/media/alsa_utils/ |
alsa_device_profile.c | 66 profile->formats[0] = PCM_FORMAT_INVALID; 169 return profile_is_valid(profile) ? profile->formats[0] : DEFAULT_SAMPLE_FORMAT; 175 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { 176 if (profile->formats[index] == fmt) { 273 profile->formats[num_written++] = format; 274 if (num_written == ARRAY_SIZE(profile->formats) - 1) { 285 profile->formats[num_written] = PCM_FORMAT_INVALID; 402 /* Formats */ 467 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) { 469 if (buffSize - curStrLen < strlen(format_string_map[profile->formats[index]] [all...] |
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
VideoCapturerAndroidTestFixtures.java | 304 final List<CaptureFormat> formats = capturer.getSupportedFormats(); local 305 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); 326 final List<CaptureFormat> formats = capturer.getSupportedFormats(); local 327 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); 374 List<CaptureFormat> formats = capturer.getSupportedFormats(); local 377 CameraEnumerationAndroid.CaptureFormat format = formats.get(i); 422 final List<CaptureFormat> formats = capturer.getSupportedFormats(); local 423 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0); 445 final List<CaptureFormat> formats = capturer.getSupportedFormats(); local 446 final CameraEnumerationAndroid.CaptureFormat format = formats.get(0) 469 final List<CaptureFormat> formats = capturer.getSupportedFormats(); local 485 List<CaptureFormat> formats = capturer.getSupportedFormats(); local 555 final List<CaptureFormat> formats = capturer.getSupportedFormats(); local [all...] |
/external/webrtc/talk/media/base/ |
videocapturer_unittest.cc | 205 std::vector<cricket::VideoFormat> formats; local 206 formats.push_back(cricket::VideoFormat(kWidth, kHeight, 208 capturer_.ResetSupportedFormats(formats); 227 std::vector<cricket::VideoFormat> formats; local 228 formats.push_back(cricket::VideoFormat(kWidth, kHeight, 232 capturer_.ResetSupportedFormats(formats); 271 std::vector<cricket::VideoFormat> formats; local 272 formats.push_back(cricket::VideoFormat(kWidth, kHeight, 276 capturer_.ResetSupportedFormats(formats); 322 std::vector<cricket::VideoFormat> formats; local 402 std::vector<cricket::VideoFormat> formats; local 773 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); local [all...] |
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
Format10t.java | 17 package dexfuzz.rawdex.formats;
|
Format11n.java | 17 package dexfuzz.rawdex.formats;
|
Format20t.java | 17 package dexfuzz.rawdex.formats;
|
Format21h.java | 17 package dexfuzz.rawdex.formats;
|
Format21s.java | 17 package dexfuzz.rawdex.formats;
|
Format21t.java | 17 package dexfuzz.rawdex.formats;
|
Format22b.java | 17 package dexfuzz.rawdex.formats;
|
Format22cs.java | 17 package dexfuzz.rawdex.formats;
|
Format22s.java | 17 package dexfuzz.rawdex.formats;
|
Format22t.java | 17 package dexfuzz.rawdex.formats;
|
Format23x.java | 17 package dexfuzz.rawdex.formats;
|
Format30t.java | 17 package dexfuzz.rawdex.formats;
|
Format31c.java | 17 package dexfuzz.rawdex.formats;
|
Format31i.java | 17 package dexfuzz.rawdex.formats;
|
Format31t.java | 17 package dexfuzz.rawdex.formats;
|
Format32x.java | 17 package dexfuzz.rawdex.formats;
|
Format35mi.java | 17 package dexfuzz.rawdex.formats;
|
Format35ms.java | 17 package dexfuzz.rawdex.formats;
|
Format3rmi.java | 17 package dexfuzz.rawdex.formats;
|