OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notify
(Results
426 - 450
of
4347
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/libart/src/main/java/java/lang/
Object.java
278
* that called {@code
notify
()} has to release the object's monitor first.
299
public final native void
notify
();
method in class:Object
304
* will not run immediately. The thread that called {@code
notify
()} has to
322
* @see #
notify
349
*
notify
()} or {@code notifyAll()} method of this object. This method can
351
* {@link #
notify
()} on how a thread can become the owner of a monitor.
369
* @see #
notify
379
*
notify
()} or {@code notifyAll()} method of this object or until the
381
* which owns this object's monitor; see {@link #
notify
()} on how a thread
404
* @see #
notify
[
all
...]
/libcore/libdvm/src/main/java/java/lang/
Object.java
266
* that called {@code
notify
()} has to release the object's monitor first.
287
public final native void
notify
();
method in class:Object
292
* will not run immediately. The thread that called {@code
notify
()} has to
310
* @see #
notify
337
*
notify
()} or {@code notifyAll()} method of this object. This method can
339
* {@link #
notify
()} on how a thread can become the owner of a monitor.
357
* @see #
notify
369
*
notify
()} or {@code notifyAll()} method of this object or until the
371
* which owns this object's monitor; see {@link #
notify
()} on how a thread
394
* @see #
notify
[
all
...]
/cts/tests/tests/net/src/android/net/wifi/cts/
ConcurrencyTest.java
51
mMySync.
notify
();
57
mMySync.
notify
();
/cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java
50
mSync.
notify
();
58
mSync.
notify
();
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java
58
mActivity.
notify
();
65
mActivity.
notify
();
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/tests/src/com/example/android/advancedimmersivemode/tests/
SampleTests.java
102
//
Notify
any thread waiting on this runnable that it can continue
103
this.
notify
();
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/tests/src/com/example/android/basicimmersivemode/tests/
SampleTests.java
101
//
Notify
any thread waiting on this runnable that it can continue
102
this.
notify
();
/developers/build/prebuilts/gradle/ImmersiveMode/ImmersiveModeSample/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java
86
//
Notify
any thread waiting on this runnable that it can continue
87
this.
notify
();
/developers/samples/android/ui/window/BasicImmersiveMode/BasicImmersiveModeSample/tests/src/com/example/android/basicimmersivemode/tests/
SampleTests.java
101
//
Notify
any thread waiting on this runnable that it can continue
102
this.
notify
();
/developers/samples/android/ui/window/ImmersiveMode/ImmersiveModeSample/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java
86
//
Notify
any thread waiting on this runnable that it can continue
87
this.
notify
();
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
HeadlinesFragment.java
43
// The listener we are to
notify
when a headline is selected
81
* @param listener the listener to
notify
.
/device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.h
71
int32_t msg_type; // msg type of data
notify
75
qcamera_release_data_t release_data; // any data needs to be release after
notify
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs
40
/** <summary>Who to
notify
when events in the parser occur.</summary> */
75
* Provide a new debug event listener for this parser.
Notify
the
DebugTreeParser.cs
44
/** <summary>Who to
notify
when events in the parser occur.</summary> */
79
* Provide a new debug event listener for this parser.
Notify
the
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs
42
/** <summary>Who to
notify
when events in the parser occur.</summary> */
82
* Provide a new debug event listener for this parser.
Notify
the
DebugTreeParser.cs
44
/** <summary>Who to
notify
when events in the parser occur.</summary> */
84
* Provide a new debug event listener for this parser.
Notify
the
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugParser.java
35
/** Who to
notify
when events in the parser occur. */
59
/** Provide a new debug event listener for this parser.
Notify
the
DebugTreeParser.java
37
/** Who to
notify
when events in the parser occur. */
61
/** Provide a new debug event listener for this parser.
Notify
the
/external/chromium/chrome/browser/chromeos/login/
web_page_view.h
32
//
Notify
about document load event.
35
//
Notify
about navigation errors.
/external/chromium/chrome/browser/extensions/
extension_tab_helper.cc
48
NotificationService::current()->
Notify
(
93
NotificationService::current()->
Notify
(
/external/chromium/chrome/browser/notifications/
balloon.h
32
//
Notify
that the content of notification has chagned.
98
//
Notify
that the content of notification has changed.
/external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h
79
//
Notify
observers that the effective token has changed.
82
//
Notify
observers about authentication data change.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h
20
// Action and
notify
the extension when the icon is clicked.
40
// Called to
notify
the Page Action that it should determine whether
/external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h
97
// Synthesized enter-
notify
and leave-
notify
events for the shelf's "zone".
/external/chromium_org/base/android/java/src/org/chromium/base/
MemoryPressureListener.java
98
// The Application and the Activity each have a list of callbacks they
notify
when this
106
// The Application and the Activity each have a list of callbacks they
notify
when this
Completed in 1695 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>