/external/skia/src/animator/ |
SkDump.cpp | 52 hasAttr |= maker.fDumpEvents = true; 54 hasAttr |= maker.fDumpPosts = true; 56 hasAttr |= maker.fDumpGConditions = true; 57 if ((hasAttr |= (eventList > 0)) == true) 59 if ((hasAttr |= (name.size() > 0)) == true) 63 return true; 89 return true; 93 return true; 147 return true; 151 return true; [all...] |
/external/v8/test/mjsunit/ |
debug-continue.js | 73 testArguments(exec_state, void 0, true); 80 testArguments(exec_state, '{"stepaction":"in"}', true); 81 testArguments(exec_state, '{"stepaction":"min"}', true); 82 testArguments(exec_state, '{"stepaction":"next"}', true); 83 testArguments(exec_state, '{"stepaction":"out"}', true); 84 testArguments(exec_state, '{"stepcount":1}', true); 85 testArguments(exec_state, '{"stepcount":10}', true); 86 testArguments(exec_state, '{"stepcount":"10"}', true); 87 testArguments(exec_state, '{"stepaction":"next","stepcount":10}', true); 90 listenerComplete = true; [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/ |
instanceof-002.js | 36 return true; 77 true, 82 true, 87 true, 92 true, 97 true, 102 true, 107 true, 112 true, 117 true, [all...] |
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 );
|
/external/wpa_supplicant/wpa_gui/ |
scanresults.ui | 28 <bool>true</bool> 31 <bool>true</bool> 39 <bool>true</bool> 42 <bool>true</bool> 50 <bool>true</bool> 53 <bool>true</bool> 61 <bool>true</bool> 64 <bool>true</bool> 72 <bool>true</bool> 75 <bool>true</bool [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
scanresults.ui | 28 <bool>true</bool> 31 <bool>true</bool> 39 <bool>true</bool> 42 <bool>true</bool> 50 <bool>true</bool> 53 <bool>true</bool> 61 <bool>true</bool> 64 <bool>true</bool> 72 <bool>true</bool> 75 <bool>true</bool [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
DummyLocationProvider.java | 85 * Returns true if the provider requires access to a 93 * Returns true if the provider requires access to a 102 * Returns true if the provider requires access to an appropriate 111 * Returns true if the use of this provider may result in a 120 * Returns true if the provider is able to provide altitude 123 * should return true. 130 * Returns true if the provider is able to provide speed 133 * should return true. 140 * Returns true if the provider is able to provide bearing 143 * should return true [all...] |
/packages/apps/Protips/res/layout/ |
bubble.xml | 22 android:layout_centerVertical="true" 27 android:focusable="true" 32 android:layout_alignParentTop="true" 39 android:layout_alignParentTop="true" 48 android:layout_alignParentBottom="true" 49 android:layout_alignParentRight="true" 57 android:layout_alignParentTop="true" 58 android:layout_alignParentRight="true" 68 android:layout_alignParentTop="true" 70 android:layout_alignWithParentIfMissing="true" [all...] |
/packages/apps/QuickSearchBox/res/layout/ |
search_activity.xml | 28 android:layout_alignParentLeft="true" 29 android:layout_alignParentRight="true" 32 android:layout_alignWithParentIfMissing="true" 40 android:layout_alignParentLeft="true" 41 android:layout_alignParentBottom="true" 42 android:layout_alignParentRight="true" 56 android:layout_alignParentLeft="true" 57 android:layout_alignParentTop="true" 58 android:layout_alignParentRight="true" 75 android:singleLine="true" [all...] |
/cts/tests/src/android/app/cts/ |
MockTabActivity.java | 56 isOnChildTitleChangedCalled = true; 62 isOnPostCreateCalled = true; 68 isOnRestoreInstanceStateCalled = true; 74 isOnSaveInstanceStateCalled = true; 80 isOnContentChangedCalled = true;
|
/cts/tests/src/android/content/cts/ |
MockContextWrapperService.java | 54 mHadCalledOnDestory = true; 60 mHadCalledOnUnbind = true; 61 return true; 66 mHadCalledOnBind = true; 72 mHadCalledOnStart = true;
|
/device/htc/passion-common/overlay/packages/apps/Phone/res/values/ |
config.xml | 21 <bool name="allow_incoming_call_touch_ui">true</bool> 22 <bool name="allow_in_call_touch_ui">true</bool> 31 <bool name="config_show_onscreen_dial_button">true</bool> 36 <bool name="send_mic_mute_to_AudioManager">true</bool> 39 <bool name="has_in_call_noise_suppression">true</bool>
|
/external/clearsilver/util/ |
wildmat.c | 21 ** at least one character in text. This is true if *p is neither '*' nor 28 ** instance will return either TRUE or ABORT, and any calling instance 56 ** Match text and p, return TRUE, FALSE, or ABORT. 86 return TRUE; 92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE; 99 matched = TRUE; 104 matched = TRUE; 113 return TRUE; 120 ** Match text and p, return TRUE, FALSE, or ABORT. 150 return TRUE; [all...] |
/external/icu4c/test/letest/ |
letest.vcproj | 51 StringPooling="true" 53 EnableFunctionLevelLinking="true" 54 TreatWChar_tAsBuiltInType="true" 61 SuppressStartupBanner="true" 79 SuppressStartupBanner="true" 140 TreatWChar_tAsBuiltInType="true" 147 SuppressStartupBanner="true" 166 SuppressStartupBanner="true" 168 GenerateDebugInformation="true" 179 UseFAT32Workaround="true" [all...] |
/external/webkit/JavaScriptCore/API/tests/ |
testapi.js | 39 failed = true; 101 foundMyPropertyName = true; 103 foundRegularType = true; 119 shouldBe('alwaysOneDescriptor.configurable', true); 124 shouldBe('cantFindDescriptor.configurable', true); 135 shouldBe('myPropertyNameDescriptor.configurable', true); 147 shouldBe("delete MyObject.regularType", true); 152 shouldBe("MyObject ? 1 : 0", true); // toBoolean 162 shouldBe("myObject instanceof MyObject", true); 172 shouldBe("derived instanceof Derived", true); [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
RegExp_multiline.js | 42 // Following this we do the same tests with RegExp.multiline set true(**). 79 // **Now we do the tests with RegExp.multiline set to true 80 // RegExp.multiline = true; RegExp.multiline 81 RegExp.multiline = true; 82 testcases[count++] = new TestCase ( SECTION, "RegExp.multiline = true; RegExp.multiline", 83 true, RegExp.multiline); 85 // (multiline == true) '123\n456'.match(/^4../) 86 testcases[count++] = new TestCase ( SECTION, "(multiline == true) '123\\n456'.match(/^4../)", 89 // (multiline == true) 'a11\na22\na23\na24'.match(/^a../g) 90 testcases[count++] = new TestCase ( SECTION, "(multiline == true) 'a11\\na22\\na23\\na24'.match(/^a../g)" [all...] |
RegExp_multiline_as_array.js | 42 // Following this we do the same tests with RegExp['$*'] set true(**). 79 // **Now we do the tests with RegExp['$*'] set to true 80 // RegExp['$*'] = true; RegExp['$*'] 81 RegExp['$*'] = true; 82 testcases[count++] = new TestCase ( SECTION, "RegExp['$*'] = true; RegExp['$*']", 83 true, RegExp['$*']); 85 // (['$*'] == true) '123\n456'.match(/^4../) 86 testcases[count++] = new TestCase ( SECTION, "(['$*'] == true) '123\\n456'.match(/^4../)", 89 // (['$*'] == true) 'a11\na22\na23\na24'.match(/^a../g) 90 testcases[count++] = new TestCase ( SECTION, "(['$*'] == true) 'a11\\na22\\na23\\na24'.match(/^a../g)" [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/ |
function-002.js | 51 bar = true; 52 foo = bar ? function () { return true; } : function() { return false; }; 56 "bar = true; foo = bar ? function () { return true; } : function() { return false; }; foo()", 57 true,
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/ |
function-002.js | 51 bar = true; 52 foo = bar ? function () { return true; } : function() { return false; }; 56 "bar = true; foo = bar ? function () { return true; } : function() { return false; }; foo()", 57 true,
|
/external/webkit/WebCore/manual-tests/ |
nested-plug-ins.html | 26 <input type="checkbox" checked="true" onclick="toggleDisplay(document.getElementById('middle'))"> Outer frame display 29 <input type="checkbox" checked="true" onclick="toggleDisplay(document.getElementById('middle').contentDocument.getElementById('inner'))"> Inner frame display 34 <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle'))"> Outer frame visibility 37 <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle').contentDocument.getElementById('inner'))"> Inner frame visibility 40 <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle').contentDocument.getElementById('inner').contentDocument.getElementById('plugin'))"> Inner plug-in visibility
|
/external/webkit/WebCore/svg/ |
GradientAttributes.h | 29 , m_boundingBoxMode(true) 42 void setSpreadMethod(GradientSpreadMethod value) { m_spreadMethod = value; m_spreadMethodSet = true; } 43 void setBoundingBoxMode(bool value) { m_boundingBoxMode = value; m_boundingBoxModeSet = true; } 44 void setGradientTransform(const AffineTransform& value) { m_gradientTransform = value; m_gradientTransformSet = true; } 45 void setStops(const Vector<SVGGradientStop>& value) { m_stops = value; m_stopsSet = true; }
|
/external/webkit/WebKitTools/wx/browser/ |
browser.cpp | 57 frame->ShowDebugMenu(true); 62 settings.SetPluginsEnabled(true); 64 settings.SetDatabasesEnabled(true); 67 frame->Show(true); 69 return true;
|
/external/wpa_supplicant/wpa_gui-qt4/ |
userdatarequest.ui | 19 <bool>true</bool> 44 <bool>true</bool> 83 <bool>true</bool> 86 <bool>true</bool> 99 <bool>true</bool>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
userdatarequest.ui | 19 <bool>true</bool> 44 <bool>true</bool> 83 <bool>true</bool> 86 <bool>true</bool> 99 <bool>true</bool>
|
/frameworks/base/awt/java/awt/ |
ImageCapabilities.java | 58 * Returns true if the Image of this ImageCapabilities is or can be 61 * @return true, if the Image of this ImageCapabilities is or can be 69 * Returns true if this ImageCapabilities applies to the VolatileImage which 72 * @return true if this ImageCapabilities applies to the VolatileImage which 76 return true;
|