HomeSort by relevance Sort by last modified time
    Searched full:constructs (Results 1 - 25 of 3575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.flags 1 -Xclang -plugin-arg-find-bad-constructs -Xclang check-base-classes
weak_ptr_factory.flags 1 -Xclang -plugin-arg-find-bad-constructs -Xclang check-weak-ptr-factory-order
  /external/junit/src/org/junit/experimental/max/
CouldNotReadCoreException.java 10 * Constructs
  /external/chromium_org/net/spdy/
spdy_websocket_test_util.h 30 // Constructs a standard SPDY SYN_STREAM frame for WebSocket over
37 // Constructs a standard SPDY SYN_REPLY packet to match the
41 // Constructs a WebSocket over SPDY handshake request packet.
47 // Constructs a WebSocket over SPDY handshake response packet.
53 // Constructs a SPDY HEADERS frame for a WebSocket frame over SPDY.
58 // Constructs a WebSocket over SPDY data packet.
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_main.h 18 * Constructs an instance SimpleInstance and configures it to call into
27 * Constructs a PSInstance object and configures it to use call the provided
  /external/chromium_org/webkit/common/fileapi/
file_system_mount_option.h 19 // Constructs with the default options.
23 // Constructs with the specified component.
  /external/clang/test/SemaCXX/
inline.cpp 4 // (checking C++-only constructs here)
  /libcore/luni/src/main/java/java/lang/
ReflectiveOperationException.java 28 * Constructs a new exception with no detail message.
34 * Constructs a new exception with the given detail message.
41 * Constructs a new exception with the given cause.
48 * Constructs a new exception with the given detail message and cause.
AssertionError.java 30 * Constructs a new {@code AssertionError} with no message.
36 * Constructs a new {@code AssertionError} with the given detail message and cause.
44 * Constructs a new {@code AssertionError} with a message based on calling
61 * Constructs a new {@code AssertionError} with a message based on calling
72 * Constructs a new {@code AssertionError} with a message based on calling
83 * Constructs a new {@code AssertionError} with a message based on calling
94 * Constructs a new {@code AssertionError} with a message based on calling
105 * Constructs a new {@code AssertionError} with a message based on calling
116 * Constructs a new {@code AssertionError} with a message based on calling
  /libcore/luni/src/main/java/java/net/
SocketException.java 31 * Constructs a new instance.
37 * Constructs a new instance with the given detail message.
43 * Constructs a new instance with the given cause.
51 * Constructs a new instance with given detail message and cause.
SocketTimeoutException.java 31 * Constructs a new instance.
37 * Constructs a new instance with the given detail message.
44 * Constructs a new instance with given cause.
52 * Constructs a new instance with given detail message and cause.
  /external/javassist/src/main/javassist/
CannotCompileException.java 56 * Constructs a CannotCompileException with a message.
67 * Constructs a CannotCompileException with an <code>Exception</code>
79 * Constructs a CannotCompileException with a detailed message
91 * Constructs a CannotCompileException with a
99 * Constructs a CannotCompileException with an <code>CompileError</code>.
106 * Constructs a CannotCompileException
114 * Constructs a CannotCompileException with a ClassFormatError.
  /dalvik/dx/src/com/android/dx/io/instructions/
FillArrayDataPayloadDecodedInstruction.java 35 * Constructs an instance. This private instance doesn't check the
48 * Constructs an instance.
56 * Constructs an instance.
64 * Constructs an instance.
72 * Constructs an instance.
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FillArrayDataPayloadDecodedInstruction.java 35 * Constructs an instance. This private instance doesn't check the
48 * Constructs an instance.
56 * Constructs an instance.
64 * Constructs an instance.
72 * Constructs an instance.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyViewException.java 20 * Constructs a MonkeyViewException object
27 * Constructs a MonkeyViewException object
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardException.java 20 * Constructs a VCardException object
27 * Constructs a VCardException object
  /libcore/luni/src/main/java/java/util/concurrent/
BrokenBarrierException.java 23 * Constructs a {@code BrokenBarrierException} with no specified detail
29 * Constructs a {@code BrokenBarrierException} with the specified
CancellationException.java 21 * Constructs a {@code CancellationException} with no detail message.
26 * Constructs a {@code CancellationException} with the specified detail
TimeoutException.java 24 * Constructs a {@code TimeoutException} with no specified detail
30 * Constructs a {@code TimeoutException} with the specified detail
  /external/chromium_org/content/browser/dom_storage/
dom_storage_session.h 26 // Constructs a |DOMStorageSession| and allocates new IDs for it.
29 // Constructs a |DOMStorageSession| and assigns |persistent_namespace_id|
34 // Constructs a |DOMStorageSession| as an alias of
47 // Constructs a |DOMStorageSession| by cloning
  /external/chromium_org/net/proxy/
proxy_config_service_ios.h 14 // Constructs a ProxyConfigService that watches the iOS system proxy settings.
  /external/chromium_org/remoting/host/
server_log_entry.h 30 // Constructs a log stanza. The caller should add one or more log entry
35 // Constructs a log entry for a session state change.
39 // Constructs a log entry for a heartbeat.
42 // Constructs a log entry for a host status message.
  /external/javassist/src/main/javassist/tools/reflect/
CannotInvokeException.java 39 * Constructs a CannotInvokeException with an error message.
46 * Constructs a CannotInvokeException with an InvocationTargetException.
54 * Constructs a CannotInvokeException with an IllegalAccessException.
62 * Constructs a CannotInvokeException with an ClassNotFoundException.
  /frameworks/base/keystore/java/android/security/
KeyChainException.java 25 * Constructs a new {@code KeyChainException} that includes the
32 * Constructs a new {@code KeyChainException} with the current stack
43 * Constructs a new {@code KeyChainException} with the current stack
56 * Constructs a new {@code KeyChainException} with the current stack
  /libcore/luni/src/main/java/java/io/
IOException.java 31 * Constructs a new {@code IOException} with its stack trace filled in.
37 * Constructs a new {@code IOException} with its stack trace and detail
48 * Constructs a new instance of this class with detail message and cause
62 * Constructs a new instance of this class with its detail cause filled in.

Completed in 1105 milliseconds

1 2 3 4 5 6 7 8 91011>>