HomeSort by relevance Sort by last modified time
    Searched defs:TRY (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/clang/test/CoverageMapping/
trymacro.cpp 4 void fn1() try { return; } // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1
10 void fn2() try RETURN_BLOCK // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1
13 #define TRY try
17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1
21 #define TRY2 try { // CHECK-DAG: File 1, [[@LINE]]:18 -> [[@LINE]]:19 = #1
29 #define TRY3 try { return; } catch (...) // CHECK-DAG: File 2, [[@LINE]]:18 -> [[@LINE]]:29 = #1
30 #define TRY4 try { TRY3 { return; } } catch (...) // CHECK-DAG: Expansion,File 1, [[@LINE]]:20 -> [[@LINE]]:24 = #1 (Expanded file = 2)
  /external/valgrind/mpi/
mpiwrap_type_test.c 248 #define TRY(_commit_free,_type,_name) \
254 TRY(True, tycon_Contiguous(3, MPI_INT),
257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE),
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)),
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)),
266 TRY(True, tycon_Vector(5, 2,3,MPI_DOUBLE),
269 TRY(True, tycon_Vector(3, 1,2,MPI_LONG_DOUBLE),
272 TRY(True, tycon_HVector(4, 1,3,MPI_SHORT),
275 TRY(True, tycon_Indexed2(1,3, 5,2, MPI_UNSIGNED_CHAR),
278 TRY(True, tycon_HIndexed2(1,2, 6,3, MPI_UNSIGNED_SHORT)
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 79 /* Try to open the given file as it is or under the debuginfo directory. */
96 /* First try the file's unadorned basename as DEBUGLINK_FILE,
293 #define TRY(sfx) \
300 TRY (".ko");
301 TRY (".ko.gz");
303 TRY (".ko.bz2");
306 TRY (".ko.xz");
311 #undef TRY
647 /* Try to figure out the bounds of the kernel image without
  /external/syslinux/gpxe/src/drivers/net/
myri10ge.c 706 #define TRY( prefix, base, suffix ) do { \
722 TRY ( CMD_, RESET , );
728 TRY ( CMD_SET_ , INTRQ_SIZE , );
734 TRY ( CMD_SET_, INTRQ_DMA, );
738 TRY ( CMD_GET_, IRQ_ACK, _OFFSET );
743 TRY ( CMD_GET_, IRQ_DEASSERT, _OFFSET );
749 TRY ( CMD_GET_, INTR_COAL, _DELAY_OFFSET );
760 TRY ( SET_ , MAC_ADDRESS , );
765 TRY ( ENABLE_ , ALLMULTI , );
770 TRY ( DISABLE_ , FLOW , _CONTROL )
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 62 int TRY = 343;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParserConstants.java 130 int TRY = 86;
365 "\"try\"",
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserConstants.java 130 int TRY = 61;
340 "\"try\"",
  /external/turbine/java/com/google/turbine/parse/
Token.java 128 TRY("try"),
  /external/valgrind/helgrind/
hg_errors.c     [all...]
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 38 #define TRY(expr) \
98 TRY(ReadUint32(&len, file_));
165 TRY(ReadUint32(&start_sec, file_));
166 TRY(ReadUint32(&start_usec, file_));
167 TRY(ReadUint32(&source, file_));
168 TRY(ReadUint16(&port, file_));
169 TRY(ReadUint16(&padding, file_));
181 TRY(ReadUint16(&len, file_));
182 TRY(ReadUint16(&plen, file_));
183 TRY(ReadUint32(&offset, file_))
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 311 TRY(60),
568 return TRY;
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 102 public static final int TRY=74;
165 try {
186 try {
206 try {
368 try {
422 try {
446 try {
470 try {
859 try {
939 try {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h     [all...]

Completed in 990 milliseconds

1 2 3 4