HomeSort by relevance Sort by last modified time
    Searched full:false (Results 2051 - 2075 of 15335) sorted by null

<<81828384858687888990>>

  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_threadcontext.cpp 29 iOpen = false;
47 return false;//unknown
82 iOpen = false;
124 return false;
  /external/opencore/protocols/rtp_payload_parser/rfc_3267/src/
amr_payload_parser.cpp 38 crc = false;
57 return false;
108 return false;
117 return false;
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.cpp 51 oRecognizePending = false;
62 while (iRecognizerPluginFactoryList.empty() == false)
67 OSCL_ASSERT(false);
110 if (iRecognizerSessionList.empty() == false)
262 OSCL_ASSERT(false);
276 OSCL_ASSERT(false);
347 OSCL_ASSERT(false);
358 if (iRecognizerSessionList.empty() == false)
367 if (iRecognizerPendingCmdList.empty() == false)
510 oRecognizePending = false;
    [all...]
  /external/openssl/android.testssl/
Uss.cnf 33 basicConstraints = CA:false
  /external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java 124 return false;
133 return false;
143 return false;
154 return false;
  /external/qemu/
offset_layout.py 68 is_phone = False
69 is_keyboard = False
78 is_phone = False
79 is_keyboard = False
  /external/skia/include/core/
SkMaskFilter.h 53 If this returns false, dst mask is ignored.
59 applying the filter. If returning false, ignore this parameter.
66 to render that mask. Returns false if filterMask() returned false.
  /external/skia/include/views/
SkOSSound.h 27 static bool TogglePause(); // returns true if we are now playing, or false if we're now paused
  /external/skia/src/animator/
SkAnimateField.cpp 69 firstElem = false;
85 return false;
87 return maker.hasError() == false;
96 if (resolved == false || fFieldInfo == NULL)
SkDisplayable.cpp 51 return false;
60 return false;
64 return false;
71 return false;
229 firstElem = false;
238 if (string->isEmpty() == false)
281 if (closedAngle == false) {
378 SkDebugf("%s=\"%s\" ", info->fName, op.fS32 == 0 ? "false" : "true");
414 return false;
488 return false;
    [all...]
SkDrawFull.cpp 25 return false;
SkDrawOval.cpp 35 return false;
SkDrawable.cpp 21 return false;
  /external/skia/src/effects/
SkCornerPathEffect.cpp 39 return false;
50 return false;
52 SkPath::Iter iter(src, false);
76 prevIsValid = false;
  /external/skia/src/gl/
SkTextureCache.h 21 and if so, it will call glDeleteTextures. Pass false if the texture IDs
51 return false;
57 return false;
63 return false;
  /external/skia/src/svg/
SkSVGDefs.cpp 27 return false;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsum.h 32 if (x.ilabel > y.ilabel) return false;
34 if (x.olabel < y.olabel) return false;
36 if (x.nextstate > y.nextstate) return false;
37 return false;
difference.h 59 uint64 props1 = fst1.Properties(kFstProperties, false);
60 uint64 props2 = fst2.Properties(kFstProperties, false);
73 uint64 props1 = fst1.Properties(kFstProperties, false);
74 uint64 props2 = fst2.Properties(kFstProperties, false);
intersect.h 53 uint64 props1 = fst1.Properties(kFstProperties, false);
54 uint64 props2 = fst2.Properties(kFstProperties, false);
65 uint64 props1 = fst1.Properties(kFstProperties, false);
66 uint64 props2 = fst2.Properties(kFstProperties, false);
  /external/stlport/test/compiler/
eh.cc 28 // CPPUNIT_ASSERT( false && "Not bad_alloc exception thrown." );
  /external/stlport/test/eh/
mwerks_console_OS_X.c 43 theErr = FSFindFolder(kOnAppropriateDisk, kFrameworksFolderType, false, &theRef);
54 theFrameworkURL, theFrameworkName, false);
80 __msl_os_x.isLoaded = false;
120 __msl_os_x.isLoaded = false;
  /external/stlport/test/unit/
full_streambuf.h 18 full_streambuf(size_t nb_output, bool do_throw = false)
money_facets_test.cpp 187 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) );
188 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456);
261 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), false, ostr, err, val);
292 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) );
293 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9);
354 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) )
    [all...]
  /external/v8/test/cctest/
test-version.cc 77 CheckVersion(0, 0, 0, 0, false, "0.0.0", "libv8-0.0.0.so");
80 CheckVersion(1, 0, 0, 0, false, "1.0.0", "libv8-1.0.0.so");
83 CheckVersion(1, 0, 0, 1, false, "1.0.0.1", "libv8-1.0.0.1.so");
86 CheckVersion(2, 5, 10, 7, false, "2.5.10.7", "libv8-2.5.10.7.so");
  /external/v8/test/mjsunit/
object-get-own-property-names.js 82 assertTrue(false);
89 assertTrue(false);
96 assertTrue(false);
103 assertTrue(false);

Completed in 344 milliseconds

<<81828384858687888990>>