Searched refs:template (Results 151 - 175 of 258) sorted by relevance

1234567891011

/frameworks/base/libs/hwui/
H A DRenderNode.h278 template <class T>
284 template<class T>
287 template <class T>
292 template <class T>
299 template <class T>
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h431 template <SymbolDefinePolicy POLICY, SymbolResolvePolicy RESOLVE>
487 template <>
498 template <>
509 template <>
520 template <>
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h24 template <typename ChunkType>
56 template <typename ChunkType, class Traits>
102 template <typename Alloc>
185 template <typename DataType, size_t ChunkSize>
191 template <typename DataType>
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java163 NetworkTemplate template, int uid, int set, int tag, int fields,
165 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE,
174 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
176 return getHistory(template, uid, set, tag, fields, start, end, accessLevel,
185 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
201 && templateMatches(template, key.ident)) {
213 public NetworkStats getSummary(NetworkTemplate template, long start, long end, argument
215 return getSummary(template, start, end, accessLevel, Binder.getCallingUid());
222 public NetworkStats getSummary(NetworkTemplate template, long start, long end, argument
235 if (templateMatches(template, ke
162 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, @NetworkStatsAccess.Level int accessLevel) argument
173 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel) argument
184 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel, int callerUid) argument
603 templateMatches(NetworkTemplate template, NetworkIdentitySet identSet) argument
[all...]
H A DNetworkPolicyManagerService.java811 final NetworkTemplate template = intent.getParcelableExtra(EXTRA_NETWORK_TEMPLATE);
812 performSnooze(template, TYPE_WARNING);
830 final NetworkTemplate template = NetworkTemplate.buildTemplateWifi(config.SSID);
832 if (mNetworkPolicy.containsKey(template)) {
833 mNetworkPolicy.remove(template);
859 final NetworkTemplate template = NetworkTemplate.buildTemplateWifi(info.getSSID());
861 NetworkPolicy policy = mNetworkPolicy.get(template);
865 policy = newWifiPolicy(template, meteredHint);
881 static NetworkPolicy newWifiPolicy(NetworkTemplate template, boolean metered) { argument
882 return new NetworkPolicy(template, CYCLE_NON
961 isTemplateRelevant(NetworkTemplate template) argument
986 notifyOverLimitLocked(NetworkTemplate template) argument
993 notifyUnderLimitLocked(NetworkTemplate template) argument
1191 setNetworkTemplateEnabled(NetworkTemplate template, boolean enabled) argument
1916 snoozeLimit(NetworkTemplate template) argument
1927 performSnooze(NetworkTemplate template, int type) argument
3374 getTotalBytes(NetworkTemplate template, long start, long end) argument
3415 buildSnoozeWarningIntent(NetworkTemplate template) argument
3421 buildNetworkOverLimitIntent(NetworkTemplate template) argument
3430 buildViewDataUsageIntent(NetworkTemplate template) argument
[all...]
H A DNetworkStatsObservers.java210 request.template, thresholdInBytes);
344 long bytesSoFar = getTotalBytesForNetwork(mRequest.template);
347 + mRequest.template);
365 * Reads stats matching the given template. {@link NetworkStatsCollection} will aggregate
369 private long getTotalBytesForNetwork(NetworkTemplate template) { argument
370 NetworkStats stats = mCollection.getSummary(template,
389 long bytesSoFar = getTotalBytesForNetworkUid(mRequest.template, uidsToMonitor[i]);
407 * Reads all stats matching the given template and uid. Ther history will likely only
411 private long getTotalBytesForNetworkUid(NetworkTemplate template, int uid) { argument
413 NetworkStatsHistory history = mCollection.getHistory(template, ui
[all...]
/frameworks/base/tools/aapt2/
H A DValueVisitor.h109 template <typename T>
121 template <>
134 template <typename T>
/frameworks/base/tools/aapt2/java/
H A DClassDefinition.h53 template <typename T>
81 template <>
110 template <typename T>
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h28 * \brief ELFReader is a template scaffolding for partial specification.
30 template <size_t BIT, bool LITTLEENDIAN>
36 template <>
121 template <>
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h46 template <size_t BITNUMBER, bool LITTLEENDIAN>
49 template <>
80 template <>
H A DGOT.h33 template <size_t SIZE>
H A DPLT.h50 template <size_t SIZE, typename EntryBase = PLTEntryBase>
/frameworks/rs/
H A DrsMap.h9 template <class T1, class T2>
19 template <class T1, class T2>
28 template <class KeyType, class ValueType>
/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java164 * that should be considered to match this template.
274 * Test if given {@link NetworkIdentity} matches this template.
297 throw new IllegalArgumentException("unknown network template");
353 * Check if matches Wi-Fi network template.
366 * Check if matches Ethernet network template.
394 * Check if matches Bluetooth network template.
404 * Check if matches Proxy network template.
438 "Unable to enforce 3G_LOWER template on combined data.");
443 * Examine the given template and normalize if it refers to a "merged"
445 * for key purposes, and expand the template t
452 normalize(NetworkTemplate template, String[] merged) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h183 * We use a bit of template math here, constexpr would probably be
190 template <int N>
195 template <>
200 template <int N>
205 template <>
422 template <typename T>
523 template <typename T>
595 template <typename T>
642 template <typename T>
H A DStateQueue.h22 // The state queue template class was originally driven by this use case / requirements:
127 template<typename T> class StateQueue {
/frameworks/base/docs/html/ndk/samples/
H A Dsamples_toc.cs5 Below are template spans for adding localized doc titles. Please ensure that
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java42 * from the template of choice. Its revision identifier is initially
67 * Specify a setting, potentially overriding the template's default choice.
70 * the template's selection for that {@code key}; the difference here is
77 * the use of the template's default selection for this field.
129 * setting is unset or forced to the template-defined default.
220 * @param template A {@link CaptureRequest} template defined in
228 public CaptureRequest createRequest(CameraDevice camera, int template, Surface... targets) argument
234 Builder reqBuilder = camera.createCaptureRequest(template);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java61 public SetupWizardLayout(Context context, int template) { argument
62 this(context, template, 0);
65 public SetupWizardLayout(Context context, int template, int containerId) { argument
66 super(context, template, containerId);
172 protected View onInflateTemplate(LayoutInflater inflater, int template) { argument
173 if (template == 0) {
174 template = R.layout.suw_template;
177 return super.onInflateTemplate(inflater, template);
211 + " the template to require scrolling.");
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h26 template<typename T>
/frameworks/base/core/java/android/webkit/
H A DURLUtil.java87 public static String composeSearchUrl(String inQuery, String template, argument
89 int placeHolderIndex = template.indexOf(queryPlaceHolder);
96 buffer.append(template.substring(0, placeHolderIndex));
105 buffer.append(template.substring(
/frameworks/base/include/androidfw/
H A DByteBucketArray.h30 template<typename T>
/frameworks/base/libs/hwui/tests/common/
H A DTestScene.h43 template <class T>
/frameworks/base/libs/hwui/utils/
H A DMathUtils.h85 template<typename T>
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h31 template <typename DataType>

Completed in 738 milliseconds

1234567891011