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

<<919293949596979899100>>

  /sdk/templates/
AndroidManifest.alias.template 10 <application android:hasCode="false">
  /system/core/include/cutils/
compiler.h 26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false ))
  /system/core/sh/
builtins.c 17 { "false", falsecmd },
  /system/vold/
Android.mk 1 BUILD_VOLD2 := false
  /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java 89 false);
92 false);
114 false);
138 false);
144 false);
166 getTestAppFilePath(TARGET_INSTRUMENT_APK), false);
171 false);
200 getTestAppFilePath(DECLARE_PERMISSION_APK), false);
205 false);
273 mAllTestsPassed = false;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 85 * @param state if true feature will be set; if false will be ignored
101 * Unknown features are <string>always</strong> returned as false
106 return value != null ? value.booleanValue() : false;
112 * By default the value of this is set to false.
115 * will provide support for XML namespaces; false otherwise.
125 * (it simply set feature XmlPullParser.FEATURE_PROCESS_NAMESPACES to true or false).
128 * which are namespace aware; false otherwise.
138 * (it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false).
140 * By default the value of this is set to false.
154 * which validate the XML content during parse; false otherwise
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java 173 boolean success = false;
210 boolean success = false;
239 // boolean success = false;
249 // boolean success = false;
281 boolean success = false;
313 boolean success = false;
345 boolean success = false;
369 // boolean success = false;
379 // boolean success = false;
411 // boolean success = false;
    [all...]
  /development/simulator/app/
LocalBiChannel.cpp 41 : mFileName(NULL), mIsListener(false), mHandle(kInvalidHandle)
109 return false;
140 return false;
158 FALSE,
194 return false;
221 FALSE,
235 return false;
284 bool result = false;
350 bool result = false;
392 mIsListener = false;
    [all...]
  /external/dbus/test/name-test/
test-names.c 193 return FALSE;
230 return FALSE;
246 return FALSE;
288 return FALSE;
306 return FALSE;
313 return FALSE;
324 return FALSE;
376 return FALSE;
382 return FALSE;
389 return FALSE;
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 117 return FALSE;
123 return FALSE;
132 return FALSE;
142 return FALSE;
150 return FALSE;
278 return FALSE;
301 return FALSE;
304 return FALSE;
313 return FALSE;
320 return FALSE;
    [all...]
  /external/opencore/android/
playerdriver.cpp 108 // @return true if a valid buffering update was found. false otherwise.
115 return false;
120 return false;
131 return false;
322 mIsLooping(false),
323 mDoLoop(false),
324 mDataReadyReceived(false),
325 mPrepareDone(false),
326 mEndOfData(false),
329 mSeekPending(false),
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
trackatom.cpp 53 _oInterLeaveMode = false;
65 _setDecoderSpecificInfoDone = false;
134 FIRST_SAMPLE = false;
180 FIRST_SAMPLE = false;
225 FIRST_SAMPLE = false;
272 FIRST_SAMPLE = false;
390 return false;
397 return false;
406 return false;
415 return false;
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_progressive_download.cpp 32 if (!DownloadState::setHeaderFields()) return false;
33 if (!ProtocolState::constructAuthenHeader(iCfgFile->GetUserId(), iCfgFile->GetUserAuth())) return false;
75 if (!setRangeHeaderFields()) return false;
78 if (!ProtocolState::constructAuthenHeader(iCfgFile->GetUserId(), iCfgFile->GetUserAuth())) return false;
79 if (!DownloadState::setHeaderFields()) return false;
84 if (!iComposer->setField(connectionKey, nullPtr)) return false;
87 if (!iComposer->setField(connectionKey, &connectionValue)) return false;
108 if (!iComposer->setField(rangeKey, buffer)) return false;
143 iSendEndOfMessageTruncate = false;
260 aUseAllNewDownloadData = false;
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_imp_pv.cpp 40 InitSocket(false);
82 InitSocket(false);
89 return false;
132 return false;
328 ok = false;
346 ok = false;
385 return false;
392 return false;
401 return false;
412 return false;
    [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_xml.cpp 40 bool result = true, done = false, found = false;
53 return false;
71 result = false;
94 result = false;
117 result = false;
140 result = false;
165 result = false;
190 result = false;
208 result = false;
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_event_handling.h 96 iEventDataLengthAvailable = false;
113 iEventDataLengthAvailable = false;
131 iEventDataLengthAvailable = false;
206 * false - length of event data(in bytes) is not available
213 aEventDataLenAvailable = false;
268 iEventDataLengthAvailable = false;
295 iEventDataLengthAvailable = false;
312 iEventDataLengthAvailable = false;
340 iEventDataLengthAvailable = false;
400 * false - length of event data(in bytes) is not availabl
    [all...]
  /external/webkit/JavaScriptCore/API/
JSValueRef.h 40 @constant kJSTypeBoolean A primitive boolean value, one of true or false.
72 @result true if value's type is the undefined type, otherwise false.
81 @result true if value's type is the null type, otherwise false.
90 @result true if value's type is the boolean type, otherwise false.
99 @result true if value's type is the number type, otherwise false.
108 @result true if value's type is the string type, otherwise false.
117 @result true if value's type is the object type, otherwise false.
127 @result true if value is an object and has jsClass in its class chain, otherwise false.
140 @result true if the two values are equal, false if they are not equal or an exception is thrown.
150 @result true if the two values are strict equal, otherwise false
    [all...]
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 163 return false;
171 return false;
178 return false;
186 return false;
193 return false;
200 return false;
205 return false;
216 return false;
221 return false;
234 return false;
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TextPrompt.js 65 var handled = false;
116 return false;
269 return false;
274 return false;
277 return false;
279 var foundNextText = false;
283 return false;
301 return false;
308 return false;
323 return false;
    [all...]
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 75 virtual bool hasVideo() const { return false; }
76 virtual bool hasAudio() const { return false; }
84 virtual bool seeking() const { return false; }
88 virtual bool paused() const { return false; }
92 virtual bool supportsMuting() const { return false; }
95 virtual bool hasClosedCaptions() const { return false; }
111 virtual bool canLoadPoster() const { return false; }
149 static bool enginesQueried = false;
198 , m_visible(false)
201 , m_muted(false)
    [all...]
  /external/webkit/WebCore/rendering/style/
FillLayer.cpp 39 , m_imageSet(false)
40 , m_attachmentSet(false)
41 , m_clipSet(false)
42 , m_originSet(false)
43 , m_repeatXSet(false)
44 , m_repeatYSet(false)
45 , m_xPosSet(false)
46 , m_yPosSet(false)
265 return false;
270 return false;
    [all...]
  /external/webkit/WebKitTools/simplejson/
__init__.py 99 skipkeys=False,
108 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,
119 If ``ensure_ascii`` is ``False``, then the some chunks written to ``fp``
125 If ``check_circular`` is ``False``, then the circular reference check
129 If ``allow_nan`` is ``False``, then it will be a ``ValueError`` to
149 if (skipkeys is False and ensure_ascii is True and
166 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,
176 If ``ensure_ascii`` is ``False``, then the return value will be a
180 If ``check_circular`` is ``False``, then the circular reference check
184 If ``allow_nan`` is ``False``, then it will be a ``ValueError`` t
    [all...]
  /external/zlib/contrib/vstudio/vc7/
zlibvc.vcproj 19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
25 ExceptionHandling="FALSE"
76 ATLMinimizesCRunTimeLibraryUsage="FALSE"
84 ExceptionHandling="FALSE"
140 ATLMinimizesCRunTimeLibraryUsage="FALSE"
148 ExceptionHandling="FALSE"
168 IgnoreAllDefaultLibraries="FALSE"
204 ATLMinimizesCRunTimeLibraryUsage="FALSE"
212 ExceptionHandling="FALSE"
266 ATLMinimizesCRunTimeLibraryUsage="FALSE"
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 60 public boolean mScanResultIsAvailable = false;
94 intent.getBooleanExtra(ConnectivityManager.EXTRA_NO_CONNECTIVITY, false);
109 mIsFailOver = intent.getBooleanExtra(ConnectivityManager.EXTRA_IS_FAILOVER, false);
275 mScanResultIsAvailable = false;
279 return false;
318 return false;
331 return false;
356 return mWifiManager.setWifiEnabled(false);
364 return false;
367 if (!mWifiManager.setWifiEnabled(false)) {
    [all...]
  /frameworks/base/libs/utils/
Debug.cpp 56 return false;
105 bool strict = false)
122 if (!zero) valid = false;
124 zero = false;
125 //if (!isasciitype(c[i])) valid = false;
130 if (zero) valid = false;
132 valid = isident(c[3]) ? true : false;
137 if (!zero) valid = false;
139 zero = false;
140 if (!isident(c[i])) valid = false;
    [all...]

Completed in 711 milliseconds

<<919293949596979899100>>