/dalvik/vm/oo/ |
Array.cpp | 292 ClassObject* outer; local 294 outer = dvmFindClassNoInit(&descriptor[1], loader); 295 if (outer != NULL) { 296 /* want the base class, not "outer", in our elementClass */ 297 elementClass = outer->elementClass; 298 arrayDim = outer->arrayDim + 1;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
popup.js | 95 var outer = $("outer"); 97 var width = outer.offsetWidth;
|
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 452 outer: while (hisIterator.hasNext()) { 463 break outer; local 466 break outer; local
|
/frameworks/base/core/java/android/text/ |
BoringLayout.java | 263 outer: 279 break outer; local 285 break outer; local
|
/external/v8/src/ |
lithium.h | 439 LEnvironment* outer) 450 outer_(outer) { 464 LEnvironment* outer() const { return outer_; } function in class:v8::internal::LEnvironment 557 // Iterator for non-null, non-constant operands incl. outer environments. 585 current_iterator_ = ShallowIterator(current_iterator_.env()->outer());
|
/external/webkit/Source/WebKit/android/nav/ |
CachedNode.cpp | 51 bool CachedNode::Clip(const WebCore::IntRect& outer, WebCore::IntRect* inner, 54 if (outer.contains(*inner)) 56 // DBG_NAV_LOGD("outer:{%d,%d,%d,%d} does not contain inner:{%d,%d,%d,%d}", 57 // outer.x(), outer.y(), outer.width(), outer.height(), 59 bool intersects = outer.intersects(*inner); 66 ring->intersect(outer);
|
/external/clang/tools/scan-view/ |
Reporter.py | 83 def attachFile(self, outer, path): 107 outer.attach(msg)
|
/external/guava/src/com/google/common/primitives/ |
Bytes.java | 118 outer: 122 continue outer; local
|
Booleans.java | 141 outer: 145 continue outer; local
|
Chars.java | 169 outer: 173 continue outer; local
|
Doubles.java | 140 outer: 144 continue outer; local
|
Floats.java | 137 outer: 141 continue outer; local
|
Ints.java | 169 outer: 173 continue outer; local
|
Longs.java | 137 outer: 141 continue outer; local
|
Shorts.java | 169 outer: 173 continue outer; local
|
/external/webkit/Source/WebCore/css/ |
themeWin.css | 102 input::-webkit-outer-spin-button {
|
/external/skia/tests/ |
MathTest.cpp | 163 for (int outer = 0; outer < 100; outer++) { 164 rand.setSeed(outer);
|
/external/v8/test/mjsunit/ |
debug-scopes.js | 419 // Simple closure formed by returning an inner function referering the outer 441 // Simple closure formed by returning an inner function referering the outer 466 // Simple closure formed by returning an inner function referering the outer 467 // functions arguments. Using all arguments and locals from the outer function 493 // Simple closure formed by returning an inner function referering the outer 494 // functions arguments. Using all arguments and locals from the outer function 522 // Simple closure formed by returning an inner function referering the outer 524 // (including the inner function itself) from the outer function becomes part of
|
/external/v8/test/mjsunit/regress/ |
regress-70066.js | 46 // Delete on a slot from an outer context. 73 // Delete on an argument from an outer context. This hits the same code
|
regress-937896.js | 29 // discard duplicates which caused the outer-most continue statement
|
/external/valgrind/main/exp-ptrcheck/ |
sg_main.c | 1155 struct _StackFrame* outer; member in struct:_StackFrame [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
langhooks.h | 205 response to CLAUSE. OUTER is corresponding outer region's 207 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 312 CstType outer = foundThisClass.getOuterClass(); local 313 if (outer == null) {
|
/external/v8/test/mjsunit/compiler/ |
variables.js | 54 // Local function reads x from an outer context.
|
/frameworks/base/services/java/com/android/server/wm/ |
ScreenRotationAnimation.java | 241 Rect outer = new Rect(-finalWidth, -finalHeight, finalWidth * 2, finalHeight * 2); local 243 mBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER);
|