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

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/manual-tests/
context-click-unfocused-frame.html 9 <body onmousedown='return false;' oncontextmenu='contextMenu(); return false;'>
  /external/webkit/WebCore/rendering/
InlineBox.h 46 , m_firstLine(false)
47 , m_constructed(false)
49 , m_dirty(false)
50 , m_extracted(false)
52 , m_hasVirtualHeight(false)
54 , m_endsWithBreak(false)
55 , m_hasSelectedChildren(false)
56 , m_hasEllipsisBox(false)
57 , m_dirOverride(false)
58 , m_isText(false)
    [all...]
SVGCharacterLayoutInfo.cpp 84 , nextDrawnSeperated(false)
85 , xStackChanged(false)
86 , yStackChanged(false)
87 , dxStackChanged(false)
88 , dyStackChanged(false)
89 , angleStackChanged(false)
90 , baselineShiftStackChanged(false)
91 , pathLayout(false)
100 return xStack.isEmpty() ? false : xStack.last().position() < xStack.last().size();
105 return yStack.isEmpty() ? false : yStack.last().position() < yStack.last().size()
    [all...]
  /packages/apps/Launcher2/res/values/
arrays.xml 3 <string-array name="hotseats" translatable="false">
7 <array name="hotseat_icons" translatable="false">
  /sdk/anttasks/
.classpath 5 <classpathentry combineaccessrules="false" kind="src" path="/SdkLib"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/ApkBuilder"/>
  /external/opencore/fileformats/mp4/composer/src/
assetinfoatoms.cpp 193 return false;
199 return false;
205 return false;
211 return false;
241 return false;
247 return false;
253 return false;
259 return false;
287 return false;
293 return false;
    [all...]
  /external/stlport/src/
monetary.cpp 62 moneypunct<char, false>::moneypunct(size_t __refs) : locale::facet(__refs)
64 moneypunct<char, false>::~moneypunct() {}
66 char moneypunct<char, false>::do_decimal_point() const {return ' ';}
67 char moneypunct<char, false>::do_thousands_sep() const {return ' ';}
69 string moneypunct<char, false>::do_grouping() const { return _S_empty_string; }
70 string moneypunct<char, false>::do_curr_symbol() const { return _S_empty_string; }
71 string moneypunct<char, false>::do_positive_sign() const { return _S_empty_string; }
72 string moneypunct<char, false>::do_negative_sign() const { return _S_empty_string; }
73 money_base::pattern moneypunct<char, false>::do_pos_format() const {return _M_pos_format;}
74 money_base::pattern moneypunct<char, false>::do_neg_format() const {return _M_neg_format;
    [all...]
  /external/svox/pico/res/xml/
voices_list.xml 22 android:persistent="false" />
25 android:persistent="false" />
28 android:persistent="false" />
31 android:persistent="false" />
34 android:persistent="false" />
37 android:persistent="false" />
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
constructor-001.js 20 * - global property is set to false
21 * - ignoreCase property is set to false
22 * - multiline property is set to false
48 false,
53 false,
58 false,
function-001.js 20 * - global property is set to false
21 * - ignoreCase property is set to false
22 * - multiline property is set to false
48 false,
53 false,
58 false,
properties-002.js 21 AddRegExpCases( re_1, "\\cA?", true, false, false, Math.pow(2,31) );
25 AddRegExpCases( re_2, "\\w*", false, true, false, Math.pow(2,32)-1 );
29 AddRegExpCases( re_3, "\\*{0,80}", false, false, true, Math.pow(2,31) -1 );
37 AddRegExpCases( re_5, "\\B", false, false, false, Math.pow(2,30) );
52 AddRegExpCases( re_6, "\\B", false, false, false, Math.pow(2,32) )
    [all...]
  /external/webkit/WebCore/platform/gtk/
DragDataGtk.cpp 28 return false;
33 return false;
38 return false;
47 return false;
67 return false;
72 return false;
  /frameworks/base/core/res/res/drawable/
media_button_background.xml 21 <item android:state_focused="true" android:state_pressed="false" android:state_enabled="true"
24 <item android:state_enabled="true" android:state_focused="false" android:state_pressed="false"
26 <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/btn_media_player_disabled_selected" />
27 <item android:state_focused="false" android:state_enabled="false" android:drawable="@drawable/btn_media_player_disabled" />
  /packages/apps/Contacts/res/drawable-finger/
tab_indicator_bg.xml 20 android:state_focused="false"
21 android:state_selected="false"
22 android:state_pressed="false"
25 android:state_focused="false"
27 android:state_pressed="false"
34 android:state_pressed="false"
  /external/icu4c/layoutex/
ParagraphLayout.cpp 139 FALSE , /* Zyyy */
140 FALSE, /* Qaai */
142 FALSE, /* Armn */
144 FALSE, /* Bopo */
145 FALSE, /* Cher */
146 FALSE, /* Copt=Qaac */
147 FALSE, /* Cyrl */
148 FALSE, /* Dsrt */
150 FALSE, /* Ethi */
151 FALSE, /* Geor *
    [all...]
  /external/skia/tests/
MatrixTest.cpp 18 return false;
88 { 0, 0, 0, 0, false },
89 { 0, 0, 0, SK_Scalar1, false },
90 { 0, 0, SK_Scalar1, 0, false },
91 { 0, 0, SK_Scalar1, SK_Scalar1, false },
92 { 0, SK_Scalar1, 0, 0, false },
93 { 0, SK_Scalar1, 0, SK_Scalar1, false },
95 { 0, SK_Scalar1, SK_Scalar1, SK_Scalar1, false },
96 { SK_Scalar1, 0, 0, 0, false },
98 { SK_Scalar1, 0, SK_Scalar1, 0, false },
    [all...]
  /external/v8/test/mjsunit/
regexp-lookahead.js 53 testRE(re, "b", false);
58 testRE(re, "boo", false);
59 testRE(re, "fao", false);
60 testRE(re, "foa", false);
65 testRE(re, ".! ", false);
71 testRE(re, ", fo!", false);
72 testRE(re, ", ffo", false);
79 testRE(re, " \" 'foo' ", false);
80 testRE(re, " ' \"foo\" ", false);
81 testRE(re, " 'foo\" ", false);
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 116 checkShouldCollapse("11", false, "a", null, null, null);
117 checkShouldCollapse("12", false, null, "a", null, null);
118 checkShouldCollapse("13", false, null, null, "a", null);
119 checkShouldCollapse("14", false, null, null, null, "a");
121 checkShouldCollapse("21", false, "a", "b", null, null);
122 checkShouldCollapse("22", false, "a", "b", "a", null);
123 checkShouldCollapse("23", false, "a", "b", null, "b");
124 checkShouldCollapse("24", false, "a", "b", "a", "x");
125 checkShouldCollapse("25", false, "a", "b", "x", "b");
127 checkShouldCollapse("31", false, null, null, "a", "b")
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_metadata.h 90 iTrackDurationAvailable = false;
95 iTrackSelected = false;
182 iMetadataAvailable = false;
183 iTitlePresent = false;
184 iDescriptionPresent = false;
185 iCopyRightPresent = false;
186 iPerformerPresent = false;
187 iAuthorPresent = false;
188 iGenrePresent = false;
189 iRatingPresent = false;
    [all...]
  /development/ide/intellij/codestyles/
AndroidStyle.xml 8 <option name="USE_TAB_CHARACTER" value="false" />
9 <option name="SMART_TABS" value="false" />
11 <option name="LABEL_INDENT_ABSOLUTE" value="false" />
14 <option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
15 <option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
16 <option name="ALIGN_MULTILINE_FOR" value="false" />
66 <option name="JD_P_AT_EMPTY_LINES" value="false" />
67 <option name="JD_KEEP_EMPTY_PARAMETER" value="false" />
68 <option name="JD_KEEP_EMPTY_EXCEPTION" value="false" />
69 <option name="JD_KEEP_EMPTY_RETURN" value="false" />
    [all...]
  /external/icu4c/test/intltest/
tokiter.cpp 18 done = haveLine = FALSE;
27 return FALSE;
34 return FALSE;
41 haveLine = FALSE;
42 if (U_FAILURE(ec)) return FALSE;
61 * @return TRUE if a valid token is found, or FALSE if the end
67 return FALSE;
77 return FALSE;
88 return FALSE;
104 return FALSE;
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSZombie.h 45 virtual bool isGetterSetter() const { ASSERT_NOT_REACHED(); return false; }
46 virtual bool isAPIValueWrapper() const { ASSERT_NOT_REACHED(); return false; }
47 virtual bool isPropertyNameIterator() const { ASSERT_NOT_REACHED(); return false; }
50 virtual bool getUInt32(uint32_t&) const { ASSERT_NOT_REACHED(); return false; }
52 virtual bool getPrimitiveNumber(ExecState*, double&, JSValue&) { ASSERT_NOT_REACHED(); return false; }
53 virtual bool toBoolean(ExecState*) const { ASSERT_NOT_REACHED(); return false; }
60 virtual bool deleteProperty(ExecState*, const Identifier&) { ASSERT_NOT_REACHED(); return false; }
61 virtual bool deleteProperty(ExecState*, unsigned) { ASSERT_NOT_REACHED(); return false; }
66 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&) { ASSERT_NOT_REACHED(); return false; }
67 virtual bool getOwnPropertySlot(ExecState*, unsigned, PropertySlot&) { ASSERT_NOT_REACHED(); return false; }
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 22 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
36 var hadError = false;
38 applicationCache.removeEventListener('noupdate', cached, false);
39 applicationCache.removeEventListener('cached', cached, false);
41 setNetworkEnabled(false);
46 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/not-in-cache.txt", false);
61 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
96 applicationCache.addEventListener('cached', cached, false);
97 applicationCache.addEventListener('noupdate', cached, false);
99 applicationCache.addEventListener('error', error, false);
    [all...]
  /external/webkit/WebCore/svg/
SVGElement.h 54 virtual bool isStyled() const { return false; }
55 virtual bool isStyledTransformable() const { return false; }
56 virtual bool isStyledLocatable() const { return false; }
57 virtual bool isSVG() const { return false; }
58 virtual bool isFilterEffect() const { return false; }
59 virtual bool isGradientStop() const { return false; }
60 virtual bool isTextContent() const { return false; }
65 virtual bool rendererIsNeeded(RenderStyle*) { return false; }
71 void sendSVGLoadEventIfPossible(bool sendParentLoadEvents = false);
87 virtual void attributeChanged(Attribute*, bool preserveDecls = false);
    [all...]
  /external/opencore/baselibs/gen_data_structures/src/
rtsp_range_utils.cpp 69 if (PV_atoi(sptr, 'd', eptr - sptr, tmp) == false)
97 return false;
108 return false;
113 return false;
124 return false;
129 return false;
144 return false;
150 return false;
154 return false;
168 return false;
    [all...]

Completed in 77 milliseconds

1 2 3 4 5 6 78 91011>>