OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructs
(Results
301 - 325
of
3575
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ppapi/cpp/dev/
ime_input_event_dev.h
23
///
Constructs
an is_null() IME input event object.
26
///
Constructs
an IME input event object from the provided generic input
33
/// This constructor manually
constructs
an IME event from the provided
/external/chromium_org/ppapi/cpp/
var_array.h
19
///
Constructs
a new array var.
22
///
Constructs
a <code>VarArray</code> given a var for which is_array() is
29
///
Constructs
a <code>VarArray</code> given a <code>PP_Var</code> of type
var_dictionary.h
19
///
Constructs
a new dictionary var.
22
///
Constructs
a <code>VarDictionary</code> given a var for which
29
///
Constructs
a <code>VarDictionary</code> given a <code>PP_Var</code>
/external/dexmaker/src/dx/java/com/android/dx/util/
ExceptionWithContext.java
54
*
Constructs
an instance.
63
*
Constructs
an instance.
72
*
Constructs
an instance.
/external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java
34
*
Constructs
a class value. The initial value is specified
45
*
Constructs
a class value.
55
*
Constructs
a class value.
/external/smack/src/org/jivesoftware/smackx/pubsub/
ItemPublishEvent.java
31
*
Constructs
an <tt>ItemPublishEvent</tt> with the provided list
44
*
Constructs
an <tt>ItemPublishEvent</tt> with the provided list
60
*
Constructs
an <tt>ItemPublishEvent</tt> with the provided list
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ExceptionWithContext.java
62
*
Constructs
an instance.
71
*
Constructs
an instance.
80
*
Constructs
an instance.
/libcore/dex/src/main/java/com/android/dex/util/
ExceptionWithContext.java
53
*
Constructs
an instance.
62
*
Constructs
an instance.
71
*
Constructs
an instance.
/libcore/luni/src/main/java/java/security/
Signer.java
35
*
Constructs
a new instance of {@code Signer}.
41
*
Constructs
a new instance of {@code Signer} with the given name.
51
*
Constructs
a new instance of {@code Signer} with the given name in the
/external/junit/src/junit/framework/
TestSuite.java
117
*
Constructs
an empty TestSuite.
123
*
Constructs
a TestSuite from the given class. Adds all the methods
158
*
Constructs
a TestSuite from the given class with the given name.
167
*
Constructs
an empty TestSuite.
174
*
Constructs
a TestSuite from the given array of classes.
190
*
Constructs
a TestSuite from the given array of classes with the given name.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ControlPoint.java
43
*
Constructs
a new {@link ControlPoint} from the given event. The event
62
*
Constructs
a new {@link ControlPoint} from the given menu detect event.
76
*
Constructs
a new {@link ControlPoint} from the given event. The event
94
*
Constructs
a new {@link ControlPoint} from the given event.
110
*
Constructs
a new {@link ControlPoint} from the given x,y coordinates,
124
*
Constructs
a new canvas control coordinate with the given X and Y
/cts/apps/CtsVerifier/include/colorchecker/
testingimage.h
26
//
Constructs
a new instance with the inputImage's row and column counts.
31
//
Constructs
a new instance with an inputImage but resize it to a given
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java
30
*
Constructs
an immutable instance which is the combination of
60
*
Constructs
an instance. All indices initially contain {@code null}.
/dalvik/dx/src/com/android/dx/cf/attrib/
RawAttribute.java
36
*
Constructs
an instance.
54
*
Constructs
an instance from a sub-array of a {@link ByteArray}.
/dalvik/dx/src/com/android/dx/dex/code/
CodeAddress.java
34
*
Constructs
an instance. The output address of this instance is initially
44
*
Constructs
an instance. The output address of this instance is initially
/dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java
30
*
Constructs
an immutable instance which is the combination of
60
*
Constructs
an instance. All indices initially contain {@code null}.
/development/host/windows/usb/api/
adb_api_private_defines.h
29
/** \brief
Constructs
an empty object.
42
/** \brief
Constructs
the object with parameters.
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAPublicKeySpecTest.java
47
* Assertion:
Constructs
<code>RSAPublicKeySpec</code>
60
* Assertion:
Constructs
<code>RSAPublicKeySpec</code>
/external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java
291
*
Constructs
a wrapper object for the base type <code> boolean </code> .
298
*
Constructs
a wrapper object for the base type <code> c </code> .
305
*
Constructs
a wrapper object for the base type <code> char </code> .
312
*
Constructs
a wrapper object for the base type <code> double </code> .
319
*
Constructs
a wrapper object for the base type <code> float </code> .
326
*
Constructs
a wrapper object for the base type <code> int </code> .
333
*
Constructs
a wrapper object for the base type <code> long </code> .
340
*
Constructs
a wrapper object for the base type <code> short </code> .
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLHandshakeExceptionTest.java
53
* Assertion:
constructs
SSLHandshakeException with detail message msg.
68
* Assertion:
constructs
SSLHandshakeException when <code>msg</code> is
SSLKeyExceptionTest.java
52
*
constructs
SSLKeyException with detail message msg. Parameter
67
*
constructs
SSLKeyException when <code>msg</code> is null
SSLPeerUnverifiedExceptionTest.java
53
* Assertion:
constructs
SSLPeerUnverifiedException with detail message msg.
68
* Assertion:
constructs
SSLPeerUnverifiedException when <code>msg</code>
SSLProtocolExceptionTest.java
52
* Assertion:
constructs
SSLProtocolException with detail message msg.
67
* Assertion:
constructs
SSLProtocolException when <code>msg</code> is
/external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java
41
*
Constructs
a new instance.
48
*
Constructs
a new instance with the given algorithm.
/external/chromium/base/memory/
ref_counted_memory.h
62
//
Constructs
a RefCountedBytes object by _copying_ from |initializer|.
65
//
Constructs
a RefCountedBytes object by performing a swap. (To non
Completed in 1526 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>