/libcore/luni/src/main/java/java/util/ |
ArrayList.java | 65 * Constructs a new instance of {@code ArrayList} with the specified 79 * Constructs a new {@code ArrayList} instance with zero initial capacity. 86 * Constructs a new instance of {@code ArrayList} containing the elements of
|
EnumMap.java | 396 * Constructs an empty {@code EnumMap} using the given key type. 408 * Constructs an {@code EnumMap} using the same key type as the given {@code EnumMap} and 421 * Constructs an {@code EnumMap} initialized from the given map. If the given map
|
Locale.java | 277 * Constructs a new {@code Locale} using the specified language. 284 * Constructs a new {@code Locale} using the specified language and country codes. 291 * Constructs a new {@code Locale} using the specified language, country,
|
Calendar.java | 700 * Constructs a {@code Calendar} instance using the default {@code TimeZone} and {@code Locale}. 715 * Constructs a {@code Calendar} instance using the given {@code TimeZone} and {@code Locale}. [all...] |
/libcore/luni/src/main/java/java/util/zip/ |
ZipFile.java | 110 * Constructs a new {@code ZipFile} allowing read access to the contents of the given file. 119 * Constructs a new {@code ZipFile} allowing read access to the contents of the given file. 127 * Constructs a new {@code ZipFile} allowing access to the given file.
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
DirectoryWalker.java | 131 * express constructs like 'any file in directories named docs'.
577 * Constructs a <code>CancelException</code> with
588 * Constructs a <code>CancelException</code> with
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
ByteString.java | 530 * Constructs a read-only {@code java.nio.ByteBuffer} whose content 539 * Constructs a list of read-only {@code java.nio.ByteBuffer} objects 552 * Constructs a new {@code String} by decoding the bytes using the 566 * Constructs a new {@code String} by decoding the bytes as UTF-8. 884 * Constructs a new {@code ByteString} builder, which allows you to [all...] |
/frameworks/base/core/java/android/os/ |
Bundle.java | 68 * Constructs a new, empty Bundle. 76 * Constructs a Bundle whose data is stored as a Parcel. The data 90 * Constructs a new, empty Bundle that uses a specific ClassLoader for 102 * Constructs a new, empty Bundle sized to hold the given number of 113 * Constructs a Bundle containing a copy of the mappings from the given [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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...] |
/external/chromium/testing/gmock/include/gmock/ |
gmock-spec-builders.h | 285 // Constructs an OnCallSpec object from the information inside 476 // Constructs a null object that doesn't reference any expectation. 558 // Constructs an empty set. 608 // Constructs an empty sequence. [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 353 * Constructs an empty set. 359 * Constructs a set containing the given range. If <code>end > 369 * Constructs a set from the given pattern. See the class 380 * Constructs a set from the given pattern. See the class 397 * Constructs a set from the given pattern. See the class description 415 * Constructs a set that is identical to the given UnicodeSet. [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 354 * Constructs an empty set. 360 * Constructs a set containing the given range. If <code>end > 370 * Constructs a set from the given pattern. See the class 382 * Constructs a set from the given pattern. See the class 400 * Constructs a set from the given pattern. See the class description 418 * Constructs a set that is identical to the given UnicodeSet. [all...] |
messagepattern.h | 364 * Constructs an empty MessagePattern with default UMessagePatternApostropheMode. 374 * Constructs an empty MessagePattern. 385 * Constructs a MessagePattern with default UMessagePatternApostropheMode and [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 | 418 * Constructs the thumbnails grid. 695 * Constructs the categories list. 730 * 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/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/icu4c/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,
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-internal.h | 278 // Constructs and returns the message for an equality assertion 299 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE. 377 // Constructs a FloatingPoint from a raw floating-point number. [all...] |