/packages/apps/DeskClock/src/com/android/deskclock/ |
SnoozeLengthDialog.java | 79 mNumberPickerMinutesView.setText(String.format(mContext.getResources() 94 setSummary(String.format(mContext.getResources()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 155 * @param format The texture format (e.g. GL_RGBA) 158 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); 176 * @param format The texture format (e.g. GL_RGBA) 181 int format, int type);
|
/packages/apps/Settings/src/com/android/settings/ |
DateTimeSettings.java | 38 import android.text.format.DateFormat; 53 // Used for showing the current date format, which looks like "12/31/2010", "2010/12/13", etc. 123 // Prevents duplicated values on date format selector. 129 .format(mDummyDate.getTime()); 179 // We use December 31st because it's unambiguous when demonstrating the date format. 183 mTimePref.setSummary(DateFormat.getTimeFormat(getActivity()).format(now.getTime())); 185 mDatePref.setSummary(shortDateFormat.format(now.getTime())); 186 mDateFormat.setSummary(shortDateFormat.format(dummyDate)); 187 mTime24Pref.setSummary(DateFormat.getTimeFormat(getActivity()).format(dummyDate)); 215 String format = preferences.getString(key local 218 Settings.System.DATE_FORMAT, format); local [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptWallpaper.java | 75 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 76 super.onSurfaceChanged(holder, format, width, height);
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
Galaxy4Wallpaper.java | 93 int format, int width, int height) { 94 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralView.java | 78 public void surfaceChanged(SurfaceHolder surfaceHolder, int format, int width, int height) { 79 super.surfaceChanged(surfaceHolder, format, width, height);
|
HoloSpiralWallpaper.java | 83 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, 85 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptWallpaper.java | 79 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 80 super.onSurfaceChanged(holder, format, width, height);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldWallpaper.java | 77 int format, 80 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamWallpaper.java | 73 public void onSurfaceChanged(SurfaceHolder surfaceHolder, int format, int width, 75 super.onSurfaceChanged(surfaceHolder, format, width, height);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_gf1.h | 4 * GF1 (GUS) Patch Instrument Format 54 unsigned int format; /* wave format */ member in struct:gf1_wave 139 __u32 format; /* wave format */ member in struct:gf1_xwave
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_gf1.h | 4 * GF1 (GUS) Patch Instrument Format 54 unsigned int format; /* wave format */ member in struct:gf1_wave 139 __u32 format; /* wave format */ member in struct:gf1_xwave
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_gf1.h | 4 * GF1 (GUS) Patch Instrument Format 57 unsigned int format; /* wave format */ member in struct:gf1_wave 142 __u32 format; /* wave format */ member in struct:gf1_xwave
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_gf1.h | 4 * GF1 (GUS) Patch Instrument Format 54 unsigned int format; /* wave format */ member in struct:gf1_wave 139 __u32 format; /* wave format */ member in struct:gf1_xwave
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_gf1.h | 4 * GF1 (GUS) Patch Instrument Format 57 unsigned int format; /* wave format */ member in struct:gf1_wave 142 __u32 format; /* wave format */ member in struct:gf1_xwave
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_audio.h | 47 * - 'desired->format' should be the desired audio format. 76 Uint16 format; /**< Audio data format */ member in struct:SDL_AudioSpec 96 * @name Audio format flags 128 Uint16 src_format; /**< Source audio format */ 129 Uint16 dst_format; /**< Target audio format */ 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 166 * requested format, and will be automatically converted to the hardware 167 * audio format if necessary. This function returns -1 if it failed [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_audio.h | 47 * - 'desired->format' should be the desired audio format. 76 Uint16 format; /**< Audio data format */ member in struct:SDL_AudioSpec 96 * @name Audio format flags 128 Uint16 src_format; /**< Source audio format */ 129 Uint16 dst_format; /**< Target audio format */ 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 166 * requested format, and will be automatically converted to the hardware 167 * audio format if necessary. This function returns -1 if it failed [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_audio.h | 47 * - 'desired->format' should be the desired audio format. 76 Uint16 format; /**< Audio data format */ member in struct:SDL_AudioSpec 96 * @name Audio format flags 128 Uint16 src_format; /**< Source audio format */ 129 Uint16 dst_format; /**< Target audio format */ 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); 166 * requested format, and will be automatically converted to the hardware 167 * audio format if necessary. This function returns -1 if it failed [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitPropertyTester.java | 54 String.format("Element must be of type IAdaptable, is %s", //$NON-NLS-1$ 83 String.format("Unknown test property '%s'", property)); //$NON-NLS-1$
|
InstrumentationRunnerValidator.java | 132 return String.format(LaunchMessages.InstrValidator_NoTestLibMsg_s, 141 return String.format(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 247 return String.format("%1$s is abstract", className); 258 return String.format( 263 return String.format( 278 return String.format("%1$s is enclosed, but not static", 284 return String.format("%1$s is not public", 313 return String.format("%1$s does not extend %2$s", className, superClassName); 318 return String.format("Class %1$s does not exist", className); 321 return String.format("%1$s: %2$s", className, e.getMessage());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateLabelProvider.java | 65 return String.format("Context %d (ES1)", index); 67 return String.format("Context %d (ES2)", index);
|
/system/core/libpixelflinger/ |
buffer.cpp | 64 dst->format = src->format; 67 const GGLFormat& pixelFormat(c->formats[dst->format]); 76 switch (s->format) { 116 const GGLFormat* f = &(c->formats[s->format]); 173 const GGLFormat* f = &(c->formats[s->format]); 257 uint32_t ggl_pack_color(context_t* c, int32_t format, 260 const GGLFormat* f = &(c->formats[format]);
|
/system/netd/ |
Android.mk | 38 LOCAL_CFLAGS := -Werror=format
|
NetlinkHandler.cpp | 32 int format) : 33 NetlinkListener(listenerSocket, format) {
|