HomeSort by relevance Sort by last modified time
    Searched defs:stringify (Results 26 - 47 of 47) sorted by null

12

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 175 public String stringify() { method in class:AccountWithDataSet
180 * Unpack a string created by {@link #stringify}.
  /system/extras/libfec/
fec_private.h 140 #ifndef stringify
142 #define stringify(x) __stringify(x) macro
  /external/autotest/contrib/
coverage.py 748 def stringify(pair): function in function:coverage.format_lines
754 ret = string.join(map(stringify, pairs), ", ")
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 53 #define stringify(s) tostring(s) macro
    [all...]
test-i386.c 43 #define stringify(s) tostring(s) macro
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 358 result.put(AttachmentColumns.URI, stringify(uri));
363 result.put(AttachmentColumns.CONTENT_URI, stringify(contentUri));
364 result.put(AttachmentColumns.THUMBNAIL_URI, stringify(thumbnailUri));
365 result.put(AttachmentColumns.PREVIEW_INTENT_URI, stringify(previewIntentUri));
395 private static String stringify(Object object) { method in class:Attachment
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 347 public String stringify(FocusMode focus) { method in class:CameraCapabilities.Stringifier
377 public String stringify(FlashMode flash) { method in class:CameraCapabilities.Stringifier
407 public String stringify(SceneMode scene) { method in class:CameraCapabilities.Stringifier
437 public String stringify(WhiteBalance wb) { method in class:CameraCapabilities.Stringifier
AndroidCameraAgentImpl.java 353 Log.v(TAG, "Skip handleMessage - action = '" + CameraActions.stringify(msg.what) + "'");
356 Log.v(TAG, "handleMessage - action = '" + CameraActions.stringify(msg.what) + "'");
619 String errorContext = "CameraAction[" + CameraActions.stringify(cameraAction) +
677 parameters.setFocusMode(stringifier.stringify(settings.getCurrentFocusMode()));
696 parameters.setFlashMode(stringifier.stringify(settings.getCurrentFlashMode()));
701 .setSceneMode(stringifier.stringify(settings.getCurrentSceneMode()));
    [all...]
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 

Completed in 1083 milliseconds

12