OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:when
(Results
976 - 1000
of
50734
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/content/renderer/media/
webrtc_audio_renderer.h
41
//
When
sharing a single instance of WebRtcAudioRenderer between multiple
44
// The wrapper ensures that Play() won't be called
when
the caller's state
45
// is "playing", Pause() won't be called
when
the state already is "paused"
47
//
When
Stop() is called or
when
the proxy goes out of scope, the proxy
89
// Called by AudioPullFifo
when
more data is necessary.
/external/chromium_org/extensions/browser/
lazy_background_task_queue.h
26
// This class maintains a queue of tasks that should execute
when
an
28
// the page
when
the first task is queued.
30
// It is the consumer's responsibility to use this class
when
appropriate, i.e.
51
// The task will be called either
when
the page is loaded, or
when
the
75
// Called
when
a lazy background page has finished loading, or has failed to
/external/chromium_org/media/audio/
audio_input_ipc.h
16
// (AudioInputController) audio state changes and
when
an AudioInputController
27
// Called
when
an AudioInputController has been created.
40
// Called
when
state of an audio stream has changed.
43
// Called
when
the input stream volume has changed.
46
// Called
when
the AudioInputIPC object is going away and/or
when
the
/external/chromium_org/remoting/protocol/
message_reader.h
35
// e.g.
when
we the sender sends multiple messages in one TCP packet.
58
// Set to true,
when
we have a socket read pending, and expecting
59
// OnRead() to be called
when
new data is received.
72
// Callback is called
when
a message is received.
85
// The callback that is called
when
a new message is received. |done_task|
86
// must be called by the callback
when
it's done processing the |message|.
/external/chromium_org/third_party/WebKit/public/platform/
WebDragData.h
67
// Only valid
when
storageType == StorageTypeString.
71
// Only valid
when
storageType == StorageTypeFilename.
75
// Only valid
when
storageType == StorageTypeBinaryData.
78
// Title associated with a link
when
stringType == "text/uri-list".
79
// Filename
when
storageType == StorageTypeBinaryData.
82
// Only valid
when
stringType == "text/html".
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftvalid.h
59
/* return an error later
when
trying to load the glyph). */
135
/* called
when
a broken table is detected */
139
/* called
when
an invalid offset is detected */
143
/* called
when
an invalid format/value is detected */
147
/* called
when
an invalid glyph index is detected */
151
/* called
when
an invalid field value is detected */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mfeatures.h
45
*
When
a feature defines vtxfmt entries, they can be initialized and
50
*
When
a feature defines dispatch entries, they are initialized by
53
*
When
a feature has states, they are initialized and freed by
57
* Except for states, the others compile to no-op
when
a feature is disabled.
60
* compile to no-op
when
it is disabled. But to save typings and to catch
62
*
when
the feature is disabled.
/external/chromium_org/third_party/skia/src/pdf/
SkPDFGraphicState.h
24
a weakly referenced set of SkPDFGraphicState objects:
when
the last
50
* unreference it
when
done. This is needed to accommodate the weak
51
* reference pattern used
when
the returned object is new and has no
59
* responsibility to unreference it
when
done.
70
* to unreference it
when
done. This is needed to accommodate the weak
71
* reference pattern used
when
the returned object is new and has no
/external/chromium_org/ui/aura/
window_delegate.h
43
// Called
when
the Window's position and/or size changes.
64
// Invoked
when
mouse capture is lost on the window.
70
// Called
when
the window's device scale factor has changed.
78
// Called
when
the Window has been destroyed (i.e. from its destructor). This
84
// Called
when
the TargetVisibility() of a Window changes. |visible|
95
// Called from Window::HitTest to retrieve hit test mask
when
HasHitTestMask
/external/clang/test/SemaCXX/
uninit-variables.cpp
30
(void)typeid(*a); // expected-warning{{variable 'a' is uninitialized
when
used here}}
58
return x; // expected-warning{{variable 'x' is uninitialized
when
used here}}
66
return a; // expected-warning{{variable 'a' is uninitialized
when
used here}}
130
int y = (int&)x; // expected-warning {{uninitialized
when
used here}}
141
int y = (float &)x; // expected-warning {{uninitialized
when
used here}}
148
return n; // expected-warning {{uninitialized
when
used here}}
/external/freetype/include/freetype/internal/
ftvalid.h
59
/* return an error later
when
trying to load the glyph). */
135
/* called
when
a broken table is detected */
139
/* called
when
an invalid offset is detected */
143
/* called
when
an invalid format/value is detected */
147
/* called
when
an invalid glyph index is detected */
151
/* called
when
an invalid field value is detected */
/external/jmdns/src/javax/jmdns/impl/constants/
DNSResultCode.java
41
* Name Exists
when
it should not [RFC2136]
43
YXDomain("Name Exists
when
it should not", 6),
45
* RR Set Exists
when
it should not [RFC2136]
47
YXRRSet("RR Set Exists
when
it should not", 7),
69
// 6 YXDomain Name Exists
when
it should not [RFC2136]
70
// 7 YXRRSet RR Set Exists
when
it should not [RFC2136]
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetEventListener.java
38
* to receive an event
when
an asset has been requested
39
* (one of the AssetManager.load***() methods were called), or
when
47
* Called
when
an asset has been successfully loaded (e.g: loaded from
55
* Called
when
an asset has been requested (e.g any of the load*** methods
65
* Called
when
an asset dependency cannot be found for an asset.
66
*
When
an asset is loaded, each of its dependent assets that
/external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java
62
* Called
when
the user requests to close the application. This
63
* could happen
when
he clicks the X button on the window, presses
71
* Called
when
the application gained focus. The display
78
* Called
when
the application lost focus. The display
85
* Called
when
an error has occured. This is typically
86
* invoked
when
an uncought exception is thrown in the render thread.
/external/mesa3d/src/mesa/main/
mfeatures.h
45
*
When
a feature defines vtxfmt entries, they can be initialized and
50
*
When
a feature defines dispatch entries, they are initialized by
53
*
When
a feature has states, they are initialized and freed by
57
* Except for states, the others compile to no-op
when
a feature is disabled.
60
* compile to no-op
when
it is disabled. But to save typings and to catch
62
*
when
the feature is disabled.
/external/skia/src/pdf/
SkPDFGraphicState.h
24
a weakly referenced set of SkPDFGraphicState objects:
when
the last
50
* unreference it
when
done. This is needed to accommodate the weak
51
* reference pattern used
when
the returned object is new and has no
59
* responsibility to unreference it
when
done.
70
* to unreference it
when
done. This is needed to accommodate the weak
71
* reference pattern used
when
the returned object is new and has no
/frameworks/base/location/java/android/location/
LocationListener.java
22
* Used for receiving notifications from the LocationManager
when
38
* Called
when
the location has changed.
47
* Called
when
the provider status changes. This method is called
when
73
* Called
when
the provider is enabled by the user.
81
* Called
when
the provider is disabled by the user. If requestLocationUpdates
/frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java
30
* Returned by {@link #getQuality}
when
requesting the most accurate locations available.
37
* Returned by {@link #getQuality}
when
requesting "block" level accuracy.
46
* Returned by {@link #getQuality}
when
requesting "city" level accuracy.
55
* Returned by {@link #getQuality}
when
requiring no direct power impact (passive locations).
64
* Returned by {@link #getQuality}
when
requesting low power impact.
72
* Returned by {@link #getQuality}
when
allowing high power consumption for location.
/frameworks/opt/emoji/
EmojiFactory.h
41
// each career. Returns NULL
when
there's no mapping for "sjis".
49
// Returns NULL
when
there's no mapping for "vsp".
56
// Returns Android PUA corresponding to "sjis". Returns -1
when
there's no
61
//
when
ther's no mapping from "pua" to a specific sjis.
77
// -1
when
there's no mapping from "vsp" to a Android PUA.
80
// Returns Vendor-specific PUA corresponding to "pua". Returns -1
when
/packages/apps/Stk/res/values/
strings.xml
28
<!-- Default description for service_name
when
no STK service is available -->
42
<!-- Default transition message
when
launching a call -->
51
<!-- Default message
when
no alpha in OPEN_CHANNEL -->
53
<!-- Default message
when
no alpha in SEND_DATA -->
55
<!-- Default message
when
no alpha in RECEIVE_DATA -->
57
<!-- Default message
when
no alpha in CLOSE_CHANNEL-->
/cts/tests/tests/widget/src/android/widget/cts/
RadioButtonTest.java
46
fail("The constructor should throw NullPointerException
when
param Context is null.");
53
fail("The constructor should throw NullPointerException
when
param Context is null.");
61
fail("The constructor should throw NullPointerException
when
param Context is null.");
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
MainActivity.java
27
* be started. This is useful
when
you want to schedule alarms that initiate
52
//
When
the user clicks START ALARM, set the alarm.
56
//
When
the user clicks CANCEL ALARM, cancel the alarm.
/developers/samples/android/ui/window/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java
155
// this mode doesn't interact with immersive mode at all, but it's instructive
when
running
165
//
When
enabled, this flag hides non-critical UI, such as the status bar,
167
// on phone-sized devices. The bar reappears
when
the user swipes it down.
When
immersive
168
// mode is also enabled, the app-drawable area expands, and
when
the status bar is swiped
179
//
When
enabled, this flag hides the black nav bar along the bottom,
181
//
when
the user touches the screen.
When
immersive mode is also enabled, the nav bar
192
// enabled.
When
enabled, it allows the user to swipe the status and/or nav bars
193
// off-screen.
When
the user swipes the bars back onto the screen, the flags are cleare
[
all
...]
/development/samples/Alarm/
_index.html
8
This application demonstrates a simple Android service that is started
when
needed by
9
<code>Context.startService(Intent)</code> and stops itself
when
its work is done. You can
21
service. You use the activity to control
when
the service starts and stops. By default, the
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java
29
* BroadcastReceiver starts off disabled, and we only enable it
when
there is a widget
30
* instance created, in order to only receive notifications
when
we need them.
38
// For our example, we'll also update all of the widgets
when
the timezone
Completed in 1699 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>