Home
last modified time | relevance | path

Searched defs:try (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/ejdb/src/bindings/ejdb2_jni/src/test/java/com/softmotions/ejdb2/
DTestEJDB2.java36 try (EJDB2 db = new EJDB2Builder("test.db").truncate().withWAL().open()) { in dbTest() method
96 try (JQL q2 = db.createQuery("/[foo=:?]", "mycoll").setString(0, "zaz")) { in dbTest() method
104 try (JQL q2 = db.createQuery("/[foo=:val]", "mycoll").setString("val", "bar")) { in dbTest() method
173 try (EJDB2 db = new EJDB2Builder("test-bkp.db").withWAL().open()) { in dbTest() method
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dconfigure360 try() function
367 try() function
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dconfigure360 try() function
367 try() function
/third_party/zlib/
Dconfigure360 try() function
367 try() function
/third_party/typescript/tests/cases/compiler/
DclassMethodWithKeywordName1.ts2 static try() {} method in C
/third_party/mingw-w64/mingw-w64-headers/crt/
Dsehmap.h11 #define try __try macro
/third_party/musl/porting/liteos_a/user/src/stdio/
Dtmpfile.c15 int try; in tmpfile() local
Dtmpnam.c18 int try; in tmpnam() local
/third_party/typescript/tests/cases/conformance/statements/for-ofStatements/
DES5For-of37.ts5 try { constant
/third_party/musl/src/stdio/
Dtmpfile.c13 int try; in tmpfile() local
Dtmpnam.c16 int try; in tmpnam() local
Dtempnam.c17 int try; in tempnam() local
/third_party/toybox/toys/other/
Dchcon.c24 static int do_chcon(struct dirtree *try) in do_chcon()
Dshred.c38 char **try; local
/third_party/ejdb/src/bindings/ejdb2_jni/example/src/main/java/
DEJDB2Example.java12 try (EJDB2 db = new EJDB2Builder("example.db").truncate().open()) { in main() method
/third_party/pulseaudio/src/tests/
Dconnect-stress.c67 static void _connect(const char *name, int *try) { in _connect()
153 int *try; in context_state_callback() local
/third_party/musl/src/stdlib/
Dbsearch.c5 void *try; in bsearch() local
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dbsearch.c5 void *try; in bsearch() local
/third_party/skia/site/docs/dev/tools/
Dsk.md43 ### try subsection
/third_party/toybox/toys/posix/
Dln.c56 char *oldnew, *try = toys.optargs[i]; local
Drm.c26 static int do_rm(struct dirtree *try) in do_rm()
Dcp.c126 static int cp_node(struct dirtree *try) in cp_node()
479 static int install_node(struct dirtree *try) in install_node()
Dlogger.c35 int try, i, matchlen = 0, found = -1, ambiguous = 1; in arrayfind() local
/third_party/toybox/porting/liteos_a/toys/posix/
Dcp.c110 static int cp_node(struct dirtree *try) in cp_node()
482 static int install_node(struct dirtree *try) in install_node()
/third_party/e2fsprogs/misc/
Dbadblocks.c367 static int do_read (int dev, unsigned char * buffer, int try, int block_size, in do_read()
443 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write()
493 int try; in test_ro() local
608 int i, try, got, nr_pattern, pat_idx; in test_rw() local
747 int try, i; in test_nd() local

1234