/external/skia/bench/ |
FPSBench.cpp | 57 fBitmap.setIsOpaque(true); 94 static SkBenchmark* BMFactory1(void* p) { return SkNEW_ARGS(Bitmap_FPSBench, (p, SkBitmap::kARGB_8888_Config, false, true)); } 95 static SkBenchmark* BMFactory2(void* p) { return SkNEW_ARGS(Bitmap_FPSBench, (p, SkBitmap::kARGB_8888_Config, true, false)); } 96 static SkBenchmark* BMFactory3(void* p) { return SkNEW_ARGS(Bitmap_FPSBench, (p, SkBitmap::kARGB_8888_Config, true, true)); } 98 static SkBenchmark* BMFactory5(void* p) { return SkNEW_ARGS(Bitmap_FPSBench, (p, SkBitmap::kRGB_565_Config, false, true)); }
|
/external/webkit/JavaScriptCore/bytecompiler/ |
RegisterID.h | 54 , m_didSetIndex(true) 63 m_didSetIndex = true; 70 m_isTemporary = true; 114 template<> struct VectorTraits<JSC::RegisterID> : VectorTraitsBase<true, JSC::RegisterID> { 115 static const bool needsInitialization = true; 116 static const bool canInitializeWithMemset = true; // Default initialization just sets everything to 0 or false, so this is safe.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/operator/ |
equality.js | 44 // true, (new String('') == new String(''))); 46 //testcases[count++] = new TestCase( SECTION, "(new Boolean(true) == new Boolean(true)) ", 47 // true, (new Boolean(true) == new Boolean(true)));
|
/external/webkit/WebCore/bindings/ |
ScriptControllerBase.cpp | 55 m_inExecuteScript = true; 74 return true; 77 return true; 91 return true; 94 return true; 103 return true;
|
/external/webkit/WebCore/page/ |
WindowFeatures.h | 43 , menuBarVisible(true) 44 , statusBarVisible(true) 45 , toolBarVisible(true) 46 , locationBarVisible(true) 47 , scrollbarsVisible(true) 48 , resizable(true)
|
/frameworks/base/core/res/res/layout/ |
usb_storage_activity.xml | 11 android:layout_centerHorizontal="true" 12 android:layout_alignParentTop="true" 18 android:layout_centerHorizontal="true" 39 android:layout_centerHorizontal="true" 40 android:layout_alignParentBottom="true" 63 android:indeterminate="true"
|
/frameworks/base/location/java/android/location/ |
GpsSatellite.java | 91 * Returns true if the GPS engine has ephemeris data for the satellite. 93 * @return true if the satellite has ephemeris data 100 * Returns true if the GPS engine has almanac data for the satellite. 102 * @return true if the satellite has almanac data 109 * Returns true if the satellite was used by the GPS engine when 112 * @return true if the satellite was used to compute the most recent fix.
|
/packages/apps/Calendar/res/layout/ |
contact_item.xml | 35 android:layout_alignParentLeft="true" 36 android:layout_alignParentTop="true" 45 android:layout_centerVertical="true" 54 android:layout_alignParentRight="true" 55 android:layout_centerVertical="true" 63 android:layout_alignParentBottom="true"
|
/packages/apps/Contacts/res/layout-finger/ |
edit_contact_entry_voicemail.xml | 26 android:focusable="true" 27 android:clickable="true" 37 android:duplicateParentState="true" 43 android:singleLine="true" 47 android:duplicateParentState="true" 58 android:duplicateParentState="true"
|
/packages/apps/IM/res/layout/ |
contact_view.xml | 42 android:layout_centerVertical="true" 43 android:layout_alignParentRight="true" 54 android:layout_centerVertical="true"> 61 android:singleLine="true" 70 android:singleLine="true" 79 android:singleLine="true"
|
/packages/apps/Mms/src/com/android/mms/model/ |
RegionModel.java | 70 notifyModelChanged(true); 85 notifyModelChanged(true); 100 notifyModelChanged(true); 115 notifyModelChanged(true); 130 notifyModelChanged(true); 145 notifyModelChanged(true);
|
/packages/apps/Settings/res/layout/ |
credentials_password_dialog.xml | 50 android:password="True" 51 android:singleLine="True" 60 android:password="True" 61 android:singleLine="True"/> 69 android:password="True" 70 android:singleLine="True"/>
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
fourXManager.c | 95 if( (pFourX->desiredConcatenationEnable == TRUE) && 96 (pFourX->ApFourX_Capabilities.concatenationParams.enableDisable == TRUE) ) 98 pFourX->concatenationEnable = TRUE; 116 if( (pFourX->desiredCWMinEnable == TRUE) && 117 (pFourX->ApFourX_Capabilities.contentionWindowParams.enableDisable == TRUE) ) 119 pFourX->CWMinEnable = TRUE; 130 if( (pFourX->desiredCWComboEnable == TRUE) && 131 (pFourX->ApFourX_Capabilities.CWCombParams.enableDisable == TRUE) ) 133 pFourX->CWComboEnable = TRUE; 142 if( (pFourX->desiredAckEmulationEnable == TRUE) & [all...] |
/external/icu4c/layoutex/ |
layoutex.vcproj | 46 MkTypLibCompatible="true" 47 SuppressStartupBanner="true" 55 StringPooling="true" 57 EnableFunctionLevelLinking="true" 58 DisableLanguageExtensions="true" 59 TreatWChar_tAsBuiltInType="true" 65 SuppressStartupBanner="true" 83 SuppressStartupBanner="true" 138 MkTypLibCompatible="true" 139 SuppressStartupBanner="true" [all...] |
/external/webkit/WebCore/rendering/ |
RenderTheme.h | 195 virtual bool supportsSelectionForegroundColors() const { return true; } 196 virtual bool supportsListBoxSelectionForegroundColors() const { return true; } 201 virtual bool paintCheckbox(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 205 virtual bool paintRadio(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 209 virtual bool paintButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 213 virtual bool paintInnerSpinButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 215 virtual bool paintOuterSpinButton(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 219 virtual bool paintTextField(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 222 virtual bool paintTextArea(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } 228 virtual bool paintMenuList(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return true; } [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
FallbackSource.java | 109 R.string.nameLabelsGroup, -1, -1, true)); 118 FLAGS_PERSON_NAME).setOptional(true)); 123 FLAGS_PERSON_NAME).setOptional(true)); 127 FLAGS_PERSON_NAME).setOptional(true)); 129 R.string.name_phonetic_family, FLAGS_PHONETIC).setOptional(true)); 131 R.string.name_phonetic_middle, FLAGS_PHONETIC).setOptional(true)); 133 R.string.name_phonetic_given, FLAGS_PHONETIC).setOptional(true)); 138 FLAGS_PERSON_NAME).setOptional(true)); 142 FLAGS_PERSON_NAME).setOptional(true)); 144 R.string.name_phonetic_given, FLAGS_PHONETIC).setOptional(true)); [all...] |
/dalvik/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 35 assertParsed(Boolean.TRUE, "true"); 40 assertParsed(Boolean.TRUE, "truE"); 148 assertParsed(array(5, 6, true), "[5,6,true]"); 180 assertParseFail("{\"foo\":bar,\"baz\":true"); 181 assertParseFail("{\"foo\":bar,\"baz\":true,"); 192 assertParseFail("[true"); 193 assertParseFail("[true,"); [all...] |
/external/webkit/autotools/ |
acinclude.m4 | 7 # AX_COMPARE_VERSION(VERSION_A, OP, VERSION_B, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) 38 # When the condition is true, shell commands ACTION-IF-TRUE are run, 40 # variable 'ax_compare_version' is always set to either 'true' or 'false' 48 # would both be true. 57 # would be true because it is only comparing two minor versions. 61 # would be true because it is only comparing the lesser number of minor 89 # Used to indicate true or false condition 112 dnl # then the first line is used to determine if the condition is true. 117 x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/false/;s/x${B}/true/;1q" [all...] |
/frameworks/base/libs/rs/java/Film/src/com/android/film/ |
FilmRS.java | 102 b.setDitherEnable(true); 103 b.setDepthMask(true); 146 pvb.setTextureMatrixEnable(true); 159 mImages[0] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p01, ie, true); 160 mImages[1] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p02, ie, true); 161 mImages[2] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p03, ie, true); 162 mImages[3] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p04, ie, true); 163 mImages[4] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p05, ie, true); 164 mImages[5] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p06, ie, true); 165 mImages[6] = Allocation.createFromBitmapResourceBoxed(mRS, mRes, R.drawable.p07, ie, true); [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
WalkingIteratorSorted.java | 35 // /** True if the nodes will be found in document order */ 38 /** True if the nodes will be found in document order, and this can 62 * @param shouldLoadWalkers True if walkers should be 76 * Returns true if all the nodes in the iteration well be returned in document 79 * @return true as a default. 91 * @return true if the nodeset can be walked in doc order, without sorting. 100 boolean prevIsSimpleDownAxis = true; 123 return true; 131 return true; 150 // boolean prevIsSimpleDownAxis = true; [all...] |
/external/bluetooth/bluez/gdbus/ |
mainloop.c | 73 DBUS_INTERFACE_LOCAL, "Disconnected") == TRUE) { 112 return TRUE; 123 return TRUE; 140 return TRUE; 172 if (dbus_timeout_get_enabled(handler->timeout) != TRUE) 195 return TRUE; 205 return TRUE; 250 if (dbus_error_is_set(error) == TRUE) 266 if (dbus_error_is_set(error) == TRUE) { 281 return TRUE; [all...] |
/external/skia/src/views/ |
SkImageView.cpp | 16 fDataIsAnim = true; 72 return true; 91 changed = true; 100 changed = true; 117 return true; 144 SkAutoCanvasRestore restore(canvas, true); 159 paint.setAntiAlias(true); 204 fUriIsValid = true; // give ensureUriIsLoaded() a shot at the new uri 217 return true; 246 return true; [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
connect.h | 60 coaccess_internal_ = true; 88 (*onstack_)[s] = true; 91 (*access_)[s] = true; 99 return true; 102 bool TreeArc(StateId s, const A &arc) { return true; } 109 (*coaccess_)[s] = true; 116 return true; 125 (*coaccess_)[s] = true; 126 return true; 131 (*coaccess_)[s] = true; [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothUuid.java | 86 * Returns true if ParcelUuid is present in uuidArray 93 return true; 99 if (element.equals(uuid)) return true; 105 * Returns true if there any common ParcelUuids in uuidA and uuidB. 112 if (uuidA == null && uuidB == null) return true; 115 return uuidB.length == 0 ? true : false; 119 return uuidA.length == 0 ? true : false; 124 if (uuidSet.contains(uuid)) return true; 130 * Returns true if all the ParcelUuids in ParcelUuidB are present in 138 if (uuidA == null && uuidB == null) return true; [all...] |
/packages/apps/Phone/res/values/ |
config.xml | 21 EVENT_SIM_NETWORK_LOCKED events from the Sim. If true, this will 28 The default value is true. 34 <bool name="sim_network_unlock_allow_dismiss">true</bool> 36 <!-- If true, enable the onscreen touch UI for incoming calls. 39 <bool name="allow_incoming_call_touch_ui">true</bool> 41 <!-- If true, enable the onscreen touch UI for regular "ongoing call" 73 <!-- If true, enable vibration (haptic feedback) for key presses 79 <bool name="config_enable_dialer_key_vibration">true</bool> 95 <bool name="allow_local_dtmf_tones">true</bool> 106 <bool name="allow_back_key_to_reject_incoming_call">true</bool [all...] |