| /third_party/rust/crates/rust-std-candidates/triable/ |
| D | lib.rs | 5 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/ |
| D | TestEJDB2.java | 36 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/ |
| D | CommentsSchema.java | 70 try (Reader csv = Files.newBufferedReader(path)) { in loadComments() method 81 try (BufferedReader r = new BufferedReader(csv)) { in importComments() method
|
| D | AltFormatsSchema.java | 76 try (Reader csv = Files.newBufferedReader(path)) { in loadAltFormats() method 87 try (BufferedReader r = new BufferedReader(csv)) { in importAltFormats() method
|
| /third_party/zlib/ |
| D | configure | 371 try() function 378 try() function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | classMethodWithKeywordName1.ts | 2 static try() {} method in C
|
| /third_party/pulseaudio/src/tests/ |
| D | connect-stress.c | 67 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/ |
| D | tmpnam.c | 18 int try; in tmpnam() local
|
| D | tmpfile.c | 15 int try; in tmpfile() local
|
| /third_party/musl/src/stdio/ |
| D | tmpfile.c | 13 int try; in tmpfile() local
|
| D | tmpnam.c | 16 int try; in tmpnam() local
|
| D | tempnam.c | 17 int try; in tempnam() local
|
| /third_party/typescript/tests/cases/conformance/statements/for-ofStatements/ |
| D | ES5For-of37.ts | 5 try { constant
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
| D | CleanOutputDirectoryTask.java | 163 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/ |
| D | chcon.c | 24 static int do_chcon(struct dirtree *try) in do_chcon()
|
| D | shred.c | 38 char **try; local
|
| /third_party/ejdb/src/bindings/ejdb2_jni/example/src/main/java/ |
| D | EJDB2Example.java | 12 try (EJDB2 db = new EJDB2Builder("example.db").truncate().open()) { in main() method
|
| /third_party/musl/porting/uniproton/kernel/src/stdlib/ |
| D | bsearch.c | 5 void *try; in bsearch() local
|
| /third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
| D | bsearch.c | 5 void *try; in bsearch() local
|
| /third_party/musl/src/stdlib/ |
| D | bsearch.c | 5 void *try; in bsearch() local
|
| /third_party/skia/site/docs/dev/tools/ |
| D | sk.md | 43 ### try subsection
|
| /third_party/toybox/toys/posix/ |
| D | ln.c | 56 char *oldnew, *try = toys.optargs[i]; local
|
| D | rm.c | 26 static int do_rm(struct dirtree *try) in do_rm()
|
| D | cp.c | 126 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/ |
| D | cp.c | 110 static int cp_node(struct dirtree *try) in cp_node() 482 static int install_node(struct dirtree *try) in install_node()
|