HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 501 - 525 of 1366) sorted by null

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 24 /* Check RAW, WAR, and WAR dependency on the register operands */
25 #define CHECK_REG_DEP(use, def, check) ((def & check->useMask) || \
26 ((use | def) & check->defMask))
123 * region bits since stopMask is used to check data/control
146 * Potential aliases seen - check the alias relations
225 /* The checkLIR has been transformed - check the next one */
233 * this and check LIRs have no memory dependency. Now check if
309 /* Similar as above, but just check for pure register dependency *
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 24 * Check to see if the thread needs to be suspended or debugger/profiler
43 cmp $$0, (%ebx) # check if suspend is pending
51 2: # check suspended
70 * Check to see if the thread needs to be suspended or debugger/profiler
88 cmp $$0, (rINST) # check if suspend is pending
94 2: # check suspended
233 * find space for the new stack frame, check for overflow
265 testl $$ACC_NATIVE, offMethod_accessFlags(%ecx) # check for native call
321 cmp $$0, offThread_exception(%ecx) # check for exception
358 cmp $$0, (%edx) # check if suspend is pendin
    [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 162 check(*I);
171 check(*I);
178 void check(Stmt *S) { function in class:__anon4201::EmptyStatementsRemover
  /external/openssl/apps/
dh.c 81 * -check - check the parameters are ok
94 int informat,outformat,check=0,noout=0,C=0,ret=1; local
149 else if (strcmp(*argv,"-check") == 0)
150 check=1;
176 BIO_printf(bio_err," -check check the DH parameters\n");
261 if (check)
273 printf("unable to check the generator value\n");
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 43 --- array of symbol name numer keys used (to check for unique mapvals)
73 -- check if remaining part are comments only
103 -- check syms and symnrs
picoloadphones.lua 41 --- array of symbol name numer keys used (to check for unique mapvals)
71 -- check if remaining part are comments only
101 -- check syms and symnrs
  /frameworks/base/core/java/android/net/
VpnService.java 301 private void check(InetAddress address, int prefixLength) { method in class:VpnService.Builder
326 check(address, prefixLength); method
355 check(address, prefixLength); method
  /ndk/build/core/
add-application.mk 31 # Check that NDK_DEBUG is properly defined. If it is
51 $(call check-required-vars,$(NDK_APP_VARS_REQUIRED),$(_application_mk))
63 # check whether APP_PLATFORM is defined. If not, look for project.properties in
90 # Check that the value of APP_PLATFORM corresponds to a known platform
100 # Check that the value of APP_ABI corresponds to known ABIs
125 # If APP_BUILD_SCRIPT is defined, check that the file exists.
187 # check that APP_OPTIM, if defined, is either 'release' or 'debug'
213 # Check that APP_STL is defined. If not, use the default value (system)
214 # otherwise, check that the name is correct.
219 $(call ndk-stl-check,$(APP_STL)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 67 class MallocChecker : public Checker<eval::Call, check::DeadSymbols, check::EndPath, check::PreStmt<ReturnStmt>, check::Location,
68 check::Bind, eval::Assume> {
169 // Check all the attributes, if there are any.
280 // Check for null dereferences.
348 // Check double free.
642 // FIXME: check other cases.
652 // FIXME: should also check symbols assumed to non-null
    [all...]
  /external/elfutils/config/
Makefile 227 check-am: all-am
228 check: check-am
301 .PHONY: all all-am check check-am clean clean-generic distclean \
  /external/elfutils/doc/
Makefile 226 check-am: all-am
227 check: check-am
297 .PHONY: all all-am check check-am clean clean-generic distclean \
  /external/elfutils/m4/
Makefile 229 check-am: all-am
230 check: check-am
303 .PHONY: all all-am check check-am clean clean-generic distclean \
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 158 SafeBrowsingService::SafeBrowsingCheck* check,
160 // If we are in GetHash backoff, we need to check if we're past the next
165 sb_service_->HandleGetHashResults(check, full_hashes, false);
171 hash_requests_[fetcher] = check;
233 SafeBrowsingService::SafeBrowsingCheck* check = it->second; local
240 RecordGetHashResult(check->is_download, GET_HASH_STATUS_200);
242 RecordGetHashResult(check->is_download, GET_HASH_STATUS_204);
276 sb_service_->HandleGetHashResults(check, full_hashes, can_cache);
prefix_set_unittest.cc 41 // Check that all elements of |prefixes| are in |prefix_set|, and
43 // items to check for absence).
48 std::set<SBPrefix> check(prefixes.begin(), prefixes.end());
51 EXPECT_EQ(prefixes_copy.size(), check.size());
52 EXPECT_TRUE(std::equal(check.begin(), check.end(), prefixes_copy.begin()));
58 if (check.count(left_sibling) == 0)
62 if (check.count(right_sibling) == 0)
175 // Check that |GetPrefixes()| returns the same set of prefixes as
201 // Check that |GetPrefixes()| returns the same set of prefixes a
    [all...]
  /external/libpng/
CHANGES 17 added check for 64 KB blocks for 16 bit machines
256 Check for overlength tRNS chunk present when indexed-color PLTE is read.
419 Added check for PNG_READ_INTERLACE_SUPPORTED in pngread.c; issue a warning
421 Added check if png_ptr->trans is defined before freeing it in pngread.c
423 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
461 Added a check in pngset.c to prevent writing multiple tIME chunks.
462 Added a check in pngwrite.c to detect invalid small window_bits sizes.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 40 ; check short
98 ; check tail
121 ; check short
170 ; check tail
192 ; check short
243 ; check tail
267 ; check short
337 ; check tail
364 ; check short
437 ; check tai
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 145 // Check filename is preserved correctly
153 // Check null argument is handled
    [all...]
  /external/quake/quake/src/QW/client/
snd_dma.c 363 // Check for replacement sound, or find the best one to replace
456 channel_t *target_chan, *check; local
504 check = &channels[NUM_AMBIENTS];
505 for (ch_idx=NUM_AMBIENTS ; ch_idx < NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS ; ch_idx++, check++)
507 if (check == target_chan)
509 if (check->sfx == sfx && !check->pos)
867 // check to make sure that we haven't overshot
  /external/quake/quake/src/WinQuake/
snd_dma.cpp 367 // Check for replacement sound, or find the best one to replace
460 channel_t *target_chan, *check; local
508 check = &channels[NUM_AMBIENTS];
509 for (ch_idx=NUM_AMBIENTS ; ch_idx < NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS ; ch_idx++, check++)
511 if (check == target_chan)
513 if (check->sfx == sfx && !check->pos)
874 // check to make sure that we haven't overshot
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
11 Unaddressable byte(s) found during client check request
36 For a detailed leak analysis, rerun with: --leak-check=full
45 For a detailed leak analysis, rerun with: --leak-check=full
59 For a detailed leak analysis, rerun with: --leak-check=full
63 Uninitialised byte(s) found during client check request
68 Uninitialised byte(s) found during client check request
78 For a detailed leak analysis, rerun with: --leak-check=full
88 For a detailed leak analysis, rerun with: --leak-check=full
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 265 protected boolean check() { method
328 protected boolean check() { method
364 protected boolean check() { method

Completed in 738 milliseconds

<<21222324252627282930>>