HomeSort by relevance Sort by last modified time
    Searched defs:SOURCE (Results 1 - 25 of 66) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java 29 * Annotation is only available in the source code.
31 SOURCE,
33 * Annotation is available in the source code and in the class file, but not
38 * Annotation is available in the source code, the class file and is
  /external/clang/test/PCH/
cxx-member-init.cpp 27 #ifdef SOURCE
39 #define SOURCE
  /frameworks/ex/common/java/com/android/common/
Search.java 2 * Copyright (C) 2010 The Android Open Source Project
34 * Key for the source identifier set by the application that launched a search intent.
35 * The identifier is search-source specific string. It can be used
38 * The source identifier is stored in the {@link android.app.SearchManager#APP_DATA}
42 public final static String SOURCE = "source";
  /external/libpcap/msdos/
makefile 24 SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
29 BORLAND_OBJ = $(SOURCE:.c=.obj) msdos\pkt_rx0.obj msdos\ndis_0.obj
31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 73 SOURCE = '.-' # Must be first, writes stdout
77 SOURCE, SINK]
116 if kind == SOURCE:
118 'Template.append: SOURCE can only be prepended'
141 if self.steps and self.steps[0][1] == SOURCE:
143 'Template.prepend: already begins with SOURCE'
176 if self.steps[0][1] == SOURCE:
178 'Template.open_w: pipeline begins with SOURCE'
  /external/fio/
Makefile 29 SOURCE := gettime.c ioengines.c init.c stat.c log.c time.c filesetup.c \
50 SOURCE += engines/libaio.c
53 SOURCE += engines/rdma.c
56 SOURCE += engines/posixaio.c
59 SOURCE += engines/falloc.c
62 SOURCE += engines/e4defrag.c
65 SOURCE += engines/splice.c
68 SOURCE += engines/guasi.c
71 SOURCE += engines/fusion-aw.c
74 SOURCE += engines/solarisaio.
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BulkBean.java 75 private static final Source SOURCE = new Source(BulkBean.class.getName());
82 super(SOURCE);
BeanCopier.java 44 public Object newInstance(String source, String target, boolean useConverter);
47 public static BeanCopier create(Class source, Class target, boolean useConverter) {
49 gen.setSource(source);
58 private static final Source SOURCE = new Source(BeanCopier.class.getName());
59 private Class source; field in class:BeanCopier.Generator
64 super(SOURCE);
67 public void setSource(Class source) {
68 if(!Modifier.isPublic(source.getModifiers())){
    [all...]
BeanGenerator.java 30 private static final Source SOURCE = new Source(BeanGenerator.class.getName());
43 super(SOURCE);
BeanMap.java 63 private static final Source SOURCE = new Source(BeanMap.class.getName());
77 super(SOURCE);
ImmutableBean.java 47 private static final Source SOURCE = new Source(ImmutableBean.class.getName());
52 super(SOURCE);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
InterfaceMaker.java 35 private static final Source SOURCE = new Source(InterfaceMaker.class.getName());
44 super(SOURCE);
Mixin.java 96 private static final Source SOURCE = new Source(Mixin.class.getName());
105 super(SOURCE);
Enhancer.java 67 private static final Source SOURCE = new Source(Enhancer.class.getName());
152 super(SOURCE);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClass.java 52 private static final Source SOURCE = new Source(FastClass.class.getName());
56 super(SOURCE);
ConstructorDelegate.java 47 private static final Source SOURCE = new Source(ConstructorDelegate.class.getName());
55 super(SOURCE);
MethodDelegate.java 151 private static final Source SOURCE = new Source(MethodDelegate.class.getName());
163 super(SOURCE);
MulticastDelegate.java 68 private static final Source SOURCE = new Source(MulticastDelegate.class.getName());
81 super(SOURCE);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
ParallelSorter.java 255 private static final Source SOURCE = new Source(ParallelSorter.class.getName());
260 super(SOURCE);
StringSwitcher.java 70 private static final Source SOURCE = new Source(StringSwitcher.class.getName());
77 super(SOURCE);
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 54 private static String SOURCE = "source";
101 String source = music.getString(SOURCE); local
103 if (!source.startsWith("http")) {
104 source = path + source;
114 mMusicList.add(new MusicTrack(title, album, artist, genre, source,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 121 private static final Source SOURCE = new Source(KeyFactory.class.getName());
128 super(SOURCE);
  /external/libsepol/src/
services.c 207 * policy source.
367 * when it is applied to the specified source and target
399 * Set 1 = source, 2 = target, 3 = xcontext for validatetrans
401 #define SOURCE 1
405 int s_t_x_num = SOURCE;
614 s_t_x_num = SOURCE;
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 116 /* Keep track of source filename/line no so as to be able to
124 SOURCE;
126 static void printSrcLoc ( SOURCE* s )
132 static void mallocFail ( SOURCE* s, const char* who )
140 static void parseError ( SOURCE* s, const char* msg )
148 static void barf ( SOURCE* s, const char* msg )
160 static Bool readline ( SOURCE* s )
480 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str )
511 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 )
520 static Bool addCountsToMap ( SOURCE* s
    [all...]

Completed in 3225 milliseconds

1 2 3