/frameworks/base/core/java/android/app/ |
SharedPreferencesImpl.java | 294 public Editor putStringSet(String key, Set<String> values) { 296 mModified.put(key, values);
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduHeaders.java | 568 EncodedStringValue[] values = new EncodedStringValue[list.size()]; local 569 return list.toArray(values);
|
/frameworks/base/media/jni/ |
android_media_MediaMetadataRetriever.cpp | 84 jobjectArray keys, jobjectArray values) { 122 env, keys, values, &headersVector)) {
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationTest.java | 69 for (List<Method> eqList : eqs.values()) { 83 for (List<Method> eqList : neqs.values()) {
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 66 for (List<String> algorithms : digestAlgs.values()) { 337 for (List<String> algorithms : digestAlgs.values()) {
|
/packages/apps/Email/src/com/android/email/activity/ |
ShortcutPickerFragment.java | 150 ContentValues values = account.toContentValues(); local 161 row.add(values.get(rowName)); 250 // negative values very well, so, add MAX_VALUE to ensure they're positive, but, 266 // negative values very well, so, add MAX_VALUE to ensure they're positive, but, 291 /** Fragment argument to set filter values */ 324 /** The filter values; default to allow all mailboxes */
|
ThreePaneLayout.java | 491 PropertyValuesHolder... values) { 506 this, values).setDuration(duration);
|
/prebuilt/common/swing-worker/ |
swing-worker-1.1.jar | |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplayLog.java | 132 * Adds an {@link EventContainer} to the log. Only add the values/occurrences defined by 134 * only the values are displayed (as they mark an event occurrence anyway). 229 EventValueDescription[] values = logParser.getEventInfoMap().get(event.mTag); local 231 EventValueDescription valueDescription = values[descriptor.valueIndex];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 74 private Values mValues; 81 mValues = new Values(); 99 protected NewXmlFileCreationPage createMainPage(NewXmlFileWizard.Values values) { 100 return new NewXmlFileCreationPage(MAIN_PAGE_NAME, values); 357 * Specific New XML File wizard tied to the {@link ResourceFolderType#VALUES} type 367 setWindowTitle("New Android Values XML File"); 368 super.mMainPage.setTitle("New Android Values XML File"); 369 super.mMainPage.setDescription("Creates a new Android Values XML file."); 370 super.mMainPage.setInitialFolderType(ResourceFolderType.VALUES); [all...] |
/sdk/ide_common/src/com/android/ide/common/resources/ |
ResourceResolver.java | 424 computeStyleInheritance(projectStyleMap.values(), projectStyleMap, 428 // Since, for those, the style parent values do not contain 'android:' 432 computeStyleInheritance(frameworkStyleMap.values(), null /*inProjectStyleMap */,
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
Package.java | 283 Os.values(), null),
285 Arch.values(), Arch.ANY),
579 * @return One of the {@link UpdateInfo} values.
|
SdkRepoSource.java | 330 Os.values(),
334 Arch.values(),
|
/prebuilt/sdk/14/ |
android.jar | |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 214 for (Allocation.MipmapControl mc : Allocation.MipmapControl.values()) { 262 assertEquals(3, Allocation.MipmapControl.values().length); 264 for (Allocation.MipmapControl mc : Allocation.MipmapControl.values()) { 279 for (Type.CubemapFace cf : Type.CubemapFace.values()) {
|
ElementTest.java | 447 assertEquals(27, DataType.values().length); 449 for (DataType dt : DataType.values()) { 464 assertEquals(7, DataKind.values().length); 466 for (DataKind dk : DataKind.values()) {
|
/cts/tools/signature-tools/src/signature/model/util/ |
TypePool.java | 151 for (SigClassDefinition clazz : classPool.values()) {
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 48 We receive a collection of 32-bit values which correspond to arguments from 92 * r3 argc (number of 32-bit values in argv) 203 @ Stick argv in r7 and advance it past the argv values that will be 272 @ and double-word values occupy different ranges; simple comparison 295 * values out to the stack. (We could pre-compute the size to save
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 607 GL_APICALL void GL_APIENTRY glVertexAttrib1fv (GLuint indx, const GLfloat* values); 609 GL_APICALL void GL_APIENTRY glVertexAttrib2fv (GLuint indx, const GLfloat* values); 611 GL_APICALL void GL_APIENTRY glVertexAttrib3fv (GLuint indx, const GLfloat* values); 613 GL_APICALL void GL_APIENTRY glVertexAttrib4fv (GLuint indx, const GLfloat* values);
|
/development/samples/Compass/src/com/example/android/compass/ |
CompassActivity.java | 220 data[i] = event.values[i];
|
/development/samples/NFCDemo/src/com/example/android/nfc/record/ |
SmartPoster.java | 173 for (RecommendedAction action : RecommendedAction.values()) {
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbTestActivity.java | 60 for (UsbDevice device : mManager.getDeviceList().values()) {
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 29 definitions, and other values in the global and local namespaces can be used 281 for val in new_globals.values()]:
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
DummyGLfuncs.cpp | 190 void GL_APIENTRY dummy_glVertexAttrib1fv(GLuint indx, const GLfloat* values){} 192 void GL_APIENTRY dummy_glVertexAttrib2fv(GLuint indx, const GLfloat* values){} 194 void GL_APIENTRY dummy_glVertexAttrib3fv(GLuint indx, const GLfloat* values){} 196 void GL_APIENTRY dummy_glVertexAttrib4fv(GLuint indx, const GLfloat* values){}
|
DummyGLfuncs.h | 197 void GL_APIENTRY dummy_glVertexAttrib1fv(GLuint indx, const GLfloat* values); 199 void GL_APIENTRY dummy_glVertexAttrib2fv(GLuint indx, const GLfloat* values); 201 void GL_APIENTRY dummy_glVertexAttrib3fv(GLuint indx, const GLfloat* values); 203 void GL_APIENTRY dummy_glVertexAttrib4fv(GLuint indx, const GLfloat* values);
|