HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 301 - 325 of 914) sorted by null

<<11121314151617181920>>

  /frameworks/support/media/src/main/java/androidx/media/
MediaMetadata2.java 2 * Copyright 2018 The Android Open Source Project
176 * number of tracks in the media's original source.
185 * disc number for the media's original source.
194 * information about the artist for the album of the media's original source.
227 * artwork for the album of the media's original source.
238 * information about the Uri of the artwork for the album of the media's original source.
514 @Retention(RetentionPolicy.SOURCE)
524 @Retention(RetentionPolicy.SOURCE)
532 @Retention(RetentionPolicy.SOURCE)
540 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/support/recommendation/src/main/java/androidx/recommendation/app/
ContentRecommendation.java 2 * Copyright 2018 The Android Open Source Project
60 @Retention(RetentionPolicy.SOURCE)
161 @Retention(RetentionPolicy.SOURCE)
205 @Retention(RetentionPolicy.SOURCE)
241 @Retention(RetentionPolicy.SOURCE)
273 @Retention(RetentionPolicy.SOURCE)
392 * Returns the source application name for this recommendation.
394 * @return A String containing the recommendation source name.
412 * The resource id represents the icon resource in the source application package.
778 * Sets the source application name for the recommendation
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 2 * Copyright (C) 2014 The Android Open Source Project
788 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /external/valgrind/cachegrind/
cg_merge.c 116 /* Keep track of source filename/line no so as to be able to
124 SOURCE;
126 static void printSrcLoc ( SOURCE* s )
132 static void mallocFail ( SOURCE* s, const char* who )
140 static void parseError ( SOURCE* s, const char* msg )
148 static void barf ( SOURCE* s, const char* msg )
158 static const char *readline ( SOURCE* s )
489 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, const char* str )
523 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 )
532 static Bool addCountsToMap ( SOURCE* s
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewCompat.java 2 * Copyright 2018 The Android Open Source Project
78 @Retention(RetentionPolicy.SOURCE)
84 @Retention(RetentionPolicy.SOURCE)
90 @Retention(RetentionPolicy.SOURCE)
94 @Retention(RetentionPolicy.SOURCE)
131 @Retention(RetentionPolicy.SOURCE)
140 @Retention(RetentionPolicy.SOURCE)
169 @Retention(RetentionPolicy.SOURCE)
198 @Retention(RetentionPolicy.SOURCE)
263 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
PlaybackStateCompat.java 2 * Copyright (C) 2014 The Android Open Source Project
55 @Retention(RetentionPolicy.SOURCE)
64 @Retention(RetentionPolicy.SOURCE)
230 @Retention(RetentionPolicy.SOURCE)
342 @Retention(RetentionPolicy.SOURCE)
382 @Retention(RetentionPolicy.SOURCE)
420 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /frameworks/base/core/java/android/service/euicc/
EuiccProfileInfo.java 2 * Copyright (C) 2017 The Android Open Source Project
42 @Retention(RetentionPolicy.SOURCE)
58 @Retention(RetentionPolicy.SOURCE)
80 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/wifi/java/android/net/wifi/rtt/
ResponderConfig.java 2 * Copyright (C) 2017 The Android Open Source Project
52 @Retention(RetentionPolicy.SOURCE)
82 @Retention(RetentionPolicy.SOURCE)
109 @Retention(RetentionPolicy.SOURCE)
  /frameworks/layoutlib/bridge/src/android/graphics/
ImageDecoder.java 2 * Copyright (C) 2017 The Android Open Source Project
40 import static java.lang.annotation.RetentionPolicy.SOURCE;
48 * Source of the encoded image data.
50 public static abstract class Source {
51 private Source() {}
75 private static class ByteArraySource extends Source {
91 private static class ByteBufferSource extends Source {
103 private static class ContentResolverSource extends Source {
121 private static class InputStreamSource extends Source {
152 public static class AssetInputStreamSource extends Source {
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 26 * Creates a highlighted output of a source file.
46 * Specifies the source language. This value might be used for syntax
50 * source language identifier
57 * Highlights the given source file.
61 * @param source
64 * contents of the source file
66 * problems while reading the source file or writing the output
68 public void render(final HTMLElement parent, final ISourceNode source,
70 final HTMLElement pre = parent.pre(Styles.SOURCE + " lang-" + lang
77 renderCodeLine(pre, line, source.getLine(nr), nr)
    [all...]
  /external/selinux/checkpolicy/
policy_parse.y 135 %token SOURCE
223 default_user_def : DEFAULT_USER names SOURCE ';'
228 default_role_def : DEFAULT_ROLE names SOURCE ';'
233 default_type_def : DEFAULT_TYPE names SOURCE ';'
238 default_range_def : DEFAULT_RANGE names SOURCE LOW ';'
240 | DEFAULT_RANGE names SOURCE HIGH ';'
242 | DEFAULT_RANGE names SOURCE LOW_HIGH ';'
604 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
613 | SOURCE TYPE { if (insert_separator(1)) return -1; } names_push
    [all...]
policy_scan.l 156 SOURCE |
157 source { return(SOURCE); }
299 fprintf(stderr, "(unknown source)::");
315 fprintf(stderr, "(unknown source)::");
  /external/selinux/python/sepolicy/sepolicy/
transition.py 28 trans = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src})
34 trans_list = list(filter(lambda x: x['source'] in src_list and x['class'] == 'process', sepolicy.get_all_transitions()))
40 def __init__(self, source, dest=None):
43 self.source = source
45 self._process(self.source)
47 def _process(self, source):
48 if source in self.sdict:
49 return self.sdict[source]
50 self.sdict[source] = {
    [all...]
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 192 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/app/timezone/
RulesManager.java 2 * Copyright (C) 2017 The Android Open Source Project
88 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/app/usage/
NetworkStats.java 2 * Copyright (C) 2015 The Android Open Source Project
140 @Retention(RetentionPolicy.SOURCE)
179 @Retention(RetentionPolicy.SOURCE)
206 @Retention(RetentionPolicy.SOURCE)
239 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/content/
PermissionChecker.java 2 * Copyright (C) 2018 The Android Open Source Project
70 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/content/pm/
PackageManager.java 2 * Copyright (C) 2006 The Android Open Source Project
151 @Retention(RetentionPolicy.SOURCE)
168 @Retention(RetentionPolicy.SOURCE)
190 @Retention(RetentionPolicy.SOURCE)
212 @Retention(RetentionPolicy.SOURCE)
219 @Retention(RetentionPolicy.SOURCE)
226 @Retention(RetentionPolicy.SOURCE)
233 @Retention(RetentionPolicy.SOURCE)
547 @Retention(RetentionPolicy.SOURCE)
571 @Retention(RetentionPolicy.SOURCE)
    [all...]
SharedLibraryInfo.java 2 * Copyright (C) 2017 The Android Open Source Project
44 @Retention(RetentionPolicy.SOURCE)
225 public SharedLibraryInfo createFromParcel(Parcel source) {
226 return new SharedLibraryInfo(source);
  /frameworks/base/core/java/android/net/metrics/
ApfProgramEvent.java 2 * Copyright (C) 2016 The Android Open Source Project
47 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/service/autofill/
FillRequest.java 2 * Copyright (C) 2017 The Android Open Source Project
75 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/service/settings/suggestions/
Suggestion.java 2 * Copyright (C) 2017 The Android Open Source Project
45 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifier.java 2 * Copyright (C) 2017 The Android Open Source Project
61 @Retention(RetentionPolicy.SOURCE)
91 @Retention(RetentionPolicy.SOURCE)
111 @Retention(RetentionPolicy.SOURCE)
116 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/widget/
MediaControlView2.java 2 * Copyright (C) 2017 The Android Open Source Project
79 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/location/java/android/location/
GnssMeasurementsEvent.java 2 * Copyright (C) 2014 The Android Open Source Project
51 @Retention(RetentionPolicy.SOURCE)

Completed in 873 milliseconds

<<11121314151617181920>>