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

1 2 3 4 5 67 8 91011>>

  /development/samples/browseable/RecyclerView/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/RuntimePermissions/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ScreenCapture/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 42 getNext().println(Log.NONE, null, msg, null);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationType.java 28 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/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
CountPanel.java 62 contentPanel.add(new JLabel("Min"), new GridBagConstraints(0, i, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE,
64 contentPanel.add(minSlider, new GridBagConstraints(1, i++, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE,
66 contentPanel.add(new JLabel("Max"), new GridBagConstraints(0, i, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE,
68 contentPanel.add(maxSlider, new GridBagConstraints(1, i++, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE,
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
TiledMapTile.java 26 NONE, ALPHA
  /external/proguard/src/proguard/io/
ManifestRewriter.java 63 private static final int NONE = -2;
65 private int bufferedCharacter = NONE;
81 int c1 = bufferedCharacter != NONE ?
86 bufferedCharacter = NONE;
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 61 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A");
62 menu.add(Menu.NONE, R.id.b_item, Menu.NONE, "Menu B");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ConfirmationPage.java 78 Composite workArea = new Composite(parent, SWT.NONE);
85 Label title = new Label(workArea, SWT.NONE);
88 Group group = new Group(workArea, SWT.NONE);
91 group.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));
93 mProjectRootLabel = new Label(group, SWT.NONE);
94 mProjectRootLabel.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));
96 mProjectRootWarning = new Label(group, SWT.NONE);
97 mProjectRootWarning.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));
99 Group group2 = new Group(workArea, SWT.NONE);
192 mModuleDescription1 = new Label(group2, SWT.NONE);
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdataclass.py 34 NONE = 254
42 'NONE' : NONE,
62 NONE : True,
82 if value is None:
84 if match == None:
102 if text is None:
  /frameworks/base/graphics/java/android/graphics/
Insets.java 29 public static final Insets NONE = new Insets(0, 0, 0, 0);
57 return NONE;
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom);

Completed in 674 milliseconds

1 2 3 4 5 67 8 91011>>