Searched refs:outer (Results 1 - 25 of 273) sorted by relevance

1234567891011

/external/clang/test/CodeGen/
H A Dlineno-dbginfo.c4 // outer is at line number 5.
5 int outer = 42; variable
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-two.js32 var outer = 100;
33 while (outer > 0) {
39 outer--;
H A Dlazy-const-lookup.js30 function outer() { function
40 outer();
H A Dosr-assert.js31 var outer = 1000000;
33 while (outer > 0) {
36 outer--;
H A Dosr-big.js32 var outer = 1000000;
34 while (outer > 0) {
40 outer--;
H A Dproperty-refs.js31 return o.outer.x | o.outer.inner.y;
35 o.outer.x = x;
36 o.outer.inner.y = y;
41 outer: {
H A Dregress-3136962.js35 function outer() {} function
45 outer();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-150545.js46 function outer() { function
49 if (%GetOptimizationStatus(outer) != 4) {
50 while (%GetOptimizationCount(outer) == 0) {}
54 outer();
H A Dregress-97116.js35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
H A Dregress-97116b.js35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
H A Dregress-2261.js69 function outer(x) { function
73 assertEquals(1, outer(1));
74 assertEquals(1, outer(1));
75 %OptimizeFunctionOnNextCall(outer);
76 assertEquals(1, outer(1));
78 assertEquals(1, outer(1));
103 function outer(x) {
107 assertEquals(21, outer(1));
108 assertEquals(21, outer(1));
109 %OptimizeFunctionOnNextCall(outer);
[all...]
H A Dregress-1030466.js36 var result = (function outer() {
H A Dregress-100409.js30 function outer () { function
50 var foo = outer();
/external/v8/test/mjsunit/compiler/
H A Dlazy-const-lookup.js30 function outer() { function
40 outer();
H A Dproperty-refs.js31 return o.outer.x | o.outer.inner.y;
35 o.outer.x = x;
36 o.outer.inner.y = y;
41 outer: {
H A Dregress-3136962.js35 function outer() {} function
45 outer();
/external/v8/test/mjsunit/regress/
H A Dregress-97116.js35 %DeoptimizeFunction(outer);
39 function outer(should_deopt) { function
47 outer(false);
48 outer(false);
49 %OptimizeFunctionOnNextCall(outer);
50 outer(true);
H A Dregress-1030466.js36 var result = (function outer() {
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp7 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
[all...]
/external/compiler-rt/BlocksRuntime/tests/
H A Dhasdescriptor.c17 void (^outer)(void) = ^{
22 //printf("size of outer is %ld\n", Block_size(outer));
23 if (Block_size(inner) != Block_size(outer)) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkComposeImageFilter.cpp20 SkImageFilter* outer = getInput(0); local
23 if (!outer && !inner) {
27 if (!outer || !inner) {
28 return (outer ? outer : inner)->filterImage(proxy, src, ctm, result, loc);
33 outer->filterImage(proxy, tmp, ctm, result, loc);
39 SkImageFilter* outer = getInput(0); local
42 if (!outer && !inner) {
46 if (!outer || !inner) {
47 return (outer
[all...]
/external/skia/src/effects/
H A DSkComposeImageFilter.cpp20 SkImageFilter* outer = getInput(0); local
23 if (!outer && !inner) {
27 if (!outer || !inner) {
28 return (outer ? outer : inner)->filterImage(proxy, src, ctm, result, loc);
33 outer->filterImage(proxy, tmp, ctm, result, loc);
39 SkImageFilter* outer = getInput(0); local
42 if (!outer && !inner) {
46 if (!outer || !inner) {
47 return (outer
[all...]
/external/clang/test/PCH/
H A Dcxx-variadic-templates.cpp17 outer<int, int>::inner<1, 2, A, B> i(A<1>{}, B<2>{});
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrix.h147 const Index outer = IsRowMajor ? row : col; local
150 eigen_assert(outer < outerSize()); argument
153 if (outer == inner)
154 return this->m_data.diag(outer);
157 if (inner > outer) //upper matrix
160 if (outer >= minOuterIndex)
161 return this->m_data.upper(m_colStartIndex[inner] + outer - (inner - m_data.upperProfile(inner)));
165 if (inner < outer) //lower matrix
167 const Index minInnerIndex = outer - m_data.lowerProfile(outer);
196 const Index outer = IsRowMajor ? row : col; local
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dabout_version_android.css5 #outer {

Completed in 637 milliseconds

1234567891011