/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
FormatVersion.java | 13 public static final int VERSION = 2; 18 public static final int SIGNATURE = 0x4A4D4533;
|
/external/junit/src/junit/framework/ |
AssertionFailedError.java | 8 private static final long serialVersionUID= 1L; 17 private static String defaultString(String message) {
|
/external/junit/src/junit/runner/ |
Version.java | 11 public static String id() { 17 public static void main(String[] args) {
|
/external/libvorbis/lib/modes/ |
setup_11.h | 20 static const int blocksize_11[2]={ 24 static const int _floor_mapping_11a[]={ 27 static const int *_floor_mapping_11[]={ 31 static const double rate_mapping_11[3]={ 35 static const double rate_mapping_11_uncoupled[3]={ 39 static const double quality_mapping_11[3]={ 43 static const ve_setup_data_template ve_setup_11_stereo={ 94 static const ve_setup_data_template ve_setup_11_uncoupled={
|
/external/llvm/runtime/libprofile/ |
CMakeLists.txt | 10 add_llvm_library( profile_rt-static ${SOURCES} ) 11 set_target_properties( profile_rt-static
|
/external/mockito/src/org/mockito/internal/progress/ |
SequenceNumber.java | 9 private static int sequenceNumber = 1;
11 public static synchronized int next() {
|
/external/oauth/core/src/main/java/ |
Android.mk | 4 # This will build the client static library for the Google Services Framework 13 # Build the actual static library
|
/external/skia/include/utils/ |
SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*); 20 static void ToSVGString(const SkPath&, SkString*);
|
/external/skia/legacy/include/utils/ |
SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*); 20 static void ToSVGString(const SkPath&, SkString*);
|
/external/valgrind/main/helgrind/tests/ |
hg04_race.c | 6 static int shared; 8 static void *th(void *v)
|
/external/valgrind/main/memcheck/tests/ |
static_malloc.c | 3 static char buf[10000]; 4 static int bufi = 0;
|
/external/valgrind/main/none/tests/ |
ifunc.c | 4 static void mytest(int d) 9 static void (*resolve_test(void))(void)
|
/external/webkit/Source/WebKit/chromium/public/ |
WebBindings.h | 53 WEBKIT_API static bool construct(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* result); 56 WEBKIT_API static NPObject* createObject(NPP, NPClass*); 59 WEBKIT_API static bool enumerate(NPP, NPObject*, NPIdentifier**, uint32_t* identifierCount); 62 WEBKIT_API static bool evaluate(NPP, NPObject*, NPString* script, NPVariant* result); 65 WEBKIT_API static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVariant* result); 68 WEBKIT_API static NPIdentifier getIntIdentifier(int32_t number); 71 WEBKIT_API static bool getProperty(NPP, NPObject*, NPIdentifier property, NPVariant *result); 74 WEBKIT_API static NPIdentifier getStringIdentifier(const NPUTF8* string); 77 WEBKIT_API static void getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*); 80 WEBKIT_API static bool hasMethod(NPP, NPObject*, NPIdentifier method) [all...] |
/frameworks/av/include/media/ |
Metadata.h | 52 static const Type kAny = 0; 55 static const Type kPauseAvailable = 1; // Boolean 56 static const Type kSeekBackwardAvailable = 2; // Boolean 57 static const Type kSeekForwardAvailable = 3; // Boolean 58 static const Type kSeekAvailable = 4; // Boolean 61 static const Type kTitle = 5; // String 62 static const Type kComment = 6; // String 63 static const Type kCopyright = 7; // String 64 static const Type kAlbum = 8; // String 65 static const Type kArtist = 9; // Strin [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothUuid.java | 26 * Static helper methods and constants to decode the ParcelUuid of remote devices. 37 public static final ParcelUuid AudioSink = 39 public static final ParcelUuid AudioSource = 41 public static final ParcelUuid AdvAudioDist = 43 public static final ParcelUuid HSP = 45 public static final ParcelUuid HSP_AG = 47 public static final ParcelUuid Handsfree = 49 public static final ParcelUuid Handsfree_AG = 51 public static final ParcelUuid AvrcpController = 53 public static final ParcelUuid AvrcpTarget [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 45 public static final String MAX_REPEAT_COUNT = "max_repeat_count"; 54 public static final String REMAINING_REPEAT_COUNT = "remaining_repeat_count"; 63 public static final String LICENSE_START_TIME = "license_start_time"; 72 public static final String LICENSE_EXPIRY_TIME = "license_expiry_time"; 80 public static final String LICENSE_AVAILABLE_TIME = "license_available_time"; 88 public static final String EXTENDED_METADATA = "extended_metadata"; 94 public static class DrmObjectType { 98 public static final int UNKNOWN = 0x00; 102 public static final int CONTENT = 0x01; 106 public static final int RIGHTS_OBJECT = 0x02 [all...] |
/frameworks/compile/slang/tests/F_kernel_static/ |
stderr.txt.expect | 1 kernel_static.rs:14:14: error: Non-const static variables are not allowed in kernels: 'i' 2 kernel_static.rs:18:36: error: Invalid use of attribute kernel with static function declaration: static_kernel
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glDrawElementsInstanced.java | 3 public static native void glDrawElementsInstanced( 13 public static native void glDrawElementsInstanced(
|
glGetBooleanv.cpp | 2 static void 9 static void
|
glGetFloatv.cpp | 2 static void 9 static void
|
glGetIntegerv.cpp | 2 static void 9 static void
|
glGetUniformIndices.java | 3 public static native void glGetUniformIndices( 12 public static native void glGetUniformIndices(
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WapPushManagerParams.java | 26 public static final int APP_TYPE_ACTIVITY = 0; 31 public static final int APP_TYPE_SERVICE = 1; 37 public static final int MESSAGE_HANDLED = 0x1; 43 public static final int APP_QUERY_FAILED = 0x2; 49 public static final int SIGNATURE_NO_MATCH = 0x4; 55 public static final int INVALID_RECEIVER_NAME = 0x8; 61 public static final int EXCEPTION_CAUGHT = 0x10; 67 public static final int FURTHER_PROCESSING = 0x8000;
|
/hardware/libhardware/tests/camera2/ |
TestSettings.h | 29 static bool ForkingDisabled(); 32 static bool ForkingEnabled(); 35 static int DeviceId(); 38 static bool ParseArgs(int argc, char* const argv[]); 41 static void PrintUsage(); 47 static bool mForkingDisabled; 48 static int mDeviceId; 49 static char* const* mArgv;
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/ |
clock.h | 12 static const bool is_steady = false; 14 static time_point now();
|