/frameworks/support/v4/java/android/support/v4/app/ |
FragmentActivity.java | 117 HashMap<String, Object> children; field in class:FragmentActivity.NonConfigurationInstances 487 nci.children = null;
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
NodeImpl.java | 42 * <p>This class represents a Node that has neither a parent nor children. 414 // remove all existing children
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferencesTest.java | 690 // test add/remove indirect children, or remove several children at the [all...] |
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 50 /* keep track of children so we can implement a waitpid-like routine */ 155 * of the children to die and return results. To call this function,
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileAdapter.java | 592 // Just line up children horizontally. 630 // 2. Set it to width/height of each children.
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 483 List<Action> children = mActions.get(mimeType); local 485 final Action firstInfo = children.get(0);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 206 /** Has children in the mailbox hierarchy */ 208 /** Children are visible in the UI */
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxFragmentAdapter.java | 117 * Projection used to retrieve immediate children for a mailbox. The columns need to 508 * Loads mailboxes that are the children of a given mailbox ID.
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 528 * En/disables all children for a given view. For linear and relative layout children do this
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 643 /** Cache of the children views of a row */ 678 // Cache the children
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 133 // Clients never have children. 691 // will auto expand, but the children of device may not already exist
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 103 // Get rid of any previous children 116 // What if you select children with different parents? Of different types?
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 156 // markers (and only the element, not its children), to force the marker display. 203 // markers (and only the element, not its children), to force the marker display.
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 527 for (int i = 0; i < node.children.size(); i++) { 528 if (!loadProfileDataRecursive(node.children.get(i), in)) {
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
ResourceRepository.java | 549 IAbstractResource[] children = folder.listMembers(); local 551 for (IAbstractResource childRes : children) {
|
/external/webkit/Source/WebCore/dom/ |
Range.cpp | 516 // case 4: containers A & B are siblings, or children of siblings 702 // commonRoot children between leftContents and rightContents 725 // delete all children of commonRoot between the start and end container 956 // does not allow children of the type of newNode or if newNode is an ancestor of the container. [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.cpp | 252 // Recursively walk the children. 541 RefPtr<HTMLCollection> children = head->children(); local 542 for (Node* child = children->firstItem(); child; child = children->nextItem()) { [all...] |
/external/chromium-trace/ |
script.js | 10 f=new g(c);e.push([c,f]);return f};return{FocusOutlineManager:g}});cr.define("cr.ui",function(){function g(){for(var b={TABBOX:e,TABS:c,TAB:f,TABPANELS:h,TABPANEL:a},d,m=0;d=this.children[m];m++){var i=b[d.tagName];i&&cr.ui.decorate(d,i)}}var e=cr.ui.define("tabbox");e.prototype={__proto__:HTMLElement.prototype,decorate:function(){g.call(this);this.addEventListener("selectedChange",this.handleSelectedChange_,!0);this.selectedIndex=0},handleSelectedChange_:function(a){var d=a.target;a.newValue&&(d.parentElement&&d.parentElement.parentElement)==this&&(this.selectedIndex= 11 Array.prototype.indexOf.call(d.parentElement.children,d))},selectedIndex_:-1};cr.defineProperty(e,"selectedIndex",cr.PropertyKind.JS_PROP,function(a){for(var d,c,f=0;d=this.children[f];f++)for(var e=0;c=d.children[e];e++)c.selected=e==a});var c=cr.ui.define("tabs");c.prototype={__proto__:HTMLElement.prototype,decorate:function(){g.call(this);this.tabIndex=0;this.addEventListener("keydown",this.handleKeyDown_.bind(this));this.focusOutlineManager_=cr.ui.FocusOutlineManager.forDocument(this.ownerDocument)}, 12 handleKeyDown_:function(a){var d=0;switch(a.keyIdentifier){case "Left":case "Up":d=-1;break;case "Right":case "Down":d=1}d&&("rtl"==this.ownerDocument.defaultView.getComputedStyle(this).direction&&(d*=-1),a=this.children.length,this.parentElement.selectedIndex=(this.parentElement.selectedIndex+d+a)%a,this.focusOutlineManager_.visible=!0)}};var f=cr.ui.define("tab");f.prototype={__proto__:HTMLElement.prototype,decorate:function(){var a=this;this.addEventListener(cr.isMac?"click":"mousedown",function(){a.selected= [all...] |
/external/clang/include/clang-c/ |
Index.h | [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 914 // push all the immediately-following actions out before children 929 $code.addAggr("children.{el,line,pos}", [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeGrammarRewriteAST.java | 845 // you want the children or not. You might be returning a whole new 868 // you want the children or not. You might be returning a whole new 892 // you want the children or not. You might be returning a whole new [all...] |
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 857 // //test add/remove indirect children, or remove several children at the [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 285 * Iterator that returns all immediate children of a given node 417 * Iterator that returns children of a given type for a given node. 507 * Iterator that returns children within a given namespace for a [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 396 for (var j = 0, item; item = miniview.children[j]; j++) { 818 var content = syncStatusElement.children[0]; 1031 messageContainer.textContent = ''; // Remove all children. [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | 175 // All of our widgets should have be children of / owned by the alignment. 254 // Show all children widgets of |tab_to_search_box_| initially, except 283 // Show all children widgets of |tab_to_search_hint_| initially. [all...] |