/external/webkit/WebCore/rendering/style/ |
FillLayer.h | 93 void setImage(StyleImage* i) { m_image = i; m_imageSet = true; } 94 void setXPosition(Length l) { m_xPosition = l; m_xPosSet = true; } 95 void setYPosition(Length l) { m_yPosition = l; m_yPosSet = true; } 96 void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; } 97 void setClip(EFillBox b) { m_clip = b; m_clipSet = true; } 98 void setOrigin(EFillBox b) { m_origin = b; m_originSet = true; } 99 void setRepeatX(EFillRepeat r) { m_repeatX = r; m_repeatXSet = true; } 100 void setRepeatY(EFillRepeat r) { m_repeatY = r; m_repeatYSet = true; } 101 void setComposite(CompositeOperator c) { m_composite = c; m_compositeSet = true; } 134 return true; [all...] |
/external/webkit/WebCore/wml/ |
WMLVariables.cpp | 62 return true; 80 return true; 85 isValid = true; 95 finished = true; 99 foundReference = true; 108 finished = true; 123 finished = true; 140 finished = true; 147 finished = true; 154 finished = true; [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
download_unittest.py | 37 options.clean = True 38 options.check_builders = True 41 options.update = True 42 options.build = True 43 options.test = True 44 options.close_bug = True 58 options.update = True 59 options.local_commit = True 65 options.update = True 66 options.local_commit = True [all...] |
/frameworks/base/core/java/android/text/ |
LoginFilter.java | 148 return true; 150 return true; 152 return true; 154 return true; 179 return true; 181 return true; 183 return true; 185 return true; 209 return true; // standard charset 210 // if (128 <= c && c <= 159) return true; // nonstandard (Windows(TM)(R)) charse [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 51 * @return true if the call screen was shown. 60 * @param showDialpad if true, make the dialpad visible initially, 62 * @return true if the call screen was shown. 107 * @return true if the phone state is OFFHOOK. 113 * @return true if the phone state is RINGING. 119 * @return true if the phone state is IDLE. 125 * @return returns true if the radio is on. 131 * @return true if the SIM pin lock is enabled. 152 * @return true if MMI command is executed. 242 * Returns true if CDMA provisioning needs to run [all...] |
/packages/apps/Email/src/com/android/exchange/adapter/ |
AbstractSyncParser.java | 126 moreAvailable = true; 130 SyncManager.reloadFolderList(mContext, mAccount.mId, true); 139 moreAvailable = true; 142 moreAvailable = true; 147 mAdapter.setSyncKey(newKey, true); 149 mailboxUpdated = true; 150 newSyncKey = true; 163 mLooping = true; 174 mailboxUpdated = true; 181 mailboxUpdated = true; [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKeyToggle.java | 43 // If resetIfNotFound is true and there is no such toggle state with the 46 // reseted) and needs re-draw, return true. 61 return true; 64 return true; 69 // If resetIfNotFound is true and there is no such toggle state with the 71 // If the key state is newly changed and needs re-draw, return true. 86 // Clear any toggle state. If the key needs re-draw, return true. 176 if (state.mKeyCode > 0) return true; 186 if (state.mKeyCode < 0) return true; 197 return true; [all...] |
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MySSLContextSpi.java | 51 init = true; 122 public boolean getEnableSessionCreation() { return true; } 124 public boolean getNeedClientAuth() { return true; } 128 public boolean getUseClientMode() { return true; } 129 public boolean getWantClientAuth() { return true; } 130 public boolean isInboundDone() { return true; } 131 public boolean isOutboundDone() { return true; }
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
MySSLContextSpi.java | 49 init = true; 120 public boolean getEnableSessionCreation() { return true; } 122 public boolean getNeedClientAuth() { return true; } 126 public boolean getUseClientMode() { return true; } 127 public boolean getWantClientAuth() { return true; } 128 public boolean isInboundDone() { return true; } 129 public boolean isOutboundDone() { return true; }
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XMLCharacterRecognizer.java | 36 * @return =true if <var>ch</var> is XML whitespace; otherwise =false. 49 * @return True if the characters in the array are 63 return true; 70 * @return True if characters in buffer are XML whitespace, false otherwise 83 return true; 90 * @return True if characters in buffer are XML whitespace, false otherwise 106 return true;
|
/development/samples/SampleSyncAdapter/res/layout/ |
login_activity.xml | 51 android:singleLine="true" 55 android:scrollHorizontally="true" 62 android:singleLine="true" 69 android:singleLine="true" 76 android:singleLine="true" 80 android:scrollHorizontally="true" 83 android:password="true"
|
/external/opencore/fileformats/avi/parser/src/ |
pv_avifile_indx.cpp | 29 bool firstSample = true; 79 tbl.isKeyFrame = true; 81 tbl.ifRecList = true; 83 tbl.ifNoTime = true; 85 if (PV_AVI_FILE_PARSER_SUCCESS != PVAviFileParserUtils::read32(aFp, tbl.offset, true)) 103 iOffsetFrmMoviLst = true; 107 if (PV_AVI_FILE_PARSER_SUCCESS != PVAviFileParserUtils::read32(aFp, tbl.size, true))
|
/external/opencore/nodes/streaming/streamingmanager/config/3gpp/ |
pvmf_sm_fsp_registry.cpp | 59 // Set the the input flag to true since we found the match in the search 60 matchfound = true; 73 matchfound = true; 92 //Since the UUID's match set the flag to true 93 iFoundFlag = true; 122 //Since the UUID's match set the flag to true 123 iFoundFlag = true;
|
/external/proguard/src/proguard/optimize/peephole/ |
ClassMerger.java | 53 private static boolean DEBUG = true; 270 new AttributeAdder(targetClass, true)); 316 new ClassHierarchyTraveler(false, false, true, false, 338 clazz.hierarchyAccept(true, true, true, false, 358 clazz.hierarchyAccept(true, true, true, false, 374 clazz.hierarchyAccept(true, true, false, false [all...] |
/external/v8/test/mjsunit/ |
debug-scripts-request.js | 69 testArguments(dcp, '{}', true); 70 testArguments(dcp, '{"types":1}', true); 71 testArguments(dcp, '{"types":2}', true); 72 testArguments(dcp, '{"types":4}', true); 73 testArguments(dcp, '{"types":7}', true); 74 testArguments(dcp, '{"types":0xFF}', true); 92 listenerComplete = true;
|
/external/webkit/JavaScriptCore/qt/api/ |
qscriptvalue.cpp | 192 true), then only a reference to the underlying object is copied into 208 Returns true if this QScriptValue is valid; otherwise returns 217 Returns true if this QScriptValue is of the primitive type Boolean; 231 Returns true if this QScriptValue is of the primitive type Boolean; 240 Returns true if this QScriptValue is of the primitive type Number; 251 Returns true if this QScriptValue is of the primitive type Null; 262 Returns true if this QScriptValue is of the primitive type String; 273 Returns true if this QScriptValue is of the primitive type Undefined; 284 Returns true if this QScriptValue is an object of the Error class; 295 Returns true if this QScriptValue is of the Object type; otherwis [all...] |
/external/webkit/WebCore/rendering/ |
RenderMedia.h | 85 virtual bool isMedia() const { return true; } 88 virtual int lowestPosition(bool includeOverflowInterior = true, bool includeSelf = true) const; 89 virtual int rightmostPosition(bool includeOverflowInterior = true, bool includeSelf = true) const; 90 virtual int leftmostPosition(bool includeOverflowInterior = true, bool includeSelf = true) const;
|
/external/webkit/WebKit/gtk/tests/ |
testdownload.c | 66 return TRUE; 92 *beenThere = TRUE; 103 return TRUE; 154 loop = g_main_loop_new(NULL, TRUE); 158 g_assert_cmpint(beenThere, ==, TRUE); 160 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE); 177 test_webkit_download_perform(TRUE);
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
TestObject.cpp | 95 identifiersInitialized = true; 111 return true; 120 return true; 129 return true; 141 return true; 155 return true; 164 return true;
|
/frameworks/base/core/java/android/inputmethodservice/ |
ExtractEditText.java | 95 return true; 103 return true; 113 return true; 117 * Return true if the edit text is currently showing a scroll bar. 128 return this.isEnabled() ? true : false; 136 return this.isEnabled() ? true : false; 144 return this.isEnabled() ? true : false;
|
/frameworks/base/core/res/res/layout/ |
screen.xml | 23 android:fitsSystemWindows="true" 38 android:layout_alignParentLeft="true" 39 android:layout_centerVertical="true" 46 android:layout_alignParentRight="true" 47 android:layout_centerVertical="true" 74 android:layout_centerVertical="true" 84 android:scrollHorizontally="true"
|
screen_title_icons.xml | 22 android:fitsSystemWindows="true" 37 android:layout_alignParentLeft="true" 38 android:layout_centerVertical="true" /> 43 android:layout_centerVertical="true" 44 android:layout_alignParentRight="true" 59 android:layout_centerVertical="true" 76 android:scrollHorizontally="true"
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListGetCheckItemIdsTest.java | 62 mListView.setItemChecked(0, true); 75 mListView.setItemChecked(i, true); 81 mListView.setItemChecked(i, true); 97 mListView.setItemChecked(1, true); 100 mListView.setItemChecked(3, true); 103 mListView.setItemChecked(0, true); 129 mListView.setItemChecked(0, true);
|
/packages/apps/Browser/res/layout/ |
browser_download_item.xml | 31 android:layout_alignParentTop="true" 32 android:layout_alignParentLeft="true" 40 android:layout_alignParentTop="true" 59 android:layout_alignParentRight="true" 78 android:layout_alignParentLeft="true" 79 android:layout_alignParentRight="true" 87 android:layout_centerHorizontal="true"
|
/packages/apps/Email/src/com/android/exchange/ |
Eas.java | 28 public static boolean WAIT_DEBUG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE 29 public static boolean DEBUG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE 32 public static boolean USER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE 33 public static boolean PARSER_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE 34 public static boolean FILE_LOG = false; // DO NOT CHECK IN WITH THIS SET TO TRUE 83 // DEBUG takes precedence and is never true in a user build 89 USER_LOG = true;
|