/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
LocalStart.java | 25 * is, an instance of this class in an instruction stream indicates that 32 * by this instance 48 * Constructs an instance. The output address of this instance is initially 53 * variable introduced by this instance 79 * by this instance.
|
BlockAddresses.java | 45 * Constructs an instance. 61 * Gets the instance for the start of the given block. 64 * @return {@code non-null;} the appropriate instance 71 * Gets the instance for the start of the block with the given label. 74 * @return {@code non-null;} the appropriate instance 81 * Gets the instance for the final instruction of the given block. 84 * @return {@code non-null;} the appropriate instance 91 * Gets the instance for the final instruction of the block with 95 * @return {@code non-null;} the appropriate instance 102 * Gets the instance for the end (address after the final instruction [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
EncodedMember.java | 34 * Constructs an instance. 59 * Does a human-friendly dump of this instance. 67 * Populates a {@link DexFile} with items from within this instance. 74 * Encodes this instance to the given output. 76 * @param file {@code non-null;} file this instance is part of 80 * @param dumpSeq {@code >= 0;} sequence number of this instance for
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstFloat.java | 27 /** {@code non-null;} instance representing {@code 0} */ 30 /** {@code non-null;} instance representing {@code 1} */ 33 /** {@code non-null;} instance representing {@code 2} */ 37 * Makes an instance for the given value. This may (but does not 38 * necessarily) return an already-allocated instance. 51 * Constructs an instance. This constructor is private; use {@link #make}.
|
/external/guava/guava/src/com/google/common/base/ |
Equivalences.java | 49 return Equals.INSTANCE; 58 return Identity.INSTANCE; 64 static final Equals INSTANCE = new Equals(); 74 return INSTANCE; 82 static final Identity INSTANCE = new Identity(); 93 return INSTANCE;
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
DM.java | 52 * Write the instance out. In case it is an AttributeContainer write those our first though. 55 * @param instance 58 public void writeInstance(XmlSerializer writer, Object instance) throws IOException { 59 if (instance instanceof AttributeContainer) { 60 AttributeContainer attributeContainer = (AttributeContainer) instance; 69 writer.text(instance.toString());
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
CallbackInfo.java | 53 new CallbackInfo(NoOp.class, NoOpGenerator.INSTANCE), 54 new CallbackInfo(MethodInterceptor.class, MethodInterceptorGenerator.INSTANCE), 55 new CallbackInfo(InvocationHandler.class, InvocationHandlerGenerator.INSTANCE), 56 new CallbackInfo(LazyLoader.class, LazyLoaderGenerator.INSTANCE), 57 new CallbackInfo(Dispatcher.class, DispatcherGenerator.INSTANCE), 58 new CallbackInfo(FixedValue.class, FixedValueGenerator.INSTANCE),
|
/external/smack/src/com/kenai/jbosh/ |
HTTPExchange.java | 45 * Lock instance used to protect and provide conditions. 55 * HTTPResponse instance. 87 * Set the HTTPResponse instance. 89 * @return HTTPResponse instance associated with the request. 106 * Get the HTTPResponse instance. 108 * @return HTTPResponse instance associated with the request.
|
/system/core/include/utils/ |
Singleton.h | 34 TYPE* instance = sInstance; local 35 if (instance == 0) { 36 instance = new TYPE(); 37 sInstance = instance; 39 return *instance; 60 * (eg: <TYPE>.cpp) to create the static instance of Singleton<>'s attributes,
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpec.java | 40 /** {@code non-null;} common comparison instance used while interning */ 53 * Intern the given triple as an instance of this class. 59 * @return {@code non-null;} an appropriately-constructed instance 76 * Returns an instance for the given register number and type, with 83 * @return {@code non-null;} an appropriately-constructed instance 90 * Returns an instance for the given register number, type, and 98 * @return {@code non-null;} an appropriately-constructed instance 110 * Returns an instance for the given register number, type, and 119 * @return {@code non-null;} an appropriately-constructed instance 138 * Constructs an instance. This constructor is private. Us [all...] |
/external/chromium_org/content/browser/ |
site_instance_impl_unittest.cc | 201 TestSiteInstance* instance = local 207 instance, 0, url, Referrer(), base::string16(), ui::PAGE_TRANSITION_LINK, 211 e1->set_site_instance(instance); 216 instance, 0, url, Referrer(), base::string16(), ui::PAGE_TRANSITION_LINK, 225 // instance is now deleted 231 instance = 238 browser_context.get(), instance)))); 249 // contents is now deleted, along with instance and browsing_instance 299 scoped_refptr<SiteInstanceImpl> instance(static_cast<SiteInstanceImpl*>( 301 host1.reset(instance->GetProcess()) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpec.java | 40 /** {@code non-null;} common comparison instance used while interning */ 56 * Intern the given triple as an instance of this class. 62 * @return {@code non-null;} an appropriately-constructed instance 81 * Returns an instance for the given register number and type, with 88 * @return {@code non-null;} an appropriately-constructed instance 95 * Returns an instance for the given register number, type, and 103 * @return {@code non-null;} an appropriately-constructed instance 115 * Returns an instance for the given register number, type, and 124 * @return {@code non-null;} an appropriately-constructed instance 143 * Constructs an instance. This constructor is private. Us [all...] |
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl.cc | 38 scoped_refptr<PluginInstance> instance(plugin_lib->CreateInstance(mime_type)); 39 return new WebPluginDelegateImpl(plugin, instance.get()); 62 PluginLib* plugin_lib = instance()->plugin_lib(); 84 VLOG(1) << "Couldn't start plug-in instance"; 108 // instance uses the helper to do the download. 205 instance()->DidFinishLoadWithReason(url, reason, notify_id); 217 instance()->SendJavaScriptStream(url, result, success, notify_id); 229 instance()->DidReceiveManualResponse(url, mime_type, headers, 235 instance()->DidReceiveManualData(buffer, length); 239 instance()->DidFinishManualLoading() [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uldnames.h | 55 * Returns an instance of LocaleDisplayNames that returns names 62 * @return a ULocaleDisplayNames instance 72 * Closes a ULocaleDisplayNames instance obtained from uldn_open(). 73 * @param ldn the ULocaleDisplayNames instance to be closed 103 * @param ldn the LocaleDisplayNames instance 112 * @param ldn the LocaleDisplayNames instance 123 * @param ldn the LocaleDisplayNames instance 143 * @param ldn the LocaleDisplayNames instance 161 * @param ldn the LocaleDisplayNames instance 179 * @param ldn the LocaleDisplayNames instance [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/ |
delay_estimator.h | 68 // instance which is the return value of 92 // - self : Pointer to the binary estimation far-end instance 102 // Initializes the delay estimation far-end instance created with 106 // - self : Pointer to the delay estimation far-end instance. 109 // - self : Initialized far-end instance. 113 // Soft resets the delay estimation far-end instance created with 128 // instance. 132 // - self : Updated far-end instance. 144 // - self : Pointer to the binary delay estimation instance 162 // - self : Pointer to the binary estimation instance which i [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
uldnames.h | 55 * Returns an instance of LocaleDisplayNames that returns names 62 * @return a ULocaleDisplayNames instance 72 * Closes a ULocaleDisplayNames instance obtained from uldn_open(). 73 * @param ldn the ULocaleDisplayNames instance to be closed 103 * @param ldn the LocaleDisplayNames instance 112 * @param ldn the LocaleDisplayNames instance 123 * @param ldn the LocaleDisplayNames instance 143 * @param ldn the LocaleDisplayNames instance 161 * @param ldn the LocaleDisplayNames instance 179 * @param ldn the LocaleDisplayNames instance [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/d/ |
T_instance_of_2.d | 63 new-instance v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass 65 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass 71 instance-of v15, v10, [Ldot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass; 76 instance-of v15, v10, java/lang/Object 80 new-instance v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass 82 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperInterface 86 new-instance v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperClass 88 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass 92 new-instance v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SubClass 94 instance-of v15, v10, dot/junit/opcodes/instance_of/d/T_instance_of_2/SuperInterface [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 45 * Constructs an instance. 61 * Gets the instance for the start of the given block. 64 * @return {@code non-null;} the appropriate instance 71 * Gets the instance for the start of the block with the given label. 74 * @return {@code non-null;} the appropriate instance 81 * Gets the instance for the final instruction of the given block. 84 * @return {@code non-null;} the appropriate instance 91 * Gets the instance for the final instruction of the block with 95 * @return {@code non-null;} the appropriate instance 102 * Gets the instance for the end (address after the final instruction [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 45 * Constructs an instance. 61 * Gets the instance for the start of the given block. 64 * @return {@code non-null;} the appropriate instance 71 * Gets the instance for the start of the block with the given label. 74 * @return {@code non-null;} the appropriate instance 81 * Gets the instance for the final instruction of the given block. 84 * @return {@code non-null;} the appropriate instance 91 * Gets the instance for the final instruction of the block with 95 * @return {@code non-null;} the appropriate instance 102 * Gets the instance for the end (address after the final instruction [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/input_event/ |
input_event.cc | 15 #include "ppapi/cpp/instance.h" 101 class InputEventInstance : public pp::Instance { 103 explicit InputEventInstance(PP_Instance instance) 104 : pp::Instance(instance) { 114 /// Clicking outside of the instance's bounding box 115 /// will create a DidChangeFocus event (the NaCl instance is 116 /// out of focus). Clicking back inside the instance's 118 /// (the NaCl instance is back in focus). The default is 119 /// that the instance is out of focus [all...] |
/external/chromium_org/ppapi/examples/2d/ |
graphics_2d_example.c | 44 PP_Resource MakeAndBindGraphics2D(PP_Instance instance, 48 graphics = g_graphics_2d_interface->Create(instance, size, PP_FALSE); 52 if (!g_instance_interface->BindGraphics(instance, graphics)) { 63 void Repaint(struct InstanceInfo* instance, const struct PP_Size* size) { 71 instance->pp_instance, PP_IMAGEDATAFORMAT_BGRA_PREMUL, size, PP_TRUE); 87 graphics = MakeAndBindGraphics2D(instance->pp_instance, size); 101 /** Returns the info for the given instance, or NULL if it's not found. */ 102 struct InstanceInfo* FindInstance(PP_Instance instance) { 105 if (cur->pp_instance == instance) 112 PP_Bool Instance_DidCreate(PP_Instance instance, [all...] |
/external/chromium_org/ppapi/shared_impl/ |
resource_tracker.h | 52 // Notifies the tracker that a new instance has been created. This must be 53 // called before creating any resources associated with the instance. 54 void DidCreateInstance(PP_Instance instance); 56 // Called when an instance is being deleted. All plugin refs for the 58 // exist) will be disassociated from the instance. 59 void DidDeleteInstance(PP_Instance instance); 61 // Returns the number of resources associated with the given instance. 62 // Returns 0 if the instance isn't known. 63 int GetLiveObjectsForInstance(PP_Instance instance) const; 81 // Adds the given resource to the tracker, associating it with the instance [all...] |
/external/chromium_org/ppapi/tests/extensions/media_galleries/ |
test_galleries.cc | 11 #include "ppapi/cpp/instance.h" 17 /// The Instance class. Receives the file through HandleMessage(), and returns 19 class FilePassingInstance : public pp::Instance { 21 /// The constructor creates the plugin-side instance. 22 /// @param[in] instance the handle to the browser-side plugin instance. 23 explicit FilePassingInstance(PP_Instance instance); 41 FilePassingInstance::FilePassingInstance(PP_Instance instance) 42 : pp::Instance(instance) {} [all...] |
/external/icu/icu4c/source/common/ |
sharedptr.h | 31 * A SharedPtr<T> instance can refer to no object or an object of type T. 35 * assigning the SharedPtr instance, not the T object which could be large. 37 * clients can still assume that each SharedPtr<T> instance has its own 38 * private instance of T because each SharedPtr<T> instance offers only a 41 * readWrite() on the SharedPtr instance. readWrite() ensures that the 108 * pointer, returns FALSE while leaving this instance unchanged. 121 * reset makes this instance refer to no object. 140 * Swaps this instance with other. 168 * readOnly gives const access to this instance's T object. If thi [all...] |
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiCollection.java | 26 * Constructs an instance as described by the selector 41 * The returned UiObject will point at the <code>childPattern</code> instance that matched the 46 * @return {@link UiObject} pointing at and instance of <code>childPattern</code> 75 * a child UI element anywhere within its sub hierarchy that is at the <code>instance</code> 80 * @param instance int the desired matched instance of this <code>childPattern</code> 81 * @return {@link UiObject} pointing at and instance of <code>childPattern</code> 84 public UiObject getChildByInstance(UiSelector childPattern, int instance) 86 Tracer.trace(childPattern, instance); 88 UiSelector.patternBuilder(childPattern).instance(instance)) [all...] |