Searched refs:template (Results 126 - 150 of 193) sorted by relevance

12345678

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h47 template<size_t BITNUMBER, bool LITTLEENDIAN>
51 template<>
88 template<>
H A DGOT.h34 template<size_t SIZE>
H A DPLT.h59 template<size_t SIZE, typename EntryBase = PLTEntryBase>
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFHeader.h36 template <unsigned Bitwidth>
149 template <typename Archiver>
178 template <typename Archiver>
H A DELFObject.h29 template <unsigned Bitwidth>
61 template <typename Archiver>
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h181 * We use a bit of template math here, constexpr would probably be
188 template <int N>
193 template <>
198 template <int N>
203 template <>
419 template <typename T>
520 template <typename T>
592 template <typename T>
639 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 {
H A DAudioResamplerFirOps.h35 template<typename T, typename U>
41 template<typename T>
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h22 template<class T> void* object_creator();
137 template<class T> friend void* llvm::object_creator();
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h143 template<llvm::Triple::ArchType TargetArchType = llvm::Triple::UnknownArch>
165 /// RegisterTargetMachine - Helper template for registering a target machine
173 template<class TargetMachineImpl>
/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/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h26 template<typename T>
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.h65 template<typename Src, typename T>
/frameworks/base/core/java/android/webkit/
H A DURLUtil.java86 public static String composeSearchUrl(String inQuery, String template, argument
88 int placeHolderIndex = template.indexOf(queryPlaceHolder);
95 buffer.append(template.substring(0, placeHolderIndex));
104 buffer.append(template.substring(
/frameworks/base/core/jni/android/graphics/
H A DMinikinUtils.h55 template <typename F>
/frameworks/base/include/androidfw/
H A DByteBucketArray.h30 template<typename T>
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java173 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) {
175 template, Long.MIN_VALUE, Long.MAX_VALUE).getTotal(null);
180 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) {
182 template, Long.MIN_VALUE, Long.MAX_VALUE).getTotalIncludingTags(null);
172 assertSummaryTotal(NetworkStatsCollection collection, NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) argument
179 assertSummaryTotalIncludingTags(NetworkStatsCollection collection, NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) argument
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h28 template<typename DataType>
/frameworks/native/include/binder/
H A DIServiceManager.h68 template<typename INTERFACE>
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h56 template<typename T>
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java258 String template = context.getString(R.string.numeric_date_template);
261 value = String.format(template, "yyyy", "MM", "dd");
263 value = String.format(template, "yyyy", "dd", "MM");
267 value = String.format(template, "MM", "dd", "yyyy");
269 value = String.format(template, "MM", "yyyy", "dd");
273 value = String.format(template, "dd", "MM", "yyyy");
275 value = String.format(template, "dd", "yyyy", "MM");
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h178 template <typename ProcessorT>
180 template <typename ProcessorT,
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java150 SpannableString template;
156 template = new SpannableString("a^1b");
157 template.setSpan("before", 0, 1, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
158 template.setSpan("during", 1, 3, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
159 template.setSpan("after", 3, 4, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
160 template.setSpan("during+after", 1, 4, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
162 result = (Spanned) TextUtils.expandTemplate(template, "foo");
176 result = (Spanned) TextUtils.expandTemplate(template, "");
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java136 NetworkTemplate template, int uid, int set, int tag, int fields) {
137 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE);
145 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) {
152 && templateMatches(template, key.ident)) {
163 public NetworkStats getSummary(NetworkTemplate template, long start, long end) { argument
175 if (templateMatches(template, key.ident)) {
489 private static boolean templateMatches(NetworkTemplate template, NetworkIdentitySet identSet) { argument
491 if (template.matches(ident)) {
135 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields) argument
144 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) argument
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h25 * A thread safe wrapper template class for session handlings for Drm Engines. It wraps a
30 template <typename TValue>

Completed in 2783 milliseconds

12345678