HomeSort by relevance Sort by last modified time
    Searched full:constructed (Results 301 - 325 of 2550) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 67 * @return {@code non-null;} an appropriately-constructed {@link Attribute}
119 * @return {@code non-null;} an appropriately-constructed {@link Attribute}
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarEntryTest.java 92 assertEquals("Wrong entry constructed--wrong name", entryName, jarEntry
94 assertEquals("Wrong entry constructed--wrong size", 311, jarEntry
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 41 * constructed <code>SimpleBigDecimal</code> equals <code>bigInt /
44 * @param scale The scale of the constructed <code>SimpleBigDecimal</code>.
  /external/chromium/sdch/open-vcdiff/src/
decodetable.h 36 // When constructed, the object will be set up to use the default code table.
38 // should be called after the VCDiffCodeTableReader has been constructed.
  /external/chromium_org/base/message_loop/
message_loop_proxy_unittest.cc 36 // partialy constructed object.
259 // PostTaskAndReplyRelay object was constructed. However, this loop must have
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.h 111 // It must be constructed on the UI thread, to set up |ui_weak_ptr_factory_| and
124 // Must be constructed on the UI thread.
  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 44 // tests that use this feature, the "test" PpapiGlobals should be constructed
61 // PpapiGlobals object must have been constructed using the "PerThreadForTest"
  /external/chromium_org/sdch/open-vcdiff/src/
decodetable.h 36 // When constructed, the object will be set up to use the default code table.
38 // should be called after the VCDiffCodeTableReader has been constructed.
  /external/chromium_org/third_party/icu/source/common/
dictbe.h 29 * <p>After it is constructed a DictionaryBreakEngine may be shared between
140 * <p>After it is constructed a ThaiBreakEngine may be shared between
  /external/chromium_org/ui/gfx/
font_list.h 131 // A vector of Font. If FontList is constructed with font description string,
139 // If FontList is constructed with a vector of font,
  /external/nist-sip/java/gov/nist/javax/sip/
NistSipMessageFactoryImpl.java 60 * constructed.
96 * constructed.
  /external/open-vcdiff/src/
decodetable.h 36 // When constructed, the object will be set up to use the default code table.
38 // should be called after the VCDiffCodeTableReader has been constructed.
  /libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java 51 * Constructs a new instance with a default-constructed {@link Deflater}.
186 * <p>For deflater output streams constructed with the {@code syncFlush} parameter set to true,
  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 84 * Test that an instance of a sibling class can be constructed.
140 * Test that an instance of a cousin class can be constructed.
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 29 * Builds a configured class loader. The constructed class loader can load a
46 * the constructed class loader and the application class loader.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 225 * @return {@code non-null;} an appropriately-constructed instance
234 * @return {@code non-null;} an appropriately-constructed instance
245 * @return {@code non-null;} an appropriately-constructed instance
254 * @return {@code non-null;} an appropriately-constructed instance
295 * @return {@code non-null;} an appropriately-constructed instance
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 168 * @return {@code non-null;} an appropriately-constructed instance
181 * @return {@code non-null;} an appropriately-constructed instance
196 * @return {@code non-null;} an appropriately-constructed instance
213 * @return {@code non-null;} an appropriately-constructed instance
394 * @return {@code non-null;} an appropriately-constructed instance
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 223 * @return {@code non-null;} an appropriately-constructed instance
232 * @return {@code non-null;} an appropriately-constructed instance
243 * @return {@code non-null;} an appropriately-constructed instance
252 * @return {@code non-null;} an appropriately-constructed instance
293 * @return {@code non-null;} an appropriately-constructed instance
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 168 * @return {@code non-null;} an appropriately-constructed instance
181 * @return {@code non-null;} an appropriately-constructed instance
196 * @return {@code non-null;} an appropriately-constructed instance
213 * @return {@code non-null;} an appropriately-constructed instance
394 * @return {@code non-null;} an appropriately-constructed instance
  /external/chromium/net/spdy/
spdy_test_util.h 155 // Returns the constructed frame. The caller takes ownership of the frame.
159 // Returns the constructed frame. The caller takes ownership of the frame.
163 // Returns the constructed frame. The caller takes ownership of the frame.
167 // Returns the constructed frame. The caller takes ownership of the frame.
172 // Returns the constructed frame. The caller takes ownership of the frame.
  /external/chromium_org/net/quic/crypto/
crypto_framer_test.cc 92 test::CompareCharArraysWithHexError("constructed packet", data->data(),
130 test::CompareCharArraysWithHexError("constructed packet", data->data(),
157 test::CompareCharArraysWithHexError("constructed packet", data->data(),
209 test::CompareCharArraysWithHexError("constructed packet", data->data(),
247 test::CompareCharArraysWithHexError("constructed packet", data->data(),
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 223 * @return {@code non-null;} an appropriately-constructed instance
232 * @return {@code non-null;} an appropriately-constructed instance
243 * @return {@code non-null;} an appropriately-constructed instance
252 * @return {@code non-null;} an appropriately-constructed instance
293 * @return {@code non-null;} an appropriately-constructed instance
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 168 * @return {@code non-null;} an appropriately-constructed instance
181 * @return {@code non-null;} an appropriately-constructed instance
196 * @return {@code non-null;} an appropriately-constructed instance
213 * @return {@code non-null;} an appropriately-constructed instance
394 * @return {@code non-null;} an appropriately-constructed instance
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 166 * Returns U_ZERO_ERROR if constructed successfully.
178 * Returns U_ZERO_ERROR if constructed successfully.
189 * Returns U_ZERO_ERROR if constructed successfully.
200 * Returns U_ZERO_ERROR if constructed successfully.
213 * Returns U_ZERO_ERROR if constructed successfully.
225 * Returns U_ZERO_ERROR if constructed successfully.
239 * Returns U_ZERO_ERROR if constructed successfully.
255 * Returns U_ZERO_ERROR if constructed successfully.
272 * Returns U_ZERO_ERROR if constructed successfully.
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 166 * Returns U_ZERO_ERROR if constructed successfully.
178 * Returns U_ZERO_ERROR if constructed successfully.
189 * Returns U_ZERO_ERROR if constructed successfully.
200 * Returns U_ZERO_ERROR if constructed successfully.
213 * Returns U_ZERO_ERROR if constructed successfully.
225 * Returns U_ZERO_ERROR if constructed successfully.
239 * Returns U_ZERO_ERROR if constructed successfully.
255 * Returns U_ZERO_ERROR if constructed successfully.
272 * Returns U_ZERO_ERROR if constructed successfully.
    [all...]

Completed in 859 milliseconds

<<11121314151617181920>>