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

<<11121314151617181920>>

  /external/webkit/LayoutTests/http/tests/appcache/
wrong-signature-2.html 34 applicationCache.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35 applicationCache.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36 applicationCache.addEventListener('error', test, false);
wrong-signature.html 34 applicationCache.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35 applicationCache.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36 applicationCache.addEventListener('error', test, false);
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/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...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 48 boolean[] init2 = { false, true, false, false, false, true, false };
49 boolean[] init3 = { false, true, false, false, false, false, true }
    [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...]
  /external/chromium/net/disk_cache/
disk_cache_test_base.h 35 memory_only_(false), implementation_(false), force_creation_(false),
36 new_eviction_(false), first_cleanup_(true), integrity_(true) {}
68 first_cleanup_ = false;
72 integrity_ = 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/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" />
  /libcore/luni/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;
  /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;
  /packages/apps/Phone/res/xml/
sip_edit.xml 19 android:persistent="false">
26 android:persistent="false"
35 android:persistent="false"
43 android:persistent="false"
49 android:persistent="false"
56 android:persistent="false"/>
  /external/chromium/base/
string_util_unittest.cc 110 {L" Google Video ", false, L"Google Video"},
111 {L"Google Video", false, L"Google Video"},
112 {L"", false, L""},
113 {L" ", false, L""},
114 {L"\t\rTest String\n", false, L"Test String"},
115 {L"\x2002Test String\x00A0\x3000", false, L"Test String"},
116 {L" Test \n \t String ", false, L"Test String"},
117 {L"\x2002Test\x1680 \x2028 \tString\x00A0\x3000", false, L"Test String"},
118 {L" Test String", false, L"Test String"},
119 {L"Test String ", false, L"Test String"}
    [all...]

Completed in 676 milliseconds

<<11121314151617181920>>