OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg_object
(Results
1 - 4
of
4
) sorted by null
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
CollectionDemoActivity.java
114
args.putInt(DemoObjectFragment.
ARG_OBJECT
, i + 1); // Our object is just an integer :-P
136
public static final String
ARG_OBJECT
= "object";
144
Integer.toString(args.getInt(
ARG_OBJECT
)));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java
253
* @param
arg_object
A value to be passed to the other coroutine.
261
public synchronized Object co_resume(Object
arg_object
,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
268
m_yield=
arg_object
;
323
* @param
arg_object
A value to be passed to the other coroutine.
330
public synchronized void co_exit_to(Object
arg_object
,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
337
m_yield=
arg_object
;
/frameworks/base/docs/html/training/implementing-navigation/
lateral.jd
127
args.putInt(DemoObjectFragment.
ARG_OBJECT
, i + 1);
146
public static final String
ARG_OBJECT
= "object";
157
Integer.toString(args.getInt(
ARG_OBJECT
)));
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp
11947
GLMessage_DataType *
arg_object
= glmsg.add_args();
local
11994
GLMessage_DataType *
arg_object
= glmsg.add_args();
local
[
all
...]
Completed in 663 milliseconds