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

<<81828384858687888990>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 311 * @param pattern Pattern used to construct object.
321 * @param pattern Pattern used to construct object.
332 * @param pattern Pattern used to construct object.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 59 Construct();
78 Construct();
81 void MediaSessionClient::Construct() {
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 277 /// \brief Construct a new code-completion context of the given kind.
280 /// \brief Construct a new code-completion context of the given kind.
555 /// \brief A builder class used to construct new code-completion strings.
    [all...]
Initialization.h 682 /// \brief Construct a std::initializer_list from an initializer list.
715 /// For construct decls, the naming class is the target type.
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 68 // Construct the token itself.
292 // data buffer to construct the SourceLocation object.
477 // Construct the file lookup table. This will be used for mapping from
  /external/icu4c/i18n/
astro.h 288 * Construct a new <code>CalendarAstronomer</code> object that is initialized to
295 * Construct a new <code>CalendarAstronomer</code> object that is initialized to
302 * Construct a new <code>CalendarAstronomer</code> object with the given
  /external/llvm/include/llvm/ADT/
SmallVector.h 696 /// This does not construct or destroy any elements in the vector.
787 // Copy construct the new elements in place.
848 // Move-construct the new elements in place.
  /external/llvm/lib/Support/
Triple.cpp 311 /// \brief Construct a triple from the string representation provided.
323 /// \brief Construct a triple from string representations of the architecture,
337 /// \brief Construct a triple from string representations of the architecture,
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 109 We also construct the map from component names to info, and the
461 # Construct a list of all the dependencies of the Makefile fragment
    [all...]
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 127 // This function is safe to call at global construct time (as in the
437 // Need this construct to avoid the 'defined but not used' warning.
508 // construct them at static-initialization time (instead they get
gflags.h.in 127 // This function is safe to call at global construct time (as in the
437 // Need this construct to avoid the 'defined but not used' warning.
508 // construct them at static-initialization time (instead they get
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 136 // This function is safe to call at global construct time (as in the
446 // Need this construct to avoid the 'defined but not used' warning.
519 // construct them at static-initialization time (instead they get
  /external/protobuf/src/google/protobuf/
message.h 195 // Construct a new instance of the same type. Ownership is passed to the
509 // is provided, it will be used to construct instances of the sub-message;
651 // of that type. You can then call that message's New() method to construct
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 160 * Construct a Time object in the timezone named by the string
178 * Construct a Time object in the default timezone. The time is initialized to
186 * A copy constructor. Construct a Time object by copying the given
  /frameworks/base/docs/html/tools/testing/
testing_ui.jd 193 <p>The following code example shows how to construct <a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a> instances that represent a <strong>Cancel</strong> button and a <strong>OK</strong> button in your application.</p>
216 <dd>Represents a collection of items, for example songs in a music album or a list of emails in an inbox. Similar to a <a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a>, you construct a <a href="{@docRoot}tools/help/uiautomator/UiCollection.html">{@code UiCollection}</a> instance by specifying a <a href="{@docRoot}tools/help/uiautomator/UiSelector.html">{@code UiSelector}</a>. The <a href="{@docRoot}tools/help/uiautomator/UiSelector.html">{@code UiSelector}</a> for a <a href="{@docRoot}tools/help/uiautomator/UiCollection.html">{@code UiCollection}</a> should search for a UI element that is a container or wrapper of other child UI elements (such as a layout view that contains child UI elements). For example, the following code snippet shows how to construct a <a href="{@docRoot}tools/help/uiautomator/UiCollection.html">{@code UiCollection}</a> to represent a video album that is displayed within a {@link android.widget.FrameLayout}:
  /frameworks/base/docs/html/training/notepad/
notepad-ex1.jd 7 <p><em>In this exercise, you will construct a simple notes list that lets the
341 Back in the <code>onCreate</code> method, construct a new
461 <li>Construct the name using "Note" and the counter we defined in the class: <code>
  /libcore/luni/src/main/java/java/sql/
PreparedStatement.java 335 * a {@code Calendar} to use to construct the SQL {@code DATE}
605 * a {@code Calendar} to use to construct the SQL {@code TIME}
647 * a {@code Calendar} to use to construct the SQL {@code
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
set 44 // construct/copy/destroy:
200 // construct/copy/destroy:
717 // construct/copy/destroy:
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 191 // Construct the final result.
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 190 // Construct the final result.
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 261 * The following are building blocks to construct low-level IRs with 0 - 4
  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 269 * The following are building blocks to construct low-level IRs with 0 - 4
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 229 // Now we are ready to construct the app's data file based
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 259 LOGE("failed to construct master heap for pmem pool %s", pmem_pool);
  /device/lge/mako/camera/
QCameraHWI_Mem.cpp 261 ALOGE("failed to construct master heap for pmem pool %s", pmem_pool);

Completed in 756 milliseconds

<<81828384858687888990>>