/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListViewWithHeadersTest.java | 44 protected boolean check() { method
|
TextViewFadingEdgeTest.java | 125 protected boolean check() { method
|
ZoomButtonTest.java | 119 protected boolean check() { method 137 // TODO: how to check?
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontoken.c | 212 * We only need do this though if the token is not already initialized, we just check 248 pANTLR3_COMMON_TOKEN check; local 258 /* Work out how many tokens we need to check in this pool. 273 check = pool + token; 278 if (check->custom != NULL && check->freeCustom != NULL) 280 check->freeCustom(check->custom); 281 check->custom = NULL;
|
/external/apache-http/android/src/android/net/http/ |
IdleCache.java | 144 int check = 0; local 150 while (check < EMPTY_CHECK_MAX) { 156 check++; 158 check = 0;
|
/external/autotest/client/site_tests/platform_EncryptedStateful/ |
platform_EncryptedStateful.py | 10 # - mock out TPM and check all error conditions 30 def check(self, boolean, msg, fatal=False): member in class:test_checker 122 chk.check(os.path.exists(self.block), "%s exists" % (self.block)) 129 chk.check(os.path.exists(keyfile), "%s exists" % (keyfile)) 130 chk.check(not os.path.exists(other), "%s does not exist" % (other)) 132 # Sanity check the key file stat. 134 chk.check(stat.S_ISREG(info.st_mode), 136 chk.check(info.st_uid == 0, "%s is owned by root" % (keyfile)) 137 chk.check(info.st_gid == 0, "%s has group root" % (keyfile)) 138 chk.check(stat.S_IMODE(info.st_mode) == (stat.S_IRUSR | stat.S_IWUSR) [all...] |
/external/autotest/utils/ |
check_patch.py | 380 # Additional safety check, new commits might introduce 387 def check(self): member in class:PatchChecker 400 parser.add_option('-f', '--full-check', dest="full_check", 402 help='check the full tree for corrective actions') 433 patch_checker.check()
|
/external/blktrace/btt/ |
btt_plot.py | 100 def check(mn, mx, v): function in function:get_data 166 (min_x, max_x, x) = check(min_x, max_x, f[0]) 167 (min_y, max_y, y) = check(min_y, max_y, f[1])
|
/external/boringssl/src/crypto/bn/ |
prime.c | 414 /* for "safe prime" generation, check that (p-1)/2 is prime. Since a prime 479 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */ local 530 check = BN_CTX_get(ctx); 531 if (check == NULL) { 566 if (!BN_pseudo_rand_range(check, A1)) { 569 if (!BN_add_word(check, 1)) { 572 /* now 1 <= check < A */ 574 j = witness(check, A, A1, A1_odd, k, ctx, mont); 679 * we check that: 684 * check that rnd-1 is also coprime to all the know [all...] |
/external/clang/lib/ARCMigrate/ |
TransEmptyStatementsAndDealloc.cpp | 160 check(*I); 168 check(I); 175 void check(Stmt *S) { function in class:__anon7079::EmptyStatementsRemover
|
/external/clang/test/Analysis/ |
array-struct-region.cpp | 15 bool check() const { return this == this; } function in struct:S 52 clang_analyzer_eval(s.check()); // expected-warning{{TRUE}} 72 clang_analyzer_eval(getS().check()); // expected-warning{{TRUE}} 103 clang_analyzer_eval(((getS())).check()); // expected-warning{{TRUE}} 124 clang_analyzer_eval(s.check()); // expected-warning{{TRUE}}
|
/external/curl/lib/ |
http_proxy.c | 103 long check; local 222 check = Curl_timeleft(data, NULL, TRUE); 223 if(check <= 0) { 254 check = Curl_timeleft(data, NULL, TRUE); 255 if(check <= 0) { 263 check<1000L?check:1000)) {
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkRef.hpp | 48 //! Check that object is not null 50 inline Checked<T> check (T object) function in namespace:vk::refdetails 53 throw tcu::TestError("Object check() failed", (std::string(getTypeName<T>()) + " = 0").c_str(), __FILE__, __LINE__); 369 using refdetails::check;
|
/external/elfutils/libdwfl/ |
find-debuginfo.c | 86 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) 88 /* For alt debug files always check the build-id from the Dwarf and alt. */ 99 /* We need to open an Elf handle on the file so we can check its 127 /* If we have a build ID, check only that. */ 130 /* We need to open an Elf handle on the file so we can check its 154 return !check || check_crc (fd, debuglink_crc); 198 /* A leading - or + in the whole path sets whether to check file CRCs. */ 228 /* A leading - or + says whether to check file CRCs for this element. */ 229 bool check = defcheck; local 231 check = *p++ == '+' [all...] |
/external/freetype/src/gzip/ |
inflate.c | 15 DICT4, /* four dictionary check bytes to go */ 16 DICT3, /* three dictionary check bytes to go */ 17 DICT2, /* two dictionary check bytes to go */ 18 DICT1, /* one dictionary check byte to go */ 21 CHECK4, /* four check bytes to go */ 22 CHECK3, /* three check bytes to go */ 23 CHECK2, /* two check bytes to go */ 24 CHECK1, /* one check byte to go */ 25 DONE, /* finished check, done */ 39 uLong was; /* computed check value * 41 } check; \/* if CHECK, check values to compare *\/ member in union:internal_state::__anon12131 [all...] |
/external/icu/icu4c/source/test/intltest/ |
reptest.cpp | 228 check("Lower", rawTestArray[0], "1234"); 229 check("Upper", rawTestArray[1], "123455"); // must map 00DF to SS 230 check("Title", rawTestArray[2], "1234"); 231 check("NFC", rawTestArray[3], "13"); 232 check("NFD", rawTestArray[4], "1122"); 233 check("*(x) > A $1 B", rawTestArray[5], "11223"); 234 check("*(x)(y) > A $2 B $1 C $2 D", rawTestArray[6], "113322334"); 235 check("*(x)(y)(z) > A $3 B $2 C $1 D", rawTestArray[7], "114433225"); 237 //check("*x > a", rawTestArray[8], "223"); // expect "123"? 238 //check("*x > a", rawTestArray[9], "113"); // expect "123" 272 void ReplaceableTest::check(const UnicodeString& transliteratorName, function in class:ReplaceableTest [all...] |
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
BundleCheckerTest.java | 12 package org.jacoco.report.check;
|
/external/libchrome/base/memory/ |
ref_counted_unittest.cc | 118 CheckDerivedMemberAccess check; local 124 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf(); local 126 check->self_ptr_ = nullptr; 133 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf(); local 135 // Releasing |check->self_ptr_| will delete |check|. 136 // The move assignment operator must assign |check->self_ptr_| first then 137 // release |check->self_ptr_|. 138 check->self_ptr_ = scoped_refptr<ScopedRefPtrToSelf>();
|
/external/libpng/contrib/visupng/ |
PngFile.c | 128 /* first check the eight byte PNG signature */ 411 png_size_t check; local 416 check = (png_size_t)fread(data, (png_size_t)1, length, 419 if (check != length) 428 png_uint_32 check; local 430 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr)); 431 if (check != length)
|
/external/libweave/third_party/chromium/base/memory/ |
ref_counted_unittest.cc | 117 CheckDerivedMemberAccess check; local 123 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf(); local 125 check->self_ptr_ = nullptr; 132 ScopedRefPtrToSelf* check = new ScopedRefPtrToSelf(); local 134 // Releasing |check->self_ptr_| will delete |check|. 135 // The move assignment operator must assign |check->self_ptr_| first then 136 // release |check->self_ptr_|. 137 check->self_ptr_ = scoped_refptr<ScopedRefPtrToSelf>();
|
/external/lzma/Asm/x86/ |
AesOpt.asm | 111 jmp check
123 check:
label
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
SingleXZInputStream.java | 19 import org.tukaani.xz.check.Check; 46 private final Check check; field in class:SingleXZInputStream 139 * Note that integrity check verification should almost never be disabled. 140 * Possible reasons to disable integrity check verification: 150 * <code>verifyCheck</code> only affects the integrity check of 194 check = Check.getInstance(streamHeaderFlags.checkType); 198 * Gets the ID of the integrity check used in this XZ Stream [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_lzma.c | 53 lzma_check check; /* type of the integrity check */ member in struct:__anon20989 78 return "input stream has no integrity check"; 80 return "cannot calculate the integrity check"; 82 return "integrity check type is now available"; 265 return (lzma_stream_encoder(&sp->stream, sp->filters, sp->check) == LZMA_OK); 300 sp->stream.avail_out = (size_t)tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in LZMAPreEncode */ 328 sp->stream.avail_out = (size_t)tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in ZIPPreEncode */ 375 sp->check); 446 sp->check = LZMA_CHECK_NONE [all...] |
/external/proguard/src/proguard/ |
ProGuard.java | 65 GPL.check(); 72 new ConfigurationChecker(configuration).check(); 76 new UpToDateChecker(configuration).check())
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
CompactConstructorErrorsTest.java | 57 private void check(String fileName, String failure, String message) { method in class:CompactConstructorErrorsTest 58 check(fileName, failure, message, true); method 61 private void check(String fileName, String failure, String message, boolean exactMatch) { method in class:CompactConstructorErrorsTest 80 check("error2.yaml", 86 check("error3.yaml", 123 check("error6.yaml", 129 check("error7.yaml", 136 check("error8.yaml", 142 check("error9.yaml",
|