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

<<61626364656667686970>>

  /external/astl/tests/
test_type_traits.cpp 44 EXPECT_TRUE(false_type::value == false);
46 EXPECT_TRUE(false_type::type::value == false);
86 EXPECT_TRUE(is_integral<float>::value == false);
102 EXPECT_TRUE(is_pointer<float>::value == false);
115 EXPECT_TRUE(is_pod<A>::value == false);
117 EXPECT_TRUE(is_class<float>::value == false);
118 EXPECT_TRUE(is_class<int *>::value == false);
  /external/dbus/bus/
services.c 178 (flags & DBUS_NAME_FLAG_ALLOW_REPLACEMENT) != FALSE;
181 (flags & DBUS_NAME_FLAG_DO_NOT_QUEUE) != FALSE;
344 return FALSE;
372 return FALSE;
393 retval = FALSE;
611 retval = FALSE;
686 return FALSE;
697 return FALSE;
790 return FALSE;
799 return FALSE;
    [all...]
  /external/easymock/src/org/easymock/internal/
Invocation.java 91 return false;
106 return false;
114 return false;
118 return false;
181 return false;
193 return false;
197 return false;
  /external/icu4c/test/intltest/
intltest.vcproj 28 ATLMinimizesCRunTimeLibraryUsage="false"
120 ATLMinimizesCRunTimeLibraryUsage="false"
206 ATLMinimizesCRunTimeLibraryUsage="false"
301 ATLMinimizesCRunTimeLibraryUsage="false"
646 DisableLanguageExtensions="false"
654 DisableLanguageExtensions="false"
662 DisableLanguageExtensions="false"
670 DisableLanguageExtensions="false"
686 DisableLanguageExtensions="false"
694 DisableLanguageExtensions="false"
    [all...]
regextst.cpp 90 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("RegexTest failure at line %d.\n", __LINE__);};}
99 #define REGEX_ASSERT_L(expr, line) {if ((expr)==FALSE) { \
112 // The expected results are UBool - TRUE or FALSE.
134 return FALSE;
144 return FALSE;
152 retVal = FALSE;
156 retVal = FALSE;
164 retVal = FALSE;
168 retVal = FALSE;
171 if (retVal == FALSE) {
    [all...]
  /external/opencore/codecs_v2/omx/omx_mp3/src/
mp3_dec.cpp 57 //Input/output buffer allocation and CrcEnabler has been kept as false
58 iAudioMp3Decoder->StartL(iMP3DecExt, false, false, false, EqualizType);
114 iAudioMp3Decoder->StartL(iMP3DecExt, false, false, false, EqualizType);
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.h 61 iLoopingEnable = false;
73 iLoopingEnable = false;
149 * @return True if input type is supported, else false
159 * @return True for success, else false
165 * @return True for success, else false
188 * @return True for success, else false
197 * @return True for success, else false
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset10.h 127 , oLiveSession(false)
128 , iProtocolRollOver(false)
129 , iProtocolRollOverWithUnknownURLType(false)
130 , iPlayListURL(false)
134 , iPlayStarted(false)
135 , iSeekDone(false)
147 iDownloadOnly = iDownloadThenPlay = false;
test_pv_player_engine_testset11.h 130 , oLiveSession(false)
131 , iProtocolRollOver(false)
132 , iProtocolRollOverWithUnknownURLType(false)
133 , iPlayListURL(false)
137 , iPlayStarted(false)
138 , iSeekDone(false)
150 iDownloadOnly = iDownloadThenPlay = false;
test_pv_player_engine_testset9.h 126 , oLiveSession(false)
127 , iProtocolRollOver(false)
128 , iProtocolRollOverWithUnknownURLType(false)
129 , iPlayListURL(false)
133 , iPlayStarted(false)
134 , iSeekDone(false)
146 iDownloadOnly = iDownloadThenPlay = false;
  /external/opencore/fileformats/mp4/composer/src/
mediaheaderatom.cpp 121 return false;
127 return false;
131 return false;
135 return false;
146 return false;
152 return false;
158 return false;
  /external/opencore/fileformats/mp4/parser/src/
decoderconfigdescriptor.cpp 46 _success = false;
51 _success = false;
59 _success = false;
61 _success = false;
63 _success = false;
157 _success = false;
172 _success = false;
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_session_duration_timer.cpp 37 iStarted(false),
70 bool overflowFlag = false;
108 iStarted = false;
124 iStarted = false;
127 bool overflowFlag = false;
152 bool overflowFlag = false;
183 bool overflowFlag = false;
  /external/opencore/protocols/rtp_payload_parser/include/
payload_parser.h 84 marker(false), randAccessPt(false), incompframe(false), consumed(false), endOfNAL(false) {}
119 //and set to false for the first and middle fragments.
150 OSCL_IMPORT_REF virtual void Reposition(const bool adjustSequence = false, const uint32 stream = 0, const uint32 seqnum = 0) = 0;
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 73 return false;
96 isReachable[index] = false;
106 evaluateExceptions = false;
127 next = false;
141 next = false;
158 next = false;
178 next = false;
  /external/quake/quake/src/QW/scitech/include/
debug.h 253 /* Includes Windows headers, as they define TRUE and FALSE */
267 #undef false macro
271 #undef FALSE
275 #define false ((bool)0) macro
279 #define FALSE ((bool)0)
282 #define false 0 macro
286 #define FALSE 0
  /external/quake/quake/src/WinQuake/
net_comx.cpp 382 p->modemInitialized = false;
393 p->useModem = false;
403 p->modemRang = false;
404 p->modemConnected = false;
405 p->statusUpdated = false;
536 p->enabled = false;
546 p->statusUpdated = false;
604 p->enabled = false;
614 p->enabled = false;
629 p->enabled = false;
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 253 /* Includes Windows headers, as they define TRUE and FALSE */
267 #undef false macro
271 #undef FALSE
275 #define false ((bool)0) macro
279 #define FALSE ((bool)0)
282 #define false 0 macro
286 #define FALSE 0
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 80 return false;
104 return false;
118 return false;
164 return false;
190 return false;
199 return false;
204 return false;
SkMovie_gif.cpp 84 return false;
93 info->fIsOpaque = false; // how to compute?
100 return false;
121 return false;
131 return false;
137 return false;
148 return false;
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 33 fRec.fPinned = false;
81 return false;
88 return false;
95 return false;
141 fRec.fPinned = false;
144 return false;
196 fRec.fPinned = false;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 57 coaccess_internal_ = false;
80 access_->push_back(false);
81 coaccess_->push_back(false);
84 onstack_->push_back(false);
94 (*access_)[s] = false;
133 bool scc_coaccess = false;
147 (*onstack_)[t] = false;
  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 51 : m_isReparsing(false)
140 m_delimited = false;
149 m_error = false;
279 m_terminator = false;
296 m_delimited = false;
558 m_atLineStart = false;
578 m_atLineStart = false;
579 m_delimited = false;
719 m_atLineStart = false;
851 m_atLineStart = false;
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-156354.js 56 expect = false;
61 expect = false;
66 expect = false;
71 expect = false;
76 expect = false;
89 expect = false;
95 expect = false;
  /external/webkit/JavaScriptCore/wtf/
HashTraits.h 38 template<typename T> struct GenericHashTraitsBase<false, T> {
39 static const bool emptyValueIsZero = false;
46 static const bool needsDestruction = false;
59 static const bool needsDestruction = false;
70 static const bool emptyValueIsZero = false;
71 static const bool needsDestruction = false;
79 static const bool needsDestruction = false;

Completed in 422 milliseconds

<<61626364656667686970>>