HomeSort by relevance Sort by last modified time
    Searched full:part (Results 651 - 675 of 4853) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 26 import org.eclipse.ui.part.ViewPart;
  /cts/tools/dasm/src/java_cup/
parser.cup 16 case we are part of the java_cup package and we import both the
71 /** helper routine to clone a new production part adding a given label */
72 protected production_part add_lab(production_part part, String lab)
76 if (lab == null || part.is_action()) return part;
79 return new symbol_part(((symbol_part)part).the_symbol(),lab);
94 /** add a new right hand side part */
95 protected void add_rhs_part(production_part part) throws java.lang.Exception
101 rhs_parts[rhs_pos] = part;
105 /** string to build up multiple part names *
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
package.html 12 <meta name="@see" content='<a href="http://www.w3.org/TR/xmlschema-2/#dateTime">W3C XML Schema 1.0 Part 2, Section 3.2.7-14</a>' />
26 <li><a href="http://www.w3.org/TR/xmlschema-2/#dateTime">W3C XML Schema 1.0 Part 2, Section 3.2.7-14</a></li>
137 <li>See <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">W3C XML Schema 1.0 Part 2, Section 3.2.7-14</a></li>
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 50 * Not all elements of this array are necessarily part of the iteration.
115 * Checks whether a header is part of the iteration.
119 * @return <code>true</code> if the header should be part of the
BasicListHeaderIterator.java 52 * Not all elements of this array are necessarily part of the iteration.
123 * Checks whether a header is part of the iteration.
127 * @return <code>true</code> if the header should be part of the
  /external/expat/
configure.in 6 dnl This file is part of EXPAT.
20 dnl all this must happen as part of m4, not as part of the shell code
  /external/jpeg/
transupp.h 5 * This file is part of the Independent JPEG Group's software.
10 * NOT part of the core JPEG library. But we keep these routines separate
82 * as part of this package, mainly because the transformation routines have to
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/SourceText/
6-1.js 39 sequence is effectively ignored as part of the comment. Within a string
47 therefore the next character is not part of the comment. Similarly, if the
51 cause a line feed to be part of the string value of a string literal. In
6-2.js 39 sequence is effectively ignored as part of the comment. Within a string
47 therefore the next character is not part of the comment. Similarly, if the
51 cause a line feed to be part of the string value of a string literal. In
  /external/webkit/WebCore/html/
ValidityState.cpp 2 * This file is part of the WebKit project.
39 "[a-z0-9!#$%&'*+/=?^_`{|}~.-]+" // local part
41 "[a-z0-9-]+(\\.[a-z0-9-]+)+"; // domain part
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.h 111 extern void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
120 extern BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
121 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 45 int wxStyleForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags)
50 else if (part == focusPart)
52 else if (part == hoverPart)
  /external/webkit/WebCore/rendering/
RenderThemeWin.h 2 * This file is part of the WebKit project.
39 ThemeData(int part, int state)
40 : m_part(part)
RenderThemeWince.h 2 * This file is part of the WebKit project.
37 ThemeData(int part, int state)
38 : m_part(part)
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 236 BOOL WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point);
237 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
238 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
  /frameworks/base/core/java/android/net/http/
EventHandler.java 93 * is the part before the "."
95 * is the part after the "."
110 * An array containing all or part of the http body as read from
  /frameworks/base/core/java/android/text/util/
Rfc822Token.java 37 * Returns the name part.
44 * Returns the address part.
51 * Returns the comment part.
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 82 * Give the window manager a hint of the part of the window that is
84 * to optimize compositing of this part of the window.
94 * @param touchableInsets Controls which part of the window inside of its
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 34 import android.provider.Telephony.Mms.Part;
81 path = c.getString(c.getColumnIndexOrThrow(Part._DATA));
82 mContentType = c.getString(c.getColumnIndexOrThrow(Part.CONTENT_TYPE));
ImageModel.java 206 PduPart part = image.getResizedImageAsPart( local
212 this.mSize = part.getData().length;
213 Uri newUri = persister.persistPart(part, messageId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
LayoutFigure.java 91 for (UiElementEditPart part : mHighlightInfo.childParts) {
92 if (part != null) {
93 graphics.drawRectangle(part.getBounds().getCopy().translate(bx, by));
UiDocumentEditPart.java 47 * Graphical edit part for the root document.
176 * For the root document, we want the first child edit part to the be the target
203 // For the root document, we want the first child edit part to the be the target
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationPage.java 36 * Page for "Application" settings, part of the AndroidManifest form editor.
48 /** The Application Toogle part */
50 /** The Application Attributes part */
OverviewPage.java 39 * Page for overview settings, part of the AndroidManifest form editor.
52 /** Overview part (attributes for manifest) */
54 /** Overview link part */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 70 * Sets whether the attribute is dirty and also notifies the editor some part's dirty
105 * typically when the UI is part of a master-detail tree, as pages are swapped.
108 * @param managedForm The managed form owning this part.

Completed in 108 milliseconds

<<21222324252627282930>>