HomeSort by relevance Sort by last modified time
    Searched refs:building (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-builder-support/3.3.9/
maven-builder-support-3.3.9.jar 
  /build/core/
target_test_internal.mk 16 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
20 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
24 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
fuzz_test.mk 14 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
18 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
22 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
static_library.mk 5 # libraries default to building for both architecturess
shared_library.mk 5 # libraries default to building for both architecturess
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-builder-3.2.1.jar 
maven-model-builder-3.2.1.jar 
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 4 # library files to link with when building
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ShapeCache.java 65 private boolean building; field in class:ShapeCache
101 if (building) throw new GdxRuntimeException("Call end() after calling begin()");
102 building = true;
111 if (!building) throw new GdxRuntimeException("Call begin() prior to calling end()");
112 building = false;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug490.go 7 // The gccgo compiler used to crash building a comparison between an
  /prebuilts/go/linux-x86/test/fixedbugs/
bug490.go 7 // The gccgo compiler used to crash building a comparison between an
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
locref1.d 8 # relocation is ok when building an executable.
locref2.d 8 # PIC relocation is ok when building an executable.
  /external/nanopb-c/extra/
nanopb.mk 1 # This is an include file for Makefiles. It provides rules for building
34 # Rule for building .pb.c and .pb.h
  /libcore/ojluni/src/main/java/java/util/stream/
Nodes.java     [all...]
  /external/libweave/third_party/
third_party.mk 57 @echo Downloading and building libgtest and libgmock...
59 @echo Finished downloading and building libgtest and libgmock.
71 @echo Downloading and building libevhtp...
73 @echo Finished downloading and building libevhtp.
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 29 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /packages/apps/Nfc/nxp/jni/
Android.mk 36 # !!! Intentionally commented out, we'll stop building
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelCache.java 183 private boolean building; field in class:ModelCache
218 if (building) throw new GdxRuntimeException("Call end() after calling begin()");
219 building = true;
251 if (!building) throw new GdxRuntimeException("Call begin() prior to calling end()");
252 building = false;
320 if (!building) throw new GdxRuntimeException("Can only add items to the ModelCache in between .begin() and .end()");
343 if (building) throw new GdxRuntimeException("Cannot render a ModelCache in between .begin() and .end()");
353 if (building) throw new GdxRuntimeException("Cannot dispose a ModelCache in between .begin() and .end()");
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 21 # (1) You're building debug code that depends on libskia.
22 # (a) If libskia is built in release, then define SK_RELEASE when building
26 # (2) You're building libskia in debug mode.
31 # building their sources.
  /frameworks/native/libs/gui/tests/
Android.mk 48 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 34 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /prebuilts/go/darwin-x86/src/cmd/go/
testgo.go 6 // It is compiled into the Go binary only when building the
  /prebuilts/go/linux-x86/src/cmd/go/
testgo.go 6 // It is compiled into the Go binary only when building the

Completed in 1478 milliseconds

1 2 3 4 5 6 7 8 91011>>