Home
last modified time | relevance | path

Searched refs:treeDescription (Results 1 – 14 of 14) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DTreeException.m82 …t: <%@> new root: <%@>", [super description], [oldRoot treeDescription], [newRoot treeDescription]…
DBaseTree.h92 - (NSString *) treeDescription;
168 - (NSString *) treeDescription;
DTree.h125 - (NSString *) treeDescription;
DCommonTree.h69 - (NSString *) treeDescription;
DCommonTree.m258 - (NSString *) treeDescription
265 [desc appendFormat:@"%@", [[children objectAtIndex:childIdx] treeDescription]];
DTree.m131 - (NSString *) treeDescription
DBaseTree.m505 - (NSString *) treeDescription
532 return [self treeDescription];
/external/antlr/runtime/ObjC/Framework/examples/treerewrite/
Dmain.m22 NSLog(@"tree: %@", [rule_tree treeDescription]);
/external/aac/libSACenc/src/
Dsacenc_tree.cpp156 SPACE_TREE_DESCRIPTION treeDescription; member
194 *pTreeDescription = treeConfigTable[i].treeDescription; in getTreeConfig()
Dsacenc_bitstream.h203 TREEDESCRIPTION treeDescription; member
Dsacenc_lib.cpp1743 hSsc->treeDescription.numOttBoxes = spaceTreeDescription.nOttBoxes; in FillSpatialSpecificConfig()
1744 hSsc->treeDescription.numInChan = spaceTreeDescription.nInChannels; in FillSpatialSpecificConfig()
1745 hSsc->treeDescription.numOutChan = spaceTreeDescription.nOutChannels; in FillSpatialSpecificConfig()
Dsacenc_bitstream.cpp750 numOttBoxes = selfPtr->spatialSpecificConfig.treeDescription.numOttBoxes; in fdk_sacenc_writeSpatialFrame()
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/
DCommonTreeTest.m442 NSString *treeDesc = [tree treeDescription];
447 …STAssertTrue([[parent treeDescription] isEqualToString:@"nil"], @"Tree description was not nil was…
449 treeDesc = [parent treeDescription];
457 treeDesc = [parent treeDescription];
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
Dmain.m59 NSLog(@"tree: %@", [program_tree treeDescription]);