HomeSort by relevance Sort by last modified time
    Searched full:static (Results 226 - 250 of 47082) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/java/android/media/
AudioFormat.java 31 public static final int ENCODING_INVALID = 0;
33 public static final int ENCODING_DEFAULT = 1;
36 public static final int ENCODING_PCM_16BIT = 2;
38 public static final int ENCODING_PCM_8BIT = 3;
42 @Deprecated public static final int CHANNEL_CONFIGURATION_INVALID = 0;
45 @Deprecated public static final int CHANNEL_CONFIGURATION_DEFAULT = 1;
48 @Deprecated public static final int CHANNEL_CONFIGURATION_MONO = 2;
51 @Deprecated public static final int CHANNEL_CONFIGURATION_STEREO = 3;
54 public static final int CHANNEL_INVALID = 0;
56 public static final int CHANNEL_OUT_DEFAULT = 1
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
AlbumSetLoader.java 7 public static final int INDEX_ID = 0;
8 public static final int INDEX_TITLE = 1;
9 public static final int INDEX_TIMESTAMP = 2;
10 public static final int INDEX_THUMBNAIL_URI = 3;
11 public static final int INDEX_THUMBNAIL_WIDTH = 4;
12 public static final int INDEX_THUMBNAIL_HEIGHT = 5;
13 public static final int INDEX_COUNT_PENDING_UPLOAD = 6;
14 public static final int INDEX_COUNT = 7;
15 public static final int INDEX_SUPPORTED_OPERATIONS = 8;
17 public static final String[] PROJECTION =
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 59 public static final int BASE = Protocol.BASE_DATA_CONNECTION_TRACKER;
60 public static final int EVENT_DATA_SETUP_COMPLETE = BASE + 0;
61 public static final int EVENT_RADIO_AVAILABLE = BASE + 1;
62 public static final int EVENT_RECORDS_LOADED = BASE + 2;
63 public static final int EVENT_TRY_SETUP_DATA = BASE + 3;
64 public static final int EVENT_DATA_STATE_CHANGED = BASE + 4;
65 public static final int EVENT_POLL_PDP = BASE + 5;
66 public static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = BASE + 6;
67 public static final int EVENT_VOICE_CALL_STARTED = BASE + 7;
68 public static final int EVENT_VOICE_CALL_ENDED = BASE + 8
    [all...]
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 7 public static final java.lang.Object OBJECT;
8 static { OBJECT = null; }
  /cts/tests/tests/jni/src/android/jni/cts/
StaticNonce.java 20 * Class with a bunch of native static methods. These methods are called by
24 static {
39 public static native void nop();
41 public static native boolean returnBoolean();
42 public static native byte returnByte();
43 public static native short returnShort();
44 public static native char returnChar();
45 public static native int returnInt();
46 public static native long returnLong();
47 public static native float returnFloat()
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 20 static {
24 public static native void init(int category, int subcategory, int width, int height);
25 public static native void step();
26 public static native float[] draw(int category, int subcategory, float[] color);
28 public static native int getAttachShaderError();
29 public static native int getLoadShaderError();
30 public static native int getProgramError();
31 public static native int getAttachedShaderCount();
  /development/libraries/stereocamera/
README.txt 3 This SDK component contains static libraries for computing the depth map of a pair of stereo images.
4 To use the libraries, simply copy them as static libraries into your project.
  /external/clang/test/ARCMT/Inputs/
test.h 6 static inline void part1(id p) {
12 static inline void part2(id p) {
  /external/clang/test/ARCMT/with space/
test.h 6 static inline void part1(id p) {
12 static inline void part2(id p) {
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p13.cpp 5 static const int f0 = 0;
6 static int f1;
  /external/clang/test/CodeGen/
2003-08-20-PrototypeMismatch.c 5 static int foo(int);
7 static int foo(C)
2007-05-11-str-const.c 3 static unsigned char out[]={0,1};
4 static const unsigned char str1[]="1";
static-forward-decl-fun.c 3 static int staticfun(void);
5 static int staticfun() {return 1;}
static-forward-decl.c 3 static int i;
5 static int i = 10;
  /external/clang/test/PCH/
cxx-required-decls.h 7 static S globS;
10 static int bar = ++ext_foo;
  /external/clang/test/Preprocessor/
macro_rparen_scan2.c 7 static int glob = (1 + FUNC(1 R_PAREN );
9 // CHECK: static int glob = (1 + 1 );
  /external/clang/test/Sema/
implicit-cast.c 3 static char *test1(int cf) {
6 static char *test2(int cf) {
  /external/clang/test/SemaCXX/
static-initializers.cpp 8 static int a = f();
11 static int b = f();
  /external/icu4c/test/cintltst/
cdattst.h 28 static void TestDateFormat(void);
29 static void TestRelativeDateFormat(void);
34 static void TestSymbols(void);
39 static void TestDateFormatCalendar(void);
44 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
45 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
46 static void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
51 static UChar* myNumformat(const UNumberFormat* numfor, double d);
cmsgtst.h 29 static void MessageFormatTest(void);
33 static void TestSampleMessageFormat(void);
37 static void TestSampleFormatAndParse(void);
41 static void TestMsgFormatChoice(void);
45 static void TestMsgFormatSelect(void);
49 static void TestParseMessage(void);
53 static void InitStrings( void );
58 static void TestJ904(void);
  /external/javassist/sample/evolve/
Sample.java 7 public static Class _version;
9 public static Object make(Object[] args) {
  /external/junit/src/junit/runner/
Version.java.template 11 public static String id() {
15 public static void main(String[] args) {
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.ll 1 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=static %s -o - | \
2 ; RUN: elf-dump --dump-section-data | FileCheck %s -check-prefix=STATIC
13 ; STATIC: ('sh_name', 0x{{.*}}) # '.eh_frame'
14 ; STATIC-NEXT: ('sh_type', 0x00000001)
15 ; STATIC-NEXT: ('sh_flags', 0x0000000000000002)
16 ; STATIC-NEXT: ('sh_addr', 0x{{.*}})
17 ; STATIC-NEXT: ('sh_offset', 0x{{.*}})
18 ; STATIC-NEXT: ('sh_size', 0x0000000000000028)
19 ; STATIC-NEXT: ('sh_link', 0x00000000)
20 ; STATIC-NEXT: ('sh_info', 0x00000000
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 14 public static final String NAME = "References";
16 public static final String CHAIN = "chain";
18 public static final String INQUIRY = "inquiry";
20 public static final String REFER = "refer" ;
22 public static final String SEQUEL = "sequel";
24 public static final String XFER = "xfer";
26 public static final String REL = "rel";
28 public static final String SERVICE = "service";
  /external/webkit/Tools/RebaselineQueueServer/
app.yaml 7 - url: /static
8 static_dir: static

Completed in 315 milliseconds

1 2 3 4 5 6 7 8 91011>>