/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstNat.java | 26 * {@code non-null;} the instance for name {@code TYPE} and descriptor 41 * Constructs an instance. 137 * Gets the field type corresponding to this instance's descriptor. 148 * Gets whether this instance has the name of a standard instance 153 * instance initialization method 160 * Gets whether this instance has the name of a standard class 165 * instance initialization method
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Output.java | 27 * bytes written to this instance. 43 * Writes a {@code byte} to this instance. 50 * Writes a {@code short} to this instance. 57 * Writes an {@code int} to this instance. 64 * Writes a {@code long} to this instance. 91 * Writes a {@link ByteArray} to this instance. 98 * Writes a portion of a {@code byte[]} to this instance. 108 * Writes a {@code byte[]} to this instance. This is just
|
/external/jmdns/src/javax/jmdns/ |
NetworkTopologyDiscovery.java | 54 * NetworkTopologyDiscovery.Factory enable the creation of new instance of NetworkTopologyDiscovery. 104 * Returns a new instance of NetworkTopologyDiscovery using the class delegate if it exists. 106 * @return new instance of NetworkTopologyDiscovery 109 NetworkTopologyDiscovery instance = null; local 112 instance = delegate.newNetworkTopologyDiscovery(); 114 return (instance != null ? instance : new NetworkTopologyDiscoveryImpl()); 118 * Return the instance of the Multihommed Multicast DNS.
|
/external/llvm/bindings/python/llvm/ |
object.py | 30 relocations, call get_relocations() on a Section instance. 36 way that only allows one instance to be operated on at a single time. This is 41 instance caches its properties after first access. So, if the underlying 46 available data. You can call this on each obtained instance. Or, you can pass 104 """Construct an instance from a filename or binary data. 108 llvm.core.MemoryBuffer instance. 156 Each Symbol instance is a limited-use object. See this module's 183 """Construct a new section instance. 186 instance. Therefore, this constructor should not be used outside of 200 raise Exception('Section instance has expired.' [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
NoOp.java | 25 * A thread-safe singleton instance of the <code>NoOp</code> callback. 27 public static final NoOp INSTANCE = new NoOp() { };
|
/external/objenesis/main/src/org/objenesis/instantiator/ |
ObjectInstantiator.java | 26 * Returns a new instance of an object. The returned object's class is defined by the 29 * @return A new instance of an object.
|
/external/skia/src/ports/ |
SkDebug_nacl.cpp | 18 #include "ppapi/cpp/instance.h" 21 extern pp::Instance* gPluginInstance;
|
/external/smack/src/org/jivesoftware/smack/util/ |
Base64Encoder.java | 24 private static Base64Encoder instance = new Base64Encoder(); field in class:Base64Encoder 31 return instance;
|
/external/smack/src/org/jivesoftware/smackx/workgroup/util/ |
ListenerEventDispatcher.java | 26 * create a new instance of this class, use addListenerTriplet to add as many listeners
27 * as desired to be messaged, create a new Thread using the instance of this class created
28 * as the argument to the constructor, start the new Thread instance.<p>
53 * Add a listener triplet - the instance of the listener to be messaged, the Method on which
60 * This method should not be called once the owning Thread instance has been started; if it
63 * @param listenerInstance the instance of the listener to receive the associated notification
64 * @param listenerMethod the Method instance representing the method through which notification
78 * @return whether this instance has finished dispatching its messages
|
/external/smali/baksmali/src/test/smali/deodex_test2/app_classes/ |
main.smali | 14 new-instance v0, Lsubclass1; 34 new-instance v0, Lsubclass2;
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.h | 48 // - handle : Pointer to the delay estimation instance. 57 // Initializes the delay estimation instance created with 60 // - handle : Pointer to the delay estimation instance. 63 // - handle : Initialized instance. 71 // - handle : Pointer to the delay estimation instance. 76 // - handle : Updated instance. 91 // - handle : Pointer to the delay estimation instance. 104 // - handle : Pointer to the delay estimation instance.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
IteratorOptions.java | 70 * Sets the option and returns the instance. 73 * @return Returns the instance to call more set-methods. 83 * Sets the option and returns the instance. 86 * @return Returns the instance to call more set-methods. 96 * Sets the option and returns the instance. 99 * @return Returns the instance to call more set-methods. 109 * Sets the option and returns the instance. 112 * @return Returns the instance to call more set-methods.
|
/libcore/dalvik/src/main/java/dalvik/system/ |
AllocationLimitError.java | 26 * Creates a new exception instance and initializes it with default values. 33 * Creates a new exception instance and initializes it with a given message.
|
PotentialDeadlockError.java | 26 * Creates a new exception instance and initializes it with default values. 33 * Creates a new exception instance and initializes it with a given message.
|
/libcore/luni/src/main/java/java/net/ |
SocketImplFactory.java | 26 * Creates a new {@code SocketImpl} instance. 28 * @return the created {@code SocketImpl} instance.
|
/libcore/luni/src/main/java/java/security/cert/ |
LDAPCertStoreParameters.java | 21 * The parameters to initialize a LDAP {@code CertStore} instance. 35 * Creates a new {@code LDAPCertStoreParameters} instance with the specified 54 * Creates a new {@code LDAPCertStoreParameters} instance with default 65 * Creates a new {@code LDAPCertStoreParameters} instance with the specified 82 * Clones this {@code LDAPCertStoreParameters} instance. 84 * @return the cloned instance. 114 * instance. 117 * instance.
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_system_mock.h | 14 // Create a new mock system instance and make ScopedFileDescriptor use it. 18 // Destroy a mock system instance.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
application-structure.rst | 166 An **instance** is a rectangle on a web page that is managed by a module. An 167 instance may have a dimension of width=0 and height=0, meaning that the instance 168 does not have any visible component on the web page. An instance is created by 185 * an Instance class (derived from the ``pp:Instance`` class) 213 virtual pp::Instance* CreateInstance(PP_Instance instance) { 214 return new HelloTutorialInstance(instance); 221 creates and returns an Instance object derived from the ``pp::Instance`` class [all...] |
/external/guava/guava/src/com/google/common/base/ |
Optional.java | 33 * instance of this type either contains a non-null reference, or contains nothing (in 62 * @param <T> the type of instance that can be contained. {@code Optional} is naturally 73 * Returns an {@code Optional} instance with no contained reference. 77 return (Optional<T>) Absent.INSTANCE; 81 * Returns an {@code Optional} instance containing the given non-null reference. 88 * If {@code nullableReference} is non-null, returns an {@code Optional} instance containing that 100 * Returns {@code true} if this holder contains a (non-null) instance. 105 * Returns the contained instance, which must be present. If the instance might be 108 * @throws IllegalStateException if the instance is absent ({@link #isPresent} return [all...] |
/libcore/luni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 60 * Creates a {@code ExemptionMechanism} instance. 87 * Returns a new {@code ExemptionMechanism} instance that provides the 92 * @return the new {@code ExemptionMechanism} instance. 108 * Returns a new {@code ExemptionMechansm} instance that provides the 115 * @return the new {@code ExemptionMechanism} instance. 143 * Returns a new {@code ExemptionMechanism} instance that provides the 151 * @return the new {@code ExemptionMechanism} instance. 173 * Returns the provider of this {@code ExemptionMechanism} instance. 175 * @return the provider of this {@code ExemptionMechanism} instance. 183 * instance has been generated successfully and that the specified key i [all...] |
/art/test/108-check-cast/ |
info.txt | 1 This test relies on the correct behavior of instance-of to test check-cast behavior,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
ColorCheckerTest.java | 40 /** Memory address of the image class instance that contains the image. */ 42 /** Memory address of the image test class instance. */ 50 /** Singleton instance of the class.*/ 57 * Constructs a <code>ColorCheckerTest</code> instance with a given 84 Log.v(TAG, "Creating a new ColorCheckerTest instance"); 132 // Displays the debug output from the native test handler instance. 246 * from the native test handler instance. 249 * instance 258 * from the native test handler instance. 261 * instance [all...] |
/dalvik/dx/tests/024-code-bytecode/ |
info.txt | 7 one instance of each interesting variant of each possible bytecode.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/ |
antlr.properties | 3 # the build process. For instance the Tool version string is
|
/external/chromium_org/base/ |
lazy_instance.cc | 18 // Try to create the instance, if we're the first, will go from 0 to 25 // Caller must create instance 36 // Someone else created the instance. 44 // Instance is created, go from CREATING to CREATED.
|