/external/icu4c/tools/toolutil/ |
filetools.cpp | 22 #define MAX_PATH_SIZE 4096 /* Set the limit for the size of the path. */ 57 /* If this new path is a directory, make a recursive call with the newpath. */ 120 /* Swap the file separater character given with the new one in the file path. */
|
/external/junit/src/junit/swingui/ |
TestSuitePanel.java | 156 Object[] path= new Object[vpath.size()]; 157 vpath.copyInto(path); 158 TreePath treePath= new TreePath(path);
|
/external/libpcap/ |
mkdep | 16 PATH=/bin:/usr/bin:/usr/ucb:/usr/local:/usr/local/bin 17 export PATH 70 # hack can't deal with anything that requires a search path, and doesn't
|
/external/opencore/tools_v2/build/make/ |
basic_defs.mk | 1 # Function that returns the path information of the makefile. 54 $(foreach path,$(1),$(patsubst %,/%,$(subst $(SPACE),/,$(call truncate,$(call truncate,$(subst /, ,$(dir $(path))))))))
|
/external/qemu/android/skin/ |
image.h | 33 const char* path; /* image file path (must be .png) */ member in struct:SkinImageDesc 59 extern SkinImage* skin_image_find_simple( const char* path );
|
/external/qemu/android/utils/ |
tempfile.c | 37 ** you can then call tempfile_path() to retrieve the TempFile's real path to open 38 ** it. the returned path is owned by the TempFile object and should not be freed. 67 D( "TEMP directory path is too long" );
|
/external/quake/quake/src/QW/client/ |
sys_null.c | 26 int Sys_FileTime (char *path) 30 f = fopen(path, "rb"); 40 void Sys_mkdir (char *path)
|
/external/skia/include/utils/ |
SkDumpCanvas.h | 71 virtual bool clipPath(const SkPath& path, 80 virtual void drawPath(const SkPath& path, const SkPaint& paint); 97 const SkPath& path, const SkMatrix* matrix,
|
SkProxyCanvas.h | 43 virtual bool clipPath(const SkPath& path, 52 virtual void drawPath(const SkPath& path, const SkPaint& paint); 69 const SkPath& path, const SkMatrix* matrix,
|
/external/srec/srec/include/ |
portable.h | 64 LCHAR path[P_PATH_MAX]; local 65 LCHAR *tmp = path; 69 CHKLOG(rc, pf_get_cwd (path, &len));
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 18 // heuristics and path compression. 41 // Performs path compression if needed. 87 stack<T*> exec_stack_; // Used for path compression.
|
/external/tcpdump/ |
mkdep | 16 PATH=/bin:/usr/bin:/usr/ucb:/usr/local:/usr/local/bin 17 export PATH 70 # hack can't deal with anything that requires a search path, and doesn't
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_maketokenizer.py | 39 # OUTPUTS must contain a single item: a path to tokenizer.cpp. 41 # INPUTS must contain exactly two items. The first item must be the path to 42 # maketokenizer. The second item must be the path to tokenizer.flex.
|
action_useragentstylesheets.py | 40 # OUTPUTS must contain two items, in order: a path to UserAgentStyleSheets.h 41 # and a path to UserAgentStyleSheetsData.cpp. 43 # INPUTS must contain at least two items. The first item must be the path to
|
/external/webkit/WebCore/WebCore.vcproj/ |
build-generated-files.sh | 33 # Do a little dance to get the path into 8.3 form to make it safe for gnu make 42 # Do a little dance to get the path into 8.3 form to make it safe for gnu make 50 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
|
/external/webkit/WebCore/ |
combine-javascript-resources | 32 use File::Path; 43 print "Usage: $0 --input-html <path> --output-dir path --output-script-name <name>\n";
|
/external/webkit/WebCore/css/ |
svg.css | 33 outermost 'svg' element is ignored for the purposes of visual rendering and the initial clipping path is set 38 the user agent will establish an initial clipping path equal to the bounds of the initial viewport; otherwise, 39 the initial clipping path is set according to the clipping rules as defined in [CSS2-overflow].
|
/external/webkit/WebCore/plugins/ |
PluginPackage.h | 51 static PassRefPtr<PluginPackage> createPackage(const String& path, const time_t& lastModified); 55 const String& path() const { return m_path; } function in class:WebCore::PluginPackage 83 PluginPackage(const String& path, const time_t& lastModified);
|
/external/webkit/WebCore/rendering/ |
SVGMarkerLayoutInfo.cpp | 69 FloatRect SVGMarkerLayoutInfo::calculateBoundaries(SVGResourceMarker* startMarker, SVGResourceMarker* midMarker, SVGResourceMarker* endMarker, float strokeWidth, const Path& path) 76 path.apply(this, processStartAndMidMarkers);
|
/external/webkit/WebCore/svg/ |
SVGAnimationElement.h | 29 #include "Path.h" 100 virtual Path animationPath() const { return Path(); }
|
SVGStyledTransformableElement.cpp | 112 // By default, any subclass is expected to do path-based drawing 116 Path SVGStyledTransformableElement::toClipPath() const 118 Path pathData = toPathData();
|
/external/webkit/WebKit/wx/ |
WebSettings.h | 132 Sets the path where local data will be stored. 134 void SetLocalStoragePath(const wxString& path); 137 Returns the path where local data will be stored.
|
/external/webkit/WebKitTools/Scripts/ |
test-webkit-scripts | 53 """Return an absolute path to the given script.""" 54 return os.path.join(self.scripts_directory, script_file_name) 84 tester = ScriptsTester(os.path.dirname(__file__))
|
/frameworks/base/core/java/android/content/pm/ |
InstrumentationInfo.java | 39 * Full path to the location of this package. 44 * Full path to the location of the publicly available parts of this package (i.e. the resources 49 * Full path to a directory assigned to the package for its persistent
|
/frameworks/base/core/java/android/os/storage/ |
IMountService.aidl | 82 * the specified path. 84 int[] getStorageUsers(String path); 135 * Returns the filesystem path of a mounted secure container.
|