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

<<31323334353637383940>>

  /development/simulator/app/
Pipe.cpp 46 : mReadNonBlocking(false), mReadHandle(kInvalidHandle),
103 return false;
113 return false;
275 return false;
306 return false;
314 return false;
340 return false;
350 return false;
366 return false;
370 return false;
    [all...]
  /external/dbus/dbus/
dbus-userdb.c 86 return FALSE;
193 static dbus_bool_t database_locked = FALSE;
219 return FALSE;
234 return FALSE;
242 return FALSE;
250 return FALSE;
258 return FALSE;
271 return FALSE;
294 database_locked = FALSE;
319 * @returns #FALSE if no memor
    [all...]
  /external/icu4c/test/intltest/
sfwdchit.cpp 35 fBogus = FALSE;
48 if(adopt == FALSE) {
56 fBogus = FALSE;
61 fBogus = FALSE;
88 return FALSE;
  /external/opencore/engines/2way/test/include/
test_everything_test.h 30 iAudioRecStarted(false),
33 iVideoRecStarted(false),
36 iPlayStarted(false),
37 iVideoPreviewStarted(false),
38 iRecordFileInitialized(false)
  /external/opencore/engines/2way/test/src/
connect_cancel_test.cpp 73 iAudioSourceAdded = false;
74 iVideoSourceAdded = false;
75 iAudioSinkAdded = false;
76 iVideoSinkAdded = false;
93 test_is_true(false);
  /external/opencore/fileformats/mp4/composer/src/
amrdecoderspecificinfo3gpp.cpp 55 return false;
61 return false;
67 return false;
73 return false;
79 return false;
  /external/opencore/fileformats/mp4/parser/src/
trackextendsatom.cpp 39 _success = false;
45 _success = false;
51 _success = false;
57 _success = false;
63 _success = false;
  /external/proguard/src/proguard/util/
VariableStringMatcher.java 57 return false;
65 return false;
81 return false;
108 return false;
118 return false;
  /external/v8/test/mjsunit/
invalid-lhs.js 35 assertDoesNotThrow("if (false) eval('var x') = 12");
44 assertDoesNotThrow("if (false) ++(eval('12'))");
45 assertDoesNotThrow("if (false) (eval('12'))++");
50 assertDoesNotThrow("if (false) for (eval('var x') in [1]) print(12);");
55 assertDoesNotThrow("if (false) for (eval('var x') = 1;;) print(12);");
  /external/webkit/JavaScriptCore/runtime/
BooleanPrototype.cpp 43 setInternalValue(jsBoolean(false));
56 if (thisValue == jsBoolean(false))
57 return jsNontrivialString(exec, "false");
65 if (asBooleanObject(thisValue)->internalValue() == jsBoolean(false))
66 return jsNontrivialString(exec, "false");
  /external/webkit/WebCore/bindings/js/
ScriptValue.cpp 48 return false;
52 return false;
68 return false;
75 return false;
82 return false;
  /external/webkit/WebCore/html/
HTMLOptGroupElement.h 43 virtual bool rendererIsNeeded(RenderStyle*) { return false; }
48 virtual bool insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionCode&, bool shouldLazyAttach = false);
49 virtual bool replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionCode&, bool shouldLazyAttach = false);
51 virtual bool appendChild(PassRefPtr<Node> newChild, ExceptionCode&, bool shouldLazyAttach = false);
53 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
  /external/webkit/WebCore/loader/icon/wince/
IconDatabaseWince.cpp 42 bool IconDatabase::open(const String& path) { return false; }
59 bool IconDatabase::iconDataKnownForIconURL(const String&) { return false; }
62 bool IconDatabase::isEnabled() const { return false; }
65 bool IconDatabase::isPrivateBrowsingEnabled() const { return false; }
77 bool IconDatabase::isOpen() const { return false; }
  /external/webkit/WebCore/platform/graphics/filters/
FilterEffect.cpp 28 : m_hasX(false)
29 , m_hasY(false)
30 , m_hasWidth(false)
31 , m_hasHeight(false)
32 , m_alphaImage(false)
  /external/webkit/WebCore/platform/haiku/
DragDataHaiku.cpp 41 return false;
47 return false;
53 return false;
64 return false;
92 return false;
  /external/webkit/WebCore/svg/
RadialGradientAttributes.h 35 , m_cxSet(false)
36 , m_cySet(false)
37 , m_rSet(false)
38 , m_fxSet(false)
39 , m_fySet(false)
  /frameworks/base/services/java/com/android/server/status/
StorageNotification.java 107 connected = false;
130 com.android.internal.R.drawable.stat_sys_warning, false, true, pi);
139 com.android.internal.R.drawable.stat_notify_sdcard_prepare, true, false, null);
140 updateUsbMassStorageNotification(false);
146 setMediaStorageNotification(0, 0, 0, false, false, null);
160 setMediaStorageNotification(0, 0, 0, false, false, null);
178 setMediaStorageNotification(0, 0, 0, false, false, null)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java 71 * @return false when error(not a Text-string) occur
94 * @return false when error(not a Short-integer) occur
100 return false;
112 * @return false when error(not a Long-integer) occur
120 return false;
135 * @return false when error(not a Integer-Value) occur
151 * @return false when error(not a Uintvar-integer) occur
161 return false;
176 * @return false when error(not a Value-length) occur
182 return false;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
RestrictedState.java 37 setPsRestricted(false);
38 setCsNormalRestricted(false);
39 setCsEmergencyRestricted(false);
95 return false;
99 return false;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
Menu.java 39 return false;
41 return false;
46 return false;
70 BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream(tests_list, false));
71 FsUtils.findLayoutTestsRecursively(bos, path, false); // Don't ignore results
  /packages/apps/Browser/res/xml/
debug_preferences.xml 32 android:defaultValue="false"
42 android:defaultValue="false"
47 android:defaultValue="false"
52 android:defaultValue="false"
57 android:defaultValue="false"
  /packages/apps/Gallery/src/com/android/camera/
MovieView.java 38 private boolean mResumed = false; // Whether this activity has been resumed.
39 private boolean mFocused = false; // Whether this window has focus.
40 private boolean mControlResumed = false; // Whether the MovieViewControl is resumed.
71 mResumed = false;
74 mControlResumed = false;
  /packages/apps/Phone/res/xml/
network_setting.xml 23 android:persistent="false"
29 android:persistent="false"
36 android:persistent="false">
54 android:persistent="false">
65 android:persistent="false">
  /packages/providers/ContactsProvider/
AndroidManifest.xml 23 android:multiprocess="false"
39 android:syncable="false" android:multiprocess="false"
47 android:syncable="false"
48 android:multiprocess="false"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
LibraryDeltaVisitor.java 35 private boolean mResChange = false;
36 private boolean mLibChange = false;
66 // This is all that matters, we can stop (return false below)
70 // This is all that matters, we can stop (return false below)
75 return false;

Completed in 293 milliseconds

<<31323334353637383940>>