OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextEvent
(Results
1 - 12
of
12
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java
110
int
nextEvent
= localXmlPullParser.next();
118
} else if (
nextEvent
== XmlPullParser.END_DOCUMENT) {
122
} else if (
nextEvent
== XmlPullParser.START_DOCUMENT) {
126
} else if (
nextEvent
== XmlPullParser.START_TAG) {
185
else if ((
nextEvent
== XmlPullParser.END_TAG)
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java
111
MonkeyEvent
nextEvent
= mCurrentSource.getNextEvent();
112
if (
nextEvent
== null) {
115
return
nextEvent
;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.cpp
294
ParamEvent*
nextEvent
= i < n - 1 ? &(m_events[i + 1]) : 0;
297
if (
nextEvent
&&
nextEvent
->time() < currentTime)
302
float value2 =
nextEvent
?
nextEvent
->value() : value1;
303
double time2 =
nextEvent
?
nextEvent
->time() : endTime + 1;
313
ParamEvent::Type nextEventType =
nextEvent
? static_cast<ParamEvent::Type>(
nextEvent
->type()) : ParamEvent::LastType /* unknown */;
/external/javassist/src/main/javassist/util/
HotSwapper.java
221
Event event = iter.
nextEvent
();
/external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js
242
function
nextEvent
() {
251
setTimeout(
nextEvent
, 0);
261
nextEvent
();
/external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingTimelineUIUtils.js
711
var
nextEvent
= events[i];
712
if (
nextEvent
.startTime >= endTime)
714
if (!
nextEvent
.selfTime)
716
if (
nextEvent
.thread !== event.thread)
720
var categoryName = WebInspector.TracingTimelineUIUtils.eventStyle(
nextEvent
).category.name
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
127
if (PathDiagnosticEventPiece *
nextEvent
=
135
eventsDescribeSameCondition(event,
nextEvent
)) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 327 milliseconds