HomeSort by relevance Sort by last modified time
    Searched full:isfound (Results 1 - 25 of 31) sorted by null

1 2

  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.c 318 int isfound = 0; local
336 isfound = GetNxpNumValue(NAME_NXP_FW_PROTECION_OVERRIDE, &num, sizeof(num));
337 if (isfound > 0)
376 int isfound = 0; local
382 isfound = GetNxpNumValue(NAME_NXP_SYS_CLK_SRC_SEL, &num, sizeof(num));
383 if (isfound > 0)
389 isfound = 0;
390 isfound = GetNxpNumValue(NAME_NXP_SYS_CLK_FREQ_SEL, &num, sizeof(num));
391 if (isfound > 0)
397 isfound = 0
1068 int isfound; local
2442 int isfound = 0; local
2568 int isfound = 0; local
    [all...]
phNxpNciHal_ext.c 602 int isfound = GetNxpNumValue(NAME_MIFARE_READER_ENABLE, &retval, sizeof(unsigned long)); local
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUINotificationShadeTests.java 253 boolean isFound = false;
255 isFound = false;
259 isFound = true;
263 if (isFound) {
268 Log.i(LOG_TAG, "checkNotificationExistence..." + isFound);
269 return isFound;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 230 boolean isFound = false;
232 isFound = false;
236 isFound = true;
240 if (isFound == exists) {
245 Log.i(LOG_TAG, "checkNotificationExistence..." + isFound);
246 return isFound == exists;
  /external/v8/src/
lookup.h 185 bool IsFound() const { return state_ != NOT_FOUND; }
203 DCHECK(IsFound());
api-natives.cc 82 if (it.IsFound()) {
516 DCHECK(it.IsFound());
lookup.cc 59 if (IsFound()) return;
74 } while (!IsFound());
144 DCHECK(IsFound() || holder_map_->is_dictionary_map());
objects.cc 744 for (; it->IsFound(); it->Next()) {
782 for (; it->IsFound(); it->Next()) {
    [all...]
bootstrapper.cc     [all...]
accessors.cc 124 if (!it.IsFound()) return false;
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTest.java     [all...]
CombinedEvents003Test.java 245 boolean isFound = false;
249 isFound = true;
253 if (!isFound) {
  /external/opencv3/modules/calib3d/test/
test_chesscorners.cpp 236 fs1["isFound"] >> doesContatinChessboard;
305 fs << "isFound" << result;
  /external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
SOURCES.txt 231 tests/urlparser_data/not_found/recur/isfound.txt
  /cts/tests/signature/src/android/signature/cts/
JDiffClassDescription.java 713 boolean isFound = true;
719 isFound = false;
725 if (isFound) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/ic/
ic.cc 226 for (; it->IsFound(); it->Next()) {
299 if (!it.IsFound()) return false;
709 if (it.IsFound() || !ShouldThrowReferenceError(object)) {
718 if (it.IsFound()) {
    [all...]
  /external/v8/src/runtime/
runtime-object.cc 479 RUNTIME_ASSERT(!it.IsFound());
508 RUNTIME_ASSERT(!it.IsFound());
    [all...]
runtime-scopes.cc 51 if (it.IsFound()) {
188 if (it.IsFound()) {
    [all...]
runtime-debug.cc 67 for (; it->IsFound(); it->Next()) {
316 if (!it.IsFound()) return isolate->heap()->undefined_value();
    [all...]
  /external/opencv3/modules/calib3d/src/
calibinit.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 

Completed in 1653 milliseconds

1 2