HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 26 - 50 of 2181) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 49 // When download url check takes this long, client's callback will be called
64 // Records disposition information about the check. |hit| should be
134 const SafeBrowsingCheck& check) {
135 if (!check.urls.empty()) {
137 DCHECK(!check.full_hash.get());
138 if (!check.is_download) {
139 DCHECK_EQ(1U, check.urls.size());
140 OnBrowseUrlCheckResult(check.urls[0], check.result);
142 OnDownloadUrlCheckResult(check.urls, check.result)
271 QueuedCheck check; local
636 SafeBrowsingCheck* check = *it; local
787 QueuedCheck check = queued_checks_.front(); local
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 1 glClipPlanef check eqn 4
2 glClipPlanex check eqn 4
3 glGetClipPlanefOES check eqn 4
4 glGetClipPlanexOES check eqn 4
5 glDeleteBuffers check buffers n
6 glDeleteTextures check textures n
9 glGenBuffers check buffers n
10 glGenTextures check textures n
11 glGetClipPlane check eqn 4
16 glGetTexParameter check params
    [all...]
  /external/clang/test/SemaCXX/
pragma-pack.cpp 15 int check[sizeof(Sub) == 5 ? 1 : -1]; member in namespace:rdar8745206
32 int check[sizeof(Sub) == 13 ? 1 : -1]; member in namespace:check2
  /external/compiler-rt/BlocksRuntime/tests/
nullblockisa.c 22 void check(void (^b)(void)) { function
39 check(^{ printf("%d\n", ++i); });
  /external/icu4c/samples/datefmt/
util.h 10 void check(UErrorCode& status, const char* msg);
  /external/icu4c/samples/msgfmt/
util.h 10 void check(UErrorCode& status, const char* msg);
  /external/icu4c/samples/numfmt/
util.h 11 void check(UErrorCode& status, const char* msg);
  /external/icu4c/samples/translit/
util.h 10 void check(UErrorCode& status, const char* msg);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.h 42 virtual void setCheckForOptimisations(bool check) { m_checkedContent = !check; }
  /ndk/tests/build/target-c-includes/jni/
Android.mk 5 LOCAL_SRC_FILES := check.c
  /external/chromium/chrome/browser/automation/
automation_tab_helper_unittest.cc 61 testing::MockFunction<void()> check; local
66 EXPECT_CALL(check, Call());
70 check.Call();
76 testing::MockFunction<void()> check; local
81 EXPECT_CALL(check, Call());
88 check.Call();
105 testing::MockFunction<void()> check; local
110 EXPECT_CALL(check, Call());
116 check.Call();
134 testing::MockFunction<void()> check; local
147 testing::MockFunction<void()> check; local
163 testing::MockFunction<void()> check; local
180 testing::MockFunction<void()> check; local
197 testing::MockFunction<void()> check; local
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
CheckedInputStream.java 32 private final Checksum check; field in class:CheckedInputStream
49 check = csum;
65 check.update(x);
91 check.update(buf, off, x);
102 return check;
  /external/libpng/
pngrio.c 68 png_size_t check; local
76 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
77 check = 0;
79 check = (png_size_t)fread(data, (png_size_t)1, length,
83 if (check != length)
98 int check; local
104 /* Check if data really is near. If so, use usual code. */
110 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
112 check = 0;
114 check = fread(n_data, 1, length, io_ptr)
    [all...]
pngwio.c 52 png_uint_32 check; local
57 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
58 check = 0;
60 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
62 if (check != length)
77 png_uint_32 check; local
83 /* Check if data really is near. If so, use usual code. */
89 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
90 check = 0;
92 check = fwrite(near_data, 1, length, io_ptr)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrio.c 47 png_size_t check; local
54 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
55 check = 0;
57 check = (png_size_t)fread(data, (png_size_t)1, length,
61 if (check != length)
76 int check; local
81 /* Check if data really is near. If so, use usual code. */
87 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
88 check = 0;
90 check = fread(n_data, 1, length, io_ptr)
    [all...]
pngwio.c 46 png_uint_32 check; local
50 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
51 check = 0;
53 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
55 if (check != length)
70 png_uint_32 check; local
75 /* Check if data really is near. If so, use usual code. */
81 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
82 check = 0;
84 check = fwrite(near_data, 1, length, io_ptr)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
text.py 43 def check(self, lines): member in class:TextChecker
44 self._tab_checker.check(lines)
50 checker.check(lines)
  /bionic/libc/kernel/common/linux/
udp.h 27 __u16 check; member in struct:udphdr
  /development/ndk/platforms/android-3/include/linux/
udp.h 21 __u16 check; member in struct:udphdr
  /external/clang/test/CodeGen/
2007-05-29-UnionCopy.c 16 void check(union U *u, union U *v) { function
  /external/clang/tools/
Makefile 12 clang-check
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
AssertionFailedException.java 11 package org.eclipse.wb.internal.core.utils.check;
  /external/grub/stage2/
md5.h 21 /* If CHECK is true, check a password for correctness. Returns 0
24 If CHECK is false, crypt KEY and save the result in CRYPTED.
26 extern int md5_password (const char *key, char *crypted, int check);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
QueuedOperation.h 43 virtual bool check(QueuedOperation* operation) = 0;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
udp.h 21 __u16 check; member in struct:udphdr

Completed in 653 milliseconds

12 3 4 5 6 7 8 91011>>