/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/ |
dynamic_patricia_trie_writing_helper.cpp | 73 if (!nodeReader->hasChildren()) { 234 if (originalNode->hasChildren()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 200 boolean hasChildren = children.size() > 0; 201 UiViewElementNode node = createNode(parent, fqcn, hasChildren);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
BottomUpProfileDataGridTree.js | 93 this.hasChildren = this._willHaveChildren(this.profileNode);
|
HeapSnapshotGridNodes.js | 35 * @param {boolean} hasChildren 37 WebInspector.HeapSnapshotGridNode = function(tree, hasChildren) 39 WebInspector.DataGridNode.call(this, null, hasChildren); 533 this.hasChildren = !isEmpty; [all...] |
NavigatorView.js | 488 * @param {boolean} hasChildren 491 WebInspector.BaseNavigatorTreeElement = function(type, title, iconClasses, hasChildren, noIcon) 494 TreeElement.call(this, "", null, hasChildren); 805 hasChildren: function() 1001 hasChildren: function() [all...] |
ElementsTreeOutline.js | [all...] |
ResourcesPanel.js | 788 * @param {boolean=} hasChildren 791 WebInspector.BaseStorageTreeElement = function(storagePanel, representedObject, title, iconClasses, hasChildren, noIcon) 793 TreeElement.call(this, "", representedObject, hasChildren); [all...] |
WatchExpressionsSidebarPane.js | 483 if (this.hasChildren && this.propertyPath() in this.treeOutline.section._expandedProperties)
|
/prebuilts/tools/common/m2/internal/org/slf4j/slf4j-api/1.7.2/ |
slf4j-api-1.7.2.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 656 if (parent.hasChildren()) { 673 public boolean hasChildren(Object element) { 678 return ((GLCallNode) element).hasChildren(); 771 if (!element.hasChildren()) { [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_tree.js | 97 this.hasChildren = false; 100 this.hasChildren = true; 228 // Sets hasChildren=false tentatively. This will be overridden after 230 this.hasChildren = false; 273 this.hasChildren = false;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
suggest.cpp | 477 if (dicNode->hasChildren() && allowsLookAhead) { 585 if (childDicNodes1[i]->hasChildren()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 231 if (importEdits.hasChildren()) { 278 if (importEdits.hasChildren()) {
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXObject.h | 490 bool hasChildren() const { return m_haveChildren; }
|
AXObject.cpp | 546 if (!hasChildren())
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugInfoEntry.cpp | 41 AbbrevDecl->hasChildren() ? '*' : ' ');
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderSelectionActivity.java | 351 if (folder.hasChildren && !folder.equals(mNavigatedFolder)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 97 if (ui_node.getDescriptor().hasChildren()) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
RFC3280CertPathUtilities.java | [all...] |
CertPathValidatorUtilities.java | 447 if (_node.hasChildren()) 635 if (!node2.hasChildren()) [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 445 public final boolean hasChildren() { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 198 assertFalse(mWindow.hasChildren()); 203 assertTrue(container.hasChildren()); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/ |
MockUiProvider.java | 283 String name, boolean hasChildren, int unread, int total) { 290 folderMap.put(FolderColumns.HAS_CHILDREN, new Integer(hasChildren ? 1 : 0));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 714 boolean fill = descriptor.hasChildren() && [all...] |