/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParametersTest.java | 125 final String strFormatParam = "format"; 128 protected byte[] engineGetEncoded(String format) throws IOException { 129 assertEquals(strFormatParam, format); 154 // test: if format param is null 158 protected byte[] engineGetEncoded(String format) throws IOException { 159 assertNull(format); // null is passed to spi-provider 396 params.init(new byte[0], "format"); 464 params.init(enc, "format"); 497 final String strFormatParam = "format"; 500 protected void engineInit(byte[] params, String format) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 149 const string& format, const _TimeInfo& table, const tm* t) { variable 150 const char * cp = format.data(); 151 const char * cp_end = cp + format.size(); 215 char format, char modifier, variable 220 switch (format) { 409 switch (format) { 455 char format, char modifier, 457 { __write_formatted_timeT(buf, ct, format, modifier, table, t); } 460 char format, char modifier, 462 { __write_formatted_timeT(buf, ct, format, modifier, table, t); [all...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 224 memset(&format, 0, sizeof(GGLFormat)); 227 : reg_t(r, f), format(*fmt) { 230 reg_t::setTo(r, f); format = *fmt; 232 GGLFormat format; member in struct:android::GGLAssembler::pixel_t 233 inline int hi(int c) const { return format.c[c].h; } 234 inline int low(int c) const { return format.c[c].l; } 236 inline int size() const { return format.size*8; } 255 rhs.format.c[component].l, 256 rhs.format.c[component].h, 305 GGLFormat format; member in struct:android::GGLAssembler::texture_unit_t [all...] |
/external/dbus/tools/ |
dbus-launch-x11.c | 298 int format; local 314 XA_STRING, &type, &format, &items, &after, 316 if (type == None || after != 0 || data == NULL || format != 8) 327 XA_CARDINAL, &type, &format, &items, &after, 329 if (type != None && after == 0 && data != NULL && format == 32) 347 unsigned long pid32; /* Xlib property functions want _long_ not 32-bit for format "32" */
|
/external/llvm/lib/Support/ |
Timer.cpp | 19 #include "llvm/Support/Format.h" 172 OS << " " << format("%7.4f", Val) << " ("; 173 OS << format("%5.1f", Val*100/Total) << "%)"; 189 OS << format("%9lld", (long long)getMemUsed()) << " "; 337 OS << format("%5.4f", Total.getProcessTime()) << " seconds ("; 338 OS << format("%5.4f", Total.getWallTime()) << " wall clock)\n";
|
/external/mtpd/ |
mtpd.c | 229 void log_print(int level, char *format, ...) 238 va_start(ap, format); 239 __android_log_vprint(levels[level], "mtpd", format, ap); 245 va_start(ap, format); 246 vfprintf(stderr, format, ap);
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysvideo.cc | 55 static SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 244 SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 250 modes = SDL_modelist[((format->BitsPerPixel+7)/8)-1]; 252 if ( format->BitsPerPixel == 253 _this->screen->format->BitsPerPixel ) {
|
/external/v8/src/ |
log-utils.cc | 315 void LogMessageBuilder::Append(const char* format, ...) { 319 va_start(args, format); 320 AppendVA(format, args); 326 void LogMessageBuilder::AppendVA(const char* format, va_list args) { 329 int result = v8::internal::OS::VSNPrintF(buf, format, args);
|
/frameworks/base/core/java/android/app/ |
NativeActivity.java | 101 int format, int width, int height); 295 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { 298 onSurfaceChangedNative(mNativeHandle, holder.getSurface(), format, width, height); 370 void setWindowFormat(int format) { 371 getWindow().setFormat(format);
|
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 36 #include <pixelflinger/format.h> 58 ANativeWindowBuffer::format = f; member in class:android::NativeBuffer::ANativeWindowBuffer 107 fbDev->width, fbDev->height, fbDev->format, GRALLOC_USAGE_HW_FB); 113 fbDev->width, fbDev->height, fbDev->format, 287 *value = fb->format;
|
/hardware/libhardware/modules/audio/ |
audio_hw.c | 68 static int out_set_format(struct audio_stream *stream, int format) 155 static int in_set_format(struct audio_stream *stream, int format) 211 uint32_t devices, int *format, 297 uint32_t sample_rate, int format, 304 int *format, uint32_t *channels,
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.h | 153 #define AUDIO_HW_OUT_FORMAT (AudioSystem::PCM_16_BIT) // Default audio output sample format 158 #define AUDIO_HW_IN_FORMAT (AudioSystem::PCM_16_BIT) // Default audio input sample format 190 int *format=0, 198 int *format, 207 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount); 249 virtual int format() const { return AUDIO_HW_OUT_FORMAT; } function in class:android::AudioHardware::AudioStreamOutMSM72xx 285 virtual int format() const { return mFormat; } function in class:android::AudioHardware::AudioStreamInMSM72xx
|
/hardware/msm7k/libgralloc-qsd8k/ |
gpu.cpp | 203 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, 212 switch (format) { 253 LOGE("unrecognized pixel format: %d", format); 305 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, 312 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride);
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_AbstractTest.java | 79 System.out.format("\ntest_dumpEncodableChars() for name %s => %s (class = %s)\n", 106 System.out.format("\ntest_dumpEncoded() for name %s => %s (class = %s)\n", 228 String detail = String.format( 235 // System.out.format("Match index %d: %d = %d\n", 256 String detail = String.format( 263 // System.out.format("Match index %d: %d = %d\n", 284 String detail = String.format(
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactBrowseListFragment.java | 178 String format = getResources().getQuantityText( local 182 getAdapter().setContactsCount(String.format(format, count)); 184 mCounterHeaderView.setText(String.format(format, count));
|
/packages/apps/Email/src/com/android/email/provider/ |
AttachmentProvider.java | 104 String format = segments.get(2); local 105 if (AttachmentUtilities.FORMAT_THUMBNAIL.equals(format)) { 134 * TODO: The thumbnail format returns null for its failure cases, instead of throwing 167 String format = segments.get(2); local 168 if (AttachmentUtilities.FORMAT_THUMBNAIL.equals(format)) { 258 String format = segments.get(2); local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Utils.java | 61 args.length == 0 ? message : String.format(message, args)); 263 public static void debug(String format, Object ... args) { 265 Log.d(DEBUG_TAG, format); 267 Log.d(DEBUG_TAG, String.format(format, args)); 364 return String.format("%s/%s; %s/%s/%s/%s; %s/%s/%s",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
AbsoluteLayoutRule.java | 199 String.format(VALUE_N_DP, x)); 201 String.format(VALUE_N_DP, y)); 225 String.format(VALUE_N_DP, 230 String.format(VALUE_N_DP, 243 return String.format("x=%d, y=%d\nwidth=%s, height=%s",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchConfigDelegate.java | 184 String.format( 193 String.format("%1$s attempts have been made to reconnect.", connections), 198 String.format("%1$s attempts have been made to restart adb.", restarts), 379 String msg = String.format("%1$s is not a Java project!", project.getName()); 385 String msg = String.format("%1$s is not an Android project!", project.getName());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 167 String.format("<p>Certificate expires in %d years.</p>", 220 mKeyDetails = String.format( 233 StringBuilder sb = new StringBuilder(String.format( 247 sb.append(String.format( 361 mKeyDetails = String.format("ERROR: %1$s", ExportWizard.getExceptionMessage(t));
|
/system/media/wilhelm/tests/sandbox/ |
playbq.c | 151 sfinfo.format = 0; 158 // verify the file format 182 switch (sfinfo.format & SF_FORMAT_TYPEMASK) { 186 fprintf(stderr, "unsupported format type 0x%x\n", sfinfo.format & SF_FORMAT_TYPEMASK); 189 switch (sfinfo.format & SF_FORMAT_SUBMASK) { 197 fprintf(stderr, "unsupported sub-format 0x%x\n", sfinfo.format & SF_FORMAT_SUBMASK);
|
/external/bluetooth/bluez/tools/ |
hciattach_ath3k.c | 216 /* Parse PS entry preamble of format [X:X] for main type and subtype */ 250 static int get_input_format(char *buf, struct ps_entry_type *format) 256 format->type = PS_HEX; 257 format->array = TRUE; 271 format->array = TRUE; 274 format->array = FALSE; 277 format->type = PS_DEC; 279 format->type = PS_HEX; 366 struct ps_entry_type format; local 395 if (get_input_format(ptr, &format) < 0 [all...] |
/external/icu4c/i18n/ |
dtitvfmt.cpp | 125 : Format(itvfmt), 185 Format* 192 DateIntervalFormat::operator==(const Format& other) const { 207 ( Format::operator==(other) && 236 DateIntervalFormat::format(const Formattable& obj, function in class:DateIntervalFormat 248 return format(interval, appendTo, fieldPosition, status); 257 DateIntervalFormat::format(const DateInterval* dtInterval, function in class:DateIntervalFormat 270 return format(*fFromCalendar, *fToCalendar, appendTo,fieldPosition, status); 278 DateIntervalFormat::format(Calendar& fromCalendar, function in class:DateIntervalFormat 326 return fDateFormat->format(fromCalendar, appendTo, pos) [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | 990 public int format; field in class:WindowManager.LayoutParams [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapFolder.java | 189 connection.executeSimpleCommand(String.format( 235 connection.executeSimpleCommand(String.format(ImapConstants.CREATE + " \"%s\"", 259 String.format(ImapConstants.UID_COPY + " %s \"%s\"", 346 List<ImapResponse> responses = mConnection.executeSimpleCommand(String.format( 478 throw new MessagingException(String.format("Invalid range: %d %d", start, end)); 481 searchForUids(String.format("%d:%d NOT DELETED", start, end)), listener); 576 mConnection.sendCommand(String.format( [all...] |