/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLSelectElement14.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement15.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement16.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement17.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement18.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement19.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement20.xhtml | 12 <select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1">
|
HTMLSelectElement01.js | 78 The type attribute is the string "select-multiple" when multiple 106 assertEquals("typeLink","select-multiple",vtype);
|
/external/webkit/Source/WebCore/css/ |
themeQtNoListboxes.css | 29 select[multiple], 30 select[size][multiple] {
|
/external/webkit/Source/WebCore/html/ |
HTMLDataGridElement.idl | 37 attribute boolean multiple; // Whether or not the datagrid supports multiple selection.
|
HTMLDataGridElement.cpp | 83 bool HTMLDataGridElement::multiple() const function in class:WebCore::HTMLDataGridElement 88 void HTMLDataGridElement::setMultiple(bool multiple) 90 setAttribute(multipleAttr, multiple ? "" : 0);
|
/external/webkit/Source/WebCore/platform/qt/ |
QtStyleOptionWebComboBox.h | 45 bool multiple() const { return m_multiple; } function in class:WebCore::QtStyleOptionWebComboBox 53 return select ? select->multiple() : false;
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteMisuseException.java | 20 * This error can occur if the application creates a SQLiteStatement object and allows multiple 23 * from multiple threads, like so:
|
/frameworks/base/include/utils/ |
Log.h | 23 // The output will be correct when the log file is shared between multiple 24 // threads and/or multiple processes so long as the operating system
|
/system/core/include/cutils/ |
memory.h | 27 /* size is given in bytes and must be multiple of 2 */ 30 /* size is given in bytes and must be multiple of 4 */
|
/external/webkit/Source/WebCore/platform/android/ |
PopupMenuAndroid.cpp | 138 bool multiple = m_popupClient->multiple(); local 149 if (multiple && m_popupClient->itemIsSelected(i)) 159 multiple, 161 multiple ? selectedArray.count() : m_popupClient->selectedIndex());
|
/frameworks/base/docs/html/guide/market/publishing/ |
multiple-apks.jd | 1 page.title=Multiple APK Support 14 <li>You should publish multiple APKs only when it's not possible or reasonable to 26 <li><a href="#HowItWorks">How Multiple APKs Work</a> 29 <li><a href="#Rules">Rules for multiple APKs</a></li> 32 <li><a href="#CreatingApks">Creating Multiple APKs</a> 39 <li><a href="#TextureOptions">Supporting multiple GL textures</a></li> 40 <li><a href="#ScreenOptions">Supporting multiple screens</a></li> 41 <li><a href="#ApiLevelOptions">Supporting multiple API levels</a></li> 49 <li><a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a></li> 58 <p>Multiple APK support is a feature in Android Market that allows you to publish different APK [all...] |
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 87 /// invoked multiple times; the external source should take care not to 97 /// invoked multiple times; the external source should take care not to 107 /// invoked multiple times; the external source should take care not to 117 /// invoked multiple times; the external source should take care not to 125 /// invoked multiple times; the external source should take care not to 134 /// may be invoked multiple times; the external source should take care not 144 /// may be invoked multiple times; the external source should take care not 153 /// the given vector. Note that this routine may be invoked multiple times; 162 /// vector. Note that this routine may be invoked multiple times; the external 170 /// given vector. Note that this routine may be invoked multiple times; th [all...] |
/external/llvm/include/llvm/Support/ |
TargetSelect.h | 52 /// It is legal for a client to make multiple calls to this function. 62 /// It is legal for a client to make multiple calls to this function. 75 /// It is legal for a client to make multiple calls to this function. 85 /// It is legal for a client to make multiple calls to this function. 95 /// It is legal for a client to make multiple calls to this function. 105 /// It is legal for a client to make multiple calls to this function. 115 /// It is legal for a client to make multiple calls to this function.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
RealmChoiceCallbackTest.java | 51 * int defaultChoice, boolean multiple) </code> constructor 107 * int defaultChoice, boolean multiple) </code> constructor 110 * multiple choices 122 assertFalse("Incorrect multiple", rCCB.allowMultipleSelections()); 128 fail("UnsupportedOperationException should be thrown for non-multiple callback"); 133 fail("UnsupportedOperationException should be thrown for non-multiple callback"); 147 * int defaultChoice, boolean multiple) </code> constructor 150 * multiple choices 162 assertTrue("Incorrect multiple", rCCB.allowMultipleSelections());
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLSelectElement01.js | 78 The type attribute is the string "select-multiple" when multiple 106 assertEquals("typeLink","select-multiple",vtype);
|
/frameworks/base/docs/html/guide/practices/ |
screens-support-1.5.jd | 2 parent.title=Supporting Multiple Screens 14 <li>There are some simple steps you should take to enable support for multiple screens in 20 <li><a href="#strategies">Adding Multiple Screens Support</a></li> 26 href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a></li> 56 mode</a> and instead support multiple screens, but also maintain compatibility with Android 1.5 and 68 <h2 id="strategies">Adding Multiple Screens Support</h2> 77 lowest version that includes support for multiple screens) and test your application on each 85 devices and multiple screens. </li> 92 platform's multiple screens support, even though it is technically using an earlier version of the 103 <p>Your application is now prepared to run on multiple screens, while maintaining support fo [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_Average_16x.c | 53 * - iPredStep0 <= 0 or iPredStep0 is not a multiple of 16. 54 * - iPredStep1 <= 0 or iPredStep1 is not a multiple of 16. 55 * - iDstStep <= 0 or iDstStep is not a multiple of 16.
|
omxVCCOMM_Average_8x.c | 53 * - iPredStep0 <= 0 or iPredStep0 is not a multiple of 8. 54 * - iPredStep1 <= 0 or iPredStep1 is not a multiple of 8. 55 * - iDstStep <= 0 or iDstStep is not a multiple of 8.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_InvTransformResidualAndAdd.c | 36 * iSrcPredStep - Step of the prediction buffer; must be a multiple of 4. 38 * multiple of 4. 55 * - iSrcPredStep or iDstReconStep is not a multiple of 4.
|