Searched refs:NONE (Results 151 - 175 of 794) sorted by last modified time

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestsForSetsInJavaUtil.java113 CollectionFeature.NONE,
128 CollectionFeature.NONE,
252 CollectionFeature.NONE,
295 CollectionFeature.NONE,
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DCollectionFeature.java114 NONE(); enum constant in enum:CollectionFeature
/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java61 assertSame(CharMatcher.ANY, CharMatcher.NONE.negate());
62 assertSame(CharMatcher.NONE, CharMatcher.ANY.negate());
67 assertSame(CharMatcher.NONE, CharMatcher.NONE.and(WHATEVER));
68 assertSame(WHATEVER, CharMatcher.NONE.or(WHATEVER));
71 // The rest of the behavior of ANY and NONE will be covered in the tests for
99 doTestEmpty(CharMatcher.NONE);
114 doTestNull(CharMatcher.NONE);
163 doTestNoMatches(CharMatcher.NONE, "blah");
437 assertEquals(inout, CharMatcher.NONE
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetOperationsTest.java53 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
137 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
148 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
159 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
192 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
202 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
214 .withFeatures(CollectionSize.ZERO, CollectionFeature.NONE,
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc96 NONE, enumerator in enum:__anon21668
98 ARABIC_NUM_FEATURES = NONE
110 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,6}, },
113 { {NONE,NON
[all...]
H A Dhb-ot-shape-complex-hangul.cc35 NONE, enumerator in enum:__anon21669
/external/google-tv-pairing-protocol/cpp/
H A Dconfigure923 exec_prefix=NONE
926 prefix=NONE
927 program_prefix=NONE
928 program_suffix=NONE
934 x_includes=NONE
935 x_libraries=NONE
1351 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2321 ac_site_file1=NONE
2322 ac_site_file2=NONE
2621 test "$program_prefix" != NONE
[all...]
/external/genext2fs/
H A Dconfigure713 exec_prefix=NONE
716 prefix=NONE
717 program_prefix=NONE
718 program_suffix=NONE
724 x_includes=NONE
725 x_libraries=NONE
1099 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1879 test "$program_prefix" != NONE &&
1882 test "$program_suffix" != NONE &&
/external/glide/library/src/main/java/com/bumptech/glide/
H A DBitmapRequestBuilder.java71 * Load images at their original size using {@link Downsampler#NONE}.
78 return downsample(Downsampler.NONE);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java100 public static Downsampler NONE = new Downsampler() { field in class:Downsampler
108 return "NONE.com.bumptech.glide.load.data.bitmap";
/external/fdlibm/
H A Dconfigure286 exec_prefix=NONE
289 prefix=NONE
290 program_prefix=NONE
291 program_suffix=NONE
297 x_includes=NONE
298 x_libraries=NONE
628 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
/external/freetype/src/autofit/
H A Dafscript.h54 SCRIPT( none, NONE,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java58 m_text = new CImageLabel(this, SWT.NONE);
79 m_popup = new Shell(shell, SWT.NONE);
87 new TableColumn(m_table, SWT.NONE);
423 TableItem item = new TableItem(m_table, SWT.NONE);
H A DCComboBox.java155 m_text = new Text(parent, SWT.NONE);
H A DCSpinner.java113 win32Hack = new Composite(this, SWT.NONE);
H A DCTableCombo.java69 m_popup = new Shell(shell, SWT.NONE);
71 new TableColumn(m_table, SWT.NONE);
676 TableItem item = new TableItem(m_table, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java593 final Tracker dockingTracker = new Tracker(container, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java46 m_title = new CImageLabel(this, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java52 m_combo = new CComboBox(propertyTable, SWT.NONE);
H A DAbstractComboPropertyEditor.java49 m_combo = new CCombo3(propertyTable, SWT.NONE);
H A DAbstractTextPropertyEditor.java162 m_textControl = new Text(propertyTable, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java39 this(SWT.NONE);
H A DButtonPropertyEditorPresentationImplMac.java44 CFlatButton button = new CFlatButton(propertyTable, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java129 final Browser browser = new Browser(parent, SWT.NONE);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DTextDialog.java85 new Label(area, SWT.NONE).setText(m_headerText);
102 new Label(area, SWT.NONE).setText(m_footerText);

Completed in 9727 milliseconds

1234567891011>>