/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/ |
anames5.go | 8 "NONE",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames7.go | 7 "NONE",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames9.go | 7 "NONE",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
anames5.go | 8 "NONE",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintListDialog.java | 104 Composite container = new Composite(area, SWT.NONE); 117 mShowButton = new Button(container, SWT.NONE); 123 mFixButton = new Button(container, SWT.NONE); 130 mIgnoreButton = new Button(container, SWT.NONE); 136 mIgnoreAllButton = new Button(container, SWT.NONE); 143 mIgnoreTypeButton = new Button(container, SWT.NONE); 149 new Label(container, SWT.NONE); 160 new Label(container, SWT.NONE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
FrameSummaryViewPage.java | 125 Composite c = new Composite(parent, SWT.NONE); 129 Label l = new Label(c, SWT.NONE); 134 l = new Label(c, SWT.NONE); 138 mWallClockTimeLabel = new Label(c, SWT.NONE); 143 l = new Label(c, SWT.NONE); 147 mThreadTimeLabel = new Label(c, SWT.NONE); 155 l = new Label(c, SWT.NONE); 189 TableViewerColumn tvc = new TableViewerColumn(mStatsTableViewer, SWT.NONE);
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
PerformanceTest.java | 123 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); 237 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); 355 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); 356 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); 384 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); 385 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); 412 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); 413 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); 441 mReportLog.addValue("camera_id", id, ResultType.NEUTRAL, ResultUnit.NONE); 442 mReportLog.addValue("format", format, ResultType.NEUTRAL, ResultUnit.NONE); [all...] |
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
MatchOpTest.java | 79 private enum Kind { ANY, ALL, NONE } 90 put(Kind.NONE, p -> s -> s.noneMatch(p)); 109 assertPredicates(countTo(0), Kind.NONE, INTEGER_PREDICATES, true, true, true, true); 113 assertPredicates(countTo(1), Kind.NONE, INTEGER_PREDICATES, false, true, true, false); 117 assertPredicates(countTo(5), Kind.NONE, INTEGER_PREDICATES, false, true, false, false); 180 put(Kind.NONE, p -> s -> s.noneMatch(p)); 194 assertIntPredicates(() -> IntStream.range(0, 0), Kind.NONE, INT_PREDICATES, true, true, true, true); 198 assertIntPredicates(() -> IntStream.range(1, 2), Kind.NONE, INT_PREDICATES, false, true, true, false); 202 assertIntPredicates(() -> IntStream.range(1, 6), Kind.NONE, INT_PREDICATES, false, true, false, false); 265 put(Kind.NONE, p -> s -> s.noneMatch(p)) [all...] |
/external/gptfdisk/ |
basicmbr.cc | 712 if ((partitions[i].GetInclusion() != NONE) && (partitions[j].GetInclusion() != NONE) && 795 ((sectorBefore == EBR) || (sectorBefore == NONE))) { 809 if ((sectorBefore != EBR) && (sectorBefore != NONE)) [all...] |
mbrpart.cc | 48 includeAs = NONE; 101 includeAs = NONE; 143 includeAs = NONE; 337 case NONE:
|
/bootable/recovery/ |
ui.h | 40 enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
HeadsetHonorSystemActivity.java | 51 ResultUnit.NONE);
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
TouchZoomExampleActivity.java | 79 mySimpleXYPlot.setBorderStyle(Plot.BorderStyle.NONE, null, null);
115 static final int NONE = 0;
118 int mode = NONE;
134 mode = NONE;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
JDWPConstants.java | 92 return "NONE"; 140 returnValue = "NONE"; 393 public static final int NONE = 0; 516 case NONE: 517 return "NONE"; 701 public static final byte NONE = 0; 716 case NONE: 717 return "NONE"; 744 String buf = "NONE";
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
SetValues003Test.java | 139 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); 143 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); 147 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE); 151 checkReplyPacket(checkedReply, THIS_COMMAND_NAME, JDWPConstants.Error.NONE);
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
DigitallySigned.java | 27 NONE,
|
/external/easymock/src/org/easymock/ |
Capture.java | 105 case NONE:
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
ButtonPropertyEditorPresentationImplMac.java | 44 CFlatButton button = new CFlatButton(propertyTable, SWT.NONE);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
CollectionFeature.java | 112 NONE;
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilderTest.java | 75 .withFeatures(CollectionFeature.NONE).withSetUp(setUpRunnable)
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
GraphvizEdge.java | 39 private List<ArrowType> arrowTail = ImmutableList.of(ArrowType.NONE);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
DateTimeStyleSet.java | 28 return DateFormat.NONE;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
DateTimeStyleSet.java | 27 return DateFormat.NONE;
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
HtmlUtils.java | 54 * <li>{@code NONE} if it does not contain a URL in the expected format. 62 NONE, 405 return META_REDIRECT_TYPE.NONE; 409 return META_REDIRECT_TYPE.NONE;
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
Logger.java | 27 static public final int NONE = 0;
68 /** Sets the log level. {@link #NONE} will mute all log output. {@link #ERROR} will only let error messages through.
70 * @param level {@link #NONE}, {@link #ERROR}, {@link #INFO}, {@link #DEBUG}. */
|