HomeSort by relevance Sort by last modified time
    Searched refs:pathSpec (Results 1 - 5 of 5) sorted by null

  /external/freetype/include/freetype/
ftmac.h 126 * pathSpec ::
139 FSSpec* pathSpec,
157 * pathSpec ::
170 FSSpec* pathSpec,
  /cts/hostsidetests/compilation/src/android/compilation/cts/
AdbRootDependentCompilationTest.java 283 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0];
284 pathSpec = pathSpec.replace("package:", "");
285 assertTrue("Failed find APK " + pathSpec, doesFileExist(pathSpec));
289 "--apk=" + pathSpec,
290 "--dex-location=" + pathSpec,
324 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0];
325 Matcher matcher = Pattern.compile("^package:(.+/)base\\.apk$").matcher(pathSpec);
327 assertTrue("Malformed spec: " + pathSpec, found)
    [all...]
  /external/freetype/builds/mac/
ftmac.c 180 FSSpec* pathSpec,
184 FT_UNUSED( pathSpec );
194 FSSpec* pathSpec,
272 FMGetFontContainer( the_font, pathSpec );
403 FSSpec* pathSpec,
407 FT_UNUSED( pathSpec );
418 FSSpec* pathSpec,
430 pathSpec, NULL ) )
    [all...]
  /external/freetype/src/base/
ftmac.c 127 FSSpec* pathSpec,
131 FT_UNUSED( pathSpec );
248 FSSpec* pathSpec,
254 FT_UNUSED( pathSpec );
271 pathSpec, NULL ) )
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 481 milliseconds