OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstPath
(Results
1 - 10
of
10
) sorted by null
/external/deqp/external/
fetch_sources.py
44
dstPath
= os.path.join(EXTERNAL_DIR, pkg.filename)
49
out = open(
dstPath
, 'wb')
58
dstPath
= os.path.join(EXTERNAL_DIR, pkg.dstDir)
76
if os.path.exists(os.path.join(
dstPath
, entry)):
80
shutil.move(os.path.join(topLevelPath, entry),
dstPath
)
85
pkg.postExtract(
dstPath
)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_path.c
123
void vegaAppendPath(VGPath
dstPath
, VGPath srcPath)
128
if (
dstPath
== VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
133
dst = handle_to_path(
dstPath
);
143
void vegaAppendPathData(VGPath
dstPath
,
152
if (
dstPath
== VG_INVALID_HANDLE) {
171
p = handle_to_path(
dstPath
);
186
void vegaModifyPathCoords(VGPath
dstPath
,
194
if (
dstPath
== VG_INVALID_HANDLE) {
203
p = handle_to_path(
dstPath
);
221
void vegaTransformPath(VGPath
dstPath
, VGPath srcPath
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
api_path.c
123
void vegaAppendPath(VGPath
dstPath
, VGPath srcPath)
128
if (
dstPath
== VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
133
dst = handle_to_path(
dstPath
);
143
void vegaAppendPathData(VGPath
dstPath
,
152
if (
dstPath
== VG_INVALID_HANDLE) {
171
p = handle_to_path(
dstPath
);
186
void vegaModifyPathCoords(VGPath
dstPath
,
194
if (
dstPath
== VG_INVALID_HANDLE) {
203
p = handle_to_path(
dstPath
);
221
void vegaTransformPath(VGPath
dstPath
, VGPath srcPath
[
all
...]
/external/deqp/executor/tools/
xeBatchResultToXml.cpp
232
ResultToXmlFilesLogHandler (vector<xe::TestCaseResultHeader>& resultHeaders, const char*
dstPath
)
234
, m_dstPath (
dstPath
)
334
static void batchResultToSeparateXmlFiles (const char* batchResultFilename, const char*
dstPath
)
341
if (!de::FilePath(
dstPath
).exists())
342
de::createDirectoryAndParents(
dstPath
);
344
XE_CHECK_MSG(de::FilePath(
dstPath
).getType() == de::FilePath::TYPE_DIRECTORY, "Destination is not directory");
348
ResultToXmlFilesLogHandler handler (shortResults,
dstPath
);
367
de::FilePath indexPath = de::FilePath::join(
dstPath
, "caselist.xml");
xeExtractShaderPrograms.cpp
50
string
dstPath
;
70
const string basePath = string(de::FilePath::join(cmdLine.
dstPath
, casePath).getPath()) + "." + de::toString(programNdx);
214
else if (cmdLine.
dstPath
.empty())
215
cmdLine.
dstPath
= arg;
/external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp
90
// Only handles lines for now. If returns true,
dstPath
is the new (smaller)
91
// path. If returns false, then
dstPath
parameter is ignored.
94
SkPath*
dstPath
) {
147
dstPath
->moveTo(pts[0]);
148
dstPath
->lineTo(pts[1]);
/external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp
215
SkPath path,
dstPath
;
217
pe->filterPath(&
dstPath
, path, &rec, NULL);
/external/chromium_org/third_party/mesa/src/include/VG/
openvg.h
593
VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath
dstPath
, VGPath srcPath) VG_API_EXIT;
594
VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath
dstPath
,
598
VG_API_CALL void VG_API_ENTRY vgModifyPathCoords(VGPath
dstPath
, VGint startIndex,
601
VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath
dstPath
, VGPath srcPath) VG_API_EXIT;
602
VG_API_CALL VGboolean VG_API_ENTRY vgInterpolatePath(VGPath
dstPath
,
[
all
...]
/external/mesa3d/include/VG/
openvg.h
593
VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath
dstPath
, VGPath srcPath) VG_API_EXIT;
594
VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath
dstPath
,
598
VG_API_CALL void VG_API_ENTRY vgModifyPathCoords(VGPath
dstPath
, VGint startIndex,
601
VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath
dstPath
, VGPath srcPath) VG_API_EXIT;
602
VG_API_CALL VGboolean VG_API_ENTRY vgInterpolatePath(VGPath
dstPath
,
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
[
all
...]
Completed in 470 milliseconds