HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 51 - 75 of 442) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/support/annotations/src/android/support/annotation/
TransitionRes.java 2 * Copyright (C) 2015 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
32 @Retention(SOURCE)
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DiskCacheStrategy.java 7 /** Caches with both {@link #SOURCE} and {@link #RESULT}. */
12 SOURCE(true, false),
  /frameworks/base/core/java/android/annotation/
Widget.java 2 * Copyright (C) 2008 The Android Open Source Project
35 @Retention(RetentionPolicy.SOURCE)
RequiresPermission.java 2 * Copyright (C) 2015 The Android Open Source Project
28 import static java.lang.annotation.RetentionPolicy.SOURCE;
80 @Retention(SOURCE)
SdkConstant.java 2 * Copyright (C) 2008 The Android Open Source Project
29 @Retention(RetentionPolicy.SOURCE)
SystemApi.java 2 * Copyright (C) 2014 The Android Open Source Project
42 @Retention(RetentionPolicy.SOURCE)
TestApi.java 2 * Copyright (C) 2015 The Android Open Source Project
40 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/com/android/internal/annotations/
VisibleForTesting.java 2 * Copyright (C) 2012 The Android Open Source Project
30 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/media/java/android/media/
AudioTimestamp.java 2 * Copyright (C) 2013 The Android Open Source Project
55 @Retention(RetentionPolicy.SOURCE)
SyncParams.java 2 * Copyright 2015 The Android Open Source Project
40 * <p> <strong>sync source:</strong> select
41 * clock source for sync.
46 * Use system clock for sync source.</li>
48 * Use audio track for sync source.</li>
53 * change to keep media in sync with the sync source. The handling of this depends
54 * on the sync source, but must not be negative, and must be less than one.
56 * sync source is vsync. Negative values can be used to clear a previous hint.
68 @Retention(RetentionPolicy.SOURCE)
72 * Use the default sync source (default). If media has video, the sync renders to
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
VisibleForTesting.java 2 * Copyright (C) 2010 The Android Open Source Project
30 @Retention(RetentionPolicy.SOURCE)
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/annotations/
VisibleForTesting.java 2 * Copyright (C) 2011 The Android Open Source Project
30 @Retention(RetentionPolicy.SOURCE)
  /libcore/ojluni/src/main/java/java/lang/
SuppressWarnings.java 48 @Retention(RetentionPolicy.SOURCE)
  /packages/services/Car/car-support-lib/src/android/support/car/annotation/
VersionDef.java 2 * Copyright (C) 2015 The Android Open Source Project
29 @Retention(RetentionPolicy.SOURCE)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java 2 * Copyright (C) 2008 The Android Open Source Project
27 * reading the source code. It has no additional effect.
30 @Retention(RetentionPolicy.SOURCE)
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java 2 * Copyright (C) 2015 The Android Open Source Project
33 private static final String SOURCE = "Source";
41 " <Metric source=\"com.android.compatibility.common.util.ReportLogTest#%s\" message=\"Sample\" score_type=\"higher_better\" score_unit=\"byte\">\r\n" +
112 // Should pass with a short source.
113 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
114 assertEquals("Expected message to be ok", SOURCE, metric.getSource());
115 // Make a long source.
117 // 40 x "Source" = 240 character string
118 for (int i = 0; i < 40; i++) sb.append(SOURCE);
119 String source = sb.toString(); local
    [all...]
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarMenuConstants.java 2 * Copyright (C) 2016 The Android Open Source Project
28 @Retention(RetentionPolicy.SOURCE)
43 @Retention(RetentionPolicy.SOURCE)
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/compat/
CarMenuConstantsComapt.java 2 * Copyright (C) 2016 The Android Open Source Project
28 @Retention(RetentionPolicy.SOURCE)
43 @Retention(RetentionPolicy.SOURCE)
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingBuildInfo.java 2 * Copyright (C) 2015 The Android Open Source Project
27 @Retention(RetentionPolicy.SOURCE)
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Thunk.java 2 * Copyright (C) 2015 The Android Open Source Project
41 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/com/android/internal/view/
InputMethodClient.java 2 * Copyright (C) 2015 The Android Open Source Project
23 import static java.lang.annotation.RetentionPolicy.SOURCE;
36 @Retention(SOURCE)
77 @Retention(SOURCE)
  /external/libvorbis/lib/
lookups.pl 5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
6 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
10 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java 2 * Copyright (C) 2009 The Android Open Source Project
27 * {@code JavaSource} represents an in-memory java source.
35 Kind.SOURCE);
  /frameworks/base/core/java/android/os/
HardwarePropertiesManager.java 2 * Copyright (C) 2015 The Android Open Source Project
39 @Retention(RetentionPolicy.SOURCE)
49 @Retention(RetentionPolicy.SOURCE)
105 * @param source source of requested device temperature, one of {@link #TEMPERATURE_CURRENT},
116 @TemperatureSource int source) {
122 switch (source) {
129 source);
134 Log.w(TAG, "Unknown device temperature source.");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
UserManagerCompatUtils.java 2 * Copyright (C) 2016 The Android Open Source Project
27 import static java.lang.annotation.RetentionPolicy.SOURCE;
53 @Retention(SOURCE)

Completed in 798 milliseconds

1 23 4 5 6 7 8 91011>>