HomeSort by relevance Sort by last modified time
    Searched full:fullpath (Results 1 - 25 of 429) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
badfree3.vgtest 2 vgopts: -q --fullpath-after=memcheck/ --fullpath-after=coregrind/
varinfo5.vgtest 2 vgopts: --fullpath-after=memcheck/ --fullpath-after=coregrind/ --read-var-info=yes --read-inline-info=yes -q
  /external/skia/src/utils/
SkOSPath.cpp 19 SkString SkOSPath::Basename(const char* fullPath) {
20 if (!fullPath) {
23 const char* filename = strrchr(fullPath, SEPARATOR);
25 filename = fullPath;
32 SkString SkOSPath::Dirname(const char* fullPath) {
33 if (!fullPath) {
36 const char* end = strrchr(fullPath, SEPARATOR);
40 if (end == fullPath) {
41 SkASSERT(fullPath[0] == SEPARATOR);
44 return SkString(fullPath, end - fullPath)
    [all...]
SkOSPath.h 36 * Behaves like python's os.path.basename. If the fullPath is
38 * @param fullPath Full path to the file.
42 static SkString Basename(const char* fullPath);
46 * Behaves like python's os.path.dirname. If the fullPath is
48 * @param fullPath Full path to the file.
52 static SkString Dirname(const char* fullPath);
  /external/skqp/src/utils/
SkOSPath.cpp 19 SkString SkOSPath::Basename(const char* fullPath) {
20 if (!fullPath) {
23 const char* filename = strrchr(fullPath, SEPARATOR);
25 filename = fullPath;
32 SkString SkOSPath::Dirname(const char* fullPath) {
33 if (!fullPath) {
36 const char* end = strrchr(fullPath, SEPARATOR);
40 if (end == fullPath) {
41 SkASSERT(fullPath[0] == SEPARATOR);
44 return SkString(fullPath, end - fullPath)
    [all...]
SkOSPath.h 36 * Behaves like python's os.path.basename. If the fullPath is
38 * @param fullPath Full path to the file.
42 static SkString Basename(const char* fullPath);
46 * Behaves like python's os.path.dirname. If the fullPath is
48 * @param fullPath Full path to the file.
52 static SkString Dirname(const char* fullPath);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pysource.py 33 def _open(fullpath):
35 size = os.stat(fullpath).st_size
37 print_debug("%s: permission denied: %s" % (fullpath, err))
41 print_debug("%s: the file is too big: %d bytes" % (fullpath, size))
45 return open(fullpath, 'rU')
47 print_debug("%s: access denied: %s" % (fullpath, err))
50 def has_python_ext(fullpath):
51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
53 def looks_like_python(fullpath):
    [all...]
findnocoding.py 51 def needs_declaration(fullpath):
53 infile = open(fullpath, 'rU')
99 for fullpath in pysource.walk_python_files(args, is_python):
101 print "Testing for coding: %s" % fullpath
102 result = needs_declaration(fullpath)
104 print fullpath
  /external/python/cpython2/Tools/scripts/
pysource.py 33 def _open(fullpath):
35 size = os.stat(fullpath).st_size
37 print_debug("%s: permission denied: %s" % (fullpath, err))
41 print_debug("%s: the file is too big: %d bytes" % (fullpath, size))
45 return open(fullpath, 'rU')
47 print_debug("%s: access denied: %s" % (fullpath, err))
50 def has_python_ext(fullpath):
51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
53 def looks_like_python(fullpath)
    [all...]
  /external/python/cpython3/Tools/scripts/
pysource.py 33 def _open(fullpath):
35 size = os.stat(fullpath).st_size
37 print_debug("%s: permission denied: %s" % (fullpath, err))
41 print_debug("%s: the file is too big: %d bytes" % (fullpath, size))
45 return open(fullpath, "rb")
47 print_debug("%s: access denied: %s" % (fullpath, err))
50 def has_python_ext(fullpath):
51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
53 def looks_like_python(fullpath)
    [all...]
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 47 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath();
52 VectorDrawable::FullPath* srcFullPath =
53 reinterpret_cast<VectorDrawable::FullPath*>(srcFullPathPtr);
54 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath);
140 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
141 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 45 char fullpath[PATH_MAX]; \
53 snprintf(fullpath, sizeof(fullpath), "%s%s", basepath, \
55 pathlen = strlen(fullpath); \
57 if ((dp = opendir(fullpath)) == NULL) \
64 if (fullpath[pathlen - 1] == '/') { \
65 fullpath[pathlen - 1] = '\0'; \
68 sprintf(fullpath + pathlen, "/%s", direntp->d_name); \
69 stat(fullpath, &st); \
75 fullpath + start)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.h 21 #define OPEN_FILE_WB(filePtr, fullPath) \
24 if(fullPath != NULL) \
26 filePtr = fopen(fullPath, "wb"); \
29 printf("could not open %s to write to.", fullPath); \
39 #define OPEN_FILE_AB(filePtr, fullPath) \
42 if(fullPath != NULL) \
44 filePtr = fopen(fullPath, "ab"); \
47 printf("could not open %s to write to.", fullPath); \
57 #define OPEN_FILE_RB(filePtr, fullPath) \
60 if(fullPath != NULL)
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cd.c 22 If FullPath begining with ':' is invalid path, then ASSERT.
23 If FullPath not include dirve identifier , then do nothing.
24 If FullPath likes "fs0:\xx" or "fs0:/xx" , then do nothing.
25 If FullPath likes "fs0:xxx" or "fs0:", the drive replaced by CWD.
27 @param[in, out] FullPath The pointer to the string containing the path.
35 IN OUT CHAR16 **FullPath,
47 if (FullPath == NULL || *FullPath == NULL) {
51 Splitter = StrStr (*FullPath, L":");
52 ASSERT(Splitter != *FullPath);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
Linker.cpp 122 sys::Path FullPath(Directory);
125 FullPath.appendComponent(("lib" + Name).str());
126 FullPath.appendSuffix("a");
127 if (FullPath.isArchive())
128 return FullPath;
131 FullPath.eraseSuffix();
132 FullPath.appendSuffix("bca");
133 if (FullPath.isArchive())
134 return FullPath;
137 FullPath.eraseSuffix()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
FindFiles.c 80 char FullPath[MAX_PATH];
85 strcpy (FullPath, RootDirectory);
90 if (_getcwd (FullPath, sizeof (FullPath)) == NULL) {
97 if (FullPath[strlen (FullPath) - 1] != '\\') {
98 strcat (FullPath, "\\");
101 strcat (FullPath, RootDirectory);
104 if (FullPath[strlen (FullPath) - 1] == '\\') {
    [all...]
  /external/icu/icu4c/source/common/
common.vcxproj 494 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
497 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
500 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
503 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
514 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
517 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
520 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
523 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
529 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
532 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicod
    [all...]
common_uwp.vcxproj 475 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
485 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
490 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
494 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
499 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
512 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
526 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
531 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
539 <Command>copy "%(FullPath)" ..\..\include\unicode</Command>
553 <Command>copy "%(FullPath)" ..\..\include\unicode</Command
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableFile.py 42 # @param FullPath: FullPath of a File
51 FullPath VARCHAR NOT NULL,
65 # @param FullPath: FullPath of a File
69 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp):
71 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
73 % (self.Table, self.ID, Name, ExtName, Path, FullPath, Model, TimeStamp)
91 return self.Insert(File.Name, File.ExtName, File.Path, File.FullPath, File.Model, TimeStamp)
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbinit 1 setting set frame-format "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}{:${function.name}()${function.pc-offset}}}{ at ${line.file.fullpath}:${line.number}}\n"
  /external/icu/icu4c/source/i18n/
i18n.vcxproj 492 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
495 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
498 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
501 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
507 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
510 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
513 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
516 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
521 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
524 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicod
    [all...]
i18n_uwp.vcxproj 494 <Command>copy "%(FullPath)" ..\..\include\unicode
500 <Command>copy "%(FullPath)" ..\..\include\unicode
505 <Command>copy "%(FullPath)" ..\..\include\unicode
510 <Command>copy "%(FullPath)" ..\..\include\unicode
515 <Command>copy "%(FullPath)" ..\..\include\unicode
520 <Command>copy "%(FullPath)" ..\..\include\unicode
525 <Command>copy "%(FullPath)" ..\..\include\unicode
530 <Command>copy "%(FullPath)" ..\..\include\unicode
576 <Command>copy "%(FullPath)" ..\..\include\unicode
581 <Command>copy "%(FullPath)" ..\..\include\unicod
    [all...]
  /external/autotest/client/cros/video/
import_screenshot_capturer.py 50 fullpath = os.path.join(self.destination_dir, filename)
55 graphics_utils.take_screenshot_crop_by_height(fullpath,
60 return fullpath
  /external/autotest/client/site_tests/kernel_CrosECSysfs/
kernel_CrosECSysfs.py 39 fullpath = os.path.join(self.sysfs_path, filename)
40 return self._read_file(fullpath)
49 fullpath = os.path.join(self.sysfs_path, filename)
50 content = self._read_file(fullpath)
53 raise error.TestFail("no '%s' field in %s" % (field, fullpath))
  /frameworks/base/tools/aapt/
FileFinder.cpp 60 String8 fullPath = basePath.appendPathCopy(entryName);
62 if (isDirectory(fullPath.string()) ) {
64 findFiles(fullPath, extensions, fileStore,copy);
69 if (isFile(fullPath.string()) ) {
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore);

Completed in 2203 milliseconds

1 2 3 4 5 6 7 8 91011>>