/external/icu4c/common/ |
udata.c | 145 findBasename(const char *path) { 146 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); 148 return path; 156 packageNameFromPath(const char *path) 158 if((path == NULL) || (*path == 0)) { 162 path = findBasename(path); 164 if((path == NULL) || (*path == 0)) 428 const char *path; \/* working path (u_icudata_Dir) *\/ member in struct:__anon2132 575 const char *path = NULL; local [all...] |
/external/icu4c/extra/uconv/ |
makedata.mak | 33 #Let's see if user has given us a path to ICU 34 #This could be found according to the path to makefile, but for now it is this way 36 !ERROR Can't find path! 38 !MESSAGE ICU path is $(ICUP) 53 PATH = $(ICUP)\bin64;$(PATH) 56 PATH = $(ICUP)\bin;$(PATH)
|
/external/iproute2/misc/ |
lnstat.h | 26 char path[PATH_MAX+1]; member in struct:lnstat_file 37 struct lnstat_file *lnstat_scan_dir(const char *path, const int num_req_files,
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-inherit | 6 path pre_shared_key "/etc/racoon/psk.txt"; 7 path certificate "/etc/racoon";
|
/external/skia/src/core/ |
SkPathHeap.h | 18 /** Copy the path into the heap, and return the new total number of paths. 20 this newly added (copied) path.
|
/external/stlport/stlport/stl/config/ |
_icc.h | 9 // Edit relative path below (or put full path) to get native
|
/external/v8/test/cctest/ |
testcfg.py | 30 from os.path import join, dirname, exists 39 def __init__(self, path, executable, mode, raw_name, dependency, context): 40 super(CcTestCase, self).__init__(context, path) 47 return "%s %s %s" % (self.mode, self.path[-2], self.path[-1]) 50 return self.path[-1] 81 def ListTests(self, current_path, path, mode): 97 if self.Contains(path, full_path):
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
rule_bison.py | 36 # INPUT_FILE is a path to either CSSGrammar.y or XPathGrammar.y. 41 import os.path namespace 50 inputName = os.path.basename(inputFile) 54 (inputRoot, inputExt) = os.path.splitext(inputName) 59 os.path.join(outputDir, inputRoot + '.cpp.h'), 60 os.path.join(outputDir, inputRoot + '.hpp'), 70 outputCpp = os.path.join(outputDir, inputRoot + '.cpp') 95 outputH = os.path.join(outputDir, inputRoot + '.h')
|
/external/webkit/WebCore/platform/graphics/qt/ |
PathQt.cpp | 31 #include "Path.h" 53 Path::Path() 57 Path::~Path() 61 Path::Path(const Path& other) 66 Path& Path::operator=(const Path& other [all...] |
/external/webkit/WebKit/android/ |
RenderSkinRadio.cpp | 57 String path = drawableDirectory + checks[0]; 58 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[0]); 59 path = drawableDirectory + checks[1]; 60 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[1]) && s_decoded; 61 path = drawableDirectory + checks[2]; 62 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[2]) && s_decoded; 63 path = drawableDirectory + checks[3]; 64 s_decoded = RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &s_bitmap[3]) && s_decoded;
|
/frameworks/base/core/jni/ |
android_util_FileObserver.cpp | 79 jstring path = NULL; local 83 path = env->NewStringUTF(event->name); 86 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path); 91 if (path != NULL) 93 env->DeleteLocalRef(path); 113 const char* path = env->GetStringUTFChars(pathString, NULL); local 115 res = inotify_add_watch(fd, path, mask); 117 env->ReleaseStringUTFChars(pathString, path);
|
/frameworks/base/graphics/java/android/graphics/ |
DiscretePathEffect.java | 22 * Chop the path into lines of segmentLength, randomly deviating from the 23 * original path by deviation.
|
SumPathEffect.java | 23 * (e.g. first(path) + second(path))
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 21 import android.graphics.Path; 37 private Path mPath; // this is what we actually draw 75 mPath = new Path(); 91 mPath.addRoundRect(r, mOuterRadii, Path.Direction.CW); 93 mPath.addRect(r, Path.Direction.CW); 101 Path.Direction.CCW); 103 mPath.addRect(mInnerRect, Path.Direction.CCW); 116 shape.mPath = new Path(mPath);
|
/frameworks/base/include/utils/ |
AssetDir.h | 80 FileInfo(const String8& path) // useful for e.g. svect.indexOf 81 : mFileName(path), mFileType(kFileTypeUnknown) 109 void set(const String8& path, FileType type) { 110 mFileName = path; 115 void setFileName(const String8& path) { mFileName = path; } 121 void setSourceName(const String8& path) { mSourceName = path; }
|
/sdk/templates/ |
build.template | 5 It contains the path to the SDK. It should *NOT* be checked in in Version 39 <path id="android.antlibs"> 40 <pathelement path="${sdk.dir}/tools/lib/anttasks.jar" /> 41 <pathelement path="${sdk.dir}/tools/lib/sdklib.jar" /> 42 <pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" /> 43 <pathelement path="${sdk.dir}/tools/lib/apkbuilder.jar" /> 44 <pathelement path="${sdk.dir}/tools/lib/jarutils.jar" /> 45 </path>
|
/system/core/toolbox/ |
wipe.c | 28 static void wipe (const char *path); 81 static void wipe (const char *path) 87 dir = opendir(path); 91 path, strerror(errno)); 97 strcpy(nameBuffer, path); 153 dir = opendir(path); 156 path, strerror(errno)); 161 strcpy(nameBuffer, path);
|
/bootable/bootloader/legacy/arch_armv6/ |
Android.mk | 9 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
|
/bootable/bootloader/legacy/arch_msm7k/ |
Android.mk | 18 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
|
/bootable/bootloader/legacy/libboot/ |
Android.mk | 18 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
|
/bootable/diskinstaller/ |
init.rc | 2 export PATH /sbin:/system/sbin:/system/bin
|
/bootable/recovery/etc/ |
init.rc | 3 export PATH /sbin
|
/dalvik/dx/src/junit/runner/ |
ClassPathTestCollector.java | 8 * class path. It considers all classes on the class path 22 String classPath= System.getProperty("java.class.path"); 58 String separator= System.getProperty("path.separator");
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
ClassPathTestCollector.java | 8 * class path. It considers all classes on the class path 22 String classPath= System.getProperty("java.class.path"); 58 String separator= System.getProperty("path.separator");
|
/dalvik/libcore/security/src/main/files/ |
certimport.sh | 10 # put required 1.6 VM at head of PATH 21 export PATH=$JDK6PATH:$PATH 40 echo "ERROR: could not find provider path $PROVIDER_PATH. Try installing with:"
|