OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static
(Results
1226 - 1250
of
47082
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/libcore/luni/src/test/java/tests/support/
Support_SQL.java
29
public
static
String sqlDriver = null;
31
public
static
String sqlLogin = null;
33
public
static
String sqlCatalog = null;
35
public
static
String sqlHost = null;
37
public
static
String sqlUrl = null;
39
public
static
String sqlPassword = null;
41
public
static
String sqlUser = null;
43
public
static
int sqlMaxConnections = 5;
45
public
static
int sqlMaxTasks = 1;
47
private
static
File dbFile = null
[
all
...]
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
TrustManagerFactorySpiImpl.java
12
private
static
boolean isengineInitCalled = false;
13
private
static
boolean isEngineGetTrustManagersCalled = false;
14
private
static
KeyStore ks = null;
15
private
static
ManagerFactoryParameters spec = null;
/ndk/tests/device/issue38121/jni/
Android.mk
6
LOCAL_CFLAGS += -fstack-protector-all -
static
main.c
3
static
int testval = 4;
/ndk/tests/standalone/init-fini-arrays/
foo.cpp
27
static
Foo foo;
/packages/apps/Browser/src/com/android/browser/
WebViewProperties.java
19
static
final String gfxInvertedScreen = "inverted";
20
static
final String gfxInvertedScreenContrast = "inverted_contrast";
21
static
final String gfxEnableCpuUploadPath = "enable_cpu_upload_path";
22
static
final String gfxUseMinimalMemory = "use_minimal_memory";
/packages/apps/Camera/src/com/android/camera/ui/
OnIndicatorEventListener.java
20
public
static
int EVENT_ENTER_SECOND_LEVEL_INDICATOR_BAR = 0;
21
public
static
int EVENT_LEAVE_SECOND_LEVEL_INDICATOR_BAR = 1;
22
public
static
int EVENT_ENTER_ZOOM_CONTROL = 2;
23
public
static
int EVENT_LEAVE_ZOOM_CONTROL = 3;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceConstants.java
21
public
static
final int MEETING_REQUEST_NOT_RESPONDED = 0;
22
public
static
final int MEETING_REQUEST_ACCEPTED = 1;
23
public
static
final int MEETING_REQUEST_TENTATIVE = 2;
24
public
static
final int MEETING_REQUEST_DECLINED = 3;
/packages/apps/Gallery2/src/com/android/camera/ui/
OnIndicatorEventListener.java
20
public
static
int EVENT_ENTER_SECOND_LEVEL_INDICATOR_BAR = 0;
21
public
static
int EVENT_LEAVE_SECOND_LEVEL_INDICATOR_BAR = 1;
22
public
static
int EVENT_ENTER_ZOOM_CONTROL = 2;
23
public
static
int EVENT_LEAVE_ZOOM_CONTROL = 3;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaItem.java
30
public
static
final int TYPE_THUMBNAIL = 1;
31
public
static
final int TYPE_MICROTHUMBNAIL = 2;
33
public
static
final int CACHED_IMAGE_QUALITY = 95;
35
public
static
final int IMAGE_READY = 0;
36
public
static
final int IMAGE_WAIT = 1;
37
public
static
final int IMAGE_ERROR = -1;
39
public
static
final String MIME_TYPE_JPEG = "image/jpeg";
41
private
static
final int BYTESBUFFE_POOL_SIZE = 4;
42
private
static
final int BYTESBUFFER_SIZE = 200 * 1024;
44
private
static
int sMicrothumbnailTargetSize = 200
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
OnIndicatorEventListener.java
20
public
static
int EVENT_ENTER_SECOND_LEVEL_INDICATOR_BAR = 0;
21
public
static
int EVENT_LEAVE_SECOND_LEVEL_INDICATOR_BAR = 1;
22
public
static
int EVENT_ENTER_ZOOM_CONTROL = 2;
23
public
static
int EVENT_LEAVE_ZOOM_CONTROL = 3;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
FeedbackUtils.java
23
public
static
boolean isFeedbackFormSupported() {
27
public
static
void showFeedbackForm(Context context) {
30
public
static
int getAboutKeyboardTitleResId() {
34
public
static
Intent getAboutKeyboardIntent(Context context) {
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgomp.spec
3
*link_gomp: -lgomp %{
static
: }
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/
libgomp.spec
3
*link_gomp: -lgomp %{
static
: }
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/
libgomp.spec
3
*link_gomp: -lgomp %{
static
: }
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/x86_64/
libgomp.spec
3
*link_gomp: -lgomp %{
static
: }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.spec
3
*link_gomp: -lgomp %{
static
: -lrt }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so
3
the
static
library, so try that secondarily. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.so
3
the
static
library, so try that secondarily. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread.so
3
the
static
library, so try that secondarily. */
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Configuration.java
20
public
static
final int DEFAULT_SERVER_PORT = 4939;
24
public
static
final int SERVICE_CODE_START_SERVER = 1;
25
public
static
final int SERVICE_CODE_STOP_SERVER = 2;
26
public
static
final int SERVICE_CODE_IS_SERVER_RUNNING = 3;
/system/extras/tests/bionic/libc/bionic/
lib_static_init.h
7
static
int counter;
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java
30
private
static
final Object sLock = new Object();
31
private
static
boolean sStarted;
32
private
static
boolean sDestroyed;
33
private
static
int sCurStartId;
34
private
static
ReceiveUriService sCurInstance;
72
public
static
void stop(Context context) {
80
public
static
int getCurStartId() {
86
public
static
void stopCurWithId(int id) {
92
public
static
void stopSync(Context context) {
109
public
static
void clearStarted()
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/rop/code/
AccessFlags.java
32
public
static
final int ACC_PUBLIC = 0x0001;
35
public
static
final int ACC_PRIVATE = 0x0002;
38
public
static
final int ACC_PROTECTED = 0x0004;
40
/**
static
member */
41
public
static
final int ACC_STATIC = 0x0008;
44
public
static
final int ACC_FINAL = 0x0010;
50
public
static
final int ACC_SYNCHRONIZED = 0x0020;
56
public
static
final int ACC_SUPER = 0x0020;
59
public
static
final int ACC_VOLATILE = 0x0040;
62
public
static
final int ACC_BRIDGE = 0x0040
[
all
...]
/dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java
32
public
static
final int ACC_PUBLIC = 0x0001;
35
public
static
final int ACC_PRIVATE = 0x0002;
38
public
static
final int ACC_PROTECTED = 0x0004;
40
/**
static
member */
41
public
static
final int ACC_STATIC = 0x0008;
44
public
static
final int ACC_FINAL = 0x0010;
50
public
static
final int ACC_SYNCHRONIZED = 0x0020;
56
public
static
final int ACC_SUPER = 0x0020;
59
public
static
final int ACC_VOLATILE = 0x0040;
62
public
static
final int ACC_BRIDGE = 0x0040
[
all
...]
Completed in 489 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>