HomeSort by relevance Sort by last modified time
    Searched full:path (Results 776 - 800 of 4958) sorted by null

<<31323334353637383940>>

  /external/clearsilver/man/man3/
cgi_init.3 27 hdf_file - the path to an HDF data set file that will also be
31 a be a full path, as the HDF search paths are not
  /external/e2fsprogs/lib/blkid/
devno.c 103 char path[1024]; local
111 if (dirlen + strlen(dp->d_name) >= sizeof(path))
119 sprintf(path, "%s/%s", dirname, dp->d_name);
120 if (stat(path, &st) < 0)
124 *devname = blkid_strdup(path);
127 path, *devname));
130 if (S_ISDIR(st.st_mode) && !lstat(path, &st) &&
132 add_to_dirlist(path, list);
  /external/icu4c/samples/legacy/
README 11 1) change it's include path so that it includes header files from the old versions
28 Build both current ICU and ICU 1.8.1. Take icuuc18.dll, icuin18.dll and icudt18l.dll and put them somewhere in PATH (a sane place would be wherever current dlls go).
31 Edit the two library entries with path so that they point to .lib files for your version of ICU.
37 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path to your libraries.
38 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is bad.
39 Linker says: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad.
40 Legacy crashes horribly: Sorry, didn't put any error checking. If legacy crashes that's most probably because it cannot find the data libraries. You can see which data library is not found by the part of the program that is running. Make sure program can find tha data library either by putting it where ever ICU_DATA points to OR by putting the DLL version of the data library somewhere on your PATH.
  /external/jpeg/
jmem-android.c 133 static FILE* getTempFileFromPath(const char * path) {
134 FILE * fd = fopen(path, "w+");
135 unlink(path);
140 char path[1024]; local
141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
142 FILE * fd = getTempFileFromPath(path);
145 // snprintf(path, 1023, "/data/data/.%d.tmp", getpid());
146 // fd = getTempFileFromPath(path);
  /external/netperf/
nettest_unix.h 31 char unix_path[32]; /* the path */
47 char unix_path[32]; /* the path */
76 char unix_path[32]; /* the path */
90 char unix_path[32]; /* the path to the dlpi device */
116 char unix_path[32]; /* the path */
130 char unix_path[32]; /* the path */
160 char unix_path[32]; /* the path */
175 char unix_path[32]; /* the path */
  /external/qemu/android/utils/
dirscanner.h 34 * get its full path.
44 /* A variant of dirScanner_next() which returns the full path
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiodev_c.h 24 /* Open the audio device, storing the pathname in 'path' */
25 extern int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic);
  /external/qemu/docs/
KERNEL.TXT 4 You need to have the Android toolchain in your path
23 emulator -kernel path/to/your/new/zImage <other-options>
  /external/quake/quake/src/QW/server/
sys.h 22 int Sys_FileTime (char *path);
24 void Sys_mkdir (char *path);
  /external/quake/quake/src/WinQuake/
sys_null.cpp 65 int Sys_FileOpenRead (char *path, int *hndl)
72 f = fopen(path, "rb");
84 int Sys_FileOpenWrite (char *path)
91 f = fopen(path, "wb");
93 Sys_Error ("Error opening %s: %s", path,strerror(errno));
120 int Sys_FileTime (char *path)
124 f = fopen(path, "rb");
134 void Sys_mkdir (char *path)
  /external/skia/src/core/
SkPathHeap.cpp 37 int SkPathHeap::append(const SkPath& path) {
39 new (p) SkPath(path);
SkScanPriv.h 38 // clipRect == null means path is entirely inside the clip
39 void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
SkTypeface.cpp 42 SkTypeface* SkTypeface::CreateFromFile(const char path[]) {
43 return SkFontHost::CreateTypefaceFromFile(path);
  /external/skia/src/gl/
SkGLDevice_SWLayer.h 20 virtual void drawPath(const SkDraw&, const SkPath& path,
32 const SkPath& path, const SkMatrix* matrix,
  /external/skia/src/svg/
SkSVGPath.cpp 25 DEFINE_SVG_INFO(Path)
28 parser._startElement("path");
  /external/stlport/stlport/stl/config/
_native_headers.h 18 # define _STLP_MAKE_HEADER(path, header) <path/header>
  /external/tcpdump/tests/
bgp_vpn_attrset.out 4 AS Path (2), length: 0, Flags [T]: empty
11 AS Path (2), length: 4, Flags [T]: 5555
  /external/v8/test/mjsunit/
testcfg.py 30 from os.path import join, dirname, exists
42 def __init__(self, path, file, mode, context, config):
43 super(MjsunitTestCase, self).__init__(context, path)
53 return self.path[-1]
106 def Ls(self, path):
109 return [f[:-3] for f in os.listdir(path) if SelectTest(f)]
111 def ListTests(self, current_path, path, mode):
121 if self.Contains(path, test):
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFCommon.vsprops 24 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;"
  /external/webkit/LayoutTests/http/tests/appcache/
main-resource-hash.html 31 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#bar");
46 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/main-resource-hash-frame.html#foo");
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access-frame.html 1 <html manifest="/resources/network-simulator.php?path=/appcache/resources/offline-access.manifest">
14 <script src="/resources/network-simulator.php?path=/appcache/resources/offline-access.js"></script>
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreGenerated.vcproj 25 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
26 ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
45 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
46 ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
  /external/webkit/WebCore/platform/gtk/
KURLGtk.cpp 35 String path = filenameToString(filename);
37 return path;
  /external/webkit/WebCore/rendering/
RenderSVGTextPath.h 36 Path layoutPath() const;
49 Path m_layoutPath;
  /external/webkit/WebCore/svg/
SVGPathSegList.h 31 class Path;
40 Path toPathData();

Completed in 418 milliseconds

<<31323334353637383940>>