/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/bison/src/ |
tables.c | 123 /* TABLE_SIZE is the allocated size of both TABLE and CHECK. We start 128 base_number *check; variable 141 | If TABLE (and CHECK) appear to be small to be addressed at | 155 fprintf (stderr, "growing table and check from: %d to %d\n", 161 check = xnrealloc (check, table_size, sizeof *check); 167 check[old_size] = -1; 707 check[loc] = from[k]; 759 check = xnmalloc (table_size, sizeof *check) [all...] |
/external/guava/guava-tests/lib/ |
libtruth-gwt.jar | |
/cts/tests/tests/widget/src/android/widget/cts/ |
SlidingDrawerTest.java | 131 protected boolean check() { method 149 protected boolean check() { method 175 protected boolean check() { method 193 protected boolean check() { method 204 protected boolean check() { method
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailProviderHelpers.java | 96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail); 97 check(voicemail.hasTimestampMillis(), "Inserted voicemails must have a timestamp", 99 check(voicemail.hasNumber(), "Inserted voicemails must have a number", voicemail); 111 check(!voicemail.hasUri(), "Can't update the Uri of a voicemail", voicemail); 212 private void check(boolean assertion, String message, Voicemail voicemail) { method in class:VoicemailProviderHelpers
|
/external/grub/stage2/ |
md5.c | 201 /* If CHECK is true, check a password for correctness. Returns 0 204 If CHECK is false, crypt KEY and save the result in CRYPTED. 207 md5_password (const char *key, char *crypted, int check) 217 if (check) 287 if (check) 304 if (check) 318 if (! check)
|
/system/core/fastboot/ |
usb_linux.c | 85 static int check(void *_desc, int len, unsigned type, int size) function 111 if(check(ptr, len, USB_DT_DEVICE, USB_DT_DEVICE_SIZE)) 117 if(check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE)) 162 if(check(ptr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE)) 175 if(check(ptr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE)) 236 // Check if we have read-only access, so we can give a helpful
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 174 // We seperate the bounds check from the initialization because we want to 175 // be able to bounds-check multiple arrays, and we can't throw an exception 178 // Return true if the bounds check succeeded 181 bool check() { function in class:android::ArrayHelper 241 bool checkOK = positions.check() && sphere.check(); 404 bool initializedOK = mvp.check() && spheres.check() && results.check(); 448 bool checkOK = ws.check() && positions.check() && indices.check() [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 87 class MallocChecker : public Checker<check::DeadSymbols, 88 check::EndPath, 89 check::PreStmt<ReturnStmt>, 90 check::PreStmt<CallExpr>, 91 check::PostStmt<CallExpr>, 92 check::PostStmt<BlockExpr>, 93 check::Location, 94 check::Bind, 96 check::RegionChanges> 143 /// Check if this is one of the functions which can allocate/reallocate memory [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_test.cc | 34 // Called on the IO thread to check if the given url is safe or not. If we 51 SafeBrowsingService::SafeBrowsingCheck check; local 52 check.urls.push_back(gurl); 53 check.client = client; 54 check.result = badurls[gurl.spec()]; 55 client->OnSafeBrowsingResult(check); 244 const SafeBrowsingService::SafeBrowsingCheck& check) {
|
/external/javassist/src/main/javassist/compiler/ |
Javac.java | 451 public void setReturnType(JvstTypeChecker check, ASTList args) 459 expr.accept(check); 460 check.addNullIfVoid(); 493 public void setReturnType(JvstTypeChecker check, ASTList args) 499 expr.accept(check); 500 check.addNullIfVoid();
|
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 39 private static boolean check(TestParcelable p, int n, String s) { method in class:AidlTest 256 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); 257 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); 258 assertTrue("out parameter 2: " + list.get(2), check(list.get(2), 34, "jkl;")); 279 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); 280 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;"));
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86-atom.S | [all...] |
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiInfoTest.java | 134 PollingCheck.check("getNetworkId not -1", 20000, new Callable<Boolean>() { 142 PollingCheck.check("getWifiState not disabled", 20000, new Callable<Boolean>() {
|
/cts/tests/tests/os/src/android/os/cts/ |
AsyncTaskTest.java | 53 protected boolean check() { method 77 protected boolean check() { method
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputMethodManagerTest.java | 66 protected boolean check() { method 87 protected boolean check() { method
|
/cts/tests/tests/webkitsecurity/generate/ |
WebViewBaseTest | 116 protected boolean check() {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/ |
T_check_cast_1.d | 30 check-cast v4, java/lang/String
|
T_check_cast_3.d | 29 check-cast v5, dot/junit/opcodes/check_cast/TestStubs
|
T_check_cast_4.d | 30 check-cast v4, java/lang/String
|
T_check_cast_5.d | 30 check-cast v3, java/lang/String
|
T_check_cast_6.d | 30 check-cast v5, java/lang/String
|
T_check_cast_7.d | 30 check-cast v5, dot/junit/opcodes/check_cast/Test_check_castN
|
T_check_cast_8.d | 30 check-cast v0, java/lang/String
|
T_check_cast_9.d | 30 check-cast v4, java/lang/String
|