/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
BinderTest.java | 3 import static org.junit.Assert.assertThat; 4 import static org.hamcrest.CoreMatchers.equalTo; 5 import static org.hamcrest.CoreMatchers.not;
|
JsResultTest.java | 9 import static com.xtremelabs.robolectric.Robolectric.shadowOf; 10 import static junit.framework.Assert.assertTrue; 11 import static org.junit.Assert.assertFalse;
|
ProcessTest.java | 3 import static org.hamcrest.CoreMatchers.equalTo; 4 import static org.hamcrest.CoreMatchers.not; 5 import static org.junit.Assert.assertThat;
|
ShapeDrawableTest.java | 9 import static org.hamcrest.core.Is.is; 10 import static org.junit.Assert.assertNotNull; 11 import static org.junit.Assert.assertThat;
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestUtil.java | 11 import static org.junit.Assert.assertTrue; 14 public static File testDirLocation; 16 public static void assertEquals(Collection<?> expected, Collection<?> actual) { 20 public static String stringify(Collection<?> collection) { 29 public static <T> void assertInstanceOf(Class<? extends T> expectedClass, T object) { 35 public static File file(String... pathParts) { 39 public static File file(File f, String... pathParts) { 46 public static File resourcesBaseDir() { 68 private static boolean hasTestManifest(File testDir) { 72 public static File resourceFile(String... pathParts) [all...] |
/external/skia/legacy/src/views/ |
SkTagList.h | 38 static SkTagList* Find(SkTagList* head, U8CPU tag); 39 static void DeleteTag(SkTagList** headptr, U8CPU tag); 40 static void DeleteAll(SkTagList* head);
|
/external/skia/src/sfnt/ |
SkOTTable_OS_2_V0.h | 23 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(0); 79 static const SK_OT_USHORT Installable = SkTEndian_SwapBE16(0); 80 static const SK_OT_USHORT RestrictedMask = SkTEndian_SwapBE16(1 << 1); 81 static const SK_OT_USHORT PreviewPrintMask = SkTEndian_SwapBE16(1 << 2); 82 static const SK_OT_USHORT EditableMask = SkTEndian_SwapBE16(1 << 3); 124 static const SK_OT_USHORT ItalicMask = SkTEndian_SwapBE16(1 << 0); 125 static const SK_OT_USHORT UnderscoreMask = SkTEndian_SwapBE16(1 << 1); 126 static const SK_OT_USHORT NegativeMask = SkTEndian_SwapBE16(1 << 2); 127 static const SK_OT_USHORT OutlinedMask = SkTEndian_SwapBE16(1 << 3); 128 static const SK_OT_USHORT StrikeoutMask = SkTEndian_SwapBE16(1 << 4) [all...] |
/external/skia/src/views/ |
SkTagList.h | 38 static SkTagList* Find(SkTagList* head, U8CPU tag); 39 static void DeleteTag(SkTagList** headptr, U8CPU tag); 40 static void DeleteAll(SkTagList* head);
|
/external/stlport/test/compiler/ |
ttei3.cpp | 26 static void f( T& ) {} 32 static void f( T& ) {} 39 static void f( T& ) {}
|
ttei5.cpp | 26 static void f( T& ) {} 32 static void f( T& ) {} 39 static void f( T& ) {}
|
/external/valgrind/main/auxprogs/ |
gsl16-wavelet.patch | 5 static int binary_logn (const size_t n); 6 static void dwt_step (const gsl_wavelet * w, double *a, size_t stride, 10 static int
|
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
MemoryManager.h | 39 static HBITMAP createCompatibleBitmap(HDC hdc, int width, int height); 40 static HBITMAP createDIBSection(const BITMAPINFO* pbmi, void** ppvBits); 41 static void* m_malloc(size_t size); 42 static void* m_calloc(size_t num, size_t size); 43 static void* m_realloc(void* p, size_t size); 44 static void m_free(void*); 45 static bool resizeMemory(void* p, size_t newSize); 46 static void* allocate64kBlock(); 47 static void free64kBlock(void*); 48 static bool onIdle(DWORD& timeLimitMs) [all...] |
/external/wpa_supplicant_8/src/ap/ |
iapp.h | 22 static inline void iapp_new_station(struct iapp_data *iapp, 27 static inline struct iapp_data * iapp_init(struct hostapd_data *hapd, 33 static inline void iapp_deinit(struct iapp_data *iapp)
|
/frameworks/av/media/libstagefright/include/ |
SoftOMXComponent.h | 105 static OMX_ERRORTYPE SendCommandWrapper( 111 static OMX_ERRORTYPE GetParameterWrapper( 116 static OMX_ERRORTYPE SetParameterWrapper( 121 static OMX_ERRORTYPE GetConfigWrapper( 126 static OMX_ERRORTYPE SetConfigWrapper( 131 static OMX_ERRORTYPE GetExtensionIndexWrapper( 136 static OMX_ERRORTYPE UseBufferWrapper( 144 static OMX_ERRORTYPE AllocateBufferWrapper( 151 static OMX_ERRORTYPE FreeBufferWrapper( 156 static OMX_ERRORTYPE EmptyThisBufferWrapper [all...] |
/frameworks/base/core/java/android/util/ |
Slog.java | 32 public static int v(String tag, String msg) { 36 public static int v(String tag, String msg, Throwable tr) { 41 public static int d(String tag, String msg) { 45 public static int d(String tag, String msg, Throwable tr) { 50 public static int i(String tag, String msg) { 54 public static int i(String tag, String msg, Throwable tr) { 59 public static int w(String tag, String msg) { 63 public static int w(String tag, String msg, Throwable tr) { 68 public static int w(String tag, Throwable tr) { 72 public static int e(String tag, String msg) [all...] |
/frameworks/base/core/jni/android/graphics/ |
LayerRasterizer.cpp | 6 static SkRasterizer* create(JNIEnv* env, jobject) { 10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) { 21 static JNINativeMethod gLayerRasterizerMethods[] = {
|
/frameworks/base/tools/aapt/ |
ResourceIdCache.h | 14 static uint32_t lookup(const android::String16& package, 19 static uint32_t store(const android::String16& package, 25 static void dump(void);
|
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
VariableSpeedNative.java | 36 /*package*/ static void loadLibrary() throws UnsatisfiedLinkError, SecurityException { 40 /*package*/ static boolean playFromContext(Context context, Uri uri) 64 /*package*/ static native void playUri(String uri); 66 /*package*/ static native void playFileDescriptor(int fd, long offset, long length); 68 /*package*/ static native void setVariableSpeed(float speed); 70 /*package*/ static native void startPlayback(); 72 /*package*/ static native void stopPlayback(); 74 /*package*/ static native void shutdownEngine(); 76 /*package*/ static native int getCurrentPosition(); 78 /*package*/ static native int getTotalDuration() [all...] |
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetActiveUniformBlockName.java | 3 public static native void glGetActiveUniformBlockName( 15 public static native void glGetActiveUniformBlockName( 24 public static native String glGetActiveUniformBlockName(
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduPart.java | 32 public static final int P_Q = 0x80; 33 public static final int P_CHARSET = 0x81; 34 public static final int P_LEVEL = 0x82; 35 public static final int P_TYPE = 0x83; 36 public static final int P_DEP_NAME = 0x85; 37 public static final int P_DEP_FILENAME = 0x86; 38 public static final int P_DIFFERENCES = 0x87; 39 public static final int P_PADDING = 0x88; 41 public static final int P_CT_MR_TYPE = 0x89; 42 public static final int P_DEP_START = 0x8A [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
UUSInfo.java | 26 public static final int UUS_TYPE1_IMPLICIT = 0; 28 public static final int UUS_TYPE1_REQUIRED = 1; 30 public static final int UUS_TYPE1_NOT_REQUIRED = 2; 32 public static final int UUS_TYPE2_REQUIRED = 3; 34 public static final int UUS_TYPE2_NOT_REQUIRED = 4; 36 public static final int UUS_TYPE3_REQUIRED = 5; 38 public static final int UUS_TYPE3_NOT_REQUIRED = 6; 46 public static final int UUS_DCS_USP = 0; /* User specified protocol */ 48 public static final int UUS_DCS_OSIHLP = 1; /* OSI higher layer protocol */ 50 public static final int UUS_DCS_X244 = 2; /* X.244 * [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
IconUtilities.java | 26 public static final int PUNCH = R.drawable.filtershow_fx_0005_punch; 27 public static final int VINTAGE = R.drawable.filtershow_fx_0000_vintage; 28 public static final int BW_CONTRAST = R.drawable.filtershow_fx_0004_bw_contrast; 29 public static final int BLEACH = R.drawable.filtershow_fx_0002_bleach; 30 public static final int INSTANT = R.drawable.filtershow_fx_0001_instant; 31 public static final int WASHOUT = R.drawable.filtershow_fx_0007_washout; 32 public static final int BLUECRUSH = R.drawable.filtershow_fx_0003_blue_crush; 33 public static final int WASHOUT_COLOR = R.drawable.filtershow_fx_0008_washout_color; 34 public static final int X_PROCESS = R.drawable.filtershow_fx_0006_x_process; 36 public static Bitmap getFXBitmap(Resources res, int id) [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
AttachmentTypeSelectorAdapter.java | 32 public final static int MODE_WITH_SLIDESHOW = 0; 33 public final static int MODE_WITHOUT_SLIDESHOW = 1; 35 public final static int ADD_IMAGE = 0; 36 public final static int TAKE_PICTURE = 1; 37 public final static int ADD_VIDEO = 2; 38 public final static int RECORD_VIDEO = 3; 39 public final static int ADD_SOUND = 4; 40 public final static int RECORD_SOUND = 5; 41 public final static int ADD_SLIDESHOW = 6; 52 protected static List<IconListItem> getData(int mode, Context context) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/ |
big_endian.h | 43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) 47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) 51 static __inline__ __le32 __cpu_to_le32p(const __u32 *p) 55 static __inline__ __u32 __le32_to_cpup(const __le32 *p) 59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) 63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) 67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) 71 static __inline__ __u64 __be64_to_cpup(const __be64 *p) 75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p) 79 static __inline__ __u32 __be32_to_cpup(const __be32 *p [all...] |
little_endian.h | 43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) 47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) 51 static __inline__ __le32 __cpu_to_le32p(const __u32 *p) 55 static __inline__ __u32 __le32_to_cpup(const __le32 *p) 59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) 63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) 67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) 71 static __inline__ __u64 __be64_to_cpup(const __be64 *p) 75 static __inline__ __be32 __cpu_to_be32p(const __u32 *p) 79 static __inline__ __u32 __be32_to_cpup(const __be32 *p [all...] |