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

<<71727374757677787980>>

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 75 /** Construct a new FieldSet. */
81 * Construct an empty FieldSet. This is only used to initialize
89 /** Construct a new FieldSet. */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 51 // values. We only want to construct one of these per message type,
491 // We need to construct all the structures passed to
551 // Construct the reflection object.
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-function.js 392 // Construction with derived construct trap.
400 // TODO(rossberg): handling of prototype for derived construct trap will be
475 // Throwing from the construct trap.
  /external/clang/include/clang/Sema/
Overload.h 331 void construct();
536 Ambiguous.construct();
756 // Construct the new objects.
  /external/icu4c/i18n/unicode/
choicfmt.h 176 * @param pattern Pattern used to construct object.
554 * Construct a new ChoiceFormat with the limits and the corresponding formats
557 * @param newPattern Pattern used to construct object.
smpdtfmt.h 59 * the default patterns in the locales, he can construct a SimpleDateFormat directly
706 * Construct a SimpleDateFormat using the default pattern for the default
717 * Construct a SimpleDateFormat using the given pattern and the default locale.
731 * Construct a SimpleDateFormat using the given pattern, numbering system override, and the default locale.
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
filter_v6.asm 57 orr r7, r7, r3, lsr #2 ; construct loop counter
147 orr r7, r7, r3, lsr #2 ; construct loop counter
240 orr r7, r7, r3, lsr #2 ; construct loop counter
  /external/llvm/include/llvm/ADT/
APFloat.h 138 /// A Pseudo fltsemantic used to construct APFloats that cannot conflict with
183 /// Convenience enum used to construct an uninitialized APFloat.
191 APFloat(const fltSemantics &); // Default construct to 0.0
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 149 /// Construct an invalid index.
152 // Construct a new slot index from the given one, and set the slot.
155 "Attempt to construct index with 0 pointer.");
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 434 // Construct new DW_TAG_lexical_block for this scope and attach
466 // Construct the address range for this DIE.
482 // This scope represents inlined body of a function. Construct DIE to
566 // Construct a DIE for this scope.
771 // Construct subprogram DIE.
    [all...]
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 608 "You haven't provided the instance for spying at field declaration so I tried to construct the instance.",
619 "You haven't provided the instance at field declaration so I tried to construct the instance.",
643 "You haven't provided the instance at field declaration so I tried to construct the instance.",
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 72 /** Construct a new FieldSet. */
83 * Construct an empty FieldSet. This is only used to initialize
90 /** Construct a new FieldSet. */
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 51 // values. We only want to construct one of these per message type,
478 // We need to construct all the structures passed to
538 // Construct the reflection object.
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 139 * to construct datasets where the algorithm takes
143 * it's easy to construct datasets where median-of-3
163 * - In one place (the insertion sort) I construct
  /external/v8/test/mjsunit/harmony/
proxies-function.js 392 // Construction with derived construct trap.
400 // TODO(rossberg): handling of prototype for derived construct trap will be
475 // Throwing from the construct trap.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 417 * Construct a SELECT statement suitable for use in a group of
487 * Construct a SELECT statement suitable for use in a group of
582 * construct a query that returns the union of what those
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 55 * <li>Construct your own instance of
70 * Construct a parameter-value tuple.
279 * Construct a sanitizer. The parameters set the behavior of the
  /frameworks/base/core/java/android/widget/
Switch.java 117 * Construct a new Switch with default styling.
126 * Construct a new Switch with default styling, overriding specific style
137 * Construct a new Switch with a default style determined by the given theme attribute,
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 462 * Construct a WifiConfiguration from a scanned network
463 * @param scannedAP the scan result used to construct the config entry
464 * TODO: figure out whether this is a useful way to construct a new entry.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 410 // Construct/copy/destroy:
421 * @brief Construct an empty string using allocator @a a.
428 * @brief Construct string with copy of value of @a str.
433 * @brief Construct string as copy of a substring.
441 * @brief Construct string as copy of a substring.
451 * @brief Construct string initialized by a character array.
462 * @brief Construct string as copy of a C string.
468 * @brief Construct string as multiple characters.
477 * @brief Construct string from an initializer list.
485 * @brief Construct string as copy of a range
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 590 // 402. wrong new expression in [some_] allocator::construct
592 construct(pointer __p, const _Tp& __val) function in class:__mt_alloc_base
598 construct(pointer __p, _Args&&... __args) function in class:__mt_alloc_base
vstring.h 135 // Construct/copy/destroy:
146 * @brief Construct an empty string using allocator @a a.
154 * @brief Construct string with copy of value of @a str.
173 * @brief Construct string from an initializer list.
183 * @brief Construct string as copy of a substring.
197 * @brief Construct string as copy of a substring.
212 * @brief Construct string initialized by a character array.
225 * @brief Construct string as copy of a C string.
234 * @brief Construct string as multiple characters.
243 * @brief Construct string as copy of a range
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 592 // 402. wrong new expression in [some_] allocator::construct
594 construct(pointer __p, const _Tp& __val) function in class:__mt_alloc_base
600 construct(pointer __p, _Args&&... __args) function in class:__mt_alloc_base
vstring.h 140 // Construct/copy/destroy:
151 * @brief Construct an empty string using allocator @a a.
159 * @brief Construct string with copy of value of @a str.
178 * @brief Construct string from an initializer list.
188 * @brief Construct string as copy of a substring.
202 * @brief Construct string as copy of a substring.
217 * @brief Construct string initialized by a character array.
230 * @brief Construct string as copy of a C string.
239 * @brief Construct string as multiple characters.
248 * @brief Construct string as copy of a range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 592 // 402. wrong new expression in [some_] allocator::construct
594 construct(pointer __p, const _Tp& __val) function in class:__mt_alloc_base
600 construct(pointer __p, _Args&&... __args) function in class:__mt_alloc_base

Completed in 2131 milliseconds

<<71727374757677787980>>