OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:once
(Results
1 - 25
of
3364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/http/tests/appcache/resources/
main-resource-hash-frame.html
18
var
once
= 1;
21
if (
once
) {
22
once
= 0;
/dalvik/vm/mterp/x86/
OP_CONST.S
4
movl 2(rPC),%eax # grab all 32 bits at
once
/external/e2fsprogs/include/nonunix/
grp.h
2
#pragma
once
pwd.h
2
#pragma
once
unistd.h
3
#pragma
once
/external/webkit/LayoutTests/storage/
multiple-transactions-expected.txt
1
This is a test to see if the database API allows multiple transactions to be queued on the same database at
once
:
multiple-transactions.html
25
var db = openDatabase("MultipleTransactionsTest", "1.0", "Test to make sure multiple transactions can be queued at
once
for an HTML5 database", 32768);
51
This is a test to see if the database API allows multiple transactions to be queued on the same database at
once
:<br>
/external/kernel-headers/original/linux/
fadvise.h
15
#define POSIX_FADV_NOREUSE 7 /* Data will be accessed
once
. */
18
#define POSIX_FADV_NOREUSE 5 /* Data will be accessed
once
. */
/system/extras/tests/bionic/libc/bionic/
test_static_init.cpp
12
* it must have been called first, and only
once
20
* it must have been called second, and only
once
/external/webkit/LayoutTests/http/tests/appcache/
update-cache-expected.txt
5
Updating cache group
once
more...
/external/bison/m4/
onceonly.m4
9
dnl This file defines some "
once
only" variants of standard autoconf macros.
15
dnl will be put only
once
into the 'configure' file. It keeps the size of
25
dnl DEFAULTS and INIT_PREPARE in order to check all requested headers at
once
,
32
# AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a
once
-only variant of
55
# AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a
once
-only variant of
76
# AC_CHECK_DECLS_ONCE(DECL1 DECL2 ...) is a
once
-only variant of
/dalvik/dx/src/junit/runner/
StandardTestSuiteLoader.java
4
* The standard test suite loader. It can only load the same class
once
.
/dalvik/libcore/luni/src/test/java/junit/runner/
StandardTestSuiteLoader.java
4
* The standard test suite loader. It can only load the same class
once
.
/external/clearsilver/man/man3/
nerr_init.3
28
initialize the NEOERR system. Can be called more than
once
.
dictReleaseLock.3
30
Releases the lock on the value associated with <lock>.
Once
skipRelease.3
30
Releases the lock on the value associated with <lock>.
Once
/external/junit/src/junit/runner/
StandardTestSuiteLoader.java
4
* The standard test suite loader. It can only load the same class
once
.
/frameworks/base/core/jni/android/graphics/
NIOBuffer.h
18
// call
once
on boot, to setup JNI globals
/frameworks/base/test-runner/src/junit/runner/
StandardTestSuiteLoader.java
4
* The standard test suite loader. It can only load the same class
once
.
/system/core/libmincrypt/
Android.mk
17
# TODO: drop the hyphen
once
these are checked in
/dalvik/vm/jdwp/
README.txt
10
might be useful in other projects.
Once
you get multiple simultaneous
/external/iptables/extensions/
libipt_SAME.man
6
Addresses to map source to. May be specified more than
once
for
/dalvik/libcore/auth/src/main/java/javax/security/auth/
Destroyable.java
27
* Erases the sensitive information.
Once
an object is destroyed any calls
37
* Returns {@code true}
once
an object has been safely destroyed.
/external/bluetooth/bluez/src/
hcid.conf
20
#
once
- Pair
once
and deny successive attempts
/external/webkit/WebCore/manual-tests/
accidental-strict-mode.html
5
<li> Click "Back" button
once
.
7
<li> Click "Back" button
once
.
Completed in 176 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>