Searched defs:inner (Results 1 - 25 of 102) sorted by relevance

12345

/external/v8/test/mjsunit/compiler/
H A Dlazy-const-lookup.js32 function inner() {
35 inner();
36 %OptimizeFunctionOnNextCall(inner);
37 inner();
H A Dregress-3136962.js34 function inner() { height = 0; ++count; } function
42 inner();
/external/v8/test/mjsunit/regress/
H A Dregress-97116.js40 inner(should_deopt);
43 function inner(should_deopt) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-71107.js53 function inner() {
59 return inner;
/external/clang/test/PCH/
H A Dcxx-variadic-templates.h21 template<Ts...Vs, template<Ts> class ...Cs> struct inner { struct in struct:outer
22 inner(Cs<Vs>...);
/external/clang/test/SemaTemplate/
H A Dtypo-dependent-name.cpp5 T inner; member in struct:Base
15 return this->inner < other;
H A Danonymous-union.cpp24 struct inner;
26 struct inner { struct in struct:rdar8635664::X
37 X<int>::inner i;
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/
H A Dp1.cpp18 X0<int, float>::Inner inner; local
19 inner.x = 5;
20 inner.y = 3.4;
21 inner.f();
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp4.cpp29 X<IntHolder, int>::Inner inner; // expected-note {{first required here}} local
52 X<IntHolder, long>::Inner inner; // okay, uses specialization local
H A Dp5.cpp40 X<IntHolder, long>::Inner inner; // expected-error {{incomplete}} local
/external/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1.cpp9 struct inner;
10 struct y::inner { }; // expected-warning{{extra qualification on member 'inner'}} struct in class:PR8019::y::y
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp3-0x.cpp9 inline namespace inner { namespace in namespace:has_inline_namespaces
/external/clang/test/SemaCXX/
H A Dlocal-classes.cpp24 void operator() (const bool inner, const bool gross = false) argument
H A Datomic-type.cxx8 struct inner { char n[sizeof(T)]; }; struct in struct:user
9 atomic<inner> i;
H A Dusing-decl-1.cpp69 namespace inner { namespace in namespace:test0::ns
73 using inner::foo;
/external/compiler-rt/BlocksRuntime/tests/
H A Drecursive-block.c33 __block voidVoid inner = ^{ doSomething(i); }; local
34 //printf("inner, on stack, is %p\n", (void*)inner);
36 //printf("will call inner block %p\n", (void *)inner);
37 inner();
41 //Block_release(inner);
/external/skia/include/core/
H A DSkPathEffect.h72 /** Construct a pathEffect whose effect is to apply first the inner pathEffect
73 and the the outer pathEffect (e.g. outer(inner(path)))
74 The reference counts for outer and inner are both incremented in the constructor,
77 SkComposePathEffect(SkPathEffect* outer, SkPathEffect* inner) argument
78 : INHERITED(outer, inner) {}
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dregress-181834.js61 * If N>0, we end up calling inner() N+1 times:
62 * inner(N), inner(N-1), ... , inner(0).
64 * Each call to inner() increments |outer_d| by 1.
65 * The last call, inner(0), returns the final value
71 return inner(N);
73 function inner(level)
78 return inner(level - 1);
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js82 var inner = { j: function(x) { return x; }, j: 7 };
83 return inner.j;
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp9 struct inner { struct in struct:PR10127::outer::middle
23 operator decltype(outer::middle::inner()) ();
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())'}}
34 a.decltype(outer::middle::inner())::func();
35 a.decltype(outer::middle())::inner::func();
36 a.decltype(outer())::middle::inner
[all...]
/external/eigen/Eigen/src/Core/
H A DStride.h22 * It holds two values: the inner stride and the outer stride.
24 * The inner stride is the pointer increment between two consecutive entries within a given row of a
35 * \param _InnerStrideAtCompileTime the inner stride, or Dynamic if you want to specify it at runtime.
69 : m_outer(other.outer()), m_inner(other.inner())
74 /** \returns the inner stride */
75 inline Index inner() const { return m_inner.value(); } function in class:Eigen::Stride
82 /** \brief Convenience specialization of Stride to specify only an inner stride
/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c129 size_t inner; local
130 for (inner = 0; inner < cur_match; ++inner)
131 if (match[inner]->files == line->files
132 && match[inner]->file == line->file)
134 if (inner < cur_match
135 && (match[inner]->line != line->line
136 || match[inner]->line != lineno
138 && (match[inner]
[all...]
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c130 size_t inner; local
131 for (inner = 0; inner < cur_match; ++inner)
132 if (dwfl_line_file (match[inner])
135 if (inner < cur_match
136 && (dwfl_line (match[inner])->line != line->line
137 || dwfl_line (match[inner])->line != lineno
139 && (dwfl_line (match[inner])->column != line->column
140 || dwfl_line (match[inner])
[all...]
/external/elfutils/tests/
H A Dasm-tst3.c247 size_t inner; local
249 for (inner = 1;
250 inner < (shdr->sh_size
252 ++inner)
257 sym = gelf_getsym (data, inner, &sym_mem);
261 inner, elf_errmsg (-1));
290 if (strcmp (names[inner],
294 printf ("symbol %zu has different name\n", inner);
298 if (sym->st_value != value[inner])
300 printf ("symbol %zu has wrong value\n", inner);
[all...]
H A Dsectiondump.c158 size_t inner; local
162 for (inner = 0; inner < 16 && cnt + inner < size; ++inner)
163 printf (" %02hhx", buf[cnt + inner]);

Completed in 540 milliseconds

12345