OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instance
(Results
901 - 925
of
17686
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/libcore/luni/src/main/java/java/security/
SignatureException.java
30
* Constructs a new
instance
of {@code SignatureException} with the
41
* Constructs a new
instance
of {@code SignatureException}.
47
* Constructs a new
instance
of {@code SignatureException} with the
60
* Constructs a new
instance
of {@code SignatureException} with the
/packages/apps/Camera2/src_pd/com/android/camera/util/
SessionStatsCollector.java
8
public static SessionStatsCollector
instance
() {
method in class:SessionStatsCollector
/packages/apps/Dialer/src/com/android/dialerbind/
ObjectFactory.java
41
* Create a new
instance
of the call log adapter.
43
* @param callFetcher
Instance
of call fetcher to use.
44
* @param contactInfoHelper
Instance
of contact info helper class to use.
46
* @return
Instance
of CallLogAdapter.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
ObjectCache.java
41
* Creates a new ObjectCache
instance
42
* @param callbacks Callback object that that will return a new
instance
of the object, and
51
* Returns an
instance
of the specified object type, creating a new
instance
if needed.
/dalvik/dexgen/src/com/android/dexgen/dex/file/
MemberIdsSection.java
24
* Constructs an
instance
. The file offset is initially unknown.
26
* @param name {@code null-ok;} the name of this
instance
, for annotation
28
* @param file {@code non-null;} file that this
instance
is part of
/dalvik/dexgen/src/com/android/dexgen/rop/
FieldList.java
25
* Get whether this
instance
is mutable. Note that the
28
* way of mutating an
instance
.
30
* @return {@code true} iff this
instance
is somehow mutable
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java
32
/** {@code non-null;} immutable empty
instance
*/
43
* Constructs an immutable
instance
which is the combination of the
47
* @param a1 {@code non-null;} an
instance
48
* @param a2 {@code non-null;} the other
instance
63
* Constructs an immutable
instance
which is the combination of the
64
* given
instance
with the given additional annotation. The latter's
67
* @param annotations {@code non-null;} the
instance
to augment
84
* Constructs an empty
instance
.
153
* Gets the number of elements in this
instance
.
162
* Adds an element to this
instance
. There must not already be a
[
all
...]
/dalvik/dx/src/com/android/dx/cf/iface/
FieldList.java
25
* Get whether this
instance
is mutable. Note that the
28
* way of mutating an
instance
.
30
* @return {@code true} iff this
instance
is somehow mutable
MethodList.java
24
* Get whether this
instance
is mutable. Note that the
27
* way of mutating an
instance
.
29
* @return {@code true} iff this
instance
is somehow mutable
/dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java
31
/** {@code non-null;} immutable empty
instance
*/
42
* Constructs an immutable
instance
which is the combination of the
46
* @param a1 {@code non-null;} an
instance
47
* @param a2 {@code non-null;} the other
instance
62
* Constructs an immutable
instance
which is the combination of the
63
* given
instance
with the given additional annotation. The latter's
66
* @param annotations {@code non-null;} the
instance
to augment
83
* Constructs an empty
instance
.
152
* Gets the number of elements in this
instance
.
161
* Adds an element to this
instance
. There must not already be a
[
all
...]
/device/generic/goldfish/camera/
EmulatedQemuCamera2.h
34
/* Constructs EmulatedFakeCamera
instance
. */
37
/* Destructs EmulatedFakeCamera
instance
. */
45
/* Initializes EmulatedQemuCamera2
instance
. */
/external/chromium_org/android_webview/native/
aw_browser_dependency_factory.h
32
// Allows the lib executive to inject the delegate
instance
. Ownership of
36
// Returns the singleton
instance
. |SetInstance| must have been called.
42
// Constructs and returns ownership of a WebContents
instance
.
/external/chromium_org/ash/test/
test_metro_viewer_process_host.cc
43
aura::RemoteWindowTreeHostWin::
Instance
()->Disconnected();
52
aura::RemoteWindowTreeHostWin::
Instance
()->SetRemoteWindowHandle(hwnd);
53
aura::RemoteWindowTreeHostWin::
Instance
()->Connected(this);
/external/chromium_org/base/memory/
singleton.cc
11
subtle::AtomicWord WaitForInstance(subtle::AtomicWord*
instance
) {
22
//
instance
pointer must acquire visibility over the associated data.
24
value = subtle::Acquire_Load(
instance
);
/external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.h
46
// Initializes the global
instance
.
48
// Destroys the global
instance
.
55
// Initializes the global
instance
for testing. Takes ownership of
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
service_factory.h
24
// Returns a service
instance
singleton, after creating it (if necessary).
27
// Returns a service
instance
for the context if exists. Otherwise, returns
31
// Gets a singleton
instance
of the factory.
/external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h
19
// Returns the
instance
of the DeviceOAuth2TokenService singleton. May return
28
// DeviceOAuth2TokenService
instance
after the required global data is
33
// DeviceOAuth2TokenService
instance
and cancel all in-flight requests before
/external/chromium_org/chrome/browser/install_verification/win/
module_list.cc
29
scoped_ptr<ModuleList>
instance
(new ModuleList);
38
instance
->modules_.push_back(module);
42
return
instance
.Pass();
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.h
27
// Returns an
instance
of the UserPolicySigninServiceFactory singleton.
30
// Returns the
instance
of UserPolicySigninService for the passed |profile|.
36
// Set this before an
instance
is built for a Profile.
/external/chromium_org/chrome/browser/resources/options/
automatic_settings_reset_banner.js
59
var
instance
= AutomaticSettingsResetBanner.getInstance();
60
return
instance
[name].apply(
instance
, arguments);
reset_profile_settings_banner.js
53
var
instance
= ResetProfileSettingsBanner.getInstance();
54
return
instance
[name].apply(
instance
, arguments);
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.h
26
// Returns the
instance
of ProfileOAuth2TokenService associated with this
32
// Returns the platform specific
instance
of ProfileOAuth2TokenService
44
// Returns an
instance
of the ProfileOAuth2TokenServiceFactory singleton.
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h
27
// Normally an
instance
of this class is owned by the delegate. The delegate
28
// should delete the
instance
when the window is closed.
38
// Closes the constrained window and deletes this
instance
.
/external/chromium_org/chrome/renderer/pepper/
chrome_pdf_print_client.cc
18
content::PepperPluginInstance*
instance
=
local
20
if (!
instance
)
22
return
instance
->GetContainer()->element();
/external/chromium_org/content/browser/renderer_host/pepper/
content_browser_pepper_host_factory.h
34
PP_Instance
instance
,
40
PP_Instance
instance
,
46
PP_Instance
instance
,
Completed in 565 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>