HomeSort by relevance Sort by last modified time
    Searched defs:outer (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
lineno-dbginfo.c 4 // outer is at line number 5.
5 int outer = 42; variable
alias.c 39 int outer(int a) { return inner(a); } function
40 // CHECKCC: define arm_aapcs_vfpcc i32 @outer(i32 %a) [[NUW]] {
  /external/v8/test/mjsunit/regress/
regress-2071.js 61 function outer() { function
75 outer();
regress-100409.js 30 function outer () { function
50 var foo = outer();
regress-97116.js 35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
  /external/v8/test/mjsunit/compiler/
lazy-const-lookup.js 30 function outer() { function
40 outer();
regress-3136962.js 35 function outer() {} function
45 outer();
property-refs.js 31 return o.outer.x | o.outer.inner.y;
35 o.outer.x = x;
36 o.outer.inner.y = y;
41 outer: {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-71107.js 42 var actual = outer()()(); //call the return of calling the return of outer()
50 function outer () { function
  /external/clang/test/PCH/
cxx-variadic-templates.h 20 template<typename...Ts> struct outer { struct
25 template struct outer<int, int>;
  /external/clang/test/SemaCXX/
attr-cxx0x.cpp 27 template <typename... A> struct outer { struct
31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}}
45 static_assert(alignof(outer<int,char>::inner<double,short>) == alignof(int) * alignof(double), "template's alignment is wrong");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-181834.js 68 function outer(N) function
91 * Recompile the function |outer| via eval() in order to
94 var s = outer.toString();
98 actual = outer(-5);
103 actual = outer(0);
108 actual = outer(5);
119 * Recompile the function |outer| via eval() in order to
125 actual = outer(-5);
130 actual = outer(0);
135 actual = outer(5)
    [all...]
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 177 function outer() { function
190 assertEquals(2, outer());
  /external/clang/test/Index/
print-type.cpp 1 namespace outer { namespace
11 Bar(outer::Foo<bool>* foo) { };
27 // CHECK: Namespace=outer:1:11 (Definition) [type=] [typekind=Invalid] [isPOD=0]
33 // CHECK: StructDecl=Bar:10:8 (Definition) [type=outer::inner::Bar] [typekind=Record] [isPOD=0]
34 // CHECK: CXXConstructor=Bar:11:3 (Definition) [type=void (outer::Foo<bool> *)] [typekind=FunctionProto] [canonicaltype=void (outer::Foo<bool> *)] [canonicaltypekind=FunctionProto] [resulttype=void] [resulttypekind=Void] [args= [outer::Foo<bool> *] [Pointer]] [isPOD=0]
35 // CHECK: ParmDecl=foo:11:25 (Definition) [type=outer::Foo<bool> *] [typekind=Pointer] [canonicaltype=outer::Foo<bool> *] [canonicaltypekind=Pointer] [isPOD=1]
36 // CHECK: NamespaceRef=outer:1:11 [type=] [typekind=Invalid] [isPOD=0
    [all...]
  /external/compiler-rt/BlocksRuntime/tests/
recursive-block.c 35 /*__block*/ voidVoid outer = ^{ local
39 //printf("outer looks like: %s\n", _Block_dump(outer));
40 voidVoid result = Block_copy(outer);
  /external/eigen/Eigen/src/Core/
Stride.h 22 * It holds two values: the inner stride and the outer stride.
27 * The outer stride is the pointer increment between two consecutive rows of a row-major matrix or
34 * \param _OuterStrideAtCompileTime the outer stride, or Dynamic if you want to specify it at runtime.
69 : m_outer(other.outer()), m_inner(other.inner())
72 /** \returns the outer stride */
73 inline Index outer() const { return m_outer.value(); } function in class:Eigen::Stride
94 /** \brief Convenience specialization of Stride to specify only an outer stride
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Integer.c 83 OMX_INT outer, inner, count,index; local
141 for (outer = 0, count = 0, index = 0, candSAD = 0;
142 outer < BlockSize;
143 outer++, index += refWidth - BlockSize)
armVCM4P2_BlockMatch_Half.c 75 OMX_INT outer, inner, count, index; local
95 for (outer = 0, count = 0,index = 0;
96 outer < BlockSize;
97 outer++, index += refWidth - BlockSize)
150 for (outer = 0, count = 0, candSAD = 0,index = 0;
151 outer < BlockSize;
152 outer++, index += refWidth - BlockSize)
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 72 outer: {
76 break outer; local
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 72 outer: {
76 break outer; local
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p8-0x.cpp 7 struct outer { struct in namespace:PR10127
23 operator decltype(outer::middle::inner()) ();
24 operator decltype(outer::middle())::inner2 ();
25 operator decltype(outer())::middle::inner3 ();
26 str(int (decltype(outer::middle::inner())::*n)(),
27 int (decltype(outer::middle())::inner::*o)(),
28 int (decltype(outer())::middle::inner::*p)());
31 decltype(outer::middle::inner()) a;
33 a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a member of class 'decltype(outer::middle::inner())'}
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp 39 struct Outer {
45 Outer<int, int> outer; // expected-note{{instantiation}} variable
59 struct Outer {
74 int array0[Outer<int>::Inner<int, int>::value? 1 : -1];
75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1];
  /external/skia/src/effects/
SkTestImageFilters.cpp 31 SkImageFilter* outer = getInput(0); local
34 if (!outer && !inner) {
38 if (!outer || !inner) {
39 return (outer ? outer : inner)->filterImage(proxy, src, ctm, result, loc);
44 outer->filterImage(proxy, tmp, ctm, result, loc);
50 SkImageFilter* outer = getInput(0); local
53 if (!outer && !inner) {
57 if (!outer || !inner) {
58 return (outer ? outer : inner)->filterBounds(src, ctm, dst)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedBiMapTest.java 42 BiMap<K, V> outer = Synchronized.biMap(inner, mutex); local
43 return outer;
99 BiMap<Integer, String> outer = Synchronized.biMap(inner, mutex); local
100 return outer;
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 341 outer: while (it.hasNext()) {
348 continue outer; local

Completed in 271 milliseconds

1 2 3 4 5 6