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

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_def_task03.c 161 if (!strncpy(fullpath, path, len))
167 "From function scan_shares_files in %s ", fullpath);
cpuctl_def_task04.c 171 if (!strncpy(fullpath, path, len))
177 "From function scan_shares_files in %s ", fullpath);
cpuctl_test01.c 157 if (!strncpy(fullpath, path, len))
163 "From function scan_shares_files in %s ", fullpath);
cpuctl_test02.c 168 if (!strncpy(fullpath, path, len))
174 "From function scan_shares_files in %s ", fullpath);
cpuctl_test03.c 164 if (!strncpy(fullpath, path, len))
170 "From function scan_shares_files in %s ", fullpath);
cpuctl_test04.c 175 if (!strncpy(fullpath, path, len))
181 "From function scan_shares_files in %s ", fullpath);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DbgInfoPrinter.cpp 34 PrintDirectory("print-fullpath",
35 cl::desc("Print fullpath when printing debug info"),
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 197 const std::string &fullPath = getAbsolutePath(testDataPath + "greyscale.spv");
199 Module *m = Deserialize<Module>(readFile<uint32_t>(fullPath.c_str()));
pass_queue_test.cpp 88 const std::string &fullPath = getAbsolutePath(testDataPath + testFile);
89 return readFile<uint32_t>(fullPath);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py 271 FullPath = os.path.normpath(os.path.join(Root, File))
272 if FullPath not in mSourceFileList and File[-2:].upper() == '.H':
273 mSourceFileList.append(FullPath)
274 EotGlobalData.gOP_SOURCE_FILES.write('%s\n' % FullPath)
275 if FullPath not in mDecFileList and File.upper().find('.DEC') > -1:
276 mDecFileList.append(FullPath)
Database.py 176 FileID = self.TblFile.Insert(File.Name, File.ExtName, File.Path, File.FullPath, Model = File.Model, TimeStamp = File.TimeStamp)
197 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
  /external/tensorflow/tensorflow/tools/compatibility/
tf_upgrade.py 470 fullpath = os.path.join(dir_name, filename)
472 os.path.relpath(fullpath,
474 files_to_process.append((fullpath, fullpath_output))
477 fullpath = os.path.join(dir_name, filename)
480 fullpath, root_directory))
481 files_to_copy.append((fullpath, fullpath_output))
  /frameworks/base/graphics/java/android/graphics/
Typeface.java     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 394 self.FullPath = ''
419 def SetFullPath(self, FullPath):
420 self.FullPath = FullPath
423 return self.FullPath
  /external/autotest/utils/
test_importer.py 403 fullpath = os.path.join(directory, name)
404 if os.path.isfile(fullpath):
407 files.append(fullpath)
408 elif os.path.isdir(fullpath):
409 directories.append(fullpath)
  /external/ply/ply/test/
testlex.py 32 fullpath = cache_from_source(filename, optimization=optimization)
34 fullpath = cache_from_source(filename, ext=='.pyc')
38 fullpath = os.path.join(path,'__pycache__',modname)
40 fullpath = filename
41 return fullpath
  /frameworks/base/libs/hwui/
VectorDrawable.h 207 class ANDROID_API FullPath : public Path {
333 FullPath(const FullPath& path); // for cloning
334 FullPath(const char* path, size_t strLength) : Path(path, strLength) {}
335 FullPath() : Path() {}
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 136 # @var FullPath: To store value for FullPath
145 self.FullPath = ''
  /external/deqp/executor/
xeTestCase.cpp 266 std::string fullPath;
267 childGroup->getFullPath(fullPath);
269 groupMap.insert(std::make_pair(fullPath, childGroup));
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 355 FString fullPath;
356 if (NDir::MyGetFullPathName(phyPath, fullPath))
358 prop = GetRelativePath(simpleName, fs2us(fullPath));
ArchiveExtractCallback.cpp 324 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath)
343 fullPath.Empty();
345 fullPath = _dirPathPrefix;
350 fullPath.Add_PathSepar();
352 fullPath += us2fs(s);
358 CreateDir(fullPath);
    [all...]
  /external/valgrind/none/tests/
cmdline2.stdout.exp 69 --fullpath-after= (with nothing after the '=')
71 --fullpath-after=string like --fullpath-after=, but only show the
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DataModel.java 268 String fullPath = cursor.getString(pathColumn);
269 int fileNameStart = fullPath.lastIndexOf(File.separator);
274 String dirPath = fullPath.substring(0, fileNameStart);
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 366 final File fullPath = new File(folder, fileName);
368 fullPath.delete();
371 RestrictedProfileSettings.FILE_PROVIDER_AUTHORITY, fullPath);
  /external/dtc/
dtc.c 49 tree->fullpath = join_path(prefix, tree->name);
58 fill_fullpaths(child, tree->fullpath);

Completed in 735 milliseconds

1 2 3 4 5 67 8 91011>>