Home
last modified time | relevance | path

Searched refs:syncStmt (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/storage/test/gtest/
H A Dtest_true_async.cpp55 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
56 db->CreateStatement("SELECT * FROM test"_ns, getter_AddRefs(syncStmt)); in TEST()
57 syncStmt->Finalize(); in TEST()
92 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
94 getter_AddRefs(syncStmt)); in TEST()
98 (void)syncStmt->ExecuteAsync(syncSpin, getter_AddRefs(syncPend)); in TEST()
126 syncStmt->Finalize(); in TEST()
/dports/www/firefox/firefox-99.0/storage/test/gtest/
H A Dtest_true_async.cpp55 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
56 db->CreateStatement("SELECT * FROM test"_ns, getter_AddRefs(syncStmt)); in TEST()
57 syncStmt->Finalize(); in TEST()
92 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
94 getter_AddRefs(syncStmt)); in TEST()
98 (void)syncStmt->ExecuteAsync(syncSpin, getter_AddRefs(syncPend)); in TEST()
126 syncStmt->Finalize(); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/test/gtest/
H A Dtest_true_async.cpp61 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
63 getter_AddRefs(syncStmt)); in TEST()
64 syncStmt->Finalize(); in TEST()
100 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
103 getter_AddRefs(syncStmt) in TEST()
108 (void)syncStmt->ExecuteAsync(syncSpin, getter_AddRefs(syncPend)); in TEST()
136 syncStmt->Finalize(); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/test/
H A Dtest_true_async.cpp63 nsCOMPtr<mozIStorageStatement> syncStmt; in test_TrueAsyncStatement() local
65 getter_AddRefs(syncStmt)); in test_TrueAsyncStatement()
66 syncStmt->Finalize(); in test_TrueAsyncStatement()
101 nsCOMPtr<mozIStorageStatement> syncStmt; in test_AsyncCancellation() local
104 getter_AddRefs(syncStmt) in test_AsyncCancellation()
109 (void)syncStmt->ExecuteAsync(syncSpin, getter_AddRefs(syncPend)); in test_AsyncCancellation()
137 syncStmt->Finalize(); in test_AsyncCancellation()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/test/gtest/
H A Dtest_true_async.cpp55 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
56 db->CreateStatement("SELECT * FROM test"_ns, getter_AddRefs(syncStmt)); in TEST()
57 syncStmt->Finalize(); in TEST()
92 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
94 getter_AddRefs(syncStmt)); in TEST()
98 (void)syncStmt->ExecuteAsync(syncSpin, getter_AddRefs(syncPend)); in TEST()
126 syncStmt->Finalize(); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/test/gtest/
H A Dtest_true_async.cpp58 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
60 getter_AddRefs(syncStmt)); in TEST()
61 syncStmt->Finalize(); in TEST()
96 nsCOMPtr<mozIStorageStatement> syncStmt; in TEST() local
99 getter_AddRefs(syncStmt)); in TEST()
103 (void)syncStmt->ExecuteAsync(syncSpin, getter_AddRefs(syncPend)); in TEST()
131 syncStmt->Finalize(); in TEST()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/
H A DScriptVM.cpp126 SyncBlock* syncStmt = (SyncBlock*) statement; in _requiredMaxStackSizeFor() local
127 if (syncStmt->statements()) in _requiredMaxStackSizeFor()
128 return _requiredMaxStackSizeFor( syncStmt->statements() ) + 1; in _requiredMaxStackSizeFor()
651 SyncBlock* syncStmt = (SyncBlock*) frame.statement; in exec() local
652 if (!frame.subindex++ && syncStmt->statements()) { in exec()
655 syncStmt->statements() in exec()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dsync.go69 syncStmt const
H A Dsyncmarker_string.go28 _ = x[syncStmt-18]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/parser/
H A Dparser.go468 syncStmt(p)
497 func syncStmt(p *parser) { func
1238 syncStmt(p)
2271 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2319 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2327 syncStmt(p)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2167 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2212 syncStmt(p)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/parser/
H A Dparser.go410 syncStmt(p)
436 func syncStmt(p *parser) { func
1134 syncStmt(p)
2069 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2111 syncStmt(p)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2167 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2212 syncStmt(p)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/go/parser/
H A Dparser.go410 syncStmt(p)
436 func syncStmt(p *parser) { func
1134 syncStmt(p)
2071 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2113 syncStmt(p)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/parser/
H A Dparser.go417 syncStmt(p)
446 func syncStmt(p *parser) { func
1167 syncStmt(p)
2147 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2192 syncStmt(p)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/go/parser/
H A Dparser.go391 syncStmt(p)
417 func syncStmt(p *parser) { func
1108 syncStmt(p)
2024 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2066 syncStmt(p)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/parser/
H A Dparser.go422 syncStmt(p)
451 func syncStmt(p *parser) { func
1169 syncStmt(p)
2163 s = &ast.DeclStmt{Decl: p.parseDecl(syncStmt)}
2208 syncStmt(p)
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/
H A DDatabase.cpp1913 nsCOMPtr<mozIStorageStatement> syncStmt; in MigrateV50Up() local
1918 getter_AddRefs(syncStmt)); in MigrateV50Up()
1921 rv = syncStmt->BindInt64ByName("placeId"_ns, placeId); in MigrateV50Up()
1924 rv = syncStmt->Execute(); in MigrateV50Up()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/places/
H A DDatabase.cpp1913 nsCOMPtr<mozIStorageStatement> syncStmt; in MigrateV50Up() local
1918 getter_AddRefs(syncStmt)); in MigrateV50Up()
1921 rv = syncStmt->BindInt64ByName("placeId"_ns, placeId); in MigrateV50Up()
1924 rv = syncStmt->Execute(); in MigrateV50Up()

12