HomeSort by relevance Sort by last modified time
    Searched full:catches (Results 26 - 50 of 442) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/046-dex-exceptions/
expected.txt 15 catches
43 catches
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvCode.java 51 private CatchTable catches; field in class:DalvCode
94 this.catches = null;
111 catches = unprocessedCatches.build();
151 * Gets whether this instance has any catches at all (either typed
154 * @return whether this instance has any catches at all
196 return catches;
StdCatchBuilder.java 86 TypeList catches = block.getLastInsn().getCatches(); local
87 if (catches.size() != 0) {
103 TypeList catches = block.getLastInsn().getCatches(); local
104 int catchSize = catches.size();
107 result.add(catches.getType(j));
221 TypeList catches = block.getLastInsn().getCatches(); local
222 int catchSize = catches.size();
246 Type type = catches.getType(i);
256 CstType oneType = new CstType(catches.getType(i));
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 50 private CatchTable catches; field in class:DalvCode
93 this.catches = null;
110 catches = unprocessedCatches.build();
150 * Gets whether this instance has any catches at all (either typed
153 * @return whether this instance has any catches at all
195 return catches;
StdCatchBuilder.java 85 TypeList catches = block.getLastInsn().getCatches(); local
86 if (catches.size() != 0) {
102 TypeList catches = block.getLastInsn().getCatches(); local
103 int catchSize = catches.size();
106 result.add(catches.getType(j));
220 TypeList catches = block.getLastInsn().getCatches(); local
221 int catchSize = catches.size();
245 Type type = catches.getType(i);
255 CstType oneType = new CstType(catches.getType(i));
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvCode.java 51 private CatchTable catches; field in class:DalvCode
94 this.catches = null;
111 catches = unprocessedCatches.build();
151 * Gets whether this instance has any catches at all (either typed
154 * @return whether this instance has any catches at all
196 return catches;
StdCatchBuilder.java 86 TypeList catches = block.getLastInsn().getCatches(); local
87 if (catches.size() != 0) {
103 TypeList catches = block.getLastInsn().getCatches(); local
104 int catchSize = catches.size();
107 result.add(catches.getType(j));
221 TypeList catches = block.getLastInsn().getCatches(); local
222 int catchSize = catches.size();
246 Type type = catches.getType(i);
256 CstType oneType = new CstType(catches.getType(i));
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
expected.txt 16 catches
34 catches
53 catches
72 catches
92 catches
  /dalvik/dx/tests/067-dex-switch-and-try/
expected.txt 43 catches
70 catches
97 catches
  /art/runtime/
signal_catcher.h 29 * A daemon thread that catches signals and does something useful. For
  /dalvik/dx/tests/062-dex-synch-method/
expected.txt 22 catches
73 catches
96 catches
143 catches
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.h 31 // ChromeNotifierDelegate is a NotificationDelegate which catches
  /external/chromium_org/remoting/host/
local_input_monitor.h 21 // catches the disconnection keyboard shortcut (Ctlr-Alt-Esc) and invokes
  /ndk/sources/cxx-stl/gabi++/tests/
catch_array_01.cpp 10 // Can you have a catch clause of array type that catches anything?
catch_array_02.cpp 10 // Can you have a catch clause of array type that catches anything?
catch_function_01.cpp 10 // Can you have a catch clause of array type that catches anything?
catch_function_02.cpp 10 // Can you have a catch clause of array type that catches anything?
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ConversationListTests.java 47 * have been loaded. This catches various race conditions.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
syntax.py 7 The compiler package catches some errors in the transformer module.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
syntax.py 7 The compiler package catches some errors in the transformer module.
  /dalvik/dx/tests/080-dex-exception-tables/
expected.txt 19 catches
42 catches
76 catches
116 catches
152 catches
187 catches
215 catches
240 catches
275 catches
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 79 /** {@code non-null;} catches for the block currently being processed */
80 private TypeList catches; field in class:RopperMachine
82 /** whether the catches have been used in an instruction */
143 this.catches = null;
183 * {@link #insns} list, set {@link #catches}, reset whether it has
187 public void startBlock(TypeList catches) {
188 this.catches = catches;
201 * Gets whether {@link #catches} was used. This indicates that the
204 * @return whether {@code catches} has been use
    [all...]
  /external/chromium/chrome/browser/importer/
external_process_importer_host.cc 51 // This is the in-process half of the bridge, which catches data from the IPC
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerProviderClient.h 37 // This class catches any errors that may originate on the browser
  /dalvik/dx/tests/069-dex-source-position/
expected.txt 31 catches
65 catches
115 catches

Completed in 974 milliseconds

12 3 4 5 6 7 8 91011>>