HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 526 - 550 of 4776) sorted by null

<<21222324252627282930>>

  /external/clang/test/CXX/special/class.copy/
implicit-move-def.cpp 5 // construct
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-array.cpp 62 // Construct loop.
  /external/clang/test/Tooling/
clang-check-ast-dump.cpp 53 // Check that traversal continues after the previous construct.
  /external/compiler-rt/lib/i386/
ashrdi3.S 29 // If the input is negative, we need to construct the shifted sign bit
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
NameValuePair.java 33 * Construct an instance.
  /external/e2fsprogs/intl/
relocatable.h 53 /* Memory management: relocate() leaks memory, because it has to construct
  /external/e2fsprogs/lib/et/
compile_et.1 40 The name of the table is used to construct the name of a subroutine
  /external/eigen/doc/
B01_Experimental.dox 40 The only classes subject to (even partial) API stability guarantee (meaning that you can safely construct and use objects) are:
  /external/eigen/test/eigen2/
eigen2_swap.cpp 34 // construct 3 matrix guaranteed to be distinct
  /external/eigen/test/
swap.cpp 34 // construct 3 matrix guaranteed to be distinct
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 99 return construct(e1, e2);
110 return construct(e1, e2, e3);
121 return construct(e1, e2, e3, e4);
132 return construct(e1, e2, e3, e4, e5);
156 return construct(elements);
160 private static <E> ImmutableSet<E> construct(Object... elements) { method in class:ImmutableSet
204 return construct(uniqueElements);
249 return construct(elements.clone());
345 return construct(elements);
  /external/icu4c/common/
schriter.cpp 29 // NEVER DEFAULT CONSTRUCT!
  /external/icu4c/i18n/
funcrepl.cpp 28 * Construct a replacer that takes the output of the given
ucol_cnt.h 67 /* construct the table for output */
  /external/icu4c/i18n/unicode/
currunit.h 38 * Construct an object with the given ISO currency code.
  /external/icu4c/test/intltest/
itrbnf.h 116 * Test that all locales construct ok.
  /external/icu4c/tools/genrb/
rle.c 135 * Construct a string representing a char array. Use run-length encoding.
180 * Construct a string representing a byte array. Use run-length encoding.
236 * Construct an array of shorts from a run-length encoded string.
292 * Construct an array of bytes from a run-length encoded string.
  /external/libnfc-nci/halimpl/bcm2079x/include/
StartupConfig.h 20 * Construct a buffer that contains multiple Type-Length-Value contents
  /external/libvpx/libvpx/vp8/common/
treecoder.h 54 /* Construct encoding array from tree. */
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebate.txt 41 an experiment that failed. However, this syntactic construct has been
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 45 /// createPPCELFObjectWriter - Construct an PPC ELF object writer.
  /external/proguard/src/proguard/optimize/info/
DotClassMarker.java 34 * construct by any of the instructions that it visits.
  /external/protobuf/java/src/main/java/com/google/protobuf/
DynamicMessage.java 53 * Construct a {@code DynamicMessage} using the given {@code FieldSet}.
126 /** Construct a {@link Message.Builder} for the given type. */
132 * Construct a {@link Message.Builder} for a message of the same type as
257 /** Construct a {@code Builder} for the given type. */
  /external/svox/pico/lib/
picorsrc.h 92 * construct/destruct resource manager
  /external/v8/test/mjsunit/regress/
regress-1118.js 31 // should be able to construct a receiver from all optimized stack frames.

Completed in 928 milliseconds

<<21222324252627282930>>