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

<<11121314151617181920>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 153 return out.build();
239 return newBuilder().mergeFrom(input).build();
245 return newBuilder().mergeFrom(data).build();
251 return newBuilder().mergeFrom(data).build();
257 return newBuilder().mergeFrom(input).build();
308 addField(lastFieldNumber, lastField.build());
324 * Build the {@link UnknownFieldSet} and return it.
326 * <p>Once {@code build()} has been called, the {@code Builder} will no
327 * longer be usable. Calling any method after {@code build()} will result
331 public UnknownFieldSet build() { method in class:UnknownFieldSet.Builder
829 public Field build() { method in class:UnknownFieldSet.Field.Builder
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]
  /build/core/combo/arch/x86/
x86.mk 5 # It is also used to build full_x86-eng / sdk_x86-eng platform images that
13 # under build/core/combo/arch/x86/
  /build/core/
envsetup.mk 13 # If you update the build system such that the environment setup
16 # can build. Make sure to also update the corresponding value in
29 # the variant -- the set of files that are included for a build
55 # BUILD_OS is the real host doing the build.
58 # Under Linux, if USE_MINGW is set, we change HOST_OS to Windows to build the
59 # Windows SDK. Only a subset of tools and SDK will manage to build properly.
86 # the host build defaults to release, and it must be release or debug
135 # the target build type defaults to release
  /cts/tests/tests/permission2/src/android/permission2/cts/
ReadSocialStreamPermissionTest.java 64 .build(), null, null, null, null);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StreamItemsTest.java 66 .build());
118 .build());
127 .build());
153 .build());
  /device/asus/grouper/
full_grouper.mk 16 # This file is the build configuration for a full Android
17 # build for grouper hardware. This cleanly combines a set of
  /device/moto/stingray/
full_stingray.mk 16 # This file is the build configuration for a full Android
17 # build for stingray hardware. This cleanly combines a set of
  /device/moto/wingray/
full_wingray.mk 16 # This file is the build configuration for a full Android
17 # build for stingray hardware. This cleanly combines a set of
  /device/sample/products/
sample_addon.mk 39 # Real name of the add-on. This is the name used to build the add-on.
40 # Use 'make PRODUCT-<PRODUCT_NAME>-sdk_addon' to build the add-on.
  /device/samsung/crespo/
full_crespo.mk 16 # This file is the build configuration for a full Android
17 # build for crespo hardware. This cleanly combines a set of
  /device/samsung/crespo4g/
full_crespo4g.mk 16 # This file is the build configuration for a full Android
17 # build for crespo hardware. This cleanly combines a set of
  /device/samsung/maguro/
full_maguro.mk 16 # This file is the build configuration for a full Android
17 # build for maguro hardware. This cleanly combines a set of
  /device/samsung/tuna/
full_tuna.mk 16 # This file is the build configuration for a full Android
17 # build for toro hardware. This cleanly combines a set of
  /device/ti/panda/
full_panda.mk 16 # This file is the build configuration for a full Android
17 # build for toro hardware. This cleanly combines a set of
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 26 ### BUILD ###
27 1) In a shell cd to runtime/JavaScript/build.
28 2) Run 'ant'. This will build the JavaScript runtime libraries into the
33 1) Build the Antlr tool itself (see main Antlr documentation for details).
36 different build method, update runtime/JavaScript/build/antlr3.properties to
38 2) In a shell cd to runtime/JavaScript/build.
  /external/astl/src/
Android.mk 31 # Target build
41 # On linux we build a host version of the lib to run under valgrind.
  /external/chromium/testing/gmock/scripts/
gmock-config.in 18 flags to connect with Google C++ Mocking Framework, both in a build prior to
202 # it's not, we provide variables pointing to the source and build tree rather
212 # assume that we are in a build tree.
222 # We provide hooks to include from either the source or build dir, where the
223 # build dir is always preferred. This will potentially allow us to write
224 # build rules for generated headers and have them automatically be preferred
229 # Directly invoke the gtest-config script used during the build process.
  /external/chromium/testing/gtest/scripts/
gtest-config.in 18 flags to connect with Google C++ Testing Framework, both in a build prior to
202 # it's not, we provide variables pointing to the source and build tree rather
210 # assume that we are in a build tree.
220 # We provide hooks to include from either the source or build dir, where the
221 # build dir is always preferred. This will potentially allow us to write
222 # build rules for generated headers and have them automatically be preferred
  /external/elfutils/tests/
run-addrname-test.sh 82 /home/drepper/local/elfutils-build/20050425/v.c:11
84 /home/drepper/local/elfutils-build/20030710/u.c:5
  /external/gtest/scripts/
gtest-config.in 18 flags to connect with Google C++ Testing Framework, both in a build prior to
202 # it's not, we provide variables pointing to the source and build tree rather
210 # assume that we are in a build tree.
220 # We provide hooks to include from either the source or build dir, where the
221 # build dir is always preferred. This will potentially allow us to write
222 # build rules for generated headers and have them automatically be preferred
  /external/guava/guava/src/com/google/common/collect/
CompoundOrdering.java 43 .addAll(comparators).add(lastComparator).build();
ExplicitOrdering.java 58 return builder.build();
RegularImmutableBiMap.java 39 ImmutableMap<V, K> backwardMap = builder.build();
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableSortedMap_CustomFieldSerializer.java 50 return ImmutableSortedMap.orderedBy(comparator).putAll(entries).build();

Completed in 2651 milliseconds

<<11121314151617181920>>