Searched refs:Details (Results 1 - 20 of 20) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DInCallServiceImpl.java25 import android.telecom.Call.Details;
225 Call call, Details details) {
231 new CallEvent<Details>(mCallId, details));
776 public static Call.Details callGetDetails(String callId) {
787 Call.Details details = callGetDetails(callId);
797 Call.Details details = callGetDetails(callId);
1331 case Call.Details.CAPABILITY_HOLD:
1333 case Call.Details.CAPABILITY_SUPPORT_HOLD:
1335 case Call.Details.CAPABILITY_MERGE_CONFERENCE:
1337 case Call.Details
[all...]
H A DTelecomCallFacade.java227 public Call.Details telecomCallGetDetails(
/external/opencv3/modules/highgui/src/
H A Dagile_wrl.h6 // Code in Details namespace is for internal usage within the library code
43 #define __is_win_class(T) (std::is_same<T, HSTRING__>::value || std::is_base_of<Microsoft::WRL::Details::RuntimeClassBase, T>::value) //derived from Microsoft::WRL::RuntimeClass or HSTRING
45 namespace Details namespace
133 } // namespace Details
140 bool TIsNotAgile = (__is_win_class(typename Details::AgileTypeHelper<T>::type) && !__is_winrt_agile(typename Details::AgileTypeHelper<T>::type)) ||
141 __is_win_interface(typename Details::AgileTypeHelper<T>::type)
145 static_assert(__is_win_class(typename Details::AgileTypeHelper<T>::type) || __is_win_interface(typename Details::AgileTypeHelper<T>::type), "Agile can only be used with ref class or interface class types");
146 typename typedef Details
[all...]
/external/opencv3/modules/videoio/src/
H A Dagile_wrl.hpp6 // Code in Details namespace is for internal usage within the library code
43 #define __is_win_class(T) (std::is_same<T, HSTRING__>::value || std::is_base_of<Microsoft::WRL::Details::RuntimeClassBase, T>::value) //derived from Microsoft::WRL::RuntimeClass or HSTRING
45 namespace Details namespace
133 } // namespace Details
140 bool TIsNotAgile = (__is_win_class(typename Details::AgileTypeHelper<T>::type) && !__is_winrt_agile(typename Details::AgileTypeHelper<T>::type)) ||
141 __is_win_interface(typename Details::AgileTypeHelper<T>::type)
145 static_assert(__is_win_class(typename Details::AgileTypeHelper<T>::type) || __is_win_interface(typename Details::AgileTypeHelper<T>::type), "Agile can only be used with ref class or interface class types");
146 typename typedef Details
[all...]
H A Dcap_msmf.hpp176 std::is_base_of<Microsoft::WRL::Details::RuntimeClassBase, _Type>::value || \
/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp256 std::unique_ptr<Branch> Details; local
257 Details.swap(Prior->BranchesOut[Original]);
258 Prior->BranchesOut[Split] = make_unique<Branch>(Details->Condition,
259 Details->Code);
262 Branch *Details = iter.second.get(); local
263 Split->BranchesOut[Post] = make_unique<Branch>(Details->Condition,
264 Details->Code);
835 Branch *Details = iter.second.get();
836 if (Details->Type == Branch::Break) {
840 } else if (Details
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
H A D__init__.py59 class Details(messages.Message): class in inherits:messages.Message
145 @remote.method(GetDetailsRequest, Details)
148 response = Details()
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp57 const char *Details = 0) const;
122 const char *Details) const {
133 if (Details)
134 os << "; " << Details; local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
H A Dinstancestatus.py25 class Details(dict): class in inherits:dict
94 details = Details()
H A Dvolumestatus.py24 from boto.ec2.instancestatus import Status, Details namespace
/external/opencv3/modules/videoio/src/cap_winrt/
H A DCaptureFrameGrabber.cpp34 using namespace Microsoft::WRL::Details;
H A DMFIncludes.hpp50 namespace MWD = ::Microsoft::WRL::Details;
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp46 Disabled, Arguments, Structure, Executions, Details enumerator in enum:__anon11913::PassDebugLevel
58 clEnumVal(Details , "print pass details when it is executed"),
898 if (PassDebugging >= Details) {
922 if (PassDebugging >= Details) {
945 if (PassDebugging >= Details && !DeadPasses.empty()) {
1199 if (PassDebugging < Details)
1208 if (PassDebugging < Details)
1217 if (PassDebugging < Details)
1227 assert(PassDebugging >= Details);
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java293 if (data instanceof Call.Details) {
294 return buildCallDetails((Call.Details) data);
1015 private static JSONObject buildCallDetails(Call.Details details) throws JSONException {
1076 callInfo.put("Details", build(call.getDetails()));
/external/v8/tools/
H A Dgrokdump.py1371 def Details(self, di, value): member in class:DescriptorArray
1393 self.Details(di, array.Get(i + 1)))
/external/blktrace/btt/doc/
H A Dbtt.tex980 between its generation of snapshots of the data via this option. Details
/external/bison/build-aux/
H A Dtexinfo.tex7224 % would then have different behavior). See the Macro Details node in
/external/libmicrohttpd/doc/
H A Dtexinfo.tex7225 % would then have different behavior). See the Macro Details node in
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 545 milliseconds