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

1 23 4 5 6 7 8 91011>>

  /external/oprofile/libop/
op_xml_out.h 19 NONE=0, TABLE_ID, PROFILE,
  /external/qemu/android/skin/
keyset.h 24 _SKIN_KEY_COMMAND(NONE,"no key") \
61 * the "SKIN_KEY_COMMAND_" prefix. returns NULL if command is NONE or invalid
  /external/stlport/test/eh/
intel45.mak 45 #IOS = NONE
49 !ELSEIF "$(IOS)" == "NONE"
  /external/v8/src/ia32/
frames-ia32.cc 52 if (fp == 0) return NONE;
  /external/v8/src/mips/
frames-mips.cc 54 if (fp == 0) return NONE;
  /external/v8/src/x64/
frames-x64.cc 52 if (fp == 0) return NONE;
  /frameworks/base/core/java/android/view/
Menu.java 74 static final int NONE = 0;
153 * changes. Normally use {@link #NONE} if an item should not be in a
155 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
157 * @param order The order for the item. Use {@link #NONE} if you do not care
170 * changes. Normally use {@link #NONE} if an item should not be in a
172 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
174 * @param order The order for the item. Use {@link #NONE} if you do not care
212 * changes. Normally use {@link #NONE} if an item should not be in a
214 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
216 * @param order The order for the item. Use {@link #NONE} if you do not car
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 188 final Composite topPanel = new Composite(mShell, SWT.NONE);
193 Composite leftPanel = new Composite(topPanel, SWT.NONE);
194 Composite rightPanel = new Composite(topPanel, SWT.NONE);
208 Composite bottomButtons = new Composite(mShell, SWT.NONE);
267 Composite bottomControls = new Composite(leftPanel, SWT.NONE);
355 Group sizeGroup = new Group(leftPanel, SWT.NONE);
360 Label l = new Label(sizeGroup, SWT.NONE);
379 l = new Label(sizeGroup, SWT.NONE);
403 mInfoGroup = new Group(rightPanel, SWT.NONE);
456 mChartOptions = new Group(mInfoGroup, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 83 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData());
86 mKeyAliasesLabel = new Label(composite, SWT.NONE);
91 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData());
94 mKeyPasswordLabel = new Label(composite, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/
DockModeQualifierTest.java 35 mNoneQualifier = new DockModeQualifier(DockMode.NONE);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 170 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.NONE,
200 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
218 GridBagConstraints.LINE_END, GridBagConstraints.NONE,
229 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.NONE,
373 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
379 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
385 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
389 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
395 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
399 GridBagConstraints.LINE_START, GridBagConstraints.NONE,
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 74 mProxySettingsGroup = new Group(this, SWT.NONE);
79 mProxyServerLabel = new Label(mProxySettingsGroup, SWT.NONE);
91 mProxyPortLabel = new Label(mProxySettingsGroup, SWT.NONE);
103 mMiscGroup = new Group(this, SWT.NONE);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 221 Composite group = new Composite(parent, SWT.NONE);
242 Composite buttons = new Composite(group, SWT.NONE);
308 Composite padding = new Composite(buttons, SWT.NONE);
334 Composite legend = new Composite(group, SWT.NONE);
341 new Label(legend, SWT.NONE).setImage(mOkImage);
342 new Label(legend, SWT.NONE).setText("A valid Android Virtual Device.");
343 new Label(legend, SWT.NONE).setImage(mBrokenImage);
344 new Label(legend, SWT.NONE).setText(
346 new Label(legend, SWT.NONE).setImage(mInvalidImage);
347 Label l = new Label(legend, SWT.NONE);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDialog.java 63 Composite top = new Composite(parent, SWT.NONE);
  /cts/tests/tests/text/src/android/text/method/cts/
MultiTapKeyListenerTest.java 70 new MultiTapKeyListener(Capitalize.NONE, true);
139 * Check point when Capitalize.NONE and autotext is false:
153 = MultiTapKeyListener.getInstance(false, Capitalize.NONE);
183 * Check point when Capitalize.NONE and autotext is true:
198 = MultiTapKeyListener.getInstance(true, Capitalize.NONE);
450 MultiTapKeyListener listener1 = MultiTapKeyListener.getInstance(false, Capitalize.NONE);
451 MultiTapKeyListener listener2 = MultiTapKeyListener.getInstance(false, Capitalize.NONE);
453 MultiTapKeyListener listener4 = MultiTapKeyListener.getInstance(true, Capitalize.NONE);
483 MultiTapKeyListener listener = MultiTapKeyListener.getInstance(false, Capitalize.NONE);
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 687 item = new MenuItem(fileMenu, SWT.NONE);
696 item = new MenuItem(fileMenu, SWT.NONE);
708 item = new MenuItem(fileMenu, SWT.NONE);
719 mCopyMenuItem = new MenuItem(editMenu, SWT.NONE);
731 mSelectAllMenuItem = new MenuItem(editMenu, SWT.NONE);
743 final MenuItem actionHaltItem = new MenuItem(actionMenu, SWT.NONE);
752 final MenuItem actionCauseGcItem = new MenuItem(actionMenu, SWT.NONE);
771 final MenuItem screenShotItem = new MenuItem(deviceMenu, SWT.NONE);
786 final MenuItem explorerItem = new MenuItem(deviceMenu, SWT.NONE);
797 final MenuItem processItem = new MenuItem(deviceMenu, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 101 Composite content = new Composite(parent, SWT.NONE);
123 Group group = new Group(content, SWT.NONE);
137 Label label = new Label(group, SWT.NONE);
160 label = new Label(group, SWT.NONE);
197 Group group = new Group(content, SWT.NONE);
208 label = new Label(group, SWT.NONE);
222 label = new Label(group, SWT.NONE);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
RemotePackagesPage.java 104 mColumnSource = new TreeColumn(mTreeSources, SWT.NONE);
108 mDescriptionContainer = new Group(parent, SWT.NONE);
113 mDescriptionLabel = new Label(mDescriptionContainer, SWT.NONE);
117 mAddSiteButton = new Button(parent, SWT.NONE);
128 mDeleteSiteButton = new Button(parent, SWT.NONE);
151 mRefreshButton = new Button(parent, SWT.NONE);
161 mInstallSelectedButton = new Button(parent, SWT.NONE);
UpdateChooserDialog.java 146 mSashForm = new SashForm(parent, SWT.NONE);
152 mTableGroup = new Group(mSashForm, SWT.NONE);
172 mTableColum = new TableColumn(mTablePackage, SWT.NONE);
178 mPackageRootComposite = new Composite(mSashForm, SWT.NONE);
182 mPackageTextGroup = new Group(mPackageRootComposite, SWT.NONE);
211 Label placeholder = new Label(mPackageRootComposite, SWT.NONE);
240 Composite composite = new Composite(parent, SWT.NONE);
254 mErrorLabel = new Label(composite, SWT.NONE);
258 Label label = new Label(composite, SWT.NONE);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 312 mTop = new Composite(parent, SWT.NONE);
316 mUpdateStatus = new Label(mTop, SWT.NONE);
319 Composite summarySection = new Composite(mTop, SWT.NONE);
337 Composite comboSection = new Composite(mTop, SWT.NONE);
342 Label displayLabel = new Label(comboSection, SWT.NONE);
356 mDisplayBase = new Composite(mTop, SWT.NONE);
362 mStatisticsBase = new Composite(mDisplayBase, SWT.NONE);
374 mLinearBase = new Composite(mDisplayBase, SWT.NONE);
381 mLinearHeapImage = new Label(mLinearBase, SWT.NONE);
388 Composite bottomSection = new Composite(mLinearBase, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 222 Composite composite= new Composite(parent, SWT.NONE);
227 Label label = new Label(composite, SWT.NONE);
244 final TableColumn column = new TableColumn(mTable, SWT.NONE);
250 TableItem item = new TableItem(mTable, SWT.NONE);
270 TableItem item = new TableItem(mTable, SWT.NONE);
  /external/chromium/net/http/
http_cache_transaction.cc 62 { "if-none-match", "etag" },
109 mode_(NONE),
210 mode_ = NONE;
220 if (mode_ == NONE) {
317 if (auth_response_.headers && mode_ != NONE) {
320 mode_ = NONE;
334 case NONE:
444 mode_ = NONE;
483 mode_ = NONE;
548 // conditionalized request (if-modified-since / if-none-match). We chec
    [all...]
  /sdk/emulator/qtools/
callstack.h 77 enum Action { NONE, PUSH, POP, NATIVE_PUSH };
177 action = NONE;
187 doPop(event, function, NONE);
194 doPop(event, function, NONE);
201 if (methodAction != NONE) {
207 action = NONE;
279 // If this basic block follows the previous one, then return NONE.
289 return NONE;
293 // then just return NONE (but see the exceptions below).
315 return NONE;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 161 menu.add(Menu.NONE, MENU_ID_SCAN, 0, R.string.wifi_menu_scan)
163 menu.add(Menu.NONE, MENU_ID_ADVANCED, 0, R.string.wifi_menu_advanced)
193 menu.add(Menu.NONE, MENU_ID_CONNECT, 0, R.string.wifi_menu_connect);
196 menu.add(Menu.NONE, MENU_ID_FORGET, 0, R.string.wifi_menu_forget);
198 menu.add(Menu.NONE, MENU_ID_MODIFY, 0, R.string.wifi_menu_modify);
220 config.allowedKeyManagement.set(KeyMgmt.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 127 mTop = new Composite(parent, SWT.NONE);
149 final TableColumn column0 = new TableColumn(mTable, SWT.NONE);
151 final TableColumn column1 = new TableColumn(mTable, SWT.NONE);
154 Composite buttons = new Composite(mTop, SWT.NONE);
340 item = new TableItem(mTable, SWT.NONE);
343 item = new TableItem(mTable, SWT.NONE, index);

Completed in 1579 milliseconds

1 23 4 5 6 7 8 91011>>