Searched refs:build (Results 251 - 275 of 628) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c28 // For the byte 'x', build a value of 'size' bytes from that byte, eg:
37 U8 build(int size, U1 byte) function
120 arr[i] = (U1)build(1, randomU1());
H A Dsh-mem.c29 // For the byte 'x', build a value of 'size' bytes from that byte, eg:
38 U8 build(int size, U1 byte) function
150 /* build the value for i (one of: i, ii, iiii, iiiiiiii) */ \
151 U8 tmp = build(NNN, j); \
155 /* the output of build() into a variable of type 'Ty'. */ \
164 * convert an integer type from build into an FP type with a
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
H A Dbuild.com1 $! VMS build procedure for flex 2.5.x;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJcaDigestCalculatorProviderBuilder.java39 public DigestCalculatorProvider build() method in class:JcaDigestCalculatorProviderBuilder
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameBuilder.java70 public X500Name build() method in class:X500NameBuilder
/external/compiler-rt/make/
H A Dsubdir.mk11 # OnlyArchs - Only build the objects for the listed archs.
12 # OnlyConfigs - Only build the objects for the listed configurations.
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvCode.java111 catches = unprocessedCatches.build();
H A DStdCatchBuilder.java38 /** {@code non-null;} method to build the list for */
49 * a subsequent call to {@link #build}.
51 * @param method {@code non-null;} method to build the list for
75 public CatchTable build() { method in class:StdCatchBuilder
76 return build(method, order, addresses);
117 * @param method {@code non-null;} method to build the list for
122 public static CatchTable build(RopMethod method, int[] order, method in class:StdCatchBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DconsoleLogs.php8 // Get build type names
64 echo "<br>There are no test logs for this build.";
/external/guava/guava-gwt/src/com/google/common/collect/
H A DMultimap_CustomFieldSerializerBase.java50 return builder.build();
/external/skia/include/xml/
H A DSkDOM.h30 const Node* build(const char doc[], size_t len);
/external/webkit/Source/WebCore/svg/
H A DSVGFEComponentTransferElement.cpp81 PassRefPtr<FilterEffect> SVGFEComponentTransferElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) function in class:WebCore::SVGFEComponentTransferElement
/external/webkit/Source/WebKit/chromium/src/
H A DBoundObject.cpp69 void BoundObject::build() function in class:WebKit::BoundObject
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder1Test.java317 * Test for <code>build(CertPathParameters params)</code> method
331 certPB[i].build(null);
356 certPB.build(null);
364 certPB.build(null);
/external/bison/
H A DMakefile77 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
111 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
114 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
115 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
116 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
117 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
118 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
162 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
163 MKINSTALLDIRS = $(top_builddir)/build-aux/mkinstalldirs
210 build macro
[all...]
/external/bison/lib/
H A DMakefile80 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
112 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
123 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
126 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
127 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
128 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
129 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
130 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
174 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
175 MKINSTALLDIRS = $(top_builddir)/build
220 build = x86_64-unknown-linux-gnu macro
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathBuilderSpi.java39 * build the CertPath
105 result = build(cert, pkixParams, certPathList);
130 protected CertPathBuilderResult build(X509Certificate tbvCert, method in class:PKIXCertPathBuilderSpi
246 builderResult = build(issuer, pkixParams, tbvPath);
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java101 .build(identityLoader());
173 LoadingCache<Object, Object> cache = CacheBuilder.newBuilder().build(loader);
223 .build(loader);
282 .build(loader);
324 .build(TestingCacheLoaders.<Integer>identityLoader());
370 LoadingCache<Integer, Integer> cache = CacheBuilder.newBuilder().build(loader);
432 LoadingCache<Object, Object> cache = CacheBuilder.newBuilder().build(loader);
467 LoadingCache<Object, Object> cache = CacheBuilder.newBuilder().build(loader);
505 LoadingCache<Object, Object> cache = CacheBuilder.newBuilder().build(loader);
543 LoadingCache<Object, Object> cache = CacheBuilder.newBuilder().build(loade
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedMapTest.java317 = ImmutableSortedMap.<String, Integer>naturalOrder().build();
325 .build();
337 .build();
346 .build();
385 assertMapEquals(builder.build(), "one", 1);
392 .build();
409 .build();
419 .build();
423 .build();
472 builder.build();
[all...]
H A DAbstractImmutableSetTest.java297 .build();
308 .build();
320 .build();
338 ImmutableSet<Integer> webSafeColors = webSafeColorsBuilder.build();
348 = webSafeColorsBuilder.add(LAST_COLOR_ADDED).build();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatPackageWriterImpl.java96 IsoFile muxed = defaultMp4Builder.build(source);
107 IsoFile muxed = defaultMp4Builder.build(movieWithAdjustedTimescale);
113 IsoFile isoFile = ismvBuilder.build(movieWithAdjustedTimescale);
/external/stlport/
H A Dconfigure7 configmak=$base/build/Makefiles/gmake/config.mak
63 --without-debug don't build debug variant
64 --without-stldebug don't build STLport's STLP_DEBUG mode
65 --enable-static build static
66 --disable-shared don't build shared
120 echo include gcc.mak > ${base}/build/lib/Makefile
121 echo include gcc.mak > ${base}/build/test/unit/Makefile
122 echo include gcc.mak > ${base}/build/test/eh/Makefile
238 echo include $target.mak > ${base}/build/lib/Makefile
239 echo include $target.mak > ${base}/build/tes
[all...]
/external/clang/tools/scan-build/
H A Dscan-build10 # A script designed to wrap a build so that all calls to gcc are intercepted
26 my $Prog = "scan-build";
203 die "No build command." if (scalar(@$Args) == 0);
501 # Scan each report file and build an index.
622 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
834 # RunBuildCommand - Run the build command.
978 USAGE: $Prog [options] <build command> [build options]
1009 Add a "keep on going" option to the specified build command. This option
1011 can specify this behavior directly using build option
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMap.java100 .put(k1, v1).put(k2, v2).build();
106 .put(k1, v1).put(k2, v2).put(k3, v3).build();
112 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build();
118 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).put(k5, v5).build();
218 @Override public ImmutableSortedMap<K, V> build() { method in class:ImmutableSortedMap.Builder
/external/bison/examples/
H A DMakefile73 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
89 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9
92 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar
93 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf
94 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader
95 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te
96 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1.9
140 MAKEINFO = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run makeinfo
141 MKINSTALLDIRS = $(top_builddir)/build-aux/mkinstalldirs
186 build macro
[all...]

Completed in 1146 milliseconds

<<11121314151617181920>>