HomeSort by relevance Sort by last modified time
    Searched refs:NONE (Results 201 - 225 of 1266) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 301 if (retry == Retry.NONE) {
403 NONE,
428 return credentialsFound ? Retry.SAME_CONNECTION : Retry.NONE;
436 return Retry.NONE;
444 return Retry.NONE;
448 return Retry.NONE;
453 return Retry.NONE; // Don't follow redirects to unsupported protocols.
457 return Retry.NONE; // This client doesn't follow redirects across protocols.
468 return Retry.NONE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 141 Composite main = new Composite(mShell, SWT.NONE);
164 Composite buttons = new Composite(main, SWT.NONE);
168 Button newButton = new Button(buttons, SWT.NONE);
187 final Button editButton = new Button(buttons, SWT.NONE);
211 final Button deleteButton = new Button(buttons, SWT.NONE);
223 Composite bottomComp = new Composite(mShell, SWT.NONE);
228 Button okButton = new Button(bottomComp, SWT.NONE);
238 Button cancelButton = new Button(bottomComp, SWT.NONE);
271 TableItem item = new TableItem(mPortTable, SWT.NONE);
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.cc 48 NONE,
70 *resize_method = NONE;
115 *resize_method = NONE;
155 result.resize_method = NONE;
187 case NONE:
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc 72 AuthenticationMethod::NONE));
168 AuthenticationMethod::NONE, false));
169 VerifyAccepted(AuthenticationMethod::Spake2(AuthenticationMethod::NONE));
184 AuthenticationMethod::NONE, false));
193 AuthenticationMethod::NONE, true));
  /external/smack/src/org/xbill/DNS/
Update.java 117 newPrereq(Record.newRecord(name, Type.ANY, DClass.NONE, 0));
126 newPrereq(Record.newRecord(name, type, DClass.NONE, 0));
202 newUpdate(Record.fromString(name, type, DClass.NONE, 0, record,
213 newUpdate(Record.fromString(name, type, DClass.NONE, 0, tokenizer,
222 newUpdate(record.withDClass(DClass.NONE, 0));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeystoreSelectionPage.java 82 new Label(composite, SWT.NONE).setText("Location:");
106 new Label(composite, SWT.NONE).setText("Password:");
110 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData());
113 mConfirmLabel = new Label(composite, SWT.NONE);
118 new Composite(composite, SWT.NONE).setLayoutData(gd = new GridData());
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.cc 100 GoogleServiceAuthError(GoogleServiceAuthError::NONE),
142 GoogleServiceAuthError(GoogleServiceAuthError::NONE),
147 GoogleServiceAuthError(GoogleServiceAuthError::NONE),
  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 111 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
121 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
146 { GoogleServiceAuthError::NONE, false },
  /external/chromium_org/v8/src/
interface.h 63 return new(zone) Interface(NONE);
127 bool IsUnknown() { return Chase()->flags_ == NONE; }
203 NONE = 0,
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 82 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
96 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
124 String none = "<none>"; local
127 append(wifiSsid == null ? WifiSsid.NONE : wifiSsid).
129 append(BSSID == null ? none : BSSID).
131 append(capabilities == null ? none : capabilities).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 72 Label blankLine = new Label(container, SWT.NONE);
74 Label questionLabel = new Label(container, SWT.NONE);
92 mLink = new Link(container, SWT.NONE);
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 304 EXPECT_EQ(ACMatchClassification::NONE, spans_a[0].style);
308 EXPECT_EQ(ACMatchClassification::NONE, spans_a[2].style);
312 EXPECT_EQ(ACMatchClassification::NONE, spans_a[4].style);
316 EXPECT_EQ(ACMatchClassification::NONE, spans_a[6].style);
320 EXPECT_EQ(ACMatchClassification::NONE, spans_a[8].style);
333 EXPECT_EQ(ACMatchClassification::NONE, spans_b[1].style);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 81 MenuItem item = menu.add(Menu.NONE, R.id.action_flip, Menu.NONE,
ScreenSlideActivity.java 89 MenuItem item = menu.add(Menu.NONE, R.id.action_next, Menu.NONE,
  /external/chromium/chrome/browser/ui/tabs/
dock_info.h 44 NONE,
62 DockInfo() : type_(NONE), window_(NULL), in_enable_area_(false) {}
91 // DockInfo has a type of NONE.
115 // This returns true if type is other than NONE or the mouse isn't in the
121 // is NONE, in_enable_are is false, or the type is not window relative.
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 49 GoogleServiceAuthError GoogleServiceAuthError::None() {
50 return GoogleServiceAuthError(NONE);
70 STATE_CASE(NONE);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuHelper.java 92 menu.add(Menu.NONE, i, Menu.NONE, mCurrentContextMenuParams.getCustomLabelAt(i));
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 33 NONE, // Input will not be shown.
81 NONE,
  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_data.cc 53 return SocketPermissionRequest::NONE;
134 if (type == SocketPermissionRequest::NONE)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 85 new Label(area, SWT.NONE).setText(m_headerText);
102 new Label(area, SWT.NONE).setText(m_footerText);
  /external/elfutils/backends/
alpha_reloc.def 28 RELOC_TYPE (NONE, 0)
  /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
  /external/valgrind/main/memcheck/tests/
wrap8.c 58 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
72 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH }
117 : InterceptType.NONE;

Completed in 6428 milliseconds

1 2 3 4 5 6 7 891011>>