/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/ |
dynamic_patricia_trie_policy.cpp | 50 if (!dicNode->hasChildren()) { 68 nodeReader->hasChildren(), nodeReader->isBlacklisted() || nodeReader->isNotAWord(), 151 if (!nodeReader->hasChildren()) {
|
dynamic_patricia_trie_reading_helper.h | 167 if (mNodeReader.hasChildren()) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXPolicyNode.java | 82 public boolean hasChildren()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXListBox.cpp | 116 if (!hasChildren())
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node.h | 117 true /* hasChildren */, false /* isBlacklistedOrNotAWord */, 0 /* depth */, 130 true /* hasChildren */, false /* isBlacklistedOrNotAWord */, 0 /* depth */, 161 const int probability, const bool isTerminal, const bool hasChildren, 170 isTerminal, hasChildren, isBlacklistedOrNotAWord, newDepth, newLeavingDepth); 191 bool hasChildren() const { 192 return mDicNodeProperties.hasChildren();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitPropertyTester.java | 94 return ((IPackageFragment) element).hasChildren();
|
/external/llvm/lib/DebugInfo/ |
DWARFCompileUnit.cpp | 133 if (curr_die_abbrev->hasChildren()) 186 if (AbbrDecl->hasChildren())
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPIteratorImpl.java | 314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren())) 582 if (!getOptions().isJustLeafnodes() || !child.hasChildren())
|
XMPNode.java | 348 public boolean hasChildren() 674 if (hasChildren()) 783 if (recursive && hasChildren())
|
XMPNormalizer.java | 384 else if (baseNode.hasChildren()) 503 if (!schema.hasChildren()) 602 if (dcRightsArray == null || !dcRightsArray.hasChildren())
|
XMPSerializerRDF.java | 688 if (!node.hasChildren()) 1077 if (!node.hasChildren()) 1146 if (isStartTag || arrayNode.hasChildren()) 1164 if (isStartTag && !arrayNode.hasChildren()) [all...] |
XMPNodeUtils.java | 311 if (!parent.hasChildren() && parent.getOptions().isSchemaNode()) 747 if (arrayNode.getOptions().isArrayAlternate() && arrayNode.hasChildren()) 823 else if (!arrayNode.hasChildren())
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtilsTest.java | 189 private static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { 190 if (hasChildren) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScopeChainSidebarPane.js | 154 if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperties)
|
ProfileDataGridTree.js | 31 * @param {boolean} hasChildren 33 WebInspector.ProfileDataGridNode = function(profileNode, owningTree, hasChildren) 37 WebInspector.DataGridNode.call(this, null, hasChildren);
|
ObjectPropertiesSection.js | 237 this.hasChildren = this.property.value.hasChildren && !this.property.wasThrown; 316 this.hasChildren = false; 580 this.hasChildren = true; 668 this.hasChildren = true; [all...] |
RemoteObject.js | 154 get hasChildren() 775 get hasChildren() 807 if (!this.hasChildren)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TreeNode.h | 69 bool hasChildren() const { return m_firstChild; }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionItem.java | 219 return node.getDescriptor().hasChildren();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 75 if (mUiNode.getDescriptor().hasChildren()) {
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/ |
tree.jquery.js | 490 if (tree.hasChildren()) { 496 Node.prototype.hasChildren = function() { 501 return this.hasChildren() || this.load_on_demand; 532 if (_this.hasChildren() && result) { 587 if (node.hasChildren()) { [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 658 boolean hasChildren = false; 670 hasChildren = true; 680 if (hasChildren) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 464 boolean hasChildren = isViewGroup || parentDescriptor.hasChildren(); 466 if (hasChildren && builtInList != null) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoring.java | 280 if (multiEdit.hasChildren()) { 396 if (multiEdit.hasChildren()) { 442 if (textEdit != null && textEdit.hasChildren()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasViewInfoTest.java | 45 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { 46 if (hasChildren) { 55 boolean hasChildren) { 57 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren); 65 public static UiViewElementNode createNode(String fqn, boolean hasChildren) { 66 return createNode(null, fqn, hasChildren); [all...] |