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

1 2 3 4 56 7 8 91011>>

  /external/python/cpython3/Tools/msi/
uploadrelease.proj 46 <Exec Command="&quot;$(GPG)&quot; -ba -o &quot;$(IntermediateOutputPath)\gpg\%(File.FileName)%(File.Extension).asc&quot; &quot;%(File.FullPath)&quot;" />
106 <Exec Command="&quot;$(PythonExe)&quot; generate_md5.py @(UserFiles->'&quot;%(FullPath)&quot;',' ')" />
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
LightCodeInsightParsingTestCase.java 184 public static void doCheckResult(String fullPath, String targetDataName, String text) throws IOException {
185 String expectedFileName = fullPath + File.separatorChar + targetDataName;
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 124 std::string *fullPath) {
126 if (fullPath) {
127 *fullPath = sharedLibName;
176 void* SharedLibraryUtils::loadAndDeleteSharedLibrary(const char *fullPath) {
177 void *loaded = dlopen(fullPath, RTLD_NOW | RTLD_LOCAL);
179 ALOGE("Unable to open shared library (%s): %s", fullPath, dlerror());
183 int r = unlink(fullPath);
185 ALOGE("Could not unlink copy %s", fullPath);
rsCpuExecutable.h 56 // Load the shared library referred to by fullPath, and delete it right
61 static void* loadAndDeleteSharedLibrary(const char *fullPath);
  /frameworks/rs/
rsFont.cpp 755 char fullPath[1024];
758 strlcpy(fullPath, root, sizeof(fullPath));
759 strlcat(fullPath, "/fonts/Roboto-Regular.ttf", sizeof(fullPath));
760 fullPath[sizeof(fullPath)-1] = '\0';
761 mDefault.set(Font::create(mRSC, fullPath, 8, mRSC->getDPI()));
  /frameworks/rs/rsov/compiler/spirit/
module_test.cpp 48 const std::string &fullPath = getAbsolutePath(testDataPath + testFile);
49 return readFile<uint32_t>(fullPath);
  /external/autotest/server/cros/dynamic_suite/
control_file_getter.py 211 fullpath = os.path.join(directory, name)
212 if os.path.isfile(fullpath):
215 self._files.append(fullpath)
216 elif os.path.isdir(fullpath):
217 directories.append(fullpath)
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCompat.java     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 74 FullPath = os.path.normpath(os.path.join(WorkspaceDir, Path))
75 if os.path.exists(FullPath):
76 Logger.Info(ST.ERR_DIR_ALREADY_EXIST%FullPath)
98 FullPath = os.path.normpath(os.path.join(WorkspaceDir, Path))
99 if os.path.exists(FullPath) and FullPath not in PathList:
101 elif Path == FullPath:
102 Logger.Info(ST.MSG_RELATIVE_PATH_ONLY%FullPath)
120 FullPath = os.path.normpath(os.path.join(WorkspaceDir, File))
121 if os.path.exists(FullPath):
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 272 UString fullPath;
274 fullPath = kEmptyFileAlias;
279 fullPath = prop.bstrVal;
281 _filePath = fullPath;
483 FString FullPath;
624 FString path = DirPrefix + dirItem.FullPath;
769 di.FullPath = name;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 104 String fullpath; field in class:FtpURLConnection
385 fullpath = pathname + "/" + (filename != null ? filename : "");
387 fullpath = filename;
498 String ftype = guessContentTypeFromName(fullpath);
508 cd(fullpath);
518 throw new FileNotFoundException(fullpath);
520 throw new FileNotFoundException(fullpath);
  /external/autotest/client/cros/graphics/
graphics_utils.py 525 def take_screenshot_crop_by_height(fullpath, final_height, x_offset_pixels,
531 @param fullpath: path, fullpath of the file that will become the image file.
546 cropped.save(fullpath)
547 return fullpath
550 def take_screenshot_crop_x(fullpath, box=None):
553 @param fullpath: path, full path to save the image to.
566 utils.system('%s %s' % (cmd, fullpath))
575 def take_screenshot_crop(fullpath, box=None, crtc_id=None):
578 @param fullpath: path, full path to save the image to
    [all...]
  /external/valgrind/none/tests/
cmdline1.stdout.exp 69 --fullpath-after= (with nothing after the '=')
71 --fullpath-after=string like --fullpath-after=, but only show the
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 251 It is the caller's responsibility to free() FullPath and MapPath when they
255 @param[out] FullPath
273 OUT wchar_t **FullPath,
354 *FullPath = WPath;
  /external/autotest/client/site_tests/ui_SystemTray/
ui_SystemTray.py 54 @param filepath: path, fullpath to where the screenshot will be saved to
  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 15 TEST(ScopedTempDir, FullPath) {
  /external/ply/ply/test/
testyacc.py 27 fullpath = importlib.util.cache_from_source(filename, ext=='.pyc')
31 fullpath = os.path.join(path,'__pycache__',modname)
33 fullpath = filename
34 return fullpath
  /external/python/cpython2/PCbuild/
_ctypes.vcxproj 95 <Command>ml64 /nologo /c /Zi /Fo "$(IntDir)win64.obj" "%(FullPath)"</Command>
tk.vcxproj 68 @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
  /external/python/cpython3/PCbuild/
_ctypes.vcxproj 95 <Command>ml64 /nologo /c /Zi /Fo "$(IntDir)win64.obj" "%(FullPath)"</Command>
_freeze_importlib.vcxproj 92 <Exec Command='"$(TargetPath)" "%(None.FullPath)" "%(None.IntFile)"' />
tk.vcxproj 68 @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 121 @param FullPath
130 ParsePath( const char *path, wchar_t **FullPath, DeviceNode **DevNode, int *Which, wchar_t **MapPath);
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_def_task01.c 154 if (!strncpy(fullpath, path, len))
160 "From function scan_shares_files in %s ", fullpath);
cpuctl_def_task02.c 165 if (!strncpy(fullpath, path, len))
171 "From function scan_shares_files in %s ", fullpath);

Completed in 1177 milliseconds

1 2 3 4 56 7 8 91011>>