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

1 2 3 4 5 6 7 891011>>

  /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/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;
  /external/tensorflow/tensorflow/core/util/
activation_mode.cc 25 if (str_value == "None") {
26 *value = NONE;
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 62 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A");
63 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...]
  /art/openjdkjvmti/
ti_jni.cc 53 return ERR(NONE);
81 if (data_result != ERR(NONE)) {
88 return ERR(NONE);
ti_timers.cc 56 return ERR(NONE);
69 return ERR(NONE);
90 return ERR(NONE);
  /device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
nano_calibration.h 156 online_calibration::CalibrationTypeFlags::NONE;
158 online_calibration::CalibrationTypeFlags::NONE;
160 online_calibration::CalibrationTypeFlags::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);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnectionReasons.java 26 private DataAllowedReasonType mDataAllowedReason = DataAllowedReasonType.NONE;
33 mDataAllowedReason = DataAllowedReasonType.NONE;
136 NONE,
  /packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
NightModeMenuItemController.java 27 import static android.view.Menu.NONE;
49 menu.add(NONE, NIGHT_MODE_MENU_RES_ID, NONE, R.string.menu_item_night_mode)
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallbackActionHelper.java 31 @IntDef({CallbackAction.NONE, CallbackAction.IMS_VIDEO, CallbackAction.DUO, CallbackAction.VOICE})
33 int NONE = 0;
64 return CallbackAction.NONE;
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherSecurityPreferenceController.java 32 if (config != null && config.getAuthType() == WifiConfiguration.KeyMgmt.NONE) {
33 mSecurityValue = WifiConfiguration.KeyMgmt.NONE;
57 if (securityType == WifiConfiguration.KeyMgmt.NONE) {
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 151 C4(A, B4G4R4A4_UNORM, NONE, B, G, R, A, UNORM, A4B4G4R4, T),
152 F3(A, B4G4R4X4_UNORM, NONE, B, G, R, xx, UNORM, A4B4G4R4, T),
153 F3(A, R9G9B9E5_FLOAT, NONE, R, G, B, xx, FLOAT, E5B9G9R9_SHAREDEXP, T),
157 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T),
158 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T),
165 F3(A, L8_SRGB, NONE, R, R, R, xx, UNORM, R8, T),
204 C4(A, L4A4_UNORM, NONE, R, R, R, G, UNORM, G4R4, T),
207 C4(A, L8A8_SRGB, NONE, R, R, R, G, UNORM, G8R8, T),
219 F3(A, DXT1_RGB, NONE, R, G, B, xx, UNORM, DXT1, T),
220 F3(A, DXT1_SRGB, NONE, R, G, B, xx, UNORM, DXT1, T)
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerCommandEngine.h 78 ? Error::NONE
176 if (err != Error::NONE) {
201 if (err == Error::NONE) {
203 if (err == Error::NONE) {
210 if (err != Error::NONE) {
232 if (err == Error::NONE) {
234 if (err == Error::NONE) {
241 if (err != Error::NONE) {
261 if (err == Error::NONE) {
282 if (err == Error::NONE) {
    [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_misc.cpp 31 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
47 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
63 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
79 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
95 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
113 {RadioError::NONE, RadioError::ILLEGAL_SIM_OR_ME, RadioError::OPERATION_NOT_ALLOWED},
131 {RadioError::NONE, RadioError::ILLEGAL_SIM_OR_ME,
152 {RadioError::NONE, RadioError::CANCELLED, RadioError::DEVICE_IN_USE,
170 EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
187 CheckAnyOfErrors(radioRsp->rspInfo.error, {RadioError::NONE}, CHECK_GENERAL_ERROR))
    [all...]
  /external/icu/icu4c/source/i18n/
pluralaffix.cpp 40 PluralMapBase::Category index = PluralMapBase::NONE;
50 PluralMapBase::Category index = PluralMapBase::NONE;
60 PluralMapBase::Category index = PluralMapBase::NONE;
73 PluralMapBase::Category index = PluralMapBase::NONE;
77 index = PluralMapBase::NONE;

Completed in 1132 milliseconds

1 2 3 4 5 6 7 891011>>