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

1 2 3 4 5 6 7 8 91011>>

  /external/easymock/src/org/easymock/
CaptureType.java 27 NONE,
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapElementTest.java 28 /** Test for {@link ImapElement#NONE} */
30 assertFalse(ImapElement.NONE.isList());
31 assertFalse(ImapElement.NONE.isString());
33 assertTrue(ImapElement.NONE.equalsForTest(ImapElement.NONE));
34 assertFalse(ImapElement.NONE.equalsForTest(null));
35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1));
36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1));
  /external/wpa_supplicant/examples/
plaintext.conf 7 key_mgmt=NONE
wep.conf 7 key_mgmt=NONE
  /external/wpa_supplicant_6/wpa_supplicant/examples/
plaintext.conf 7 key_mgmt=NONE
wep.conf 7 key_mgmt=NONE
  /cts/tests/src/android/view/cts/
WindowStubActivity.java 42 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Quit").setAlphabeticShortcut('q');
43 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Action").setAlphabeticShortcut('a');
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
DockMode.java 24 NONE("", "No Dock"),
88 return this == NONE; // NONE is not a real enum. it's used for internal state only.
92 return this != NONE;
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 51 public static final int NONE = -2;
192 return subroutineStarts[offset] != NONE;
232 return initializationOffsets[offset] != NONE;
239 * <code>NONE</code> if it is not being created.
253 return superInitializationOffset != NONE;
259 * the "super" or "this" initializer method, or <code>NONE</code> if it is
275 return creationOffsets[offset] != NONE;
283 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
317 subroutineStarts[index] = NONE;
318 subroutineEnds[index] = NONE;
    [all...]
  /external/oprofile/libop/
op_xml_events.c 32 close_xml_element(NONE, 0, buffer);
76 close_xml_element(NONE, 1, buffer);
79 close_xml_element(NONE, 1, buffer);
86 close_xml_element(NONE, 0, buffer);
90 close_xml_element(has_nested ? HELP_EVENT : NONE, has_nested, buffer);
  /external/webkit/WebCore/html/
HTMLNoScriptElement.cpp 52 // If no need to process <noscript>, we hide it by setting display:none temporarily
55 renderer()->style()->setDisplay(NONE);
67 if (style->display() == NONE) {
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 47 /** setting log level to NONE disables all logging */
48 int NONE = -1;
65 String NONE_STRING = "none";
  /external/webkit/WebKit/android/wds/client/
Device.h 38 NONE = -1,
main.cpp 74 Device::DeviceType type = Device::NONE;
111 if (type == Device::NONE && devices.size() > 1) {
121 if (type == Device::NONE)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
HardwarePropertyChooser.java 59 Label l = new Label(parent, SWT.NONE);
88 l = new Label(parent, SWT.NONE);
91 mTypeLabel = new Label(parent, SWT.NONE);
93 l = new Label(parent, SWT.NONE);
96 mDescriptionLabel = new Label(parent, SWT.NONE);
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 245 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP)
246 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has
247 # to be set to 2 for IBSS. WPA-None requires following network block options:
248 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
268 # NONE = WPA is not used; plaintext or static WEP could be used
283 # NONE = Use only Group Keys (deprecated, should not be included if APs support
725 key_mgmt=NONE
732 key_mgmt=NONE
745 key_mgmt=NONE
    [all...]
  /external/webkit/WebCore/rendering/
RenderSVGBlock.cpp 43 if (useStyle->display() == NONE)
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 26 * |-- ImapElement.NONE (for 'index out of range')
50 public static final ImapElement NONE = new ImapElement() {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
LocalPackagesPage.java 105 mColumnPackages = new TableColumn(mTablePackages, SWT.NONE);
109 mDescriptionContainer = new Group(parent, SWT.NONE);
114 mDescriptionLabel = new Label(mDescriptionContainer, SWT.NONE);
118 mContainerButtons = new Composite(parent, SWT.NONE);
122 mUpdateButton = new Button(mContainerButtons, SWT.NONE);
131 mPlaceholder1 = new Label(mContainerButtons, SWT.NONE);
134 mDeleteButton = new Button(mContainerButtons, SWT.NONE);
144 mPlaceholder2 = new Label(mContainerButtons, SWT.NONE);
147 mRefreshButton = new Button(mContainerButtons, SWT.NONE);
159 mSdkLocLabel = new Label(parent, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
DockModeQualifier.java 81 // only NONE is a match other DockModes
82 if (mValue == DockMode.NONE) {
101 } else if (mValue == DockMode.NONE) {
102 // else "none" can be a match in case there's no exact match
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 121 Composite textArea = new Composite(shell, SWT.NONE);
126 label = new Label(textArea, SWT.NONE);
132 label = new Label(textArea, SWT.NONE);
134 label = new Label(textArea, SWT.NONE);
138 label = new Label(shell, SWT.NONE);
StaticPortConfigDialog.java 139 Composite main = new Composite(mShell, SWT.NONE);
162 Composite buttons = new Composite(main, SWT.NONE);
166 Button newButton = new Button(buttons, SWT.NONE);
185 final Button editButton = new Button(buttons, SWT.NONE);
209 final Button deleteButton = new Button(buttons, SWT.NONE);
221 Composite bottomComp = new Composite(mShell, SWT.NONE);
226 Button okButton = new Button(bottomComp, SWT.NONE);
236 Button cancelButton = new Button(bottomComp, SWT.NONE);
269 TableItem item = new TableItem(mPortTable, SWT.NONE);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
EditFilterDialog.java 152 Composite nameComposite = new Composite(mShell, SWT.NONE);
156 Label l = new Label(nameComposite, SWT.NONE);
181 Composite main = new Composite(mShell, SWT.NONE);
185 l = new Label(main, SWT.NONE);
205 l = new Label(main, SWT.NONE);
225 mPidWarning = new Label(main, SWT.NONE);
229 l = new Label(main, SWT.NONE);
238 logCombo.add("<none>");
266 Composite bottomComp = new Composite(mShell, SWT.NONE);
271 mOkButton = new Button(bottomComp, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCreationPage.java 74 new Label(composite, SWT.NONE).setText("Alias:");
78 new Label(composite, SWT.NONE).setText("Password:");
83 new Label(composite, SWT.NONE).setText("Confirm:");
88 new Label(composite, SWT.NONE).setText("Validity (years):");
108 new Label(composite, SWT.NONE).setText("First and Last Name:");
112 new Label(composite, SWT.NONE).setText("Organizational Unit:");
116 new Label(composite, SWT.NONE).setText("Organization:");
120 new Label(composite, SWT.NONE).setText("City or Locality:");
124 new Label(composite, SWT.NONE).setText("State or Province:");
128 new Label(composite, SWT.NONE).setText("Country Code (XX):")
    [all...]
ProjectCheckPage.java 83 mTopComposite = new Composite(parent, SWT.NONE);
88 Composite projectComposite = new Composite(mTopComposite, SWT.NONE);
93 Label label = new Label(projectComposite, SWT.NONE);
98 new Label(projectComposite, SWT.NONE).setText("Project:");
151 mErrorComposite = new Composite(mTopComposite, SWT.NONE);
213 Label label = new Label(mErrorComposite, SWT.NONE);
233 new Label(parent, SWT.NONE).setImage(mError);
234 Label label = new Label(parent, SWT.NONE);
253 new Label(parent, SWT.NONE).setImage(mWarning);
254 Label label = new Label(parent, SWT.NONE);
    [all...]

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>