/external/icu/icu4c/source/i18n/ |
D | reldatefmt.cpp | 214 LocalUResourceBundlePointer topLevel( in initRelativeUnit() local 221 topLevel.getAlias(), "future", NULL, &status)); in initRelativeUnit() 230 topLevel.getAlias(), "past", NULL, &status)); in initRelativeUnit() 245 LocalUResourceBundlePointer topLevel( in initRelativeUnit() local 250 initRelativeUnit(topLevel.getAlias(), relativeUnit, status); in initRelativeUnit() 259 LocalUResourceBundlePointer topLevel( in addTimeUnit() local 264 initRelativeUnit(topLevel.getAlias(), relativeUnit, status); in addTimeUnit() 266 if (!getStringWithFallback(topLevel.getAlias(), "dn", unitName, status)) { in addTimeUnit() 271 topLevel.getAlias(), ULOC_ACTUAL_LOCALE, &status); in addTimeUnit() 281 topLevel.getAlias(), "relative", topLevel.getAlias(), &status); in addTimeUnit() [all …]
|
D | measfmt.cpp | 308 LocalUResourceBundlePointer topLevel(ures_open(NULL, localeId, &status)); in createData() local 320 topLevel.getAlias(), in createData() 326 topLevel.getAlias(), status)); in createData()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | ValueEncoder.java | 269 public void writeArray(CstArray array, boolean topLevel) { in writeArray() argument 270 boolean annotates = topLevel && out.annotates(); in writeArray() 307 public void writeAnnotation(Annotation annotation, boolean topLevel) { in writeAnnotation() argument 308 boolean annotates = topLevel && out.annotates(); in writeAnnotation()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | commit-log-editor | 216 my $topLevel = determineVCSRoot(); 283 $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel);
|
/external/yaffs2/yaffs2/ |
D | yaffs_guts.c | 835 int level = fStruct->topLevel; in yaffs_FindLevel0Tnode() 855 if (requiredTallness > fStruct->topLevel) { in yaffs_FindLevel0Tnode() 902 if (fStruct->topLevel < 0 || fStruct->topLevel > YAFFS_TNODES_MAX_LEVEL) { in yaffs_AddOrFindLevel0Tnode() 920 if (requiredTallness > fStruct->topLevel) { in yaffs_AddOrFindLevel0Tnode() 922 for (i = fStruct->topLevel; i < requiredTallness; i++) { in yaffs_AddOrFindLevel0Tnode() 935 fStruct->topLevel = requiredTallness; in yaffs_AddOrFindLevel0Tnode() 940 l = fStruct->topLevel; in yaffs_AddOrFindLevel0Tnode() 1199 topLevel, 0); in yaffs_SoftDeleteFile() 1259 if (fStruct->topLevel > 0) { in yaffs_PruneFileStructure() 1261 yaffs_PruneWorker(dev, fStruct->top, fStruct->topLevel, 0); in yaffs_PruneFileStructure() [all …]
|
D | yaffs_guts.h | 374 int topLevel; member
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ObjectPropertiesSection.js | 824 …ayGroupingTreeElement._populateRanges = function(treeElement, object, fromIndex, toIndex, topLevel) argument 912 if (topLevel)
|
/external/clang/docs/analyzer/ |
D | DebugChecks.rst | 121 void topLevel() {
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Texture.cpp | 81 int topLevel = texture ? texture->getTopLevel() : 0; in getSamplerStateWithNativeOffset() local 82 sampler->baseLevel = topLevel + mSamplerState.baseLevel; in getSamplerStateWithNativeOffset()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 5145 xmlNodePtr node, int topLevel) in xmlSchemaAddAttribute() argument 5163 if (topLevel) in xmlSchemaAddAttribute() 5308 xmlNodePtr node, int topLevel) in xmlSchemaAddElement() argument 5326 if (topLevel) in xmlSchemaAddElement() 5350 xmlNodePtr node, int topLevel) in xmlSchemaAddType() argument 5367 if (topLevel) { in xmlSchemaAddType() 6201 int topLevel); 6206 int topLevel); 8436 xmlNodePtr node, int *isElemRef, int topLevel) in xmlSchemaParseElement() argument 8461 if ((topLevel) || (attr == NULL)) { in xmlSchemaParseElement() [all …]
|
/external/libxml2/ |
D | xmlschemas.c | 5164 xmlNodePtr node, int topLevel) in xmlSchemaAddAttribute() argument 5182 if (topLevel) in xmlSchemaAddAttribute() 5327 xmlNodePtr node, int topLevel) in xmlSchemaAddElement() argument 5345 if (topLevel) in xmlSchemaAddElement() 5369 xmlNodePtr node, int topLevel) in xmlSchemaAddType() argument 5386 if (topLevel) { in xmlSchemaAddType() 6220 int topLevel); 6225 int topLevel); 8455 xmlNodePtr node, int *isElemRef, int topLevel) in xmlSchemaParseElement() argument 8480 if ((topLevel) || (attr == NULL)) { in xmlSchemaParseElement() [all …]
|