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

1234567

/frameworks/native/include/ui/
H A DANativeObjectBase.h57 template <typename NATIVE_TYPE, typename TYPE, typename REF>
/frameworks/rs/
H A DrsObjectBase.h93 template<class T>
/frameworks/webview/chromium/tools/buildbot/
H A Dwebview_buildbot_functions.sh144 git clone --template=${DEPOT_TOOLS_DIR}/git-templates \
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h22 template<typename HashTableImplTy>
161 template<typename HashTableImplTy>
252 * HashIterator is a template policy-based iterator, which can change its
253 * behavior by change the template argument IteratorBase. HashTable defines
256 template<typename IteratorBase,
/frameworks/native/opengl/libagl/
H A Dcontext.h56 template<typename T>
60 template<typename T>
64 template<typename T>
68 template<typename T>
72 template<typename T>
76 template<typename T>
/frameworks/av/include/camera/
H A DCameraMetadata.h141 template<typename T>
H A DCameraParameters2.h116 template <typename KeyT, typename ValueT>
H A DCamera.h48 template <>
H A DProCamera.h85 template <>
207 // Create a request object from a template.
/frameworks/av/media/libeffects/testlibs/
H A DAudioFormatAdapter.h49 template<class T, size_t bufSize>
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h132 template<class T> friend void* llvm::object_creator();
H A DArchive.h59 template<typename OFFSET_TYPE>
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h20 template<typename T1, typename T2>
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java220 * Initialize the builder using the template; the request takes
221 * ownership of the template.
225 public Builder(CameraMetadataNative template) { argument
226 mRequest = new CaptureRequest(template);
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h35 template<class Key = std::string, class Hash = std::hash_map<Key, double> >
189 template <class Key, class Hash>
H A Dstochastic_linear_ranker.h40 template<class Key = std::string, class Hash = std::hash_map<std::string, double> >
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java460 // and verify new history also recorded under different template, which
603 // verify that ALL_MOBILE template combines both
839 private void assertNetworkTotal(NetworkTemplate template, long rxBytes, long rxPackets, argument
841 assertNetworkTotal(template, Long.MIN_VALUE, Long.MAX_VALUE, rxBytes, rxPackets, txBytes,
845 private void assertNetworkTotal(NetworkTemplate template, long start, long end, long rxBytes, argument
848 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL);
852 final NetworkStats stats = mSession.getSummaryForNetwork(template, start, end);
857 private void assertUidTotal(NetworkTemplate template, int uid, long rxBytes, long rxPackets, argument
859 assertUidTotal(template, uid, SET_ALL, rxBytes, rxPackets, txBytes, txPackets, operations);
862 private void assertUidTotal(NetworkTemplate template, in argument
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h35 * This is the template class for Plugin manager.
40 template<typename Type>
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h498 template<typename T>
502 template<typename T>
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java116 public NetworkStats.Entry getTotalSinceBootLocked(NetworkTemplate template) { argument
117 return mSinceBoot.getSummary(template, Long.MIN_VALUE, Long.MAX_VALUE).getTotal(null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java1222 CharSequence template;
1235 template = mContext.getText(
1238 template = mContext.getText(
1242 template = mContext.getText(
1249 template = mContext.getText(
1252 template = mContext.getText(
1257 // In the template (from strings.xmls)
1275 return TextUtils.replace(template, sources, destinations);
/frameworks/base/libs/hwui/
H A DDisplayList.h459 template <class T>
462 template <class T>
/frameworks/av/include/media/
H A DMediaPlayerInterface.h42 template<typename T> class SortedVector;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h351 template<typename S, typename P>
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h262 /// RegisterTargetMachine - Helper template for registering a target machine
270 template<class TargetMachineImpl>

Completed in 840 milliseconds

1234567