/external/v8/test/mjsunit/ |
debug-liveedit-patch-positions-replace.js | 31 // Scenario: a function is being changed, which causes enclosing function to
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
symbols.h | 70 Scope *funScope; // Points to base scope of enclosing function
|
/external/webkit/Source/WebCore/html/ |
HTMLLIElement.cpp | 99 // Find the enclosing list node.
|
HTMLTableColElement.cpp | 80 // used by table columns and column groups to share style decls created by the enclosing table.
|
HTMLTableSectionElement.cpp | 50 // used by table row groups to share style decls created by the enclosing table.
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGBlock.cpp | 67 // manually by RenderSVGRoot - which owns the documents enclosing root layer and thus works fine.
|
/external/webkit/Source/WebCore/storage/ |
SQLCallbackWrapper.h | 42 // - by destructing the enclosing wrapper - on any thread
|
/frameworks/base/core/java/android/app/backup/ |
FileBackupHelperBase.java | 87 // Create the enclosing directory.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 89 // Clicking this button will remove the list adapter and hide the outer enclosing view.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiModelTreeContentProvider.java | 85 * by the enclosing class.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
SourceRevealer.java | 50 // Inner classes are pointless: All we need is the enclosing type to find the file,
|
/sdk/emulator/qtools/ |
bb2sym.cpp | 118 // Create pointers to inner blocks and break up the enclosing block
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationUtils.java | 102 * @param clazz {@code non-null;} the enclosing class 116 * @param method {@code non-null;} the enclosing method
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationUtils.java | 101 * @param clazz {@code non-null;} the enclosing class 115 * @param method {@code non-null;} the enclosing method
|
/external/clang/test/Sema/ |
designated-initializers.c | 133 [0].c = 3, // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}} 135 [1].b = get8(), // expected-warning{{subobject initialization overrides initialization of other fields within its enclosing subobject}}
|
/external/webkit/Source/WebCore/editing/ |
IndentOutdentCommand.cpp | 138 // If the blockquote is inline, the start of the enclosing block coincides with 148 // outdentRegion() assumes it is operating on the first paragraph of an enclosing blockquote, but if there are multiply nested blockquotes and we've
|
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 654 * is in an enclosing class. 677 * constructor is in an enclosing class. 819 /* If fi == 0, the field must be a private field in an enclosing class. 882 * one declared in an enclosing class. 913 * one declared in an enclosing class. [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 81 enum DeadStoreKind { Standard, Enclosing, DeadIncrement, DeadInit }; 128 case Enclosing: 221 ? Enclosing
|
/external/proguard/src/proguard/shrink/ |
ClassShrinker.java | 155 // but its enclosing method is not. Then remove the reference to 156 // the enclosing method.
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayerCompositor.h | 297 // Enclosing clipping layer for iframe content 301 // Enclosing layer for overflow controls and the clipping layer
|
/frameworks/base/core/java/android/view/animation/ |
GridLayoutAnimationController.java | 415 * The number of columns in the view's enclosing grid layout. 420 * The number of rows in the view's enclosing grid layout.
|
/cts/tools/dasm/src/dasm/ |
ReservedWords.java | 57 reserved_words.put(".enclosing", new token(sym.DENCLOSING));
|
/dalvik/tests/031-class-attributes/src/ |
ClassAttrs.java | 141 System.out.println(" enclosing: "
|
/external/chromium/chrome/browser/resources/options/ |
autocomplete_list.js | 218 // an enclosing list item.
|
/external/clang/docs/ |
Block-ABI-Apple.txt | 144 Variables of "auto" storage class are imported as const copies. Variables of "__block" storage class are imported as a pointer to an enclosing data structure. Global variables are simply referenced and not considered as imported. 298 a) the forwarding pointer is set to the beginning of its enclosing structure, 299 b) the size field is initialized to the total size of the enclosing structure, 434 Blocks may contain Block literal expressions. Any variables used within inner blocks are imported into all enclosing Block scopes even if the variables are not used. This includes const imports as well as __block variables.
|