Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 90) sorted by relevance

1234

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Dgjslint.py79 def _MultiprocessCheckPaths(paths): argument
103 def _CheckPaths(paths): argument
150 def _PrintFileSummary(paths, records): argument
165 def _PrintSummary(paths, error_records): argument
/external/llvm/utils/lit/lit/
Dutil.py71 def which(command, paths = None): argument
108 def whichTools(tools, paths): argument
DLitConfig.py83 def getToolsPath(self, dir, paths, tools): argument
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.h101 explicit SimpleSymbolSupplier(const vector<string> &paths) : paths_(paths) {} in SimpleSymbolSupplier()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java121 protected void eleminateRedundent(ElemTemplateElement psuedoVarRecipient, Vector paths) in eleminateRedundent()
152 protected void eleminateSharedPartialPaths(ElemTemplateElement psuedoVarRecipient, Vector paths) in eleminateSharedPartialPaths()
554 protected MultistepExprHolder createMultistepExprList(Vector paths) in createMultistepExprList()
599 Vector paths) in findAndEliminateRedundant()
678 Vector paths) in oldFindAndEliminateRedundant()
786 Vector paths, ElemTemplateElement psuedoVarRecipient) in changeToVarRef()
1216 protected void diagnoseNumPaths(Vector paths, int numPathsEliminated, in diagnoseNumPaths()
1268 private static void validateNewAddition(Vector paths, ExpressionOwner owner, in validateNewAddition()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorStripSpace.java63 WhitespaceInfoPaths paths = new WhitespaceInfoPaths(thisSheet); in startElement() local
DProcessorPreserveSpace.java64 WhitespaceInfoPaths paths = new WhitespaceInfoPaths(thisSheet); in startElement() local
/external/parameter-framework/tools/xmlGenerator/
DPfwBaseTranslator.py116 def setElementSequence(self, paths): argument
170 def _doSetElementSequence(self, paths): argument
DPFWScriptGenerator.py74 def _doSetElementSequence(self, paths): argument
/external/jsilver/src/org/clearsilver/jni/
DJNI.java135 public static void setLibrarySearchPaths(String... paths) { in setLibrarySearchPaths()
/external/skia/tools/skpdiff/
Dskpdiff_util.cpp176 char** paths = globBuffer.gl_pathv; in glob_files() local
/external/skia/tools/
Dfind_bad_images_in_skps.py71 def list_files(paths): argument
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1273 void free_path(struct pathname *paths) in free_path()
1291 struct pathname *add_path(struct pathname *paths, char *target, char *alltarget) in add_path()
1393 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) in add_subdir()
1408 void free_subdir(struct pathnames *paths) in free_subdir()
1414 int matches(struct pathnames *paths, char *name, struct pathnames **new) in matches()
1478 struct pathnames *paths) in pre_scan()
1530 struct pathnames *paths) in dir_scan()
2502 struct pathnames *paths = NULL; in main() local
/external/jetty/src/java/org/eclipse/jetty/servlet/
DJspPropertyGroupServlet.java75 String[] paths = m.getPathSpecs(); in init() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
DTestUtil.java80 public static File getSystemResourceDir(String... paths) throws Exception { in getSystemResourceDir()
/external/skia/gm/
Dfatpathfill.cpp35 const SkPath paths[], int count) { in draw_fatpath()
/external/skia/tools/lua/
Dlua_pictures.cpp120 SkTArray<SkString> paths; in tool_main() local
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp365 GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, in stencilThenCoverFillPathInstanced()
380 GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, in stencilThenCoverStrokePathInstanced()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dscripts.c49 char *buf, *names[SCRIPT_MAX_NO], *paths[SCRIPT_MAX_NO]; in list_scripts() local
/external/jsoncpp/
Dmakerelease.py239 def sourceforge_release_tarball( sourceforge_project, paths, user=None, sftp='sftp' ): argument
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DLoggerFactory.java232 Enumeration<URL> paths; in findPossibleStaticLoggerBinderPathSet() local
/external/llvm/utils/
Dllvm-compilers-check182 def get_path_abbrevs(paths): argument
/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c206 static const char *paths[] = { in kgsl_pipe_new() local
/external/jetty/src/java/org/eclipse/jetty/webapp/
DStandardDescriptorProcessor.java1218 List<String> paths = new ArrayList<String>(); in addServletMapping() local
1242 List<String> paths = new ArrayList<String>(); in addFilterMapping() local
1330 List<String> paths = new ArrayList<String>(); in visitJspConfig() local
/external/clang/utils/analyzer/
DSATestBuild.py75 def which(command, paths = None): argument

1234