HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 276 - 300 of 1726) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.js 176 this._recentBuilds.forEach(function(build) {
178 link.href = document.location.href + "?url=" + encodeURIComponent(build.url);
180 self._urlChosenFromPrompt(build.url);
183 link.appendChild(document.createTextNode("r" + build.revision + ": " + build.leakCount + " leaks"));
  /frameworks/compile/libbcc/
Android.mk 50 libbcc_GEN_SHA1_STAMP := $(LOCAL_PATH)/tools/build/gen-sha1-stamp.py
165 # Generate build stamp (Build time + Build git revision + Build Semi SHA1)
166 include $(LOCAL_PATH)/libbcc-gen-build-stamp.mk
169 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
246 # Generate build stamp (Build time + Build git revision + Build Semi SHA1
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 71 return builder.build();
82 return builder.build();
95 return builder.build();
109 return builder.build();
124 return builder.build();
147 * .build();}</pre>
149 * Builder instances can be reused; it is safe to call {@link #build} multiple
150 * times to build multiple multimaps in series. Each multimap contains the
220 @Override public ImmutableListMultimap<K, V> build() { method in class:ImmutableListMultimap.Builder
221 return (ImmutableListMultimap<K, V>) super.build();
    [all...]
ImmutableClassToInstanceMap.java 49 * .build();}</pre>
51 * After invoking {@link #build()} it is still possible to add more entries
52 * and build again. Thus each map generated by this builder will be a superset
63 * keys are not allowed, and will cause {@link #build} to fail.
72 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
99 public ImmutableClassToInstanceMap<B> build() { method in class:ImmutableClassToInstanceMap.Builder
100 return new ImmutableClassToInstanceMap<B>(mapBuilder.build());
125 return new Builder<B>().putAll(map).build();
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 67 ifdef HISTORICAL_NDK_VERSIONS_ROOT # In the platform build system
69 else # In the NDK build system
81 ifdef HISTORICAL_NDK_VERSIONS_ROOT # In the platform build system
83 else # In the NDK build system
100 ifdef HISTORICAL_NDK_VERSIONS_ROOT # In the platform build system
  /build/core/
Makefile 70 build/tools/post_process_props.py $@
73 # build.prop
74 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
81 # A list of arbitrary tags describing the build configuration.
91 # when the target-files is signed in a post-build step.
92 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
99 # A human-readable string that descibes this build in detail.
103 # The string used to uniquely identify this build; used by the OTA server.
114 # release build number or branch.buld_number non-release builds
123 # Non-user builds should show detailed build informatio
    [all...]
pdk_config.mk 1 # This file defines the rule to fuse the platform.zip into the current PDK build.
6 # What to build:
12 # 3) fusion is a command line build goal,
15 # 1) pdk is a command line build goal
22 $(info $(_pdk_fusion_default_platform_zip) found, do a PDK fusion build.)
37 # additional items to add to platform.zip for platform-java build
81 # This represents whether java build can use platform API or not
101 # Note that if there is already explicit rule in the build system to generate a file,
142 # SDK used for Java build under PDK
144 $(info PDK Build uses SDK $(PDK_BUILD_SDK_VERSION)
    [all...]
  /ndk/build/tools/
build-host-prebuilts.sh 38 register_option "--systems=<names>" do_SYSTEMS "List of host systems to build for"
42 register_var_option "--arch=<list>" ARCHS "List of target archs to build for"
75 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION" ]; then
76 echo "ERROR: The file $SRC_DIR/build/configure or"
84 # Now we can do the build
85 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools
88 echo "Preparing the build..."
129 # 1/ Copy the NDK toolchain build scripts
131 # 3/ Ssh to unpack the build scripts, and run them
134 dump "Preparing remote build on $REMOTE_HOST...
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageQueueTest.java 67 Message msg = builder.build();
74 msg = builder.build();
104 Message msg = builder.build();
129 Message msg0 = builder.build();
137 Message msg1 = builder.build();
144 .setType(Type.AfterCall).setFunction(msg0.getFunction()).setTime(2).build();
151 .setType(Type.AfterCall).setFunction(msg1.getFunction()).setTime(465).build();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java 66 return builder.build();
77 return builder.build();
90 return builder.build();
104 return builder.build();
119 return builder.build();
142 * .build();}</pre>
144 * Builder instances can be reused; it is safe to call {@link #build} multiple
145 * times to build multiple multimaps in series. Each multimap contains the
215 @Override public ImmutableListMultimap<K, V> build() { method in class:ImmutableListMultimap.Builder
216 return (ImmutableListMultimap<K, V>) super.build();
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 79 FooRequest fooRequest = FooRequest.newBuilder().build();
80 BarRequest barRequest = BarRequest.newBuilder().build();
114 FooRequest fooRequest = FooRequest.newBuilder().build();
115 BarRequest barRequest = BarRequest.newBuilder().build();
142 FooRequest fooRequest = FooRequest.newBuilder().build();
143 BarRequest barRequest = BarRequest.newBuilder().build();
149 FooResponse fooResponse = FooResponse.newBuilder().build();
150 BarResponse barResponse = BarResponse.newBuilder().build();
234 .build();
238 // Build a list of the class names nested in UnittestNoGenericServices
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 49 Layout l = b.build();
73 Layout l = b.build();
89 Layout l = b.build();
107 Layout l = b.build();
135 Layout l = b.build();
156 Layout l = b.build();
178 Layout l = b.build();
200 Layout l = b.build();
279 Layout build() { method in class:StaticLayoutTest.LayoutBuilder
  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 17 package util.build;
78 boolean build() { method in class:BuildStep
81 if (!child.build()) {
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 137 * build the ThreadFactory and/or build again. State is not shared amongst
142 public ThreadFactory build() { method in class:ThreadFactoryBuilder
143 return build(this);
146 private static ThreadFactory build(ThreadFactoryBuilder builder) { method in class:ThreadFactoryBuilder
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailDisplayUtilsTest.java 54 StreamItemEntry streamItem = getTestBuilder().setComment("1 comment").build(getContext());
61 .build(getContext());
67 StreamItemEntry streamItem = getTestBuilder().setComment(null).build(getContext());
  /sdk/emulator/opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
5 # build the following files.
7 # Also define BUILD_EMULATOR_OPENGL_DRIVER to 'true' to build the gralloc
32 # in this build file. This contains the definition of all useful
46 # Note that the build system will complain if you try to import a
50 # First, build the emugen host source-generation tool
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListMultimapTest.java 46 .build();
84 assertEquals(Arrays.asList(1), builder.build().get("one"));
93 Multimap<String, Integer> multimap = builder.build();
105 Multimap<String, Integer> multimap = builder.build();
125 Multimap<String, Integer> multimap = builder.build();
137 ImmutableListMultimap<String, Integer> multimap = builder.build();
149 ImmutableListMultimap<String, Integer> multimap = builder.build();
171 Multimap<String, Integer> multimap = builder.build();
233 ImmutableListMultimap<String, Integer> multimap = builder.build();
250 ImmutableListMultimap<String, Integer> multimap = builder.build();
    [all...]
  /build/target/board/
Android.mk 39 $(hide) build/tools/check_radio_versions.py $< $(BOARD_INFO_CHECK)
  /build/target/board/vbox_x86/
BoardConfig.mk 24 TARGET_DISK_LAYOUT_CONFIG := build/target/board/vbox_x86/disk_layout.conf
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DeviceInfoCollectorFuncTest.java 18 import com.android.tradefed.build.BuildInfo;
  /external/astl/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
22 # We only want this apk build for tests.
  /external/chromium/base/win/
windows_version.h 37 int build; member in struct:base::win::OSInfo::VersionNumber
71 // The next two functions return arrays of values, [major, minor(, build)].
  /external/dropbear/
Android.mk 31 # we will build openssh version instead
50 # we will build openssh version instead
  /external/guava/
Android.mk 25 # Include this library in the build server's output directory
28 # Also build a host-side library
  /external/guava/guava-gwt/src/com/google/common/collect/
EmptyImmutableSortedSet_CustomFieldSerializer.java 52 ImmutableSortedSet.orderedBy(comparator).build();

Completed in 3696 milliseconds

<<11121314151617181920>>