OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:once
(Results
476 - 500
of
3364
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java
45
* the list
once
on-demand.
56
* Whether the Project Chooser can compute the project list
once
and cache the result.
/system/extras/tests/sdcard/
stopwatch.h
40
//
Once
the watch has been created, start and stop can be called to
57
// processed
once
all the measurements have been done.
/external/gtest/test/
gtest_pred_impl_unittest.cc
134
// exactly
once
.
137
"exactly
once
.";
527
// exactly
once
.
530
"exactly
once
.";
533
"exactly
once
.";
962
// exactly
once
.
965
"exactly
once
.";
968
"exactly
once
.";
971
"exactly
once
.";
[
all
...]
/external/bluetooth/glib/docs/reference/gobject/
tut_gtype.xml
190
API documentation provided with GObject (for
once
;-) which is why we will
546
Once
the type system has a pointer to an initialized class structure, it sets the object's
604
base_init is invoked
once
for each class structure.</entry>
637
base_finalize is invoked
once
for each class structure.</entry>
655
be seen as a playback interface.
Once
you know what they do, you can
[
all
...]
tut_intro.xml
128
<listitem><para>The first solution is to write by hand a lot of glue code,
once
for each function exported or imported,
132
<listitem><para>Another, nicer solution is to automatically generate the glue code,
once
for each function exported or
152
boundaries is written
once
: the figure below states this more clearly.
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLStreamHandlerTest.java
150
"URLStreamHandlerFactory that can be done at most
once
.",
191
"URLStreamHandlerFactory that can be done at most
once
.",
211
"URLStreamHandlerFactory that can be done at most
once
.",
/dalvik/libcore/xml/src/main/java/org/xml/sax/
DocumentHandler.java
81
* <p>The SAX parser will invoke this method only
once
, before any
95
* <p>The SAX parser will invoke this method only
once
, and it will
213
* <p>The Parser will invoke this method
once
for each processing
/development/pdk/docs/source/
using-eclipse.jd
59
<p>
Once
the project workspace is created, Eclipse should start building. In theory, it should build with no errors and you should be set to go. If necessary, uncheck and re-check Project Build Automatically to force a rebuild.
103
<p>
Once
the project is created, you need to set up the Java Build Path:
183
<p>You may need to open the Debug perspective (next to the "Java" perspective icon in the upper-right, click the small "Open Perspective" icon and select "Debug").
Once
you do, you should see a list of threads; if you select one and break it (by clicking the "pause" icon), it should show the stack trace, source file, and line where execution is at. Breakpoints and whatnot should all work.
/external/apache-http/src/org/apache/commons/logging/
package.html
114
<p>
Once
an implementation class name is selected, the corresponding class is
227
// Called
once
at startup time
234
// Called
once
at shutdown time
/external/apache-http/src/org/apache/http/
HttpEntity.java
76
* Tells if the entity is capable to produce its data more than
once
.
78
* can be called more than
once
whereas a non-repeatable entity's can not.
134
* to return the same InputStream object more than
once
.
/external/bluetooth/bluez/src/
hcid.conf.5.in
41
\fBpairing\fP none|multi|
once
44
with already paired devices. \fIonce\fP allows pairing
once
and denies
/external/dbus/
HACKING
88
-
once
distcheck succeeds, "cvs commit"
93
-
once
the commit succeeds, "cvs tag DBUS_X_Y_Z" where
166
Many of the D-Bus tests will run over and over,
once
for each malloc
/external/icu4c/common/unicode/
uclean.h
48
* it can be called in each individual thread
once
, before other ICU
78
* function). Generally, this function should be called
once
just before
106
* but it should be called only
once
for performance reasons. The primary
/external/icu4c/layoutex/layout/
plruns.h
73
* Close the given <code>pl_fontRuns</code> object.
Once
this
206
* Close the given <code>pl_valueRuns</code> object.
Once
this
338
* Close the given <code>pl_localeRuns</code> object.
Once
this
/external/jpeg/
jcdctmgr.c
71
/* We may do this more than
once
for same table, but it's not a big deal */
193
sample_data += start_row; /* fold in the vertical offset
once
*/
283
sample_data += start_row; /* fold in the vertical offset
once
*/
/external/opencore/codecs_v2/video/avc_h264/enc/src/
residual.cpp
75
if (status != AVCENC_SUCCESS) /* check only
once
per line */
109
if (status != AVCENC_SUCCESS) /* check only
once
per line */
274
/* instead of writing one bit at a time, read the whole thing at
once
*/
/external/skia/include/views/
SkEvent.h
37
in an event. This ID is used to target the event
once
it has been "posted".
181
once
before any other event method is called, and should be called after the
185
/** Global cleanup function for the SkEvent system. Should be called exactly
once
after
/external/v8/benchmarks/
base.js
47
// run the benchmark. The benchmark score is computed later
once
a
103
// context of browsers.
Once
done, the final score is reported to the
215
// function which can be invoked to run the next benchmark.
Once
the
/external/webkit/WebCore/html/
HTMLCanvasElement.cpp
159
// FIXME - The code depends on the context not going away
once
created, to prevent JS from
161
//
once
it is created.
173
//
Once
ratified, we will also accept "webgl" as the context name.
/external/webkit/WebKit/mac/WebView/
WebArchive.mm
284
// Currently from WebKit API perspective, WebArchives are entirely immutable
once
created
304
// Currently from WebKit API perspective, WebArchives are entirely immutable
once
created
337
// Currently from WebKit API perspective, WebArchives are entirely immutable
once
created
/frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java
170
* @return True of the animation will play
once
, false otherwise
177
* Sets whether the animation should play
once
or repeat.
179
* @param oneShot Pass true if the animation should only play
once
/bionic/libc/bionic/
malloc_debug_common.h
87
* debugging. This routine is called
once
per process from malloc_init_impl
/bionic/libc/include/sys/
mount.h
43
#define MS_SYNCHRONOUS 16 /* Writes are synced at
once
*/
/cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java
67
// service should terminate automatically
once
all intents are handled
/cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java
70
// draw guide line into red channel (each segment should cross this
once
)
Completed in 263 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>