OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_file
(Results
51 - 61
of
61
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py
84
with open(in_filename, 'r') as
in_file
:
86
out_file.write(translate_khronos_test(
in_file
.read()))
/external/webp/examples/
dwebp.c
343
printf("Usage: dwebp
in_file
[options] [-o out_file]\n\n"
374
const char *
in_file
= NULL;
local
436
in_file
= argv[c];
440
if (
in_file
== NULL) {
453
if (!ExUtilReadFile(
in_file
, &data, &data_size)) return -1;
505
fprintf(stderr, "Decoding of %s failed.\n",
in_file
);
512
printf("Decoded %s. Dimensions: %d x %d%s. Now saving...\n",
in_file
,
518
in_file
, output_buffer->width, output_buffer->height,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug
171
shift ;
IN_FILE
="$1"
172
if [ "$
IN_FILE
" != "-" -a ! -r "$
IN_FILE
" ]; then
173
echo "$COMMAND: cannot read $
IN_FILE
"
247
if [ -n "$
IN_FILE
" ]; then
248
if [ "$
IN_FILE
" = "-" ]; then
258
sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" $
IN_FILE
> $TEMP
260
cat $
IN_FILE
> $TEMP
/external/chromium_org/third_party/WebKit/Source/build/scripts/
make_qualified_names.py
37
from
in_file
import InFile
make_style_builder.py
73
self._properties = self.
in_file
.name_dictionaries
make_style_shorthands.py
50
self._properties = self.
in_file
.name_dictionaries
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h
127
FileVoiceChannel(const std::string&
in_file
, const std::string& out_file);
162
FileVideoChannel(const std::string&
in_file
, const std::string& out_file);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py
133
#
in_file
and out_file as filenames
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uu.py
133
#
in_file
and out_file as filenames
/external/webp/
README
141
cwebp [-preset <...>] [options]
in_file
[-o out_file]
248
Usage: dwebp
in_file
[options] [-o out_file]
278
Usage: vwebp
in_file
[options]
/external/dnsmasq/contrib/webmin/
dnsmasq.wbm
233
in_file
=Defined in config file
[
all
...]
Completed in 3060 milliseconds
1
2
3