/external/webkit/LayoutTests/http/tests/appcache/resources/ |
cyrillic-uri-form.html | 15 document.forms[0].elements[0].value="????????-2";
|
/external/webkit/Source/WebCore/manual-tests/ |
form-value-restore.html | 6 Check that the form elements have the values that selected.</p>
|
onblur-remove.html | 25 <p>This tests that elements shouldn't emit any onblur events when they are being removed from the document. To test this, click inside the input field. If If this test is successful, "SUCCESS" should be shown below, otherwise "FAILURE" is shown.</p>
|
/frameworks/base/media/libeffects/data/ |
audio_effects.conf | 89 # The pre processor configuration consists in a list of elements each describing 92 # Each input source element contains a list of effects elements. The name of the effect 96 # A parameter is defined by a "param" element and a "value" element. Each of these elements 97 # consists in one or more elements specifying a type followed by a value.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Inter.c | 32 * placed in a contiguous array of 64 elements. For INTER block, the output 54 * elements of OMX_S16 data type); must be aligned on a 16-byte 77 /* 64 elements are needed but to align it to 16 bytes need 78 15 more elements of padding */
|
/frameworks/base/sax/java/android/sax/ |
ElementListener.java | 20 * Listens for the beginning and ending of elements.
|
EndElementListener.java | 20 * Listens for the end of elements.
|
EndTextElementListener.java | 20 * Listens for the end of text elements.
|
StartElementListener.java | 22 * Listens for the beginning of elements.
|
TextElementListener.java | 20 * Listens for the beginning and ending of text elements.
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapTestUtils.java | 66 public static final ImapList buildList(ImapElement... elements) { 68 for (ImapElement e : elements) { 76 ImapElement... elements) { 78 for (ImapElement e : elements) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
HorizontalScrollViewRule.java | 65 public DropFeedback onDropMove(INode targetNode, IDragElement[] elements, 67 DropFeedback f = super.onDropMove(targetNode, elements, feedback, p); 80 IDragElement[] elements, 89 super.drawFeedback(gc, targetNode, elements, feedback);
|
ScrollViewRule.java | 62 public DropFeedback onDropMove(INode targetNode, IDragElement[] elements, 64 DropFeedback f = super.onDropMove(targetNode, elements, feedback, p); 77 IDragElement[] elements, 86 super.drawFeedback(gc, targetNode, elements, feedback);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeContentProvider.java | 29 * where elements are expected to be instances of {@link UiElementNode}. 33 /** The descriptor of the elements to be displayed as root in this tree view. All elements 78 * Get root elements for the tree. These are all the UI nodes that
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidPackageRenameChange.java | 50 * @param elements the elements 56 IDocument document, Map<String, String> elements, String newName, String oldName, 61 this.mElements = elements;
|
AndroidTypeRenameChange.java | 47 * @param elements the elements 52 IDocument document, Map<String, String> elements, String newName, String oldName) { 55 this.mElements = elements;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
WorkingSetHelper.java | 87 List<?> elements = treeSelection.toList(); 88 if (elements.size() == 1) { 89 Object element= elements.get(0); 110 for (Iterator<?> iterator = elements.iterator(); iterator.hasNext();) {
|
/system/core/nexus/ |
Property.h | 37 Property(const char *name, bool ro, int type, int elements); 56 StringProperty(const char *name, bool ro, int elements); 80 IntegerProperty(const char *name, bool ro, int elements); 102 IPV4AddressProperty(const char *name, bool ro, int elements);
|
/external/mesa3d/src/glsl/ |
ir_variable.cpp | 132 ; i < Elements(builtin_110_deprecated_uniforms) 227 for (unsigned i = 0; i < Elements(builtin_core_vs_variables); i++) { 243 for (unsigned i = 0; i < Elements(builtin_core_vs_variables); i++) { 249 ; i < Elements(builtin_110_deprecated_vs_variables) 292 for (unsigned i = 0; i < Elements(builtin_130_vs_variables); i++) { 334 for (unsigned i = 0; i < Elements(builtin_core_fs_variables); i++) { 339 for (unsigned i = 0; i < Elements(builtin_100ES_fs_variables); i++) { 354 for (unsigned i = 0; i < Elements(builtin_core_fs_variables); i++) { 359 for (unsigned i = 0; i < Elements(builtin_110_fs_variables); i++) { 365 ; i < Elements(builtin_110_deprecated_fs_variables [all...] |
/dalvik/dx/src/junit/runner/ |
ClassPathTestCollector.java | 24 return result.elements(); 34 Enumeration e= roots.elements();
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
WhitespaceInfoPaths.java | 34 * get the elements attribute. 39 * Set from the elements attribute. This is a list of
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExtensionDecl.java | 132 /** StringVector of elements defined in this extension. 137 * Set StringVector of elements for this extension 140 * @param v StringVector of elements to set 148 * Get StringVector of elements defined for this extension 151 * @return StringVector of elements defined for this extension 178 * Return the count of elements defined for this extension element 181 * @return the count of elements defined for this extension element 271 * This function will be called on top-level elements
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
allocators.sgml | 39 @n_preallocs: the number of elements in each block of memory allocated. 41 (GLib uses 128 elements per block by default.) The value must be between 1
|
/external/collada/include/1.4/dom/ |
domP.h | 21 * element contains indices that reference into the parent's source elements 22 * referenced by the input elements.
|
domRigid_constraint.h | 56 protected: // Elements 70 * Used to preserve order in elements that do not specify strict sequencing of sub-elements. 74 * Used to preserve order in elements that have a complex content model. 108 * @return Returns a reference to the array of translate elements. 113 * @return Returns a constant reference to the array of translate elements. 118 * @return Returns a reference to the array of rotate elements. 123 * @return Returns a constant reference to the array of rotate elements. 128 * @return Returns a reference to the array of extra elements. 133 * @return Returns a constant reference to the array of extra elements [all...] |