HomeSort by relevance Sort by last modified time
    Searched defs:As (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 17 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66 MW::ComPtr<T> As(U^ in)
75 Microsoft::WRL::ComPtr<T> As(const Microsoft::WRL::ComPtr<U>& in)
78 CHK(in.As(&out));
84 Microsoft::WRL::ComPtr<T> As(U* in)
95 CHK(As<WSS::IBufferByteAccess>(buffer)->Buffer(&bytes));
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 38 T As() {
52 template float Foo::As();
  /external/mesa3d/src/mesa/swrast/
s_blend.c 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
486 const GLfloat As = rgba[i][ACOMP];
521 sR = sG = sB = As;
524 sR = sG = sB = 1.0F - As;
533 if (As < 1.0F - Ad) {
534 sR = sG = sB = As;
587 sA = As;
590 sA = 1.0F - As;
614 sA = As;
617 sA = 1.0F - As;
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 39 hr = objFactory.As(&spPropVal);
79 hr = objFactory.As(&spPropVal);
559 hr = orig.As(&obj);
581 if (SUCCEEDED(hr)) hr = pInsp.As(&obj);\
589 if (SUCCEEDED(hr)) hr = objFactory.As(&obj);\
694 HRESULT As(_Inout_ U** lp) const throw()
    [all...]
  /external/v8/include/
v8.h 212 * behind the scenes and the same rules apply to these values as to
294 template <class S> V8_INLINE Local<S> As() {
484 * a Local handle only lives as long as the HandleScope in which it was
553 * NOTE: There is no guarantee as to *when* or even *if* the callback is
555 * As always, GC-based finalization should *not* be relied upon for any
614 * Marks the reference to this object as active. The scavenge garbage
615 * collection should not reclaim the objects marked as active.
738 * exactly as the Persistent constructor, but the Copy function from the
779 template <class S> V8_INLINE Persistent<S>& As() { // NOLIN
    [all...]

Completed in 590 milliseconds