HomeSort by relevance Sort by last modified time
    Searched full:nodepath (Results 1 - 11 of 11) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java 50 SimplePath nodePath = new SimplePath(node, rootPath);
51 assertTrue(nodePath.hasPrefix());
52 assertEquals(rootPath, nodePath.prefixOrNull());
53 assertEquals(rootPath, nodePath.getPrefix());
  /external/deqp/framework/common/
tcuTestExecutor.cpp 238 string nodePath = "";
243 nodePath += ".";
244 nodePath += iter.node->getName();
258 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
269 case NODETYPE_PACKAGE: enterTestPackage(static_cast<TestPackage*>(node), nodePath.c_str()); break;
270 case NODETYPE_GROUP: enterGroupNode(static_cast<TestCaseGroup*>(node), nodePath.c_str()); break;
274 case NODETYPE_SELF_VALIDATE: enterOk = enterTestCase(static_cast<TestCase*>(node), nodePath.c_str()); break;
323 fprintf(m_testCaseListFile, "TEST: %s\n", nodePath.c_str());
325 fprintf(m_testCaseListFile, "GROUP: %s\n", nodePath.c_str())
    [all...]
  /system/vold/
DirectVolume.cpp 145 char nodepath[255]; local
147 snprintf(nodepath,
148 sizeof(nodepath), "/dev/block/vold/%d:%d",
150 if (createDeviceNode(nodepath, major, minor)) {
151 SLOGE("Error making device node '%s' (%s)", nodepath,
Volume.cpp 376 char nodepath[256]; local
395 snprintf(nodepath,
396 sizeof(nodepath), "/dev/block/vold/%d:%d",
398 if (createDeviceNode(nodepath, new_major, new_minor)) {
399 SLOGE("Error making device node '%s' (%s)", nodepath,
403 // Todo: Either create sys filename from nodepath, or pass in bogus path so
405 updateDeviceInfo(nodepath, new_major, new_minor);
VolumeManager.cpp 1576 char nodepath[255]; local
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 386 // updated as children are parsed and projectionPatterns are searched in nodePath.
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 30 var nodePath = require('path');
32 filename = nodePath['normalize'](filename);
35 if (!ret && filename != nodePath['resolve'](filename)) {
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 88 var nodePath = require('path');
90 filename = nodePath['normalize'](filename);
93 if (!ret && filename != nodePath['resolve'](filename)) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 

Completed in 2002 milliseconds