OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static
(Results
101 - 125
of
47082
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/arduino/hardware/arduino/cores/arduino/
WProgram.h
34
const
static
uint8_t A0 = 54;
35
const
static
uint8_t A1 = 55;
36
const
static
uint8_t A2 = 56;
37
const
static
uint8_t A3 = 57;
38
const
static
uint8_t A4 = 58;
39
const
static
uint8_t A5 = 59;
40
const
static
uint8_t A6 = 60;
41
const
static
uint8_t A7 = 61;
42
const
static
uint8_t A8 = 62;
43
const
static
uint8_t A9 = 63
[
all
...]
/external/jmonkeyengine/engine/src/android/com/jme3/app/
R.java
11
public
static
final class attr {
13
public
static
final class layout {
14
public
static
final int main=0x7f020000;
16
public
static
final class string {
17
public
static
final int app_name=0x7f030000;
18
public
static
final int jme3_appclass=0x7f030001;
/external/clang/test/ARCMT/Inputs/
test.h.result
6
static
inline void part1(id p) {
11
static
inline void part2(id p) {
/external/clang/test/ARCMT/with space/
test.h.result
6
static
inline void part1(id p) {
11
static
inline void part2(id p) {
/external/clang/test/CodeGen/
2003-11-16-StaticArrayInit.c
4
static
char x[10];
5
static
char *xend = x + 10;
/frameworks/base/media/java/android/media/
MediaCodecInfo.java
24
* private
static
MediaCodecInfo selectCodec(String mimeType) {
79
public
static
final class CodecCapabilities {
87
public final
static
int COLOR_FormatMonochrome = 1;
88
public final
static
int COLOR_Format8bitRGB332 = 2;
89
public final
static
int COLOR_Format12bitRGB444 = 3;
90
public final
static
int COLOR_Format16bitARGB4444 = 4;
91
public final
static
int COLOR_Format16bitARGB1555 = 5;
92
public final
static
int COLOR_Format16bitRGB565 = 6;
93
public final
static
int COLOR_Format16bitBGR565 = 7;
94
public final
static
int COLOR_Format18bitRGB666 = 8
[
all
...]
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Types.java
4
public
static
interface Interface
6
public
static
final boolean public_static_final_boolean = false;
7
public
static
final char public_static_final_char = 0;
8
public
static
final short public_static_final_short = 0;
9
public
static
final int public_static_final_int = 0;
10
public
static
final long public_static_final_long = 0L;
11
public
static
final float public_static_final_float = 0.0f;
12
public
static
final double public_static_final_double = 0.0;
13
public
static
final java.lang.Object public_static_final_Object = null;
24
public
static
final boolean public_static_final_boolean
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Messages.java
22
private
static
final String BUNDLE_NAME = "com.android.ide.eclipse.ndk.internal.messages"; //$NON-NLS-1$
24
public
static
String AddNativeWizardPage_Description;
26
public
static
String AddNativeWizardPage_LibraryName;
28
public
static
String AddNativeWizardPage_Location_not_valid;
30
public
static
String AddNativeWizardPage_Title;
32
public
static
String NDKPreferencePage_Location;
34
public
static
String NDKPreferencePage_not_a_valid_directory;
36
public
static
String NDKPreferencePage_not_a_valid_NDK_directory;
38
public
static
String NDKPreferencePage_Preferences;
40
public
static
String SetFolders_Missing_project_name
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESvalidate.h
23
static
bool textureEnum(GLenum e,unsigned int maxTex);
24
static
bool pixelType(GLEScontext * ctx,GLenum type);
25
static
bool pixelOp(GLenum format,GLenum type);
26
static
bool pixelFrmt(GLEScontext* ctx , GLenum format);
27
static
bool bufferTarget(GLenum target);
28
static
bool bufferParam(GLenum param);
29
static
bool drawMode(GLenum mode);
30
static
bool drawType(GLenum mode);
31
static
bool textureTarget(GLenum target);
32
static
bool textureTargetLimited(GLenum target)
[
all
...]
/external/skia/src/sfnt/
SkOTTable_OS_2_V2.h
21
static
const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(2);
76
static
const SK_OT_USHORT Installable = SkTEndian_SwapBE16(0);
77
static
const SK_OT_USHORT RestrictedMask = SkTEndian_SwapBE16(1 << 1);
78
static
const SK_OT_USHORT PreviewPrintMask = SkTEndian_SwapBE16(1 << 2);
79
static
const SK_OT_USHORT EditableMask = SkTEndian_SwapBE16(1 << 3);
80
static
const SK_OT_USHORT NoSubsettingMask = SkTEndian_SwapBE16(1 << 8);
81
static
const SK_OT_USHORT BitmapMask = SkTEndian_SwapBE16(1 << 9);
265
static
const SK_OT_ULONG BasicLatinMask = SkTEndian_SwapBE32(1 << 0);
266
static
const SK_OT_ULONG Latin1SupplementMask = SkTEndian_SwapBE32(1 << 1);
267
static
const SK_OT_ULONG LatinExtendedAMask = SkTEndian_SwapBE32(1 << 2)
[
all
...]
SkOTTable_OS_2_V4.h
21
static
const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4);
77
static
const SK_OT_USHORT Installable = SkTEndian_SwapBE16(0);
78
static
const SK_OT_USHORT RestrictedMask = SkTEndian_SwapBE16(1 << 1);
79
static
const SK_OT_USHORT PreviewPrintMask = SkTEndian_SwapBE16(1 << 2);
80
static
const SK_OT_USHORT EditableMask = SkTEndian_SwapBE16(1 << 3);
81
static
const SK_OT_USHORT NoSubsettingMask = SkTEndian_SwapBE16(1 << 8);
82
static
const SK_OT_USHORT BitmapMask = SkTEndian_SwapBE16(1 << 9);
266
static
const SK_OT_ULONG BasicLatinMask = SkTEndian_SwapBE32(1 << 0);
267
static
const SK_OT_ULONG Latin1SupplementMask = SkTEndian_SwapBE32(1 << 1);
268
static
const SK_OT_ULONG LatinExtendedAMask = SkTEndian_SwapBE32(1 << 2)
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLES10.java
25
public
static
final int GL_ADD = 0x0104;
26
public
static
final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846E;
27
public
static
final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D;
28
public
static
final int GL_ALPHA = 0x1906;
29
public
static
final int GL_ALPHA_BITS = 0x0D55;
30
public
static
final int GL_ALPHA_TEST = 0x0BC0;
31
public
static
final int GL_ALWAYS = 0x0207;
32
public
static
final int GL_AMBIENT = 0x1200;
33
public
static
final int GL_AMBIENT_AND_DIFFUSE = 0x1602;
34
public
static
final int GL_AND = 0x1501
[
all
...]
GLES20.java
25
public
static
final int GL_ACTIVE_TEXTURE = 0x84E0;
26
public
static
final int GL_DEPTH_BUFFER_BIT = 0x00000100;
27
public
static
final int GL_STENCIL_BUFFER_BIT = 0x00000400;
28
public
static
final int GL_COLOR_BUFFER_BIT = 0x00004000;
29
public
static
final int GL_FALSE = 0;
30
public
static
final int GL_TRUE = 1;
31
public
static
final int GL_POINTS = 0x0000;
32
public
static
final int GL_LINES = 0x0001;
33
public
static
final int GL_LINE_LOOP = 0x0002;
34
public
static
final int GL_LINE_STRIP = 0x0003
[
all
...]
GLES30.java
25
public
static
final int GL_READ_BUFFER = 0x0C02;
26
public
static
final int GL_UNPACK_ROW_LENGTH = 0x0CF2;
27
public
static
final int GL_UNPACK_SKIP_ROWS = 0x0CF3;
28
public
static
final int GL_UNPACK_SKIP_PIXELS = 0x0CF4;
29
public
static
final int GL_PACK_ROW_LENGTH = 0x0D02;
30
public
static
final int GL_PACK_SKIP_ROWS = 0x0D03;
31
public
static
final int GL_PACK_SKIP_PIXELS = 0x0D04;
32
public
static
final int GL_COLOR = 0x1800;
33
public
static
final int GL_DEPTH = 0x1801;
34
public
static
final int GL_STENCIL = 0x1802
[
all
...]
/cts/tools/dasm/src/java_cup/
sym.java
12
static
final int IMPORT = 3;
13
static
final int INIT = 9;
14
static
final int CODE_STRING = 22;
15
static
final int DEBUG = 20;
16
static
final int SEMI = 13;
17
static
final int STAR = 15;
18
static
final int CODE = 4;
19
static
final int COLON = 17;
20
static
final int NON = 8;
21
static
final int ID = 21
[
all
...]
/external/libnfc-nci/src/include/
NfcAdaptation.h
70
static
NfcAdaptation& GetInstance();
77
static
NfcAdaptation* mpInstance;
78
static
ThreadMutex sLock;
82
static
nfc_nci_device_t* mHalDeviceContext;
83
static
tHAL_NFC_CBACK* mHalCallback;
84
static
tHAL_NFC_DATA_CBACK* mHalDataCallback;
85
static
ThreadCondVar mHalOpenCompletedEvent;
86
static
ThreadCondVar mHalCloseCompletedEvent;
88
static
UINT32 NFCA_TASK (UINT32 arg);
89
static
UINT32 Thread (UINT32 arg)
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/input/
KeyInput.java
43
public
static
final int KEY_ESCAPE = 0x01;
47
public
static
final int KEY_1 = 0x02;
51
public
static
final int KEY_2 = 0x03;
55
public
static
final int KEY_3 = 0x04;
59
public
static
final int KEY_4 = 0x05;
63
public
static
final int KEY_5 = 0x06;
67
public
static
final int KEY_6 = 0x07;
71
public
static
final int KEY_7 = 0x08;
75
public
static
final int KEY_8 = 0x09;
79
public
static
final int KEY_9 = 0x0A
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/include/
limits
24
static
constexpr bool is_specialized = false;
25
static
constexpr T min() noexcept;
26
static
constexpr T max() noexcept;
27
static
constexpr T lowest() noexcept;
29
static
constexpr int digits = 0;
30
static
constexpr int digits10 = 0;
31
static
constexpr int max_digits10 = 0;
32
static
constexpr bool is_signed = false;
33
static
constexpr bool is_integer = false;
34
static
constexpr bool is_exact = false
[
all
...]
/external/clang/test/Sema/
warn-unused-function.c
6
static
void f2() {}
7
static
void f1() {f2();} // expected-warning{{unused}}
9
static
int f0() { return 17; } // expected-warning{{not needed and will not be emitted}}
12
static
void f3();
17
//inline
static
void f4();
20
static
void __attribute__((used)) f5() {}
21
static
void f6();
22
static
void __attribute__((used)) f6();
23
static
void f6() {};
25
static
void f7(void)
[
all
...]
/external/nist-sip/java/gov/nist/core/
Separators.java
38
public
static
final String SEMICOLON = ";";
39
public
static
final String COLON = ":";
40
public
static
final String COMMA = ",";
41
public
static
final String SLASH = "/";
42
public
static
final String SP = " ";
43
public
static
final String EQUALS = "=";
44
public
static
final String STAR = "*";
45
public
static
final String NEWLINE = "\r\n";
46
public
static
final String RETURN = "\n";
47
public
static
final String LESS_THAN = "<"
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java
21
public
static
final int AG_FAILURE = 0;
22
public
static
final int NO_CONNECTION_TO_PHONE = 1;
23
public
static
final int OPERATION_NOT_ALLOWED = 3;
24
public
static
final int OPERATION_NOT_SUPPORTED = 4;
25
public
static
final int PIN_REQUIRED = 5;
26
public
static
final int SIM_MISSING = 10;
27
public
static
final int SIM_PIN_REQUIRED = 11;
28
public
static
final int SIM_PUK_REQUIRED = 12;
29
public
static
final int SIM_FAILURE = 13;
30
public
static
final int SIM_BUSY = 14
[
all
...]
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
UsageStatistics.java
23
public
static
final String COMPONENT_GALLERY = "Gallery";
24
public
static
final String COMPONENT_CAMERA = "Camera";
25
public
static
final String COMPONENT_EDITOR = "Editor";
26
public
static
final String COMPONENT_IMPORTER = "Importer";
28
public
static
final String TRANSITION_BACK_BUTTON = "BackButton";
29
public
static
final String TRANSITION_UP_BUTTON = "UpButton";
30
public
static
final String TRANSITION_PINCH_IN = "PinchIn";
31
public
static
final String TRANSITION_PINCH_OUT = "PinchOut";
32
public
static
final String TRANSITION_INTENT = "Intent";
33
public
static
final String TRANSITION_ITEM_TAP = "ItemTap"
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java
29
public
static
final int SPECIAL_FORMAT = -1;
35
public
static
final int NO_NEXT = -1;
38
public
static
final int MIN_VALUE = -1;
41
public
static
final int MAX_VALUE = 0xffff;
44
public
static
final int NOP = 0x00;
45
public
static
final int MOVE = 0x01;
46
public
static
final int MOVE_FROM16 = 0x02;
47
public
static
final int MOVE_16 = 0x03;
48
public
static
final int MOVE_WIDE = 0x04;
49
public
static
final int MOVE_WIDE_FROM16 = 0x05
[
all
...]
/system/vold/
ResponseCode.h
24
static
const int ActionInitiated = 100;
26
static
const int VolumeListResult = 110;
27
static
const int AsecListResult = 111;
28
static
const int StorageUsersListResult = 112;
31
static
const int CommandOkay = 200;
32
static
const int ShareStatusResult = 210;
33
static
const int AsecPathResult = 211;
34
static
const int ShareEnabledResult = 212;
35
static
const int XwarpStatusResult = 213;
39
static
const int OperationFailed = 400
[
all
...]
/external/clang/lib/Headers/
tgmath.h
41
static
_Argument_type_is_not_arithmetic __tg_promote(...)
43
static
double _TG_ATTRSp __tg_promote(int);
44
static
double _TG_ATTRSp __tg_promote(unsigned int);
45
static
double _TG_ATTRSp __tg_promote(long);
46
static
double _TG_ATTRSp __tg_promote(unsigned long);
47
static
double _TG_ATTRSp __tg_promote(long long);
48
static
double _TG_ATTRSp __tg_promote(unsigned long long);
49
static
float _TG_ATTRSp __tg_promote(float);
50
static
double _TG_ATTRSp __tg_promote(double);
51
static
long double _TG_ATTRSp __tg_promote(long double)
[
all
...]
Completed in 716 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>