Searched refs:build (Results 1 - 25 of 142) sorted by relevance

123456

/frameworks/compile/mclinker/
H A Dmcld.mk5 MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk
6 MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk
/frameworks/base/core/tests/coretests/apks/
H A DAndroid.mk6 # build sub packages
/frameworks/compile/libbcc/
H A Dlibbcc-gen-config-from-mk.mk24 $(PRIVATE_PATH)/tools/build/gen-config-from-mk.py < $< > $@
26 $(LIBBCC_ROOT_PATH)/tools/build/gen-config-from-mk.py
H A Dlibbcc.mk33 LIBBCC_HOST_BUILD_MK := $(LIBBCC_ROOT_PATH)/libbcc-host-build.mk
34 LIBBCC_DEVICE_BUILD_MK := $(LIBBCC_ROOT_PATH)/libbcc-device-build.mk
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/
H A DOuterTest.java35 return testSuiteBuilder.includeAllPackagesUnderHere().build();
/frameworks/base/graphics/tests/graphicstests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/keystore/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/location/tests/locationtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/media/mca/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/policy/
H A DAndroid.mk13 # additionally, build unit tests in a separate .apk
/frameworks/base/sax/tests/saxtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/ImfTest/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/permission/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/java/android/content/
H A DContentUris.java110 return appendId(contentUri.buildUpon(), id).build();
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DSmokeTestSuiteBuilderTest.java28 .includeAllPackagesUnderHere().build();
/frameworks/compile/libbcc/bcinfo/tools/
H A DAndroid.mk46 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestRequestBuilderTest.java70 TestRequest request = b.build(mInstr);
84 TestRequest request = b.build(mInstr);
99 TestRequest request = b.build(mInstr);
114 TestRequest request = b.build(mInstr);
129 TestRequest request = b.build(mInstr);
/frameworks/compile/linkloader/
H A DAndroid.mk52 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
88 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
113 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
137 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
177 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
210 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk1 # Configurations to build
5 # Configs - The names of each configuration to build; this is used to build
11 # UniveralArchs - A list of architectures to build for, when using universal build
12 # support (e.g., on Darwin). This should only be used to build fat
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneFactory.java42 SipProfile profile = new SipProfile.Builder(sipUri).build();
/frameworks/base/core/tests/bluetoothtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java37 Uri uri = builder.build();
51 .build());
62 u = u.buildUpon().build();
74 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build();
144 .build();
153 .build();
193 Uri b = a.buildUpon().fragment("new").build();
205 .build();
206 Uri b = a.buildUpon().fragment("new").build();
224 .build();
[all...]
/frameworks/base/core/tests/notificationtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/core/tests/systemproperties/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/native/
H A Dcopy-to-ndk.sh51 sh $ANDROID_BUILD_TOP/ndk/build/tools/build-platforms.sh

Completed in 3721 milliseconds

123456