/external/opencv3/modules/videoio/src/cap_winrt/ |
CaptureFrameGrabber.cpp | 34 using namespace Microsoft::WRL::Details;
|
MFIncludes.hpp | 50 namespace MWD = ::Microsoft::WRL::Details;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wabiab.h | 19 #define MAPI_IADDRBOOK_METHODS(IPURE) MAPIMETHOD(OpenEntry) (THIS_ ULONG cbEntryID,LPENTRYID lpEntryID,LPCIID lpInterface,ULONG ulFlags,ULONG *lpulObjType,LPUNKNOWN *lppUnk) IPURE; MAPIMETHOD(CompareEntryIDs) (THIS_ ULONG cbEntryID1,LPENTRYID lpEntryID1,ULONG cbEntryID2,LPENTRYID lpEntryID2,ULONG ulFlags,ULONG *lpulResult) IPURE; MAPIMETHOD(Advise) (THIS_ ULONG cbEntryID,LPENTRYID lpEntryID,ULONG ulEventMask,LPMAPIADVISESINK lpAdviseSink,ULONG *lpulConnection) IPURE; MAPIMETHOD(Unadvise) (THIS_ ULONG ulConnection) IPURE; MAPIMETHOD(CreateOneOff) (THIS_ LPTSTR lpszName,LPTSTR lpszAdrType,LPTSTR lpszAddress,ULONG ulFlags,ULONG *lpcbEntryID,LPENTRYID *lppEntryID) IPURE; MAPIMETHOD(NewEntry) (THIS_ ULONG ulUIParam,ULONG ulFlags,ULONG cbEIDContainer,LPENTRYID lpEIDContainer,ULONG cbEIDNewEntryTpl,LPENTRYID lpEIDNewEntryTpl,ULONG *lpcbEIDNewEntry,LPENTRYID *lppEIDNewEntry) IPURE; MAPIMETHOD(ResolveName) (THIS_ ULONG_PTR ulUIParam,ULONG ulFlags,LPTSTR lpszNewEntryTitle,LPADRLIST lpAdrList) IPURE; MAPIMETHOD(Address) (THIS_ ULONG *lpulUIParam,LPADRPARM lpAdrParms,LPADRLIST *lppAdrList) IPURE; MAPIMETHOD(Details) (THIS_ ULONG *lpulUIParam,LPFNDISMISS lpfnDismiss,LPVOID lpvDismissContext,ULONG cbEntryID,LPENTRYID lpEntryID,LPFNBUTTON lpfButtonCallback,LPVOID lpvButtonContext,LPTSTR lpszButtonText,ULONG ulFlags) IPURE; MAPIMETHOD(RecipOptions) (THIS_ ULONG ulUIParam,ULONG ulFlags,LPADRENTRY lpRecip) IPURE; MAPIMETHOD(QueryDefaultRecipOpt) (THIS_ LPTSTR lpszAdrType,ULONG ulFlags,ULONG *lpcValues,LPSPropValue *lppOptions) IPURE; MAPIMETHOD(GetPAB) (THIS_ ULONG *lpcbEntryID,LPENTRYID *lppEntryID) IPURE; MAPIMETHOD(SetPAB) (THIS_ ULONG cbEntryID,LPENTRYID lpEntryID) IPURE; MAPIMETHOD(GetDefaultDir) (THIS_ ULONG *lpcbEntryID,LPENTRYID *lppEntryID) IPURE; MAPIMETHOD(SetDefaultDir) (THIS_ ULONG cbEntryID,LPENTRYID lpEntryID) IPURE; MAPIMETHOD(GetSearchPath) (THIS_ ULONG ulFlags,LPSRowSet *lppSearchPath) IPURE; MAPIMETHOD(SetSearchPath) (THIS_ ULONG ulFlags,LPSRowSet lpSearchPath) IPURE; MAPIMETHOD(PrepareRecips) (THIS_ ULONG ulFlags,LPSPropTagArray lpPropTagArray,LPADRLIST lpRecipList) IPURE;
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallAudioManagerTest.java | 84 when(call.can(android.telecom.Call.Details.CAPABILITY_SPEED_UP_MT_AUDIO)) 119 when(call.can(android.telecom.Call.Details.CAPABILITY_SPEED_UP_MT_AUDIO))
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
StatusBarNotifier.java | 19 import static com.android.contacts.common.compat.CallSdkCompat.Details.PROPERTY_ENTERPRISE_CALL; 41 import android.telecom.Call.Details; 428 if (call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) { 459 if (call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) { 519 if (call.hasProperty(Details.PROPERTY_WIFI)) { 524 if (call.hasProperty(Details.PROPERTY_WIFI)) { [all...] |
ConferenceParticipantListAdapter.java | 360 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE); 362 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE); 396 * @param view The view to set the details on.
|
AnswerPresenter.java | 285 && call.can(android.telecom.Call.Details.CAPABILITY_RESPOND_VIA_TEXT)
|
VideoPauseController.java | 309 if (!call.can(android.telecom.Call.Details.CAPABILITY_CAN_PAUSE_VIDEO)) {
|
InCallPresenter.java | 154 android.telecom.Call.Details details) { 161 listener.onDetailsChanged(call, details); [all...] |
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | 6 // License. See LICENSE.TXT for details. 46 Disabled, Arguments, Structure, Executions, Details 58 clEnumVal(Details , "print pass details when it is executed"), 898 if (PassDebugging >= Details) { 922 if (PassDebugging >= Details) { 945 if (PassDebugging >= Details && !DeadPasses.empty()) { [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
ConferenceTest.java | 169 assertFalse(conf.getDetails().can(Call.Details.CAPABILITY_MUTE)); 173 assertCallCapability(conf, Call.Details.CAPABILITY_MUTE);
|
BaseTelecomTestWithMockServices.java | 200 public void onDetailsChanged(Call call, Call.Details details) { 201 Log.i(TAG, "onDetailsChanged, Call: " + call + ", Details: " + details); 202 if (!areBundlesEqual(mPreviousExtras, details.getExtras())) { 203 mOnExtrasChangedCounter.invoke(call, details); 205 mPreviousExtras = details.getExtras(); 207 if (mPreviousProperties != details.getCallProperties()) { 208 mOnPropertiesChangedCounter.invoke(call, details); 209 Log.i(TAG, "onDetailsChanged; properties changed from " + Call.Details.propertiesToString(mPreviousProperties) [all...] |
/external/eigen/lapack/ |
clarft.f | 71 *> reflectors are stored (see also Further Details): 94 *> The matrix V. See further details. 137 *> \par Further Details:
|
dlarft.f | 71 *> reflectors are stored (see also Further Details): 94 *> The matrix V. See further details. 137 *> \par Further Details:
|
slarft.f | 71 *> reflectors are stored (see also Further Details): 94 *> The matrix V. See further details. 137 *> \par Further Details:
|
zlarft.f | 71 *> reflectors are stored (see also Further Details): 94 *> The matrix V. See further details. 137 *> \par Further Details:
|
clarfb.f | 103 *> The matrix V. See Further Details. 166 *> \par Further Details:
|
dlarfb.f | 103 *> The matrix V. See Further Details. 166 *> \par Further Details:
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelecomCallFacade.java | 227 public Call.Details telecomCallGetDetails(
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
RespondViaSmsManager.java | 135 android.telecom.Call.Details.CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION)) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_utils.py | 170 if child.type == syms.Details:
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_utils.py | 170 if child.type == syms.Details:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 170 if child.type == syms.Details:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 170 if child.type == syms.Details:
|
/system/media/camera/docs/ |
html.mako | 78 /* Entry details (full docs) flair */ 152 if prop.details: cols = cols + 2 356 % if prop.details is not None: 358 <th class="th_details" colspan="5">Details</th> 362 ${prop.details | md_html, linkify_tags(metadata), wbr} 369 <th class="th_details" colspan="5">HAL Implementation Details</th>
|