/libcore/luni/src/main/java/javax/net/ssl/ |
SSLContextSpi.java | 30 * Creates a new {@code SSLContextSpi} instance. 36 * Initializes this {@code SSLContext} instance. All of the arguments are 47 * if initializing this instance fails. 53 * Returns a socket factory for this instance. 55 * @return a socket factory for this instance. 60 * Returns a server socket factory for this instance. 62 * @return a server socket factory for this instance. 67 * Creates an {@code SSLEngine} instance from this context with the 74 * @return an {@code SSLEngine} instance from this context. 81 * Creates an {@code SSLEngine} instance from this context [all...] |
SSLContext.java | 54 * the default instance. 67 * Sets the default SSLContext instance as returned by {@link 83 * Creates a new {@code SSLContext} instance for the specified protocol. 127 * @return the created {@code SSLContext} instance. 143 * Creates a new {@code SSLContext} instance for the specified protocol from 249 * Creates a new {@code SSLContext} instance for the specified protocol from 299 * Returns the name of the secure socket protocol of this instance. 301 * @return the name of the secure socket protocol of this instance. 308 * Returns the provider of this {@code SSLContext} instance. 310 * @return the provider of this {@code SSLContext} instance [all...] |
/packages/apps/FMRadio/src/com/android/fmradio/views/ |
FmSnackBar.java | 77 * To make a FmSnackBar instance 79 * @param context The context instance 84 * @return The FmSnackBar instance 88 FmSnackBar instance = new FmSnackBar(context); local 90 instance.mTextView.setText(""); 92 instance.mTextView.setText(title); 95 instance.mButton.setText(actionName); 96 instance.mActionListener = listener; 97 instance.mButton.setVisibility(View.VISIBLE); 99 instance.mButton.setVisibility(View.GONE) [all...] |
/external/smack/src/com/kenai/jbosh/ |
ComposableBody.java | 32 * configuration of the builder, and then building it into a class instance, 81 * Class instance builder, after the builder pattern. This allows each 82 * message instance to be immutable while providing flexibility when 101 * provided {@code ComposableBody} instance. This allows an 106 * @return builder instance 121 * @return builder instance 137 * @return builder instance 162 * @return builder instance 173 * Build the immutable object instance with the current configuration. 175 * @return composable body instance [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_nacl_private.idl | 180 void LaunchSelLdr([in] PP_Instance instance, 197 PP_Bool StartPpapiProxy(PP_Instance instance); 232 PP_FileHandle CreateTemporaryFile([in] PP_Instance instance); 240 /* Report to the browser that translation of the pexe for |instance| 243 * must first have called GetNexeFd for the same instance. (The browser is 249 void ReportTranslationFinished([in] PP_Instance instance, 255 /* Dispatch a progress event on the DOM element where the given instance is 258 void DispatchEvent([in] PP_Instance instance, 266 void ReportLoadSuccess([in] PP_Instance instance, 271 void ReportLoadError([in] PP_Instance instance, [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_nacl_private.h | 223 void (*LaunchSelLdr)(PP_Instance instance, 239 PP_Bool (*StartPpapiProxy)(PP_Instance instance); 269 PP_FileHandle (*CreateTemporaryFile)(PP_Instance instance); 274 /* Report to the browser that translation of the pexe for |instance| 277 * must first have called GetNexeFd for the same instance. (The browser is 283 void (*ReportTranslationFinished)(PP_Instance instance, 288 /* Dispatch a progress event on the DOM element where the given instance is 291 void (*DispatchEvent)(PP_Instance instance, 298 void (*ReportLoadSuccess)(PP_Instance instance, 302 void (*ReportLoadError)(PP_Instance instance, [all...] |
/art/test/034-call-null/src/ |
Main.java | 25 Main instance = null; local 26 instance.doStuff(0, null, null, null);
|
/dalvik/dexgen/src/com/android/dexgen/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
|
/dalvik/dexgen/src/com/android/dexgen/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
|
/dalvik/dx/src/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
|
/dalvik/dx/src/com/android/dx/util/ |
Output.java | 29 * bytes written to this instance. 45 * Writes a {@code byte} to this instance. 52 * Writes a {@code short} to this instance. 59 * Writes an {@code int} to this instance. 66 * Writes a {@code long} to this instance. 93 * Writes a {@link ByteArray} to this instance. 100 * Writes a portion of a {@code byte[]} to this instance. 110 * Writes a {@code byte[]} to this instance. This is just
|
/development/host/windows/usb/api/ |
adb_api_instance.h | 32 meaningfull with the API a client must first create instance of the API
33 via CreateAdbApiInstance, select a device interface for that instance and
53 @param handle[in] Instance handle associated with this object
70 /// Gets name of the USB interface (device name) for this instance
94 /// Checks if instance has been initialized
100 /// Name of the USB interface (device name) for this instance
103 /// Instance handle for this object
106 /// Reference counter for this instance
|
/external/chromium-trace/trace-viewer/src/cc/ |
layer_tree_host_impl_test.js | 17 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0]; 18 var snapshot = instance.snapshots[0];
|
layer_tree_host_impl_view_test.js | 18 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0]; 19 var snapshot = instance.snapshots[0];
|
tile_test.js | 17 var instance = p.objects.getAllInstancesNamed('cc::Tile')[0]; 18 var snapshot = instance.snapshots[0];
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
object_snapshot_test.js | 21 var instance = new tracing.trace_model.ObjectInstance( 25 var snapshot = instance.addSnapshot(15, {foo: 'bar'});
|
/external/chromium_org/athena/system/ |
system_ui_impl.cc | 24 SystemUI* instance = NULL; member in namespace:athena::__anon6779 147 instance = system_ui; 149 return instance; 154 DCHECK(instance); 155 return instance; 160 CHECK(instance); 161 delete instance; 162 instance = NULL;
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_configuration.h | 16 // GetInstance(). We explicitly initialize and shut down the global instance, 30 // Destroys the global InputMethodManager instance.
|
/external/chromium_org/chrome/browser/chromeos/login/signin/ |
auth_sync_observer_factory.h | 23 // Returns the instance of AuthSyncObserver associated with this 27 // Returns an instance of the AuthSyncObserverFactory singleton.
|
oauth2_login_manager_factory.h | 23 // Returns the instance of OAuth2LoginManager associated with this 27 // Returns an instance of the OAuth2LoginManagerFactory singleton.
|
/external/chromium_org/chrome/browser/favicon/ |
chrome_favicon_client_factory.h | 18 // Returns the instance of FaviconClient associated with this profile 22 // Returns an instance of the factory singleton.
|
/external/chromium_org/chrome/browser/history/ |
web_history_service_factory.h | 16 // Used for creating and fetching a per-profile instance of the 20 // Get the singleton instance of the factory.
|
/external/chromium_org/chrome/browser/profiles/ |
startup_task_runner_service_factory.h | 20 // Returns the instance of StartupTaskRunnerService associated with this 24 // Returns an instance of the StartupTaskRunnerServiceFactory singleton.
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
capabilities_holder.js | 22 /** @return {print_preview.Cdd} The instance held by the holder. */ 28 * @param {!print_preview.Cdd} capabilities New instance to put into the
|
/external/chromium_org/chrome/browser/signin/ |
about_signin_internals_factory.h | 18 // Returns the instance of AboutSigninInternals associated with this profile, 22 // Returns an instance of the AboutSigninInternalsFactory singleton.
|