HomeSort by relevance Sort by last modified time
    Searched refs:NONE (Results 426 - 450 of 2229) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 118 config.allowedKeyManagement.set(KeyMgmt.NONE);
155 config.allowedKeyManagement.set(KeyMgmt.NONE);
205 config.allowedKeyManagement.set(KeyMgmt.NONE);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 86 assert variant != FontVariant.NONE;
101 if (ffdVariant == FontVariant.NONE) {
113 assert ffd2Variant != FontVariant.NONE && ffd2Variant != ffdVariant
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 98 NONE, CHANGED, RESET;
101 if (value == NONE.ordinal()) {
102 return NONE;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigHelper.java 78 case NONE:
79 config.allowedKeyManagement.set(KeyMgmt.NONE);
82 config.allowedKeyManagement.set(KeyMgmt.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 77 Composite composite = new Composite(parent, SWT.NONE);
80 Label fromLabel = new Label(composite, SWT.NONE);
85 Label typeLabel = new Label(composite, SWT.NONE);
ExtractStyleWizard.java 106 Composite composite = new Composite(parent, SWT.NONE);
109 Label nameLabel = new Label(composite, SWT.NONE);
145 new Label(composite, SWT.NONE);
146 new Label(composite, SWT.NONE);
148 Label tableLabel = new Label(composite, SWT.NONE);
184 Composite buttonForm = new Composite(composite, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 74 Composite top = new Composite(parent, SWT.NONE);
78 Group targetGroup = new Group(top, SWT.NONE);
85 Group libraryGroup = new Group(top, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 64 Composite c = new Composite(parent, SWT.NONE);
131 Group statusGroup = new Group(parent, SWT.NONE);
167 Label l = new Label(parent, SWT.NONE);
  /external/v8/test/cctest/
test-unboxed-doubles.cc 85 Representation::None(), Representation::Smi(), Representation::Double(),
109 DataConstantDescriptor d(name, func, NONE);
113 DataDescriptor f(name, next_field_offset, NONE, representations[kind]);
631 DataConstantDescriptor d(name, func, NONE);
636 DataDescriptor f(name, next_field_offset, NONE, representations[kind]);
953 map = Map::CopyWithField(map, MakeName("prop", i), any_type, NONE,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 53 mOutputPortSettingsChange(NONE) {
301 if (mSignalledError || mOutputPortSettingsChange != NONE) {
509 case NONE:
523 mOutputPortSettingsChange = NONE;
531 mOutputPortSettingsChange = NONE;
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 65 mOutputPortSettingsChange(NONE) {
342 if (mOutputPortSettingsChange != NONE) {
540 mOutputPortSettingsChange = NONE;
549 case NONE:
563 mOutputPortSettingsChange = NONE;
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 60 mOutputPortSettingsChange(NONE) {
267 if (mSignalledError || mOutputPortSettingsChange != NONE) {
491 mOutputPortSettingsChange = NONE;
500 case NONE:
514 mOutputPortSettingsChange = NONE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 77 NONE, MOVE
80 private Mode mState = Mode.NONE;
154 if (mState == Mode.NONE) {
169 mState = Mode.NONE;
190 mState = Mode.NONE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 58 NONE, MOVE
60 private Mode mState = Mode.NONE;
121 if (mState == Mode.NONE) {
136 mState = Mode.NONE;
244 mState = Mode.NONE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 103 new Label(container, SWT.NONE).setLayoutData(
114 new Label(container, SWT.NONE).setLayoutData(
123 mLocationLabel = new Label(container, SWT.NONE);
131 mChooseLocationButton = new Button(container, SWT.NONE);
137 new Label(container, SWT.NONE).setLayoutData(
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
CharMatcherTest.java 59 assertSame(CharMatcher.ANY, CharMatcher.NONE.negate());
60 assertSame(CharMatcher.NONE, CharMatcher.ANY.negate());
65 assertSame(CharMatcher.NONE, CharMatcher.NONE.and(WHATEVER));
66 assertSame(WHATEVER, CharMatcher.NONE.or(WHATEVER));
95 doTestEmpty(CharMatcher.NONE);
138 doTestNoMatches(CharMatcher.NONE, "blah");
421 assertSame(inout, CharMatcher.NONE.collapseFrom(inout, '_'));
596 assertSame(CharMatcher.NONE, CharMatcher.NONE.precomputed())
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 594 public static final int NONE = -1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 138 Label languageLabel = new Label(container, SWT.NONE);
146 Label regionLabel = new Label(container, SWT.NONE);
157 mFlag = new ImageControl(container, SWT.NONE, null);
165 mFile = new Label(container, SWT.NONE);
179 TableViewerColumn keyViewerColumn = new TableViewerColumn(mTableViewer, SWT.NONE);
183 TableViewerColumn defaultViewerColumn = new TableViewerColumn(mTableViewer, SWT.NONE);
187 TableViewerColumn translationViewerColumn = new TableViewerColumn(mTableViewer, SWT.NONE);
192 mErrorPanel = new Composite(container, SWT.NONE);
466 ImageControl icon = new ImageControl(mErrorPanel, SWT.NONE, image);
468 mErrorLabel = new Label(mErrorPanel, SWT.NONE);
    [all...]
  /external/icu/icu4c/source/test/hdrtst/
Makefile.in 86 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
88 NONE="" ; \
101 echo "$@: $$NONE - exit status $$FAIL" ; \
  /external/regex-re2/re2/
prefilter.cc 52 op_ = NONE; // OR of nothing is false
85 // NONE OR b = b
87 // NONE AND b = NONE
89 // ALL and NONE are smallest opcodes.
90 if (a->op() == ALL || a->op() == NONE) {
92 (a->op() == NONE && op == OR)) {
164 or_prefilter = new Prefilter(NONE);
431 info->match_ = new Prefilter(NONE);
675 case NONE
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 502 menu.add(Menu.NONE, TRACK_MENU, Menu.NONE, R.string.sort_by_track);
503 menu.add(Menu.NONE, ALBUM_MENU, Menu.NONE, R.string.sort_by_album);
504 menu.add(Menu.NONE, ARTIST_MENU, Menu.NONE, R.string.sort_by_artist);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 108 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
112 classData = new MixedItemSection(null, this, 1, SortType.NONE);
120 map = new MixedItemSection("map", this, 4, SortType.NONE);
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 113 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
117 classData = new MixedItemSection(null, this, 1, SortType.NONE);
125 map = new MixedItemSection("map", this, 4, SortType.NONE);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 115 typeLists = new MixedItemSection(null, this, 4, SortType.NONE);
119 classData = new MixedItemSection(null, this, 1, SortType.NONE);
127 map = new MixedItemSection("map", this, 4, SortType.NONE);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RelativeDateFormat.java 68 if (fDateStyle != DateFormat.NONE) {
77 if (fTimeStyle != DateFormat.NONE) {
115 if (fDateStyle != DateFormat.NONE) {
233 * @return the string, or NULL if none at that location.

Completed in 913 milliseconds

<<11121314151617181920>>