Home
last modified time | relevance | path

Searched refs:childName (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java168 final String childName = children [c]; in enumeratePathDir() local
170 … final File child = dir != null ? new File (dir, childName) : new File (childName); in enumeratePathDir()
171 final File fullChild = new File (fullDir, childName); in enumeratePathDir()
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp223 char childName[256]; in frames() local
224 char* childNamePtr = childName; in frames()
225 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1); in frames()
228 DUMP_NAV_LOGD("DebugTestFrameGroup TEST%s_GROUP[] = {\n", childName); in frames()
237 DUMP_NAV_LOGD("TEST%s_RECTS, ", childName); in frames()
238 DUMP_NAV_LOGD("TEST%s_RECT_COUNT, ", childName); in frames()
239 DUMP_NAV_LOGD("TEST%s_RECTPARTS, ", childName); in frames()
240 DUMP_NAV_LOGD("TEST%s_BOUNDS,\n", childName); in frames()
241 DUMP_NAV_LOGD("TEST%s_WIDTH, ", childName); in frames()
242 DUMP_NAV_LOGD("TEST%s_HEIGHT,\n", childName); in frames()
[all …]