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

1 2

  /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/chromium_org/tools/gn/
file_template.h 2 // Use of this source code is governed by a BSD-style license that can be
21 // A FileTemplate object implements source expansion for a given "template"
25 // apply a source to it to get a list of outputs manually. Or you can do the
35 // {{source}} -> expands to be the source file name relative to the build
37 SOURCE,
104 // required parts of the given source file string. The results will be
112 const std::string& source,
119 // Extracts the given type of substitution from the given source. The source
    [all...]
  /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/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, char* who )
140 static void parseError ( SOURCE* s, char* msg )
148 static void barf ( SOURCE* s, char* msg )
160 static Bool readline ( SOURCE* s )
476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str )
507 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 )
516 static Bool addCountsToMap ( SOURCE* s
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 96 milliseconds

1 2