HomeSort by relevance Sort by last modified time
    Searched full:constructs (Results 2351 - 2375 of 3697) sorted by null

<<919293949596979899100>>

  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 342 * Constructs an orthographic projection matrix, transforming the box
366 * Constructs a frustum projection matrix, transforming the box
387 * Constructs a perspective projection matrix, assuming a symmetrical field of view.
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 206 // Constructs and returns the message for an equality assertion
227 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
306 // Constructs a FloatingPoint from a raw floating-point number.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 621 /** @brief Constructs a %__shared_ptr instance that stores @a __p
643 /** @brief If @a __r is empty, constructs an empty %__shared_ptr;
654 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
665 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
678 /** @brief Constructs a %__shared_ptr that shares ownership with @a __r
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 621 /** @brief Constructs a %__shared_ptr instance that stores @a __p
643 /** @brief If @a __r is empty, constructs an empty %__shared_ptr;
654 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
665 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
678 /** @brief Constructs a %__shared_ptr that shares ownership with @a __r
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 621 /** @brief Constructs a %__shared_ptr instance that stores @a __p
643 /** @brief If @a __r is empty, constructs an empty %__shared_ptr;
654 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
665 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
678 /** @brief Constructs a %__shared_ptr that shares ownership with @a __r
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 621 /** @brief Constructs a %__shared_ptr instance that stores @a __p
643 /** @brief If @a __r is empty, constructs an empty %__shared_ptr;
654 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
665 /** @brief Move-constructs a %__shared_ptr instance from @a __r.
678 /** @brief Constructs a %__shared_ptr that shares ownership with @a __r
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 193 * Constructs instance.
231 * Constructs instance.
243 * Constructs instance.
359 * Constructs an instance. This class is not publicly instantiable; use
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 711 * Constructs a {@code Calendar} instance using the default {@code TimeZone} and {@code Locale}.
726 * Constructs a {@code Calendar} instance using the given {@code TimeZone} and {@code Locale}.
    [all...]
SimpleTimeZone.java 78 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT
95 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT,
171 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT,
    [all...]
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 203 // Constructs the note id URI
247 // Constructs a URI with a note ID of 1. This matches the note ID URI pattern that
552 // Constructs a URI that matches the provider's notes id URI pattern, using an arbitrary
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 441 * Constructs the thumbnails grid.
739 * Constructs the categories list.
774 * Constructs the element in categories list.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
_stream_hybi.py 298 """Constructs an instance."""
390 """Constructs StreamOptions."""
411 """Constructs an instance.
  /external/chromium_org/third_party/expat/files/lib/
expat.h 202 /* Constructs a new parser; encoding is the encoding specified by the
208 /* Constructs a new parser and namespace processor. Element type
223 /* Constructs a new parser using the memory management suite referred to
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 361 * Constructs an empty MessagePattern with default UMessagePatternApostropheMode.
371 * Constructs an empty MessagePattern.
382 * Constructs a MessagePattern with default UMessagePatternApostropheMode and
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.h 79 * Constructs an Ecliptic coordinate object.
148 * Constructs an Equatorial coordinate object.
222 * Constructs a Horizon coordinate object.
  /external/expat/lib/
expat.h 202 /* Constructs a new parser; encoding is the encoding specified by the
208 /* Constructs a new parser and namespace processor. Element type
223 /* Constructs a new parser using the memory management suite referred to
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 361 * Constructs an empty MessagePattern with default UMessagePatternApostropheMode.
371 * Constructs an empty MessagePattern.
382 * Constructs a MessagePattern with default UMessagePatternApostropheMode and
    [all...]
  /external/icu/icu4c/source/i18n/
astro.h 79 * Constructs an Ecliptic coordinate object.
148 * Constructs an Equatorial coordinate object.
222 * Constructs a Horizon coordinate object.
  /external/llvm/docs/tutorial/
LangImpl5.rst 409 Now that we know how to add basic control flow constructs to the
561 This loop contains all the same constructs we saw before: a phi node,
724 of the tutorial. In this chapter we added two control flow constructs,
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 633 /* Constructs DIEAttrib intance. */
713 /* Constructs DwarfAbbrDieArray instance.
898 /* Constructs DwarfStateMachine instance.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
WhiteBalanceTest.java 76 * Constructs a <code>WhiteBalanceTest</code> instance with a given
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 48 * Constructs an instance. It merely holds onto its parameters for
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 56 * Constructs an empty instance.
CatchStructs.java 73 * Constructs an instance.
ClassDefItem.java 79 * Constructs an instance. Its sets of members and annotations are

Completed in 619 milliseconds

<<919293949596979899100>>