/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
MockFileUtil.java | 50 String fullPath = rootPath + FileListingService.FILE_SEPARATOR + childName; 51 EasyMock.expect(childMockEntry.getFullEscapedPath()).andStubReturn(fullPath);
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
SfxSetup.cpp | 152 FString fullPath;
153 NDLL::MyGetModuleFileName(fullPath);
165 if (!ReadDataString(fullPath, kStartID, kEndID, config))
230 HRESULT result = ExtractArchive(codecs, fullPath, tempDirPath, showProgress,
|
/frameworks/native/cmds/installd/tests/ |
installd_service_test.cpp | 65 const std::string fullPath = get_full_path(path); 66 ::mkdir(fullPath.c_str(), mode); 67 ::chown(fullPath.c_str(), owner, group); 68 ::chmod(fullPath.c_str(), mode);
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
NativeStressTest.java | 160 String fullPath = rootEntry.getFullEscapedPath(); 161 Log.i(LOG_TAG, String.format("Running native stress test %s on %s", fullPath, 164 testDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)); 176 testDevice.executeShellCommand(String.format("%s -s %d -e %d", fullPath,
|
NativeBenchmarkTest.java | 183 String fullPath = rootEntry.getFullEscapedPath(); 190 testDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)); 203 String cmd = String.format("%s -n %d -d %f -c %d -s %d", fullPath,
|
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/ |
kernel_CrosECSysfsAccel.py | 36 def _read_sysfs_accel_file(cls, fullpath): 40 @param fullpath Name of the file within the accel sysfs interface 44 content = utils.read_file(fullpath)
|
/external/deqp/scripts/ |
build_caselists.py | 74 fullPath = os.path.join(modulesDir, module.dirName) 75 if os.path.exists(fullPath) and os.path.isdir(fullPath):
|
/frameworks/base/libs/hwui/ |
VectorDrawable.cpp | 77 FullPath::FullPath(const FullPath& path) : Path(path) { 107 const SkPath& FullPath::getUpdatedPath(bool useStagingData, SkPath* tempStagingPath) { 138 void FullPath::dump() { 150 void FullPath::draw(SkCanvas* outCanvas, bool useStagingData) { 194 void FullPath::syncProperties() { 206 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields); 211 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { 224 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) [all...] |
/prebuilts/go/darwin-x86/src/path/filepath/ |
path_windows.go | 110 fullPath, err := syscall.FullPath(path) 114 return Clean(fullPath), nil
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path_windows.go | 110 fullPath, err := syscall.FullPath(path) 114 return Clean(fullPath), nil
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
Misc.py | 188 def GetFiles(Root, SkipList=None, FullPath=True):
206 if not FullPath:
216 # @param FullPath: True if the returned file should be full path
220 def GetNonMetaDataFiles(Root, SkipList, FullPath, PrefixPath):
221 FileList = GetFiles(Root, SkipList, FullPath)
607 # @param Fullpath: a string of fullpath
610 def GetRelativePath(Fullpath, Workspace):
614 RelativePath = Fullpath[Fullpath.upper().find(Workspace.upper())+len(Workspace):] [all...] |
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
MediaBitstreamsDeviceSideTest.java | 117 String fullPath = media.getPath(); 118 MediaFormat format = MediaUtils.getTrackFormatForPath(null, fullPath, "video"); 255 String fullPath = new File(mDeviceBitstreamsPath, relativePath).toString(); 262 decoders = getDecodersForPath(fullPath); 278 ps.println(verifyBitstream(fullPath, name, frameChecksums));
|
/external/pdfium/core/fxge/android/ |
cfpf_skiafontmgr.cpp | 441 ByteString fullpath(path); 442 fullpath += "/"; 443 fullpath += filename; 445 ScanPath(fullpath); 447 ScanFile(fullpath);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/ |
InfPomAlignment.py | 73 self.FullPath = ''
101 self.FullPath = self.Parser.FullPath
145 self.SetFullPath(self.FullPath)
156 CombinePath = GetRelativePath(self.FullPath, self.WorkSpace)
191 ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("MODULE_TYPE"), File=self.FullPath)
204 File=self.FullPath,
210 ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("BASE_NAME"), File=self.FullPath)
219 ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("INF_VERSION"), File=self.FullPath)
224 ST.ERR_INF_PARSER_DEFINE_SECTION_MUST_ITEM_NOT_EXIST % ("FILE_GUID"), File=self.FullPath)
[all...] |
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 256 asm_Debug_cmdline="yasm -Xvc -g cv8 -f win64 ${yasmincs} "%(FullPath)"" 257 asm_Release_cmdline="yasm -Xvc -f win64 ${yasmincs} "%(FullPath)"" 261 asm_Debug_cmdline="yasm -Xvc -g cv8 -f win32 ${yasmincs} "%(FullPath)"" 262 asm_Release_cmdline="yasm -Xvc -f win32 ${yasmincs} "%(FullPath)"" 266 asm_Debug_cmdline="armasm -nologo -oldit "%(FullPath)"" 267 asm_Release_cmdline="armasm -nologo -oldit "%(FullPath)""
|
/external/doclava/src/com/google/doclava/ |
ClearPage.java | 86 public static void write(Data data, String templ, String filename, boolean fullPath) { 90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { 112 if (!fullPath) {
|
/external/deqp/executor/ |
xeBatchExecutor.cpp | 46 std::string fullPath; 47 testCase->getFullPath(fullPath); 49 if (batchResult->hasTestCaseResult(fullPath.c_str())) 51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
|
/external/python/cpython2/PCbuild/ |
openssl.props | 68 $(nasm) -o "$(IntDir)%(NasmCompile.Filename).obj" "%(NasmCompile.FullPath)"' />
|
tcl.vcxproj | 68 @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
|
tix.vcxproj | 65 @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
|
/external/python/cpython3/PCbuild/ |
openssl.props | 70 $(nasm) -o "$(IntDir)%(NasmCompile.Filename).obj" "%(NasmCompile.FullPath)"' />
|
tcl.vcxproj | 69 @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
|
tix.vcxproj | 63 @(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
TableReport.py | 116 SqlCommand = """select 1, FullPath from %s where ID = %s
119 SqlCommand = """select A.StartLine, B.FullPath from %s as A, File as B
|
/external/deqp/executor/tools/ |
xeCommandLineExecutor.cpp | 311 const string fullPath = child->getFullPath(); 313 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) 335 const string fullPath = child->getFullPath(); 337 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup)) 420 string fullPath; 422 testCase->getFullPath(fullPath); 425 if (batchResult.hasTestCaseResult(fullPath.c_str())) 427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());
|