OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static
(Results
1201 - 1225
of
47082
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/valgrind/main/memcheck/tests/
trivialleak.c
3
static
void test()
/external/webkit/Source/WebCore/manual-tests/resources/
TestApplet.java
4
public
static
int MAGIC_NUMBER = 1;
/frameworks/av/media/mtp/
MtpDebug.h
29
static
const char* getOperationCodeName(MtpOperationCode code);
30
static
const char* getFormatCodeName(MtpObjectFormat code);
31
static
const char* getObjectPropCodeName(MtpPropertyCode code);
32
static
const char* getDevicePropCodeName(MtpPropertyCode code);
/frameworks/base/core/java/android/gesture/
GestureConstants.java
20
static
final int STROKE_STRING_BUFFER_SIZE = 1024;
21
static
final int STROKE_POINT_BUFFER_SIZE = 100; // number of points
23
static
final int IO_BUFFER_SIZE = 32 * 1024; // 32K
25
static
final String LOG_TAG = "Gestures";
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java
22
static
final int SWIPE_LEFT = 0;
23
static
final int SWIPE_RIGHT = 1;
24
static
final int SWIPE_UP = 2;
25
static
final int SWIPE_DOWN = 3;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AccessibilityContentDescriptions.java
13
static
final int[] PHONE_SIGNAL_STRENGTH = {
21
static
final int[] DATA_CONNECTION_STRENGTH = {
29
static
final int[] WIFI_CONNECTION_STRENGTH = {
36
static
final int[] WIMAX_CONNECTION_STRENGTH = {
/frameworks/base/services/common_time/
clock_recovery.h
59
static
const float dT;
63
static
const float Kc;
67
static
const float Ti;
71
static
const float Tf;
74
static
const float bias_Fc; // HZ
75
static
const float bias_RC; // Computed in constructor.
76
static
const float bias_Alpha; // Computed inconstructor.
80
static
const int64_t panic_thresh_;
84
static
const int64_t control_thresh_;
94
static
uint32_t findMinRTTNdx(DisciplineDataPoint* data, uint32_t count)
[
all
...]
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
breakpoint_function.rs
15
static
int twenty() {
19
static
int some_function() {
23
static
int foo() {
27
static
int bar() {
breakpoint_inlined_function.rs
19
static
int twenty() {
23
static
int some_function() {
27
static
int foo() {
31
static
int bar() {
breakpoint_inlined_sourceline.rs
18
static
int twenty() {
22
static
int some_function() {
26
static
int foo() {
30
static
int bar() {
breakpoint_sourceline.rs
14
static
int twenty() {
18
static
int some_function() {
22
static
int foo() {
26
static
int bar() {
global_int.rs
20
static
int twenty() {
24
static
int some_function() {
28
static
int foo() {
32
static
int bar() {
/frameworks/compile/slang/tests/F_union/
union.rs
9
static
union u2 {
/frameworks/compile/slang/tests/P_static_struct/
static_struct.rs
9
static
Plane carouselPlane = {
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java
23
static
{
31
public
static
native void init(int width, int height);
32
public
static
native void step();
33
public
static
native void changeBackground();
/frameworks/native/opengl/tools/glgen/stubs/egl/
eglQueryString.cpp
2
static
jstring
/frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetStringi.cpp
2
static
jstring
glMapBufferRange.java
3
public
static
native java.nio.Buffer glMapBufferRange(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInformationRecords.java
27
public
static
final int RIL_CDMA_DISPLAY_INFO_REC = 0;
28
public
static
final int RIL_CDMA_CALLED_PARTY_NUMBER_INFO_REC = 1;
29
public
static
final int RIL_CDMA_CALLING_PARTY_NUMBER_INFO_REC = 2;
30
public
static
final int RIL_CDMA_CONNECTED_NUMBER_INFO_REC = 3;
31
public
static
final int RIL_CDMA_SIGNAL_INFO_REC = 4;
32
public
static
final int RIL_CDMA_REDIRECTING_NUMBER_INFO_REC = 5;
33
public
static
final int RIL_CDMA_LINE_CONTROL_INFO_REC = 6;
34
public
static
final int RIL_CDMA_EXTENDED_DISPLAY_INFO_REC = 7;
35
public
static
final int RIL_CDMA_T53_CLIR_INFO_REC = 8;
36
public
static
final int RIL_CDMA_T53_RELEASE_INFO_REC = 9
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
UserData.java
30
public
static
final int ENCODING_OCTET = 0x00;
31
public
static
final int ENCODING_IS91_EXTENDED_PROTOCOL = 0x01;
32
public
static
final int ENCODING_7BIT_ASCII = 0x02;
33
public
static
final int ENCODING_IA5 = 0x03;
34
public
static
final int ENCODING_UNICODE_16 = 0x04;
35
public
static
final int ENCODING_SHIFT_JIS = 0x05;
36
public
static
final int ENCODING_KOREAN = 0x06;
37
public
static
final int ENCODING_LATIN_HEBREW = 0x07;
38
public
static
final int ENCODING_LATIN = 0x08;
39
public
static
final int ENCODING_GSM_7BIT_ALPHABET = 0x09
[
all
...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
static_globals.rs
3
static
bool b = false;
/frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityEventCompat.java
28
static
interface AccessibilityEventVersionImpl {
34
static
class AccessibilityEventStubImpl implements AccessibilityEventVersionImpl {
52
static
class AccessibilityEventIcsImpl extends AccessibilityEventStubImpl {
70
private final
static
AccessibilityEventVersionImpl IMPL;
72
static
{
83
public
static
final int TYPE_VIEW_HOVER_ENTER = 0x00000080;
88
public
static
final int TYPE_VIEW_HOVER_EXIT = 0x00000100;
93
public
static
final int TYPE_TOUCH_EXPLORATION_GESTURE_START = 0x00000200;
98
public
static
final int TYPE_TOUCH_EXPLORATION_GESTURE_END = 0x00000400;
103
public
static
final int TYPE_WINDOW_CONTENT_CHANGED = 0x00000800
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
145
static
OMX_ERRORTYPE OMXCameraAdapterEventHandler(OMX_IN OMX_HANDLETYPE hComponent,
152
static
OMX_ERRORTYPE OMXCameraAdapterEmptyBufferDone(OMX_IN OMX_HANDLETYPE hComponent,
156
static
OMX_ERRORTYPE OMXCameraAdapterFillBufferDone(OMX_IN OMX_HANDLETYPE hComponent,
200
static
const int32_t MAX_NO_BUFFERS = 20;
203
static
const int MAX_NO_PORTS = 6;
206
static
const int CAMERA_ADAPTER_TIMEOUT = 5000*1000;
372
static
status_t getCaps(CameraProperties::Properties* props, OMX_HANDLETYPE handle);
373
static
const char* getLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT);
374
static
int getLUTvalue_HALtoOMX(const char * HalValue, LUTtype LUT);
388
static
OMX_ERRORTYPE OMXCameraGetHandle(OMX_HANDLETYPE *handle, OMX_PTR pAppData=NULL)
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java
24
public
static
final int SO_MULTICAST = 0;
26
public
static
final int SO_MULTICAST_INTERFACE = 1;
28
public
static
final int SO_LINGER = 2;
30
public
static
final int SO_RCVBUF = 3;
32
public
static
final int SO_TIMEOUT = 4;
34
public
static
final int SO_SNDBUF = 5;
36
public
static
final int TCP_NODELAY = 6;
38
public
static
final int SO_KEEPALIVE = 7;
40
public
static
final int SO_REUSEADDR = 8;
42
public
static
final int SO_OOBINLINE = 9
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/support/
A.java
4
private
static
P pp = new P();
Completed in 3735 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>