HomeSort by relevance Sort by last modified time
    Searched full:constructed (Results 76 - 100 of 2682) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
error-accessors.js 32 // message is constructed using the constructor.
43 // message is constructed by the runtime.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
IntInsnNode.java 51 * @param opcode the opcode of the instruction to be constructed. This
53 * @param operand the operand of the instruction to be constructed.
  /external/oprofile/libutil++/
growable_vector.h 30 * bounds index will return a default-constructed value.
94 /// return true if all elements have the default constructed value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
keyctl.h 49 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
50 #define KEYCTL_NEGATE 13 /* negate a partially constructed key */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
keyctl.h 49 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
50 #define KEYCTL_NEGATE 13 /* negate a partially constructed key */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
GregorianCalendarTest.java 39 assertTrue("Constructed incorrect calendar", (new GregorianCalendar()
49 assertEquals("Incorrect calendar constructed 1",
51 assertTrue("Incorrect calendar constructed 2",
53 assertEquals("Incorrect calendar constructed 3", 13, gc
55 assertTrue("Incorrect calendar constructed 4", gc.getTimeZone().equals(
67 assertEquals("Incorrect calendar constructed",
69 assertTrue("Incorrect calendar constructed",
71 assertEquals("Incorrect calendar constructed", 13, gc
73 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR));
74 assertEquals("Incorrect calendar constructed",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchBuilder.java 30 * @return {@code non-null;} the constructed table
  /dalvik/dx/src/com/android/dx/dex/code/
CatchBuilder.java 29 * @return {@code non-null;} the constructed table
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 130 // SequenceOf - testing constructed ASN.1 type
205 // tag: class(CONTEXT SPECIFIC) + constructed +number (2)
219 // decode constructed
226 "ASN.1 octetstring: constructed identifier at [0]. Not valid for DER.",
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DLSet.java 13 * <b>8.11.1</b> The encoding of a set value shall be constructed
124 * As DL requires the constructed, definite-length model to
127 * we also have to specify CONSTRUCTED, and the objects length.
136 out.write(BERTags.SET | BERTags.CONSTRUCTED);
LazyEncodedSequence.java 102 out.writeEncoded(BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded);
  /external/chromium_org/ash/wm/workspace/
two_step_edge_cycler.h 38 // The number of moves since the cycler was constructed.
  /external/chromium_org/base/containers/
hash_tables_unittest.cc 22 // Verify that a hash_map can be constructed for pairs of integers of various
  /external/chromium_org/base/message_loop/
message_loop_proxy.h 17 // MessageLoopProxy objects are constructed automatically for all MessageLoops.
  /external/chromium_org/base/
sequence_checker_impl.h 19 // particular, it behaves exactly like ThreadChecker if constructed
  /external/chromium_org/chrome/browser/devtools/
devtools_network_controller.h 43 // Controller must be constructed on IO thread.
  /external/chromium_org/chrome/browser/net/
resource_prefetch_predictor_observer.h 25 // - Needs to be constructed on UI thread. Rest of the functions can only be
  /external/chromium_org/chrome/browser/
site_details.h 46 // Never needs to be constructed.
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
edit_search_engine_cocoa_controller.h 16 // engine. If constructed with a nil |templateURL| then it is an add operation,
  /external/chromium_org/components/autofill/content/renderer/
renderer_save_password_progress_logger.h 26 // browser. The |sender| needs to outlive the constructed logger.
  /external/chromium_org/components/leveldb_proto/
leveldb_database.h 23 // Once constructed, function calls and destruction should all occur on the
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.h 22 // Native counterpart that allows interstitial pages to be constructed and
  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 22 // Helper method that returns FileSystemContext constructed for
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.h 37 // This object must be constructed on the main thread.
  /external/chromium_org/content/public/browser/
interstitial_page_delegate.h 38 // Note that this is only called if the InterstitialPage was constructed with

Completed in 862 milliseconds

1 2 34 5 6 7 8 91011>>