HomeSort by relevance Sort by last modified time
    Searched defs:build (Results 26 - 50 of 3583) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
AbstractSimpleTypeNode.java 26 package build.tools.jdwpgen;
CommentNode.java 26 package build.tools.jdwpgen;
AbstractCommandNode.java 26 package build.tools.jdwpgen;
AbstractSimpleNode.java 26 package build.tools.jdwpgen;
ArrayObjectTypeNode.java 26 package build.tools.jdwpgen;
ArrayTypeNode.java 26 package build.tools.jdwpgen;
ClassLoaderObjectTypeNode.java 26 package build.tools.jdwpgen;
ClassObjectTypeNode.java 26 package build.tools.jdwpgen;
ClassTypeNode.java 26 package build.tools.jdwpgen;
EventNode.java 26 package build.tools.jdwpgen;
InterfaceTypeNode.java 26 package build.tools.jdwpgen;
  /external/python/cpython2/PC/VS8.0/
build.bat 2 rem A batch program to build or rebuild a particular configuration.
8 set build=/build variable
13 if "%1"=="-r" (set build=/rebuild) & shift & goto CheckOpts variable
15 set cmd=devenv pcbuild.sln %build% "%conf%|%platf%"
  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
rnn_cells.py 91 def build(self, inputs_shape): member in class:MaskedBasicLSTMCell
92 # Call the build method of the parent class.
93 super(MaskedBasicLSTMCell, self).build(inputs_shape)
240 def build(self, inputs_shape): member in class:MaskedLSTMCell
241 # Call the build method of the parent class.
242 super(MaskedLSTMCell, self).build(inputs_shape)
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 22 glslang=$(realpath ../../../external/glslang/build/install/bin/glslangValidator)
32 build() { function
33 ./gradlew build
37 adb install -r build/outputs/apk/android-debug.apk
46 build
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSuite.java 61 abstract public void build(DOMTestSink sink); method in class:DOMTestSuite
  /build/soong/ui/build/
cleanbuild.go 15 package build package
46 ctx.Println("Entire build directory removed.")
122 // Since products and build variants (unfortunately) shared the same
124 // build configurations are built in the same tree. This function will
165 ctx.Printf("Build configuration changed: %q -> %q, forcing installclean\n", prevConfig, currentConfig)
dumpvars.go 15 package build package
43 "-f", "build/make/core/config.mk",
49 cmd.Environment.Set("BUILD_SYSTEM", "build/make/core")
environment_test.go 15 package build package
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
StaticTestComponentWithBuilder.java 29 StaticTestComponentWithBuilder build(); method in interface:StaticTestComponentWithBuilder.Builder
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
ConnectivityMonitorFactory.java 12 public ConnectivityMonitor build(Context context, ConnectivityMonitor.ConnectivityListener listener) { method in class:ConnectivityMonitorFactory
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
GlideAnimationFactory.java 16 GlideAnimation<R> build(boolean isFromMemoryCache, boolean isFirstResource); method in interface:GlideAnimationFactory
  /external/hyphenation-patterns/
Android.mk 15 #disable build in PDK
60 # folding and normalization, so don't build it until that's fixed.
63 # for it, so we don't build it.
65 BUILD_HYB := $(LOCAL_PATH)/build-hyb.mk
72 define build-one-pattern-module
86 $(foreach l, $(pattern_locales), $(call build-one-pattern-module, $(dir $(l)), $(notdir $l)))
87 build-one-pattern-module :=
  /external/llvm/lib/DebugInfo/PDB/Raw/
InfoStreamBuilder.cpp 31 Expected<std::unique_ptr<InfoStream>> InfoStreamBuilder::build() { function in class:InfoStreamBuilder
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
Mp4Builder.java 33 public IsoFile build(Movie movie); method in interface:Mp4Builder
  /external/noto-fonts/
Android.mk 25 define build-one-font-module
37 # First "build" the Noto CJK fonts, which have a different directory and
46 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
52 # Similary "build" the Noto CJK fonts for serif family.
61 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
67 # Now "build" the Noto Color Emoji font, which is in its own directory. It is
76 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
82 # Now "build" the rest of the fonts, which live in a separate subdirectory.
310 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
313 # Now "build" the variable fonts, which live in a separate subdirectory
    [all...]

Completed in 895 milliseconds

12 3 4 5 6 7 8 91011>>