/external/clang/test/Analysis/ |
Malloc+MismatchedDeallocator+NewDelete.cpp | 7 // Check that unix.Malloc catches all types of bugs. 36 // Check that unix.MismatchedDeallocator catches all types of bugs. 44 // Check that alpha.cplusplus.NewDelete catches all types of bugs.
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 206 private StdTypeList catches = StdTypeList.EMPTY; field in class:Code 367 catches = toTypeList(catchTypes); 380 catches = toTypeList(catchTypes); 389 RegisterSpecList.make(toThrow.spec()), catches)); 485 RegisterSpecList.EMPTY, catches, Constants.getConstant(value))); 521 addInstruction(new ThrowingInsn(rop, sourcePosition, sources, catches)); 579 RegisterSpecList.make(instance.spec()), catches, fieldId.constant)); 589 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant)); 597 RegisterSpecList.EMPTY, catches, fieldId.constant)); 606 RegisterSpecList.make(source.spec()), catches, fieldId.constant)) [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 329 ByteCatchList catches = method.getCatches(); local 330 int catchSz = catches.size(); 355 ByteCatchList.Item item = catches.get(i); 434 ByteCatchList catches = method.getCatches().listFor(offset); local 435 catchLists[offset] = catches; 436 targetLists[offset] = catches.toTargetList(nextIsLive ? next : -1);
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
window-open-features-parsing.html | 10 - the trailing comma catches a previous mistake i made reading past the end of the string
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLRenderTarget.h | 74 // catches FBO 0 and non MSAA case
|
/external/skia/src/gpu/gl/ |
GrGLRenderTarget.h | 74 // catches FBO 0 and non MSAA case
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CatchStructs.java | 45 /** {@code non-null;} code that contains the catches */ 75 * @param code {@code non-null;} code that contains the catches 86 * Finish processing the catches, if necessary.
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 254 ByteCatchList catches = bb.getCatches(); local 255 int csz = catches.size(); 257 ByteCatchList.Item one = catches.get(j);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
CatchStructs.java | 42 /** {@code non-null;} code that contains the catches */ 72 * @param code {@code non-null;} code that contains the catches 83 * Finish processing the catches, if necessary.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
CatchStructs.java | 43 /** {@code non-null;} code that contains the catches */ 73 * @param code {@code non-null;} code that contains the catches 84 * Finish processing the catches, if necessary.
|
/external/bison/lib/ |
xmalloc.c | 98 HAVE_GNU_CALLOC, since GNU calloc catches overflow and never
|
/external/chromium/chrome/browser/chromeos/ |
wm_ipc.h | 109 // Specifically, this catches messages about the WM_S0 selection that get sent
|
/external/chromium/googleurl/base/ |
basictypes.h | 49 // ARRAYSIZE catches a few type errors. If you see a compiler error
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_titlebar_view_cocoa.h | 55 // Transparent view on top of entire titlebar. It catches mouse events to
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup.cc | 20 // of the rule. (This also catches multiple ! or *. at the start of a rule.)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
README.chromium | 78 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
status.h | 96 // The following condition catches both aliasing (when this == &s),
|
/external/llvm/test/CodeGen/ARM/ |
2010-05-17-FastAllocCrash.ll | 8 ; catches it.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xmalloc.c | 94 HAVE_GNU_CALLOC, since GNU calloc catches overflow and never
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
longlong.m4 | 22 [dnl This catches a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDecodeRunnable.java | 247 * and catches an Exception if something tries to 258 // Catches exceptions if something tries to activate the
|
PhotoThumbnailFragment.java | 250 // Destroys variables and references, and catches Exceptions 388 // Catches an invalid URL 392 // Catches errors trying to download and decode the picture in a ThreadPool
|
PhotoDownloadRunnable.java | 150 // Downloads the image and catches IO errors 368 // Catches exceptions thrown in response to a queued interrupt
|
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 66 // This function calls a test subroutine, catches the fatal failure it 72 // Catches the fatal failure and aborts the test. 102 // Catches the fatal failure and aborts the test. 528 // The following two test cases verify that Google Test catches the user 888 // Tests that the ScopedFakeTestPartResultReporter only catches failures from
|
/external/chromium_org/sandbox/win/src/ |
crosscall_client.h | 49 // The default copy helper. It catches the general case where no other 127 // This copy helper template specialization catches the cases where the 248 // This copy helper template specialization catches the cases where the
|