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

1 2

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Exception.pm 9 sub BUILD {
BitSet.pm 43 sub BUILD {
CommonToken.pm 71 sub BUILD {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
AnnotationVisibility.java 37 public static final int BUILD = 0;
41 private static String[] NAMES = new String[] {"build", "runtime", "system"};
52 if (visibility.equals("build")) {
53 return BUILD;
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationVisibility.java 26 BUILD("build"),
  /external/zlib/src/nintendods/
Makefile 13 # BUILD is the directory where object files & intermediate files will be placed
19 BUILD := build
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
84 -I$(CURDIR)/$(BUILD)
86 .PHONY: $(BUILD) clean all
89 all: $(BUILD)
96 $(BUILD): lib
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefil
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 23 import android.os.Build;
63 public static final String BUILD = "build";
116 MetaColumns.BUILD + " VARCHAR(32) NOT NULL" +
129 " VALUES ('" + Build.VERSION.INCREMENTAL + "');";
132 "SELECT " + MetaColumns.BUILD + " FROM " + Tables.TABLE_META_INDEX + " LIMIT 1;";
166 if (!Build.VERSION.INCREMENTAL.equals(getBuildVersion(db))) {
167 Log.w(TAG, "Index needs to be rebuilt as build-version is not the same");
208 Log.e(TAG, "Cannot get build version from Index metadata");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 123 BUILD = 'b' # call __setstate__ or __dict__.update()
125 DICT = 'd' # build a dict from stack items
130 INST = 'i' # build & push class instance
132 LIST = 'l' # build list from topmost stack items
134 OBJ = 'o' # build & push class instance
139 TUPLE = 't' # build tuple from topmost stack items
150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple
154 TUPLE1 = '\x85' # build 1-tuple from stack top
155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items
156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack item
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 123 BUILD = 'b' # call __setstate__ or __dict__.update()
125 DICT = 'd' # build a dict from stack items
130 INST = 'i' # build & push class instance
132 LIST = 'l' # build list from topmost stack items
134 OBJ = 'o' # build & push class instance
139 TUPLE = 't' # build tuple from topmost stack items
150 NEWOBJ = '\x81' # build object by applying cls.__new__ to argtuple
154 TUPLE1 = '\x85' # build 1-tuple from stack top
155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items
156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack item
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 605 milliseconds

1 2