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

<<101102103104105106107108109110>>

  /external/gtest/test/
gtest_throw_on_failure_test.py 72 """Runs a command; returns True/False if its exit code is/isn't 0."""
131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False)
138 should_fail=False)
148 should_fail=False)
158 should_fail=False)
164 should_fail=False)
  /external/icu4c/common/
uidna.cpp 61 return FALSE;
66 startsWithPrefix = FALSE;
137 return FALSE;
180 return FALSE;
190 return FALSE;
242 srcIsASCII = FALSE;
248 if(srcIsASCII == FALSE){
284 srcIsASCII = FALSE;
285 }else if(isLDHChar(b1[j])==FALSE){ // if the char is in ASCII range verify that it is an LDH character
286 srcIsLDH = FALSE;
    [all...]
  /external/icu4c/test/intltest/
dadrcoll.cpp 93 UBool quoted = FALSE;
94 UBool quotedsingle = FALSE;
120 quotedsingle = FALSE;
133 return FALSE;
135 quoted = FALSE;
140 quoted = FALSE;
idnaref.cpp 51 return FALSE;
56 startsWithPrefix = FALSE;
284 srcIsASCII = FALSE;
324 srcIsASCII = FALSE;
325 }else if(prep->isLDHChar(b1[j])==FALSE){ // if the char is in ASCII range verify that it is an LDH character{
326 srcIsLDH = FALSE;
332 if( srcIsLDH == FALSE /* source contains some non-LDH characters */
458 srcIsASCII = FALSE;
459 }if(prep->isLDHChar(src[srcLength])==FALSE){
463 srcIsLDH = FALSE;
    [all...]
tstnrapi.cpp 122 copy.setOption(0x20000, FALSE);
154 Normalizer::decompose(s, FALSE, 0, s, status);
158 Normalizer::compose(s, FALSE, 0, s, status);
171 Normalizer::decompose(s, FALSE, UNORM_NX_HANGUL, out, status);
176 Normalizer::decompose(s, FALSE, UNORM_NX_CJK_COMPAT, out, status);
181 Normalizer::decompose(s, FALSE, UNORM_NX_CJK_COMPAT|UNORM_NX_HANGUL, out, status);
  /external/opencore/fileformats/mp4/composer/src/
samplesizeatom.cpp 116 return false;
123 return false;
127 return false;
135 return false;
141 return false;
194 return false;
trackfragmentatom.cpp 99 if (otrunStart == false)
114 _ofirstTrun = false;
130 _firstEntry = false;
233 return false;
240 return false;
252 return false;
  /external/opencore/fileformats/mp4/parser/src/
avcsampleentry.cpp 38 _success = false;
252 return false; // malloc failed (unlikely)
260 if (getSequenceParamSet(i, len, ptr) == false)
263 return false;
277 if (getPictureParamSet(i, len, ptr) == false)
280 return false;
mediaatom.cpp 78 _success = false;
84 _success = false;
105 _success = false;
122 _success = false;
159 _success = false;
172 _success = false;
objectdescriptor.cpp 48 // an InitialObjectDescriptor (all=false)
55 _success = false;
59 _urlFlag = false;
69 _success = false;
74 _success = false;
95 _success = false;
  /external/opencore/protocols/rtsp_client_engine/inc/
pvrtspenginenodeextensioninterface.h 120 iIsPVServer = false;
201 * @param aUseSetParameter true to use SET_PARAMETER; false to use OPTIONS
205 //OSCL_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod(int32 aTimeout=0, bool aUseSetParameter=false, bool aKeepAliveInPlay=false)=0;
207 OSCL_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod_use_SET_PARAMETER(bool aUseSetParameter = false) = 0;
208 OSCL_IMPORT_REF virtual PVMFStatus SetKeepAliveMethod_keep_alive_in_play(bool aKeepAliveInPlay = false) = 0;
  /external/opencore/protocols/sdp/parser/src/
sdpparser.cpp 45 applicationFlag(false),
69 return false;
72 if (PV_atoi(sptr, 'd', (eptr - sptr), rtpPayload) == false)
74 return false;
82 return false;
92 return false;
147 if (PV_atoi(sptr, 'd', (eptr - sptr), portNumber) == false)
155 if (PV_atoi(restOfLine.get_cstr(), 'd', (slash - restOfLine.get_cstr()), portNumber) == false)
196 if (PV_atoi(sptr, 'd', (eptr - sptr), payloadType) == false)
241 bool session_info_parsed = false;
    [all...]
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry.cpp 89 OSCL_ASSERT(false);
105 OSCL_ASSERT(false);
121 OSCL_ASSERT(false);
137 OSCL_ASSERT(false);
154 OSCL_ASSERT(false);
171 OSCL_ASSERT(false);
  /external/skia/src/core/
SkLineClipper.cpp 32 // note: outer.contains(inner) always returns false if inner is empty.
56 return false;
92 return false;
154 reverse = false;
164 reverse = false;
168 reverse = false;
  /external/skia/src/images/
SkJpegUtility.cpp 29 return FALSE;
35 return FALSE;
73 return FALSE;
91 return FALSE;
114 if (baseAddr && false) {
152 return false;
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 47 DEFAULT_MUTE_SYNC = False
212 (MNU_UNDO, "Undo", 'OnUndo', False),
213 (MNU_REDO, "Redo", 'OnRedo', False),
221 (MNU_UPDATE_SEG, "Revise the segment attributes", 'OnSegmentUpdate', False),
222 (MNU_DELETE_SEG, "Delete the segment from the segment list", 'OnSegmentDelete', False),
223 (MNU_MOVE_SEG, "Move one or more segments by incrementing or decrementing their time values", 'OnSegmentsMove', False)),
225 (MNU_ADD_EVENT, "Add a new event for the currently selected segment", 'OnEventAdd', False),
226 (MNU_UPDATE_EVENT, "Revise the current event's attributes", 'OnEventUpdate', False),
227 (MNU_DELETE_EVENT, "Delete the event from the event list for this segment", 'OnEventDelete', False),
228 (MNU_MOVE_EVENT, "Move one or more events by incrementing or decrementing their time values", 'OnEventsMove', False)),
    [all...]
  /external/srec/srec/ca/
voc_basi.c 48 hVocab->is_loaded = False;
80 hVocab->is_loaded = False;
97 if (hVocab->is_loaded == False)
102 hVocab->is_loaded = False;
129 if (pronCount <= 0) return False;
172 if (pronCount <= 0) return False;
  /external/srec/tools/grxmlcompile/
hashmap.cpp 56 return false;
96 return false;
103 return false;
117 return false;
120 return false;
136 return false;
  /external/stlport/test/unit/
sort_test.cpp 148 boolVector.push_back( false );
152 CPPUNIT_ASSERT(boolVector[0]==false);
183 bool copy_constructor_called = false;
190 copy_constructor_called = false;
203 CPPUNIT_ASSERT( false );
212 CPPUNIT_ASSERT( false );
  /external/svox/pico/lib/
picobase.h 86 * @return TRUE if successful, FALSE otherwise
96 * @return TRUE if successful, FALSE otherwise
109 * @return FALSE if there is no valid UTF8 char or no more UTF8 char available within utf8len
133 * @return FALSE if there is no valid UTF8 char preceeding pos or no more UTF8 char available within utf8len
154 * @return FALSE otherwise
163 * @return FALSE otherwise
  /external/v8/src/
dateparser-inl.h 51 if (!time.IsEmpty()) return false;
56 if (!time.Add(n)) return false;
63 if (!in.IsEnd() && !in.SkipWhiteSpace()) return false;
65 if (!day.Add(n)) return false;
84 if (in.HasReadNumber()) return false;
103 return false;
dateparser.cc 41 if (index_ < 2) return false;
55 if (index_ < 1) return false;
73 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false;
93 if (!IsHour12(hour)) return false;
98 if (!IsHour(hour) || !IsMinute(minute) || !IsSecond(second)) return false;
111 if (!Smi::IsValid(total_seconds)) return false;
  /external/v8/test/mjsunit/regress/
regress-1200351.js 44 eval("export Join((void), false.className(), null instanceof continue, return 'a', 0.__defineGetter__(x,function(){native}))")
108 eval("String(new RegExp.call(1)).prototype.unescape(parseFloat(-1)) = false<<true.x.lastIndexOf(1)")
116 eval("new RegExp>>0.2.superConstructor.prototype.eval(void).className() = false.join().prototype.name")
156 eval("const x = -1.lastIndexOf(false)?parseFloat(void):Join(null, continue, new Object(), x, break)")
168 eval("label function () { false }.__lookupGetter__(this==1)")
188 eval("SetValueOf(break.superConstructor[throw new false(true)], this.~x)")
216 eval("native parseFloat(false.charAt(new RegExp))")
260 eval("with ({ 0>>>=this.lastIndex : new Object().lastIndexOf(true).toObject() }) { x.lastIndex > 1.__defineSetter__(false,function(){this}) }")
264 eval("with ({ throw new false(0.2).prototype.name : parseFloat(false)+(!debugger) }) { escape(undef.lastIndex) }"
    [all...]
  /external/v8/test/mjsunit/
string-charcodeat.js 132 assertEquals(84, g().charCodeAt(false), 19 + t);
143 TestStringType(Cons, false);
144 TestStringType(Deep, false);
145 TestStringType(Slice, false);
146 TestStringType(Flat, false);
147 TestStringType(NotAString, false);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-194364.js 76 actual = eval('5; if (false) function() {}');
81 actual = eval('6; if (false) function f() {}');
96 actual = eval('9; switch(false) { case false: function() {} }');
101 actual = eval('10; switch(false) { case false: function f() {} }');

Completed in 487 milliseconds

<<101102103104105106107108109110>>