Home
last modified time | relevance | path

Searched refs:As (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/external/zlib/src/old/
Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
33 String, comprLen As Any, ByVal buf As String, ByVal buflen
34 As Long) As Integer
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
37 lcompr As Long) As Integer
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
39 String, ByVal mode As String) As Long
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
42 As Integer
[all …]
/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-variadics.cpp39 auto L = [](auto ... As) { in test() argument
44 auto L = [](auto A, auto B, auto ... As) { in test() argument
51 auto L = [](auto ... As) { in test() argument
52 print("\nL::As = ", As ...); in test()
53 return [](decltype(As) ... as, auto ... Bs) { in test()
64 auto L = [](auto A, auto ... As) { in test() argument
65 print("\nL::As = ", As ...); in test()
66 return [](decltype(As) ... as, decltype(A) a, auto ... Bs) { in test()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp9 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in __anond5902bd00202() argument
10 auto GL3 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anond5902bd00302() argument
12 auto GL4 = [](int i, char c, auto* ... As) -> int { return vfoo(As...); }; in __anond5902bd00402() argument
18 auto GL2 = [](auto ... As) -> int { return vfoo(As...); }; in foo() argument
/external/clang/lib/CodeGen/
DEHScopeStack.h194 template <class T, class... As>
196 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
203 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
207 restore(CGF, llvm::index_sequence_for<As...>()).Emit(CGF, flags);
211 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
270 template <class T, class... As> void pushCleanup(CleanupKind Kind, As... A) {
279 template <class T, class... As>
280 void pushCleanupTuple(CleanupKind Kind, std::tuple<As...> A) {
301 template <class T, class... As>
302 T *pushCleanupWithExtra(CleanupKind Kind, size_t N, As... A) {
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar-machine.rl42 As = 18;
67 k = (Ra As H); # Kinzi
71 medial_group = MY? MR? MW? MH? As?;
72 main_vowel_group = VPre* VAbv* VBlw* A* (DB As?)?;
73 post_vowel_group = VPst MH? As* VAbv* A* (DB As?)?;
74 pwo_tone_group = PT A* DB? As?;
76 complex_syllable_tail = As* medial_group main_vowel_group post_vowel_group* pwo_tone_group* V* j?;
/external/llvm/test/Transforms/InstCombine/
Dphi-merge-gep.ll8 define void @foo(float* %Ar, float* %Ai, i64 %As, float* %Cr, float* %Ci, i64 %Cs, i64 %n) nounwind…
12 %2 = mul i64 %n, %As ; <i64> [#uses=1]
14 %4 = mul i64 %n, %As ; <i64> [#uses=1]
17 %7 = mul i64 %6, %As ; <i64> [#uses=1]
20 %10 = mul i64 %9, %As ; <i64> [#uses=1]
65 %46 = getelementptr inbounds float, float* %A0r.0, i64 %As ; <float*> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
67 %48 = getelementptr inbounds float, float* %A1r.0, i64 %As ; <float*> [#uses=1]
68 %49 = getelementptr inbounds float, float* %A1i.0, i64 %As ; <float*> [#uses=1]
69 %50 = getelementptr inbounds float, float* %A2r.0, i64 %As ; <float*> [#uses=1]
[all …]
/external/pdfium/xfa/src/fxjse/src/
Ddynprop.cpp13 v8::Local<v8::Object> hCallBackInfo = info.Data().As<v8::Object>(); in FXJSE_DynPropGetterAdapter_MethodCallback()
17 hCallBackInfo->GetInternalField(1).As<v8::String>(); in FXJSE_DynPropGetterAdapter_MethodCallback()
115 v8::Local<v8::Object> hCallBackInfo = info.Data().As<v8::Object>(); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
119 hCallBackInfo->GetInternalField(1).As<v8::String>(); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_getter()
137 v8::Local<v8::Object> hCallBackInfo = info.Data().As<v8::Object>(); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_setter()
141 hCallBackInfo->GetInternalField(1).As<v8::String>(); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor_setter()
160 static_cast<FXJSE_CLASS*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor()
197 info.This()->GetPrototype().As<v8::Object>(); in FXJSE_V8ProxyCallback_getPropertyDescriptor()
203 v8::Local<v8::Function> fn = fnSource->Run().As<v8::Function>(); in FXJSE_V8ProxyCallback_getPropertyDescriptor()
221 info.This()->GetPrototype().As<v8::Object>(); in FXJSE_V8ProxyCallback_getPropertyNames()
[all …]
Dcontext.cpp78 hValue = hException.As<v8::Object>()->Get( in FXJSE_CreateReturnValue()
85 hValue = hException.As<v8::Object>()->Get( in FXJSE_CreateReturnValue()
120 hValue.As<v8::Object>()->Get(0)->ToString()); in FXJSE_ReturnValue_GetMessage()
123 hValue.As<v8::Object>()->Get(1)->ToString()); in FXJSE_ReturnValue_GetMessage()
141 nLine = hValue.As<v8::Object>()->Get(3)->ToInt32()->Value(); in FXJSE_ReturnValue_GetLineInfo()
142 nCol = hValue.As<v8::Object>()->Get(5)->ToInt32()->Value(); in FXJSE_ReturnValue_GetLineInfo()
223 v8::Local<v8::Function> hWrapperFn = hWrapperValue.As<v8::Function>(); in ExecuteScript()
227 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs); in ExecuteScript()
Dvalue.cpp261 hError.As<v8::Object>()->Set( in FXJSE_ThrowMessage()
281 return FXJSE_RetrieveObjectBinding(hValue.As<v8::Object>(), lpClass); in ToObject()
363 return (FX_BOOL)hObject.As<v8::Object>()->Set( in SetObjectProperty()
378 hObject.As<v8::Object>()->Get(v8::String::NewFromUtf8( in GetObjectProperty()
394 return (FX_BOOL)hObject.As<v8::Object>()->Set(uPropIdx, hPropValue); in SetObjectProperty()
404 v8::Local<v8::Value> hPropValue = hObject.As<v8::Object>()->Get(uPropIdx); in GetObjectProperty()
415 hObject.As<v8::Object>()->Delete(v8::String::NewFromUtf8( in DeleteObjectProperty()
431 return hObject.As<v8::Object>()->HasRealNamedProperty(hKey) || in HasObjectOwnProperty()
432 (bUseTypeGetter && hObject.As<v8::Object>()->HasOwnProperty(hKey)); in HasObjectOwnProperty()
444 return hObject.As<v8::Object>()->ForceSet( in SetObjectOwnProperty()
[all …]
Dclass.cpp59 static_cast<FXJSE_FUNCTION*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8FunctionCallback_Wrapper()
82 static_cast<FXJSE_CLASS*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8ClassGlobalConstructorCallback_Wrapper()
106 static_cast<FXJSE_PROPERTY*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8GetterCallback_Wrapper()
128 static_cast<FXJSE_PROPERTY*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8SetterCallback_Wrapper()
148 static_cast<FXJSE_CLASS*>(info.Data().As<v8::External>()->Value()); in FXJSE_V8ConstructorCallback_Wrapper()
205 return FXJSE_RetrieveObjectBinding(hValue.As<v8::Object>(), lpClass); in GetObject()
215 static_cast<FXJSE_CLASS*>(info.Data().As<v8::External>()->Value()); in FXJSE_Context_GlobalObjToString()
Dutil_inline.h11 return hContext->Global()->GetPrototype().As<v8::Object>(); in FXJSE_GetGlobalObjectFromContext()
32 hObject = hProtoObject.As<v8::Object>();
/external/opencv3/modules/videoio/src/cap_winrt/
DMFIncludes.hpp66 MW::ComPtr<T> As(U^ in)
75 Microsoft::WRL::ComPtr<T> As(const Microsoft::WRL::ComPtr<U>& in) in As() function
78 CHK(in.As(&out)); in As()
84 Microsoft::WRL::ComPtr<T> As(U* in) in As() function
95 CHK(As<WSS::IBufferByteAccess>(buffer)->Buffer(&bytes));
/external/mesa3d/src/mesa/swrast/
Ds_blend.c486 const GLfloat As = rgba[i][ACOMP]; in blend_general_float() local
521 sR = sG = sB = As; in blend_general_float()
524 sR = sG = sB = 1.0F - As; in blend_general_float()
533 if (As < 1.0F - Ad) { in blend_general_float()
534 sR = sG = sB = As; in blend_general_float()
587 sA = As; in blend_general_float()
590 sA = 1.0F - As; in blend_general_float()
614 sA = As; in blend_general_float()
617 sA = 1.0F - As; in blend_general_float()
645 dR = dG = dB = As; in blend_general_float()
[all …]
/external/shflags/doc/
DRELEASE_NOTES-1.0.0.txt22 As this is the first release, there are bound to be issues. Feel free
31 environments are created equal. As such, not all of the unit tests will succeed
38 As each responds differently, and not everything is supported on the standard
61 including Solaris 10) is the standard version. As such, only short flags are
65 including 10.5) is the standard version. As such, only short flags are
DRELEASE_NOTES-1.0.1.txt31 environments are created equal. As such, not all of the unit tests will succeed
38 As each responds differently, and not everything is supported on the standard
61 including 10.5) is the standard version. As such, only short flags are
65 including Solaris 10) is the standard version. As such, only short flags are
DRELEASE_NOTES-1.0.2.txt31 environments are created equal. As such, not all of the unit tests will succeed
38 As each responds differently, and not everything is supported on the standard
64 and including 10.5.5) is the standard version. As such, only short flags are
68 and including Solaris 10 and OpenSolaris) is the standard version. As such,
/external/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump77 $var As = [[$for j, [[A$j]]]]
80 struct MatcherTuple< ::std::tr1::tuple<$As> > {
116 $var As = [[$for j, [[A$j]]]]
121 struct Function<R($As)>
124 typedef ::std::tr1::tuple<$As> ArgumentTuple;
126 typedef void MakeResultVoid($As);
127 typedef IgnoredValue MakeResultIgnoredValue($As);
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump77 $var As = [[$for j, [[A$j]]]]
80 struct MatcherTuple< ::std::tr1::tuple<$As> > {
116 $var As = [[$for j, [[A$j]]]]
121 struct Function<R($As)>
124 typedef ::std::tr1::tuple<$As> ArgumentTuple;
126 typedef void MakeResultVoid($As);
127 typedef IgnoredValue MakeResultIgnoredValue($As);
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture_buffers.txt26 - As vertex texture
27 - As fragment texture
28 - As vertex array
29 - As index array
/external/deqp/doc/testspecs/GL3/
Dfunctional.texture_buffers.txt26 - As vertex texture
27 - As fragment texture
28 - As vertex array
29 - As index array
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp38 T As() { in As() function in Foo
52 template float Foo::As();
/external/v8/test/cctest/
Dprofiler-extension.cc70 ? args[0].As<v8::String>() in StartProfiling()
79 ? args[0].As<v8::String>() in StopProfiling()
/external/wpa_supplicant_8/
DCOPYING12 selected. As of February 11, 2012, the project has chosen to use only
13 the BSD license option for future distribution. As such, the GPL v2
DNOTICE12 selected. As of February 11, 2012, the project has chosen to use only
13 the BSD license option for future distribution. As such, the GPL v2
/external/skia/site/dev/testing/
Dskiagold.md13 Problem #1: As sheriff, I need to triage and “assign” many incoming new images.
48 Problem #2: As a developer, I need to land a CL that may change many images.
86 Problem #3: As a developer or infrastructure engineer, I need to add a new or updated config.
106 Problem #4: As a developer, I need to analyze the details of a particular image digest.
141 Problem #5: As a developer, I need to find results for a particular configuration.

12345678910>>...35