/external/skia/gm/ |
shadertext3.cpp | 14 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { 21 static const SkPoint kPts0[] = { { 0, 0 }, { s, s } }; 22 static const SkPoint kPts1[] = { { s/2, 0 }, { s/2, s } }; 23 static const SkScalar kPos[] = { 0, SK_Scalar1/2, SK_Scalar1 }; 24 static const SkColor kColors0[] = {0x80F00080, 0xF0F08000, 0x800080F0 }; 25 static const SkColor kColors1[] = {0xF08000F0, 0x8080F000, 0xF000F080 }; 66 static const char kText[] = "B"; 67 static const int kTextLen = SK_ARRAY_COUNT(kText) - 1; 68 static const int kPointSize = 300; 70 static SkBitmap bmp [all...] |
/external/smack/src/org/xbill/DNS/ |
TLSARecord.java | 16 private static final long serialVersionUID = 356494267028580169L; 18 public static class CertificateUsage { 21 public static final int CA_CONSTRAINT = 0; 22 public static final int SERVICE_CERTIFICATE_CONSTRAINT = 1; 23 public static final int TRUST_ANCHOR_ASSERTION = 2; 24 public static final int DOMAIN_ISSUED_CERTIFICATE = 3; 27 public static class Selector { 34 public static final int FULL_CERTIFICATE = 0; 40 public static final int SUBJECT_PUBLIC_KEY_INFO = 1; 43 public static class MatchingType [all...] |
/external/stlport/stlport/stl/pointers/ |
_tools.h | 146 static _Tp __null_rep(); 148 static _Tp __null_rep; 209 static void_type * uncv_ptr(void_cv_type *__ptr) 211 static void_type const* uncv_cptr(void_cv_type const*__ptr) 213 static void_type ** uncv_pptr(void_cv_type **__ptr) 215 static void_type & uncv_ref(void_cv_type & __ref) 217 static void_type const& uncv_cref(void_cv_type const& __ref) 219 static void_cv_type* cv_ptr(void_type *__ptr) 221 static void_cv_type const* cv_cptr(void_type const*__ptr) 223 static void_cv_type ** cv_pptr(void_type **__ptr [all...] |
/external/webkit/Source/JavaScriptCore/wtf/text/ |
StringImplBase.h | 78 // static bit both being zero - static strings are never deleted. 79 static const unsigned s_refCountMask = 0xFFFFFF80; 80 static const unsigned s_refCountIncrement = 0x80; 81 static const unsigned s_refCountFlagStatic = 0x40; 82 static const unsigned s_refCountFlagHasTerminatingNullCharacter = 0x20; 83 static const unsigned s_refCountFlagIsAtomic = 0x10; 84 static const unsigned s_refCountFlagShouldReportedCost = 0x8; 85 static const unsigned s_refCountFlagIsIdentifier = 0x4; 86 static const unsigned s_refCountMaskBufferOwnership = 0x3 [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
V8TestObj.h | 36 static bool HasInstance(v8::Handle<v8::Value> value); 37 static v8::Persistent<v8::FunctionTemplate> GetRawTemplate(); 38 static v8::Persistent<v8::FunctionTemplate> GetTemplate(); 39 static TestObj* toNative(v8::Handle<v8::Object> object) 43 inline static v8::Handle<v8::Object> wrap(TestObj*); 44 static void derefObject(void*); 45 static WrapperTypeInfo info; 46 static v8::Handle<v8::Value> customMethodCallback(const v8::Arguments&); 47 static v8::Handle<v8::Value> customMethodWithArgsCallback(const v8::Arguments&); 48 static v8::Handle<v8::Value> customAttrAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& (…) [all...] |
/external/webkit/Source/WebCore/editing/ |
TypingCommand.h | 60 static void deleteSelection(Document*, Options = 0); 61 static void deleteKeyPressed(Document*, Options = 0, TextGranularity = CharacterGranularity); 62 static void forwardDeleteKeyPressed(Document*, Options = 0, TextGranularity = CharacterGranularity); 63 static void insertText(Document*, const String&, Options, TextCompositionType = TextCompositionNone); 64 static void insertText(Document*, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone); 65 static void insertLineBreak(Document*, Options); 66 static void insertParagraphSeparator(Document*, Options); 67 static void insertParagraphSeparatorInQuotedContent(Document*); 68 static bool isOpenForMoreTypingCommand(const EditCommand*); 69 static void closeTyping(EditCommand*) [all...] |
/external/webkit/Source/WebCore/fileapi/ |
DOMFilePath.h | 40 // DOMFileSystem path utilities. All methods in this class are static. 43 static const char separator; 44 static const char root[]; 47 static String getName(const String& path); 50 static String getDirectory(const String& path); 53 static bool isParentOf(const String& path, const String& mayBeChild); 56 static String ensureDirectoryPath(const String& path); 59 static String append(const String& path, const String& component); 61 static bool isAbsolute(const String& path) 66 static bool endsWithSeparator(const String& path [all...] |
/external/webkit/Source/WebCore/storage/ |
IDBObjectStoreBackendImpl.h | 45 static PassRefPtr<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, int64_t id, const String& name, const String& keyPath, bool autoIncrement) 49 static PassRefPtr<IDBObjectStoreBackendImpl> create(IDBBackingStore* backingStore, int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement) 55 static const int64_t InvalidId = 0; 87 static PassRefPtr<IDBKey> selectKeyForPut(IDBObjectStoreBackendImpl*, IDBKey*, PutMode, IDBCallbacks*, RefPtr<SerializedScriptValue>&); 89 static void getInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>); 90 static void putInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<SerializedScriptValue>, PassRefPtr<IDBKey>, PutMode, PassRefPtr<IDBCallbacks>, PassRefPtr<IDBTransactionBackendInterface>); 91 static void deleteInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>); 92 static void clearInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBCallbacks>); 93 static void createIndexInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBIndexBackendImpl>, PassRefPtr<IDBTransactionBackendInterface>); 94 static void deleteIndexInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPt (…) [all...] |
/external/wpa_supplicant_8/src/utils/ |
edit_readline.c | 18 static void *edit_cb_ctx; 19 static void (*edit_cmd_cb)(void *ctx, char *cmd); 20 static void (*edit_eof_cb)(void *ctx); 21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) = 24 static char **pending_completions = NULL; 27 static void readline_free_completions(void) 39 static char * readline_completion_func(const char *text, int state) 41 static int pos = 0; 42 static size_t len = 0; 63 static char ** readline_completion(const char *text, int start, int end [all...] |
/frameworks/base/core/java/android/provider/ |
Applications.java | 36 public static final String AUTHORITY = "applications"; 41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); 46 public static final String APPLICATION_PATH = "applications"; 51 public static final String SEARCH_PATH = "search"; 53 private static final String APPLICATION_SUB_TYPE = "vnd.android.application"; 58 public static final String APPLICATION_ITEM_TYPE = 64 public static final String APPLICATION_DIR_TYPE = 76 public static Cursor search(ContentResolver resolver, String query) { 90 public static ComponentName uriToComponentName(Uri appUri) { 110 public static Uri componentNameToUri(String packageName, String className) [all...] |
/frameworks/base/include/android_runtime/ |
AndroidRuntime.h | 50 static int registerNativeMethods(JNIEnv* env, 54 * Call a class's static main method with the given arguments, 63 static jclass findClass(JNIEnv* env, const char* className); 75 static AndroidRuntime* getRuntime(); 93 * correct static main will be invoked. 104 static android_thread_id_t createJavaThread(const char* name, void (*start)(void *), 108 static JavaVM* getJavaVM() { return mJavaVM; } 111 static JNIEnv* getJNIEnv(); 114 static char* toSlashClassName(const char* className); 117 static int startReg(JNIEnv* env) [all...] |
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/ |
AlignmentTest.java | 29 import static android.widget.GridLayout.*; 33 public static final String[] HORIZONTAL_NAMES = {"LEFT", "center", "east", "fill"}; 34 public static final Alignment[] HORIZONTAL_ALIGNMENTS = {LEFT, CENTER, RIGHT, FILL}; 35 public static final String[] VERTICAL_NAMES = {"north", "center", "baseline", "south", "fill"}; 36 public static final Alignment[] VERTICAL_ALIGNMENTS = {TOP, CENTER, BASELINE, BOTTOM, FILL}; 37 private static Context CONTEXT; 39 public static interface ViewFactory { 43 public static final ViewFactory BUTTON_FACTORY = new ViewFactory() { 57 public static final ViewFactory LABEL_FACTORY = new ViewFactory() { 66 public static final ViewFactory TEXT_FIELD_FACTORY = new ViewFactory() [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
ShaderParam.java | 39 static final String cameraPos = "cameraPos"; 40 static final String cameraDir = "cameraDir"; 42 static final String lightColor = "lightColor"; 43 static final String lightPos = "lightPos"; 44 static final String lightDir = "lightDir"; 46 static final String view = "view"; 47 static final String proj = "proj"; 48 static final String viewProj = "viewProj"; 49 static final String model = "model"; 50 static final String modelView = "modelView" [all...] |
/frameworks/native/opengl/libs/EGL/ |
egl_tls.h | 33 static pthread_key_t sKey; 34 static pthread_mutex_t sLockKey; 41 static void validateTLSKey(); 42 static void setErrorEtcImpl( 46 static egl_tls_t* getTLS(); 47 static void clearTLS(); 48 static void clearError(); 49 static EGLint getError(); 50 static void setContext(EGLContext ctx); 51 static EGLContext getContext() [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 146 static _Tp __null_rep(); 148 static _Tp __null_rep; 209 static void_type * uncv_ptr(void_cv_type *__ptr) 211 static void_type const* uncv_cptr(void_cv_type const*__ptr) 213 static void_type ** uncv_pptr(void_cv_type **__ptr) 215 static void_type & uncv_ref(void_cv_type & __ref) 217 static void_type const& uncv_cref(void_cv_type const& __ref) 219 static void_cv_type* cv_ptr(void_type *__ptr) 221 static void_cv_type const* cv_cptr(void_type const*__ptr) 223 static void_cv_type ** cv_pptr(void_type **__ptr [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.h | 57 static const int BLEND_TYPE_NONE = -1; 58 static const int BLEND_TYPE_FULL = 0; 59 static const int BLEND_TYPE_PAN = 1; 60 static const int BLEND_TYPE_CYLPAN = 2; 61 static const int BLEND_TYPE_HORZ = 3; 63 static const int STRIP_TYPE_THIN = 0; 64 static const int STRIP_TYPE_WIDE = 1; 66 static const int BLEND_RET_ERROR = -1; 67 static const int BLEND_RET_OK = 0; 68 static const int BLEND_RET_ERROR_MEMORY = 1 [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
PhoneCapabilityTester.java | 34 * Provides static functions to quickly test the capabilities of this device. The static 38 private static boolean sIsInitialized; 39 private static boolean sIsPhone; 40 private static boolean sIsSipPhone; 46 public static boolean isIntentRegistered(Context context, Intent intent) { 56 public static boolean isPhone(Context context) { 62 private static void initialize(Context context) { 72 public static boolean isSipPhone(Context context) { 80 public static boolean isSmsIntentRegistered(Context context) [all...] |
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageList.java | 33 private static final String TAG = "ImageList"; 35 private static final String[] ACCEPTABLE_IMAGE_TYPES = 66 private static final String WHERE_CLAUSE = 68 private static final String WHERE_CLAUSE_WITH_BUCKET_ID = 95 static final String[] IMAGE_PROJECTION = new String[] { 105 private static final int INDEX_ID = 0; 106 private static final int INDEX_DATA_PATH = 1; 107 private static final int INDEX_DATE_TAKEN = 2; 108 private static final int INDEX_MINI_THUMB_MAGIC = 3; 109 private static final int INDEX_ORIENTATION = 4 [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
Blend.h | 57 static const int BLEND_TYPE_NONE = -1; 58 static const int BLEND_TYPE_FULL = 0; 59 static const int BLEND_TYPE_PAN = 1; 60 static const int BLEND_TYPE_CYLPAN = 2; 61 static const int BLEND_TYPE_HORZ = 3; 63 static const int STRIP_TYPE_THIN = 0; 64 static const int STRIP_TYPE_WIDE = 1; 66 static const int BLEND_RET_ERROR = -1; 67 static const int BLEND_RET_OK = 0; 68 static const int BLEND_RET_ERROR_MEMORY = 1 [all...] |
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoSetLoader.java | 36 public static final String SUPPORTED_OPERATIONS = "supported_operations"; 38 private static final Uri CONTENT_URI = Files.getContentUri("external"); 39 public static final String[] PROJECTION = new String[] { 49 private static final String SORT_ORDER = FileColumns.DATE_ADDED + " DESC"; 50 private static final String SELECTION = 55 public static final int INDEX_ID = 0; 56 public static final int INDEX_DATA = 1; 57 public static final int INDEX_WIDTH = 2; 58 public static final int INDEX_HEIGHT = 3; 59 public static final int INDEX_DATE_ADDED = 4 [all...] |
/packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/ |
ExifXmlReader.java | 29 private static final String TAG_EXIF = "exif"; 30 private static final String TAG_TAG = "tag"; 32 private static final String IFD0 = "IFD0"; 33 private static final String EXIF_IFD = "ExifIFD"; 34 private static final String GPS_IFD = "GPS"; 35 private static final String IFD1 = "IFD1"; 36 private static final String INTEROP_IFD = "InteropIFD"; 38 private static final String ATTR_ID = "id"; 39 private static final String ATTR_IFD = "ifd"; 41 private static final String NO_VALUE = "NO_VALUE" [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.h | 57 static const int BLEND_TYPE_NONE = -1; 58 static const int BLEND_TYPE_FULL = 0; 59 static const int BLEND_TYPE_PAN = 1; 60 static const int BLEND_TYPE_CYLPAN = 2; 61 static const int BLEND_TYPE_HORZ = 3; 63 static const int STRIP_TYPE_THIN = 0; 64 static const int STRIP_TYPE_WIDE = 1; 66 static const int BLEND_RET_ERROR = -1; 67 static const int BLEND_RET_OK = 0; 68 static const int BLEND_RET_ERROR_MEMORY = 1 [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardIconsSet.java | 31 private static final String TAG = KeyboardIconsSet.class.getSimpleName(); 33 public static final int ICON_UNDEFINED = 0; 34 private static final int ATTR_UNDEFINED = 0; 36 private static final SparseIntArray ATTR_ID_TO_ICON_ID = new SparseIntArray(); 39 private static final HashMap<String, Integer> sNameToIdsMap = CollectionUtils.newHashMap(); 41 private static final Object[] NAMES_AND_ATTR_IDS = { 61 private static int NUM_ICONS = NAMES_AND_ATTR_IDS.length / 2; 62 private static final String[] ICON_NAMES = new String[NUM_ICONS]; 65 static { 96 private static boolean isValidIconId(final int iconId) [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
RawContactUtil.java | 35 private static final Uri URI = ContactsContract.RawContacts.CONTENT_URI; 37 public static void update(ContentResolver resolver, long rawContactId, 43 public static String[] queryByRawContactId(ContentResolver resolver, 56 public static List<String[]> queryByContactId(ContentResolver resolver, long contactId, 63 public static void delete(ContentResolver resolver, long rawContactId, 72 public static long queryContactIdByRawContactId(ContentResolver resolver, long rawContactid) { 84 public static boolean rawContactExistsById(ContentResolver resolver, long rawContactid) { 89 public static long createRawContact(ContentResolver resolver, Account account, 98 public static long createRawContactWithName(ContentResolver resolver) { 102 public static long createRawContactWithName(ContentResolver resolver, Account account) [all...] |
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
waveform.rs | 45 static int fadeoutcounter = 0; 46 static int fadeincounter = 0; 47 static int wave1pos = 0; 48 static int wave1amp = 0; 49 static int wave2pos = 0; 50 static int wave2amp= 0; 51 static int wave3pos = 0; 52 static int wave3amp= 0; 53 static int wave4pos = 0; 54 static int wave4amp= 0 [all...] |