OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputPath
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff
32
my $
inputPath
= "";
34
$
inputPath
= $ARGV[0]
40
($inputTempFileHandle, $
inputPath
) = tempfile(
67
system "$pathToPrettify " . quotemeta($
inputPath
) . " > $prettydiffPath";
/external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py
12
inputPath
= os.path.splitext(__file__)[0] + '.input'
13
stream = antlr3.StringStream(open(
inputPath
).read())
t018llstar.py
15
inputPath
= os.path.splitext(__file__)[0] + '.input'
16
cStream = antlr3.StringStream(open(
inputPath
).read())
44
## input = open(
inputPath
).read()
t020fuzzy.py
15
inputPath
= os.path.splitext(__file__)[0] + '.input'
16
stream = antlr3.StringStream(open(
inputPath
).read())
t012lexerXML.py
29
inputPath
= os.path.splitext(__file__)[0] + '.input'
30
stream = antlr3.StringStream(unicode(open(
inputPath
).read(), 'utf-8'))
t054main.py
52
inputPath
= self.writeFile("input.txt", input)
69
['lexer.py',
inputPath
],
/external/chromium_org/third_party/skia/experimental/PdfViewer/
pdf_viewer_main.cpp
176
* @param
inputPath
The skp file to be read.
179
static bool process_pdf(const SkString&
inputPath
, const SkString& outputDir) {
180
SkDebugf("Loading PDF: %s\n",
inputPath
.c_str());
182
SkString inputFilename = SkOSPath::Basename(
inputPath
.c_str());
184
SkAutoTDelete<SkPdfRenderer> renderer(SkPdfRenderer::CreateFromFile(
inputPath
.c_str()));
186
SkDebugf("Failure loading file %s\n",
inputPath
.c_str());
198
SkPdfRenderer::CreateFromFile(
inputPath
.c_str()));
211
SkDebugf("ERROR: Empty PDF Document %s\n",
inputPath
.c_str());
243
SkDebugf("Failures for file %s\n",
inputPath
.c_str());
260
SkString
inputPath
= SkOSPath::Join(input, inputFilename.c_str())
[
all
...]
/external/chromium_org/third_party/skia/tools/
render_pictures_main.cpp
146
static bool render_picture_internal(const SkString&
inputPath
, const SkString* writePath,
150
SkString inputFilename = SkOSPath::Basename(
inputPath
.c_str());
161
inputStream.setPath(
inputPath
.c_str());
163
SkDebugf("Could not open file %s\n",
inputPath
.c_str());
178
SkDebugf("deserializing... %s\n",
inputPath
.c_str());
183
SkDebugf("Could not read an SkPicture from %s\n",
inputPath
.c_str());
208
inputPath
.c_str());
268
* Render the SKP file(s) within
inputPath
.
270
* @param
inputPath
path to an individual SKP file, or a directory of SKP files
276
static bool render_picture(const SkString&
inputPath
, const SkString* writePath
[
all
...]
bench_pictures_main.cpp
170
static bool run_single_benchmark(const SkString&
inputPath
,
174
inputStream.setPath(
inputPath
.c_str());
177
err.printf("Could not open file %s\n",
inputPath
.c_str());
200
err.printf("Could not read an SkPicture from %s\n",
inputPath
.c_str());
215
SkString filename = SkOSPath::Basename(
inputPath
.c_str());
396
SkString
inputPath
= SkOSPath::Join(input, inputFilename.c_str());
397
if (!run_single_benchmark(
inputPath
, benchmark)) {
/developers/build/
build.gradle
104
def
inputPath
= "${project.projectDir}/${samplegen.targetSampleModule()}"
109
def srcPath = "${
inputPath
}/src/${input}/${filetype[0]}"
115
from("${
inputPath
}/src/main") { include "AndroidManifest.xml" }
116
from("${
inputPath
}/src/template") { include "project.properties" }
122
def
inputPath
= "${project.projectDir}"
126
from("${
inputPath
}") {
148
def srcPath = "${
inputPath
}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
157
from("${
inputPath
}/${samplegen.targetSampleModule()}/src/main/AndroidManifest.xml")
198
def
inputPath
= "${project.projectDir}/${moduleName}"
200
def srcDirs = ["main", "common", "template"].collect {input -> "${
inputPath
}/src/${input}" }
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
Completed in 1320 milliseconds