HomeSort by relevance Sort by last modified time
    Searched refs:BOTH (Results 1 - 25 of 25) sorted by null

  /external/webkit/WebCore/dom/
OverflowEvent.idl 30 const unsigned short BOTH = 2;
OverflowEvent.cpp 49 m_orient = BOTH;
OverflowEvent.h 38 BOTH = 2
  /frameworks/base/core/java/android/database/
CursorJoiner.java 38 * case BOTH:
39 * // handle case where a row with the same key is in both cursors
63 /** The rows pointed to by both cursors are the same */
64 BOTH
123 case BOTH:
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both
174 mCompareResult = Result.BOTH;
225 case BOTH:
  /external/proguard/src/proguard/gui/
TabbedPane.java 56 cardConstraints.fill = GridBagConstraints.BOTH;
155 imageConstraints.fill = GridBagConstraints.BOTH;
ListPanel.java 53 listConstraints.fill = GridBagConstraints.BOTH;
MemberSpecificationDialog.java 114 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
ProGuardGUI.java 199 splashPanelConstraints.fill = GridBagConstraints.BOTH;
222 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
229 glueConstraints.fill = GridBagConstraints.BOTH;
    [all...]
ClassSpecificationDialog.java 118 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
  /external/openssl/crypto/
opensslconf.h 200 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
opensslconf.h.in 104 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
  /external/openssl/include/openssl/
opensslconf.h 200 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 128 case BOTH:
129 // Delete the values table test1 and test2 both possess.
203 // For cursor1 and cursor2, value 18~20 result a value as BOTH
205 assertEquals(Result.BOTH, cursorJoiner.next());
  /external/junit/src/junit/swingui/
TestSelector.java 191 labelConstraints.fill= GridBagConstraints.BOTH;
201 listConstraints.fill= GridBagConstraints.BOTH;
TestRunner.java 473 addGrid(panel, splitter, 0, 7, 2, GridBagConstraints.BOTH, 1.0, GridBagConstraints.WEST);
493 if (fill == GridBagConstraints.BOTH || fill == GridBagConstraints.VERTICAL)
  /external/junit/src/junit/awtui/
TestRunner.java 117 if (fill == GridBagConstraints.BOTH || fill == GridBagConstraints.VERTICAL)
311 addGrid(panel, fFailureList, 0, 6, 2, GridBagConstraints.BOTH, 1.0, GridBagConstraints.WEST);
313 addGrid(panel, fTraceArea, 0, 7, 2, GridBagConstraints.BOTH, 1.0, GridBagConstraints.WEST);
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 61 BOTH
245 // Both str1 and str2 are non-null and are non-zero in size.
255 * a null value is returned if both str1 and str2 are null, if one of the strings
360 case BOTH:
487 mCurrentState = (mNormalMap.size() > 0) ? State.BOTH : State.DANGEROUS_ONLY;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 90 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH,
95 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH,
138 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH,
435 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
Workspace.java 259 GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
272 GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 270 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
386 private StretchView both; field in class:ImageEditorPanel.StretchesViewer
402 both = new StretchView();
407 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
409 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
410 add(both, new GridBagConstraints(0, 2, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
411 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
431 both.scaledWidth = scaledWidth;
432 both.scaledHeight = scaledHeight;
466 both.remainderHorizontal = both.scaledWidth - remainderHorizontal
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 373 milliseconds