OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setversion
(Results
1 - 25
of
159
) sorted by null
1
2
3
4
5
6
7
/external/webkit/LayoutTests/storage/indexeddb/
set_version_blocked-expected.txt
1
An open connection blocks a separate connection's
setVersion
call
9
connections[0].
setVersion
('version 1')
14
in
setVersion
.onsuccess
set_version_queue-expected.txt
1
4 open connections try to
setVersion
at the same time. 3 connections eventually close, allowing 1
setVersion
call to proceed.
11
connections[0].
setVersion
('version 0')
12
connections[1].
setVersion
('version 1')
13
connections[2].
setVersion
('version 2')
14
connections[3].
setVersion
('version 3')
69
PASS connection[1] got into
SetVersion
database-basics-expected.txt
8
db.
setVersion
('new version')
13
Testing
setVersion
.
14
db.
setVersion
("version a")
15
db.
setVersion
("version b")
29
db.
setVersion
("version c")
set_version_blocked.html
13
description("An open connection blocks a separate connection's
setVersion
call");
43
var versionChangeRequest = evalAndLog("connections[0].
setVersion
('version 1')");
62
debug("in
setVersion
.onsuccess");
database-basics.html
28
request = evalAndLog("db.
setVersion
('new version')");
42
debug("Testing
setVersion
.");
43
request = evalAndLog('db.
setVersion
("version a")');
50
request = evalAndLog('db.
setVersion
("version b")');
86
request = evalAndLog('db.
setVersion
("version c")');
set_version_queue.html
13
description("4 open connections try to
setVersion
at the same time. 3 connections eventually close, allowing 1
setVersion
call to proceed.");
43
request = evalAndLog("connections[0].
setVersion
('version 0')");
47
request1 = evalAndLog("connections[1].
setVersion
('version 1')");
51
request2 = evalAndLog("connections[2].
setVersion
('version 2')");
55
request3 = evalAndLog("connections[3].
setVersion
('version 3')");
130
testPassed("connection[1] got into
SetVersion
");
queued-commands.html
20
request.onsuccess =
setVersion
;
24
function
setVersion
()
28
request = evalAndLog("db.
setVersion
('new version')");
objectstore-removeobjectstore-expected.txt
8
db.
setVersion
('new version')
20
db.
setVersion
('new version')
error-causes-abort-by-default.html
20
request.onsuccess =
setVersion
;
24
function
setVersion
()
28
request = evalAndLog("db.
setVersion
('new version')");
transaction-abort.html
20
request.onsuccess =
setVersion
;
24
function
setVersion
()
28
request = evalAndLog("db.
setVersion
('new version')");
create-object-store-options-expected.txt
10
request = db.
setVersion
('version 1')
data-corruption-expected.txt
9
db.
setVersion
('new version')
open-cursor-expected.txt
8
db.
setVersion
('new version')
queued-commands-expected.txt
8
db.
setVersion
('new version')
exception-in-event-aborts.html
20
request.onsuccess =
setVersion
;
24
function
setVersion
()
28
request = evalAndLog("db.
setVersion
('new version')");
transaction-event-propagation.html
20
request.onsuccess =
setVersion
;
24
function
setVersion
()
28
request = evalAndLog("db.
setVersion
('new version')");
objectstore-removeobjectstore.html
28
request = evalAndLog("db.
setVersion
('new version')");
65
request = evalAndLog("db.
setVersion
('new version')");
transaction-basics-expected.txt
11
request = db.
setVersion
('version 1')
60
db.
setVersion
('new version')
tutorial.html
101
// "
setVersion
" on the database and supplying a new version. This also starts a new
103
//
setVersion
which we'll get into later.
109
var request = db.
setVersion
("1.0");
116
// We are now in a
setVersion
transaction. Such a transaction is the only place where one
175
// any way) keys or values is asynchronous and any other call (besides
setVersion
and open) are
190
// allowed in a normal (i.e. non-
setVersion
) transaction. This is useful so that data migrations
210
// Transactions (besides those created with
setVersion
) are created synchronously. Like
414
// The way
setVersion
is supposed to work:
415
// To keep things simple to begin with, objectStores and indexes can only be created in a
setVersion
420
// Because a
setVersion
transaction could stall out nearly forever until the user closes windows
[
all
...]
create-and-remove-object-store-expected.txt
17
result = db.
setVersion
('version 1')
database-quota-expected.txt
8
db.
setVersion
('new version')
/external/e2fsprogs/lib/e2p/
setversion.c
2
*
setversion
.c - Set a file version on an ext2 file system
24
int
setversion
(int fd, unsigned long version)
function
Android.mk
20
setversion
.c \
/frameworks/base/opengl/tools/glgen/src/
CodeEmitter.java
19
void
setVersion
(int version, boolean ext, boolean pack);
/external/apache-http/src/org/apache/http/params/
HttpProtocolParamBean.java
50
public void
setVersion
(final HttpVersion version) {
51
HttpProtocolParams.
setVersion
(params, version);
Completed in 108 milliseconds
1
2
3
4
5
6
7