Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/rust-std-candidates/triable/
Dlib.rs5 macro_rules! try { macro
22 fn try(self) -> TriableResult<Expr, Return>; in try() method
28 fn try(self) -> TriableResult<T1, Result<T2, Err2>> { in try() function
38 fn try(self) -> TriableResult<T1, Option<T2>> { in try() method
48 fn try(self) -> TriableResult<T1, Result<T2, ()>> { in try() method
58 fn try(self) -> TriableResult<T1, Option<T2>> { in try() method
68 fn try(self) -> TriableResult<(), bool> { in try() method
78 fn try(self) -> TriableResult<T, bool> { in try() method
87 fn try(self) -> TriableResult<T, bool> { in try() method
96 fn try(self) -> TriableResult<(), Result<T, ()>> { in try() method
[all …]
/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
176 try (EJDB2 db = new EJDB2Builder("test-bkp.db").withWAL().open()) { in dbTest() method
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DCommentsSchema.java70 try (Reader csv = Files.newBufferedReader(path)) { in loadComments() method
81 try (BufferedReader r = new BufferedReader(csv)) { in importComments() method
DAltFormatsSchema.java76 try (Reader csv = Files.newBufferedReader(path)) { in loadAltFormats() method
87 try (BufferedReader r = new BufferedReader(csv)) { in importAltFormats() method
/third_party/zlib/
Dconfigure371 try() function
378 try() function
/third_party/typescript/tests/cases/compiler/
DclassMethodWithKeywordName1.ts2 static try() {} method in C
/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/porting/liteos_a/user/src/stdio/
Dtmpnam.c18 int try; in tmpnam() local
Dtmpfile.c15 int try; in tmpfile() local
/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/typescript/tests/cases/conformance/statements/for-ofStatements/
DES5For-of37.ts5 try { constant
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
DCleanOutputDirectoryTask.java163 try (Stream<Path> files = Files.list(dirPath)) { in execute() method
237 try (BufferedReader r = Files.newBufferedReader(path, UTF_8)) { in wasAutoGenerated() method
336 try (InputStream in = CleanOutputDirectoryTask.class.getResourceAsStream(name)) { in readLinesFromResource() method
/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/musl/porting/uniproton/kernel/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/musl/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()
478 static int install_node(struct dirtree *try) in install_node()
/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()

1234