HomeSort by relevance Sort by last modified time
    Searched defs:CHECK (Results 76 - 93 of 93) sorted by null

1 2 34

  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 203 * libpng thus makes sure to check any memory allocation to verify it
224 /* Just a little check that someone hasn't tried to define something
327 /* We need to check that <math.h> hasn't already been included earlier
372 # define CHECK 1
374 # define CVT_PTR(ptr) (png_far_to_near(png_ptr,ptr,CHECK))
608 * NOTE: this macro will raise a png_error if the range check fails,
707 /* Check the user version string for compatibility, returns false if the version
766 /* Read and check the PNG file signature */
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 50 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
879 CHECK(status, "DecimalFormatSymbols ct");
882 CHECK(status, "DecimalFormat ct");
887 CHECK(status, "applyPattern");
    [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h 161 * libpng thus makes sure to check any memory allocation to verify it
416 /* We need to check that <math.h> hasn't already been included earlier
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 51 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
    [all...]
  /external/libpng/
pngconf.h 165 * libpng thus makes sure to check any memory allocation to verify it
420 /* We need to check that <math.h> hasn't already been included earlier
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 434 CHECK(GLOB != -777);
471 CHECK(GLOB != -777);
606 CHECK(GLOB != 777);
610 CHECK(GLOB != 777);
655 CHECK(GLOB != 777);
707 CHECK(GLOB == 2);
741 CHECK(GLOB == 3);
810 CHECK(MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), INT_MAX));
834 CHECK(!MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), 100));
861 CHECK(!MU.LockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100))
3825 static void check(volatile FOO *foo) { function in class:test82::FOO
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 127 private static Bitmap CHECK;
423 CHECK = BitmapFactory.decodeResource(res, R.drawable.ic_avatar_check);
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 445 milliseconds

1 2 34