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

<<11121314151617181920>>

  /external/webkit/WebCore/editing/
TypingCommand.h 45 static void deleteSelection(Document*, bool smartDelete = false);
46 static void deleteKeyPressed(Document*, bool smartDelete = false, TextGranularity = CharacterGranularity, bool killRing = false);
47 static void forwardDeleteKeyPressed(Document*, bool smartDelete = false, TextGranularity = CharacterGranularity, bool killRing = false);
48 static void insertText(Document*, const String&, bool selectInsertedText = false, bool insertedTextIsComposition = false);
49 static void insertText(Document*, const String&, const VisibleSelection&, bool selectInsertedText = false, bool insertedTextIsComposition = false);
57 void closeTyping() { m_openForMoreTyping = false; }
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
TonesAutoTest.java 48 result = false;
73 result = false;
85 result = false;
109 result = false;
138 result = false;
141 result = false;
162 result = false;
176 return false;
179 return false;
182 return false;
    [all...]
  /packages/apps/IM/res/menu/
chat_screen_menu.xml 55 android:visible="false"
61 android:visible="false"
67 android:visible="false"
73 android:visible="false"
79 android:visible="false"
85 android:visible="false"
91 android:visible="false"
97 android:visible="false"
103 android:visible="false"
109 android:visible="false"
    [all...]
  /packages/apps/Phone/res/drawable/
incall_toggle_button.xml 34 <item android:state_window_focused="false" android:state_enabled="true"
38 <item android:state_window_focused="false" android:state_enabled="false"
64 <item android:state_window_focused="false" android:state_enabled="true"
65 android:state_checked="false"
68 <item android:state_window_focused="false" android:state_enabled="false"
69 android:state_checked="false"
73 android:state_checked="false"
77 android:state_checked="false"
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 109 else if (ConfigurationConstants.INJARS_OPTION .startsWith(nextWord)) configuration.programJars = parseClassPathArgument(configuration.programJars, false);
111 else if (ConfigurationConstants.LIBRARYJARS_OPTION .startsWith(nextWord)) configuration.libraryJars = parseClassPathArgument(configuration.libraryJars, false);
113 else if (ConfigurationConstants.DONT_SKIP_NON_PUBLIC_LIBRARY_CLASSES_OPTION .startsWith(nextWord)) configuration.skipNonPublicLibraryClasses = parseNoArgument(false);
114 else if (ConfigurationConstants.DONT_SKIP_NON_PUBLIC_LIBRARY_CLASS_MEMBERS_OPTION.startsWith(nextWord)) configuration.skipNonPublicLibraryClassMembers = parseNoArgument(false);
118 else if (ConfigurationConstants.KEEP_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, true, false, false);
119 else if (ConfigurationConstants.KEEP_CLASS_MEMBERS_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, false, false);
120 else if (ConfigurationConstants.KEEP_CLASSES_WITH_MEMBERS_OPTION .startsWith(nextWord)) configuration.keep = parseKeepClassSpecificationArguments(configuration.keep, false, true, false)
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal
35 options.put("--files", Boolean.FALSE); // process arguments as separate files
36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser
37 options.put("--nons", Boolean.FALSE); // no namespaces
38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements
39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model
40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model
41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root
42 options.put("--pyxin", Boolean.FALSE); // input is PYX
43 options.put("--lexical", Boolean.FALSE); // output comment
    [all...]
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockNodeChangeListener.java 22 boolean addResult = false;
24 boolean removeResult = false;
50 addResult = false;
60 addResult = false;
80 removeResult = false;
90 addResult = false;
  /external/quake/quake/src/WinQuake/
net_dos.cpp 30 false,
47 false,
64 false,
91 false,
115 false,
139 false,
  /external/v8/test/mjsunit/
with-leave.js 31 assertTrue(false);
38 assertTrue(false);
40 } while (false);
42 var caught = false;
44 with ({x:18}) { throw 25; assertTrue(false); }
54 assertTrue(false); // should not reach here
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.2.js 28 false
33 The value of the Boolean literal false is a value of the
34 Boolean type, namely false.
57 array[item++] = new TestCase( SECTION, "false", Boolean(false), false );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-003-n.js 80 InstanceOf( true, Boolean, false );
81 // InstanceOf( new Boolean(false), Boolean, true );
85 InstanceOf( true, true, false );
86 // InstanceOf( new Boolean(true), false, false );
90 // InstanceOf( new GenB(), GenB, false );
  /external/webkit/LayoutTests/http/tests/appcache/
online-whitelist.html 17 var hadError = false;
23 req.open("GET", url, false);
27 return false;
35 req.open("GET", url, false);
72 applicationCache.addEventListener('cached', test, false);
73 applicationCache.addEventListener('noupdate', test, false);
  /external/webkit/WebCore/dom/
OverflowEvent.cpp 34 : Event(eventNames().overflowchangedEvent, false, false)
36 , m_horizontalOverflow(false)
37 , m_verticalOverflow(false)
42 : Event(eventNames().overflowchangedEvent, false, false)
  /external/webkit/WebCore/platform/wince/
DragDataWince.cpp 37 return false;
47 return false;
56 return false;
66 return false;
71 return false;
76 return false;
  /external/webkit/WebCore/platform/wx/
DragDataWx.cpp 37 return false;
42 return false;
47 return false;
56 return false;
76 return false;
81 return false;
  /external/webkit/WebCore/svg/
SVGListTraits.h 31 template<> struct UsesDefaultInitializer<double> { static const bool value = false; };
32 template<> struct UsesDefaultInitializer<float> { static const bool value = false; };
56 struct SVGListTraits<false, double> {
58 static bool isNull(double) { return false; }
62 struct SVGListTraits<false, float> {
64 static bool isNull(float) { return false; }
  /frameworks/base/core/res/res/color/
secondary_text_dark.xml 18 <item android:state_window_focused="false" android:state_enabled="false" android:color="@android:color/dim_foreground_dark_disabled"/>
19 <item android:state_window_focused="false" android:color="@android:color/dim_foreground_dark"/>
20 <item android:state_selected="true" android:state_enabled="false" android:color="@android:color/dim_foreground_dark_inverse_disabled"/>
21 <item android:state_pressed="true" android:state_enabled="false" android:color="@android:color/dim_foreground_dark_inverse_disabled"/>
24 <item android:state_enabled="false" android:color="@android:color/dim_foreground_dark_disabled"/>
secondary_text_light.xml 18 <item android:state_window_focused="false" android:state_enabled="false" android:color="@android:color/dim_foreground_light_disabled"/>
19 <item android:state_window_focused="false" android:color="@android:color/dim_foreground_light"/>
21 <item android:state_pressed="true" android:state_enabled="false" android:color="@android:color/dim_foreground_light_disabled"/>
22 <item android:state_selected="true" android:state_enabled="false" android:color="@android:color/dim_foreground_light_disabled"/>
25 <item android:state_enabled="false" android:color="@android:color/dim_foreground_light_disabled"/>
  /frameworks/base/core/res/res/drawable/
btn_radio.xml 18 <item android:state_checked="true" android:state_window_focused="false"
20 <item android:state_checked="false" android:state_window_focused="false"
25 <item android:state_checked="false" android:state_pressed="true"
30 <item android:state_checked="false" android:state_focused="true"
33 <item android:state_checked="false" android:drawable="@drawable/btn_radio_off" />
  /packages/apps/AlarmClock/res/xml/
alarm_prefs.xml 20 android:persistent="false"
26 android:persistent="false"
27 android:showDefault="false"
30 android:persistent="false"
33 android:persistent="false"
37 android:persistent="false"
  /packages/apps/Camera/res/values/
arrays.xml 20 <string-array name="pref_video_quality_entries" translatable="false">
27 <string-array name="pref_video_quality_entryvalues" translatable="false">
34 <array name="video_quality_icons" translatable="false">
42 <string-array name="pref_camera_picturesize_entries" translatable="false">
60 <string-array name="pref_camera_picturesize_entryvalues" translatable="false">
70 <string-array name="pref_camera_jpegquality_entries" translatable="false">
76 <string-array name="pref_camera_jpegquality_entryvalues" translatable="false">
83 <string-array name="pref_camera_focusmode_entries" translatable="false">
89 <string-array name="pref_camera_focusmode_entryvalues" translatable="false">
96 <string-array name="pref_camera_flashmode_entries" translatable="false">
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
Pair.java 51 return false;
54 return false;
58 return false;
60 return false;
63 return false;
65 return false;
  /external/wpa_supplicant/
dbus_dict_helpers.c 30 * @return TRUE on success, FALSE on failure
39 return FALSE;
61 * @return TRUE on success, FALSE on failure
68 return FALSE;
114 return FALSE;
118 return FALSE;
129 return FALSE;
131 return FALSE;
147 return FALSE;
151 return FALSE;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 28 * @return TRUE on success, FALSE on failure
37 return FALSE;
59 * @return TRUE on success, FALSE on failure
66 return FALSE;
112 return FALSE;
116 return FALSE;
127 return FALSE;
129 return FALSE;
145 return FALSE;
149 return FALSE;
    [all...]
  /development/host/windows/usb/api/
adb_interface.cpp 39 return false;
47 return false;
71 return false;
76 return false;
88 return false;
93 return false;
106 return false;
111 return false;

Completed in 191 milliseconds

<<11121314151617181920>>