/frameworks/base/core/res/res/drawable/ |
gallery_item_background.xml | 23 android:state_selected="true" 36 android:state_selected="true" 37 android:state_pressed="true" 41 android:state_selected="true" 42 android:state_focused="true" 46 android:state_selected="true" 51 android:state_pressed="true"
|
list_selector_background.xml | 23 <item android:state_focused="true" android:state_enabled="false" 24 android:state_pressed="true" 26 <item android:state_focused="true" android:state_enabled="false" 29 <item android:state_focused="true" android:state_pressed="true" 31 <item android:state_focused="false" android:state_pressed="true" 34 <item android:state_focused="true"
|
btn_search_dialog.xml | 19 <item android:state_window_focused="false" android:state_enabled="true" 22 <item android:state_pressed="true" 25 <item android:state_focused="true" android:state_enabled="true" 28 <item android:state_enabled="true"
|
btn_search_dialog_voice.xml | 19 <item android:state_window_focused="false" android:state_enabled="true" 22 <item android:state_pressed="true" 25 <item android:state_focused="true" android:state_enabled="true" 28 <item android:state_enabled="true"
|
btn_square_overlay.xml | 18 <item android:state_enabled="false" android:state_focused="true" 19 android:state_window_focused="true" 22 <item android:state_pressed="true" android:drawable="@drawable/btn_square_overlay_pressed" /> 23 <item android:state_focused="true" android:state_window_focused="true"
|
/frameworks/base/core/res/res/layout/ |
global_actions_item.xml | 29 android:layout_alignParentTop="true" 30 android:layout_alignParentBottom="true" 40 android:layout_alignParentBottom="true" 41 android:layout_alignParentRight="true" 52 android:layout_alignParentRight="true" 53 android:layout_alignParentTop="true" 55 android:layout_alignWithParentIfMissing="true"
|
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/ |
tst_qscriptvalue.cpp | 68 QCOMPARE(v.isValid(), true); 69 QCOMPARE(v.isUndefined(), true); 75 QCOMPARE(v.isValid(), true); 76 QCOMPARE(v.isNull(), true); 82 QCOMPARE(v.isValid(), true); 83 QCOMPARE(v.isBoolean(), true); 84 QCOMPARE(v.isBool(), true); 91 QCOMPARE(v.isValid(), true); 92 QCOMPARE(v.isNumber(), true); 104 QCOMPARE(v.isValid(), true); 388 QTest::newRow("object") << engine.evaluate("new Object") << QString::fromAscii("[object Object]") << true << true; local [all...] |
/external/v8/test/mjsunit/ |
debug-evaluate-recursive.js | 75 assertEquals(1, exec_state.evaluateGlobal('f()', true).value()); 76 assertEquals(2, exec_state.evaluateGlobal('g()', true).value()); 77 assertEquals(1, exec_state.frame(0).evaluate('f()', true).value()); 78 assertEquals(2, exec_state.frame(0).evaluate('g()', true).value()); 81 // disable_break is default true. 82 testRequest(exec_state, '{"expression":"f()"}', true, 1); 83 testRequest(exec_state, '{"expression":"f()","frame":0}', true, 1); 84 testRequest(exec_state, '{"expression":"g()"}', true, 2); 85 testRequest(exec_state, '{"expression":"g()","frame":0}', true, 2); 88 // argument disable_break is default true [all...] |
string-index.js | 76 assertEquals(true, 0 in S, "0 in"); 78 assertEquals(true, 2 in S, "2 in"); 79 assertEquals(true, 3 in S, "3 in"); 82 assertEquals(true, "0" in S, '"0" in'); 84 assertEquals(true, "2" in S, '"2" in'); 85 assertEquals(true, "3" in S, '"3" in'); 88 assertEquals(true, S.hasOwnProperty(0), "0 hasOwnProperty"); 90 assertEquals(true, S.hasOwnProperty(2), "2 hasOwnProperty"); 91 assertEquals(true, S.hasOwnProperty(3), "3 hasOwnProperty"); 94 assertEquals(true, S.hasOwnProperty("0"), '"0" hasOwnProperty') [all...] |
/packages/apps/Contacts/res/values/ |
donottranslate_config.xml | 22 <bool name="config_allow_import_from_sdcard">true</bool> 23 <!-- If true, all vcard files are imported from SDCard without asking a user. 27 <!-- If true, vcard importer shows a dialog which asks the user whether the user wants 30 If config_import_all_vcard_from_sdcard_automatically is set true, this configuration 32 <bool name="config_allow_users_select_all_vcard_import">true</bool> 35 <bool name="config_allow_export_to_sdcard">true</bool> 38 <bool name="config_allow_share_visible_contacts">true</bool> 40 <!-- If true, enable vibration (haptic feedback) for dialer key presses. 45 <bool name="config_enable_dialer_key_vibration">true</bool> 79 <!-- If true, show an onscreen "Dial" button in the dialer [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
Boolean.java | 48 * {@code true}. 50 public static final Boolean TRUE = new Boolean(true); 61 * "true" using a non-case sensitive comparison, the result will be a 62 * Boolean representing the primitive value {@code true}, otherwise it will 77 * the primitive boolean value, {@code true} or {@code false}. 84 * Gets the primitive value of this boolean, either {@code true} or 87 * @return this object's primitive value, {@code true} or {@code false}. 100 * @return {@code true} if the specified object is equal to this 117 * {@code true} and the value of {@code that} is {@code false}; [all...] |
/external/bluetooth/bluez/src/ |
rfkill.c | 86 return TRUE; 91 return TRUE; 98 return TRUE; 101 return TRUE; 105 return TRUE; 112 return TRUE; 118 return TRUE; 124 return TRUE; 128 return TRUE; 132 return TRUE; [all...] |
/packages/apps/Contacts/res/layout-finger/ |
recent_calls_list_item_layout.xml | 32 android:layout_alignParentTop="true" 33 android:layout_alignParentLeft="true" 41 android:layout_alignParentBottom="true" 46 android:singleLine="true" 52 android:layout_alignParentLeft="true" 53 android:layout_alignParentBottom="true" 57 android:singleLine="true" 70 android:layout_alignWithParentIfMissing="true" 72 android:singleLine="true" 80 android:layout_alignParentLeft="true" [all...] |
/packages/apps/Settings/res/xml/ |
apn_editor.xml | 24 android:singleLine="true" 31 android:singleLine="true" 38 android:singleLine="true" 45 android:singleLine="true" 52 android:singleLine="true" 59 android:singleLine="true" 66 android:singleLine="true" 73 android:singleLine="true" 80 android:singleLine="true" 87 android:singleLine="true" [all...] |
/external/icu4c/tools/ctestfw/ |
ctestfw.vcproj | 45 MkTypLibCompatible="true" 46 SuppressStartupBanner="true" 52 WholeProgramOptimization="true" 55 StringPooling="true" 57 EnableFunctionLevelLinking="true" 58 DisableLanguageExtensions="true" 59 TreatWChar_tAsBuiltInType="true" 65 SuppressStartupBanner="true" 83 SuppressStartupBanner="true" 138 MkTypLibCompatible="true" [all...] |
/external/icu4c/tools/toolutil/ |
toolutil.vcproj | 45 MkTypLibCompatible="true" 46 SuppressStartupBanner="true" 52 WholeProgramOptimization="true" 55 StringPooling="true" 57 EnableFunctionLevelLinking="true" 58 DisableLanguageExtensions="true" 59 TreatWChar_tAsBuiltInType="true" 65 SuppressStartupBanner="true" 83 SuppressStartupBanner="true" 140 MkTypLibCompatible="true" [all...] |
/external/webkit/WebCore/svg/ |
PatternAttributes.h | 32 , m_boundingBoxMode(true) 55 void setX(const SVGLength& value) { m_x = value; m_xSet = true; } 56 void setY(const SVGLength& value) { m_y = value; m_ySet = true; } 57 void setWidth(const SVGLength& value) { m_width = value; m_widthSet = true; } 58 void setHeight(const SVGLength& value) { m_height = value; m_heightSet = true; } 59 void setBoundingBoxMode(bool value) { m_boundingBoxMode = value; m_boundingBoxModeSet = true; } 60 void setBoundingBoxModeContent(bool value) { m_boundingBoxModeContent = value; m_boundingBoxModeContentSet = true; } 61 void setPatternTransform(const AffineTransform& value) { m_patternTransform = value; m_patternTransformSet = true; } 62 void setPatternContentElement(const SVGPatternElement* value) { m_patternContentElement = value; m_patternContentElementSet = true; }
|
/packages/apps/Camera/res/layout/ |
camera_control.xml | 24 android:layout_alignParentRight="true"> 28 android:layout_alignParentTop="true" 29 android:layout_centerHorizontal="true" 32 android:clickable="true" 39 android:layout_centerInParent="true" 60 android:layout_alignParentBottom="true" 61 android:layout_centerHorizontal="true" 65 android:clickable="true" 66 android:focusable="true"
|
/cts/tests/res/layout/ |
textview_selectallonfocus.xml | 24 android:focusable="true"/> 29 android:selectAllOnFocus="true" 30 android:focusable="true"/> 36 android:focusable="true"/> 41 android:focusable="true"/>
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DocumentBuilderSetting.java | 38 * coalescing = true. 43 true, 61 true, 65 * expandEntityReferences = true. 74 * ignoringElementContentWhitespace = true. 79 true, 93 * namespaceAware = true. 98 true, 111 * validating = true. 116 true, [all...] |
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
DocumentBuilderSetting.java | 38 * coalescing = true. 43 true, 61 true, 65 * expandEntityReferences = true. 74 * ignoringElementContentWhitespace = true. 79 true, 93 * namespaceAware = true. 98 true, 111 * validating = true. 116 true, [all...] |
/development/apps/Development/res/layout/ |
development_settings.xml | 31 android:layout_alignParentTop="true" 32 android:layout_alignParentLeft="true" 39 android:layout_alignParentLeft="true" 48 android:layout_alignParentLeft="true" 55 android:layout_alignParentLeft="true" /> 61 android:layout_alignParentLeft="true" /> 67 android:layout_alignParentLeft="true" 74 android:layout_alignParentLeft="true" 81 android:layout_alignParentLeft="true" 88 android:layout_alignParentLeft="true" /> [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/instanceof/ |
instanceof-002.js | 25 true, 30 true, 39 "true instanceof Boolean", 41 true instanceof Boolean ); 45 true,
|
/external/webkit/LayoutTests/http/tests/appcache/ |
manifest-parsing.html | 23 return true; 36 hadError = true; 42 hadError = true; 48 hadError = true; 52 hadError = true;
|
/frameworks/base/camera/libcameraservice/ |
Android.mk | 11 USE_CAMERA_STUB:=true 15 ifeq ($(USE_CAMERA_STUB),true) 28 ifeq ($(TARGET_SIMULATOR),true) 59 ifeq ($(TARGET_SIMULATOR),true) 63 ifeq ($(USE_CAMERA_STUB), true)
|