HomeSort by relevance Sort by last modified time
    Searched refs:NONE (Results 26 - 50 of 337) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java 157 Composite main = new Composite(mShell, SWT.NONE);
161 Label l0 = new Label(main, SWT.NONE);
176 Label l = new Label(main, SWT.NONE);
191 Label l2 = new Label(main, SWT.NONE);
207 Composite warningComp = new Composite(mShell, SWT.NONE);
211 mWarning = new Label(warningComp, SWT.NONE);
216 Composite bottomComp = new Composite(mShell, SWT.NONE);
221 mOkButton = new Button(bottomComp, SWT.NONE);
233 Button cancelButton = new Button(bottomComp, SWT.NONE);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 104 "None",
262 final Composite top = new Composite(scollingParent, SWT.NONE);
295 Group g1 = new Group(top, SWT.NONE);
302 Composite insideGroup = new Composite(g1, SWT.NONE);
307 mVoiceLabel = new Label(insideGroup, SWT.NONE);
324 mSpeedLabel = new Label(insideGroup, SWT.NONE);
341 mDataLabel = new Label(insideGroup, SWT.NONE);
358 mLatencyLabel = new Label(insideGroup, SWT.NONE);
376 Label l = new Label(g1, SWT.NONE);
386 Group g2 = new Group(top, SWT.NONE);
    [all...]
NativeHeapPanel.java 485 mBase = new Composite(parent, SWT.NONE);
493 Composite tmp = new Composite(mBase, SWT.NONE);
498 mFullUpdateButton = new Button(tmp, SWT.NONE);
523 mUpdateStatus = new Label(tmp, SWT.NONE);
527 Composite top_layout = new Composite(mBase, SWT.NONE);
531 new Label(top_layout, SWT.NONE).setText("Show:");
575 mDiffUpdateButton = new Button(top_layout, SWT.NONE);
607 Label l = new Label(top_layout, SWT.NONE);
634 mTopStackComposite = new Composite(mBase, SWT.NONE);
648 //mImage = new Label(mBase, SWT.NONE);
    [all...]
  /external/junit/src/junit/swingui/
CounterPanel.java 35 GridBagConstraints.CENTER, GridBagConstraints.NONE,
44 GridBagConstraints.CENTER, GridBagConstraints.NONE,
53 GridBagConstraints.CENTER, GridBagConstraints.NONE,
  /external/webkit/WebCore/platform/graphics/transforms/
TransformOperation.h 51 IDENTITY, NONE
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 65 new Label(parent, SWT.NONE).setText(
112 mStatusComposite = new Composite(parent, SWT.NONE);
118 mStatusImage = new Label(mStatusComposite, SWT.NONE);
119 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 73 new TextKeyListener(Capitalize.NONE, true);
90 assertFalse(TextKeyListener.shouldCap(Capitalize.NONE, str, 0));
95 assertFalse(TextKeyListener.shouldCap(Capitalize.NONE, str, 6));
100 assertFalse(TextKeyListener.shouldCap(Capitalize.NONE, str, 13));
105 assertFalse(TextKeyListener.shouldCap(Capitalize.NONE, str, 14));
276 = TextKeyListener.getInstance(false, Capitalize.NONE);
314 = TextKeyListener.getInstance(false, Capitalize.NONE);
344 TextKeyListener listener = TextKeyListener.getInstance(false, Capitalize.NONE);
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 34 public static final int NONE = 1;
60 case NONE: {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java 59 static final int NONE = 0;
67 if (security.equalsIgnoreCase("NONE")) {
68 return NONE;
106 int securityType = NONE;
164 case NONE:
165 config.allowedKeyManagement.set(KeyMgmt.NONE);
168 config.allowedKeyManagement.set(KeyMgmt.NONE);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 109 * Returns the scaling factor, or 0.f if none are set.
119 Label l = new Label(parent, SWT.NONE);
122 l = new Label(parent, SWT.NONE);
123 l.setText(mSkinDisplay == null ? "None" : mSkinDisplay);
126 l = new Label(parent, SWT.NONE);
129 l = new Label(parent, SWT.NONE);
140 final Group scaleGroup = new Group(parent, SWT.NONE);
146 l = new Label(scaleGroup, SWT.NONE);
168 new Composite(scaleGroup, SWT.NONE).setLayoutData(gd = new GridData());
171 l = new Label(scaleGroup, SWT.NONE);
    [all...]
SdkTargetSelector.java 81 mInnerGroup = new Composite(parent, SWT.NONE);
106 final TableColumn column0 = new TableColumn(mTable, SWT.NONE);
108 final TableColumn column1 = new TableColumn(mTable, SWT.NONE);
110 final TableColumn column2 = new TableColumn(mTable, SWT.NONE);
112 final TableColumn column3 = new TableColumn(mTable, SWT.NONE);
333 TableItem item = new TableItem(table, SWT.NONE);
342 TableItem item = new TableItem(table, SWT.NONE);
AvdDetailsDialog.java 91 mRootComposite = new Composite(mDialogShell, SWT.NONE);
97 Composite c = new Composite(mRootComposite, SWT.NONE);
145 c = new Composite(mRootComposite, SWT.NONE);
173 Label l = new Label(parent, SWT.NONE);
177 l = new Label(parent, SWT.NONE);
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 364 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
365 int mode = NONE, unicode = 0, count = 0, nextChar;
378 mode = NONE;
385 mode = NONE;
433 mode = NONE;
467 mode = NONE;
473 mode = NONE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 81 new Label(composite, SWT.NONE).setText("Location:");
105 new Label(composite, SWT.NONE).setText("Password:");
109 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData());
112 mConfirmLabel = new Label(composite, SWT.NONE);
117 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData());
  /external/v8/test/cctest/
test-heap.cc 219 Top::context()->global()->SetProperty(func_name, function, NONE);
225 obj->SetProperty(prop_name, Smi::FromInt(23), NONE);
226 obj->SetProperty(prop_namex, Smi::FromInt(24), NONE);
245 Top::context()->global()->SetProperty(obj_name, obj, NONE);
248 obj->SetProperty(prop_name, Smi::FromInt(23), NONE);
525 obj->SetProperty(prop_name, Smi::FromInt(23), NONE);
528 function->SetProperty(prop_name, Smi::FromInt(24), NONE);
549 obj->SetProperty(first, Smi::FromInt(1), NONE);
557 obj->SetProperty(first, Smi::FromInt(1), NONE);
558 obj->SetProperty(second, Smi::FromInt(2), NONE);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 171 Label l = new Label(mShell, SWT.NONE);
203 l = new Label(mShell, SWT.NONE);
219 l = new Label(mShell, SWT.NONE);
236 new Composite(mShell, SWT.NONE).setLayoutData(gd = new GridData());
253 l = new Label(mShell, SWT.NONE);
269 l = new Label(mShell, SWT.NONE);
289 l = new Label(mShell, SWT.NONE);
327 Composite buttonComp = new Composite(mShell, SWT.NONE);
335 Composite padding = new Composite(mShell, SWT.NONE);
351 padding = new Composite(mShell, SWT.NONE);
    [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 153 rmode_ = RelocInfo::NONE;
184 rmode_ = RelocInfo::NONE;
191 rmode_ = RelocInfo::NONE;
216 if (rmode != RelocInfo::NONE) RecordRelocInfo(rmode);
227 if (x.rmode_ != RelocInfo::NONE) RecordRelocInfo(x.rmode_);
244 ASSERT(x.rmode_ == RelocInfo::NONE);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 57 public enum DeliveryStatus { NONE, INFO, FAILED, PENDING, RECEIVED }
110 mDeliveryStatus = DeliveryStatus.NONE;
163 mDeliveryStatus = DeliveryStatus.NONE;
189 mDeliveryStatus = DeliveryStatus.NONE;
197 mDeliveryStatus = DeliveryStatus.NONE;
201 mDeliveryStatus = DeliveryStatus.NONE;
  /external/proguard/src/proguard/evaluation/
TracedVariables.java 41 public static final int NONE = -1;
85 initializationIndex = NONE;
  /external/srec/srec/include/
pre_desc.h 39 #ifndef NONE
40 #define NONE 0
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 695 SubMenu rotateSubmenu = menu.addSubMenu(Menu.NONE, Menu.NONE,
728 MenuItem autoCrop = menu.add(Menu.NONE, Menu.NONE,
742 MenuItem setMenu = menu.add(Menu.NONE, Menu.NONE,
755 MenuItem item1 = menu.add(Menu.NONE, MENU_IMAGE_SHARE,
769 MenuItem deleteItem = menu.add(Menu.NONE, Menu.NONE,
784 MenuItem detailsMenu = menu.add(Menu.NONE, Menu.NONE
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 74 { "None", "none" }, //$NON-NLS-2$
145 Composite topComp = new Composite(parent, SWT.NONE);
157 Group targetModeGroup = new Group(topComp, SWT.NONE);
187 Composite offsetComp = new Composite(targetModeGroup, SWT.NONE);
194 mPreferredAvdLabel = new Label(offsetComp, SWT.NONE);
214 mEmulatorOptionsGroup = new Group(topComp, SWT.NONE);
223 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Speed:");
238 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Latency:");
283 Label l = new Label(mEmulatorOptionsGroup, SWT.NONE);
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
AboutPage.java 56 Label logo = new Label(parent, SWT.NONE);
64 mLabel = new Label(parent, SWT.NONE);
  /external/chromium/net/base/
escape.h 51 NONE = 0,
  /external/easymock/src/org/easymock/
Capture.java 105 case NONE:

Completed in 785 milliseconds

12 3 4 5 6 7 8 91011>>