OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INPUT_FILE
(Results
1 - 7
of
7
) sorted by null
/external/openfst/
fix_headers.sh
3
INPUT_FILE
=$1
6
grep $1 $
INPUT_FILE
> /dev/null 2>&1
8
echo "Modifying $
INPUT_FILE
..."
9
sed 's/$1/$2/g' $
INPUT_FILE
> .tmp
14
mv -f .tmp $
INPUT_FILE
/hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c
131
//#define
INPUT_FILE
"../../omx/omx_il_1_x/omx_base/test/patterns/chikita.mp3"
132
#define
INPUT_FILE
"sample_input.mp3"
1015
pContext->pInputfile = fopen(
INPUT_FILE
, "rb");
1163
pContext->pInputfile = fopen(
INPUT_FILE
, "rb");
1166
printf("\n Error in opening
INPUT_FILE
");
[
all
...]
/hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c
131
//#define
INPUT_FILE
"../../omx/omx_il_1_x/omx_base/test/patterns/chikita.mp3"
132
#define
INPUT_FILE
"sample_input.mp3"
1015
pContext->pInputfile = fopen(
INPUT_FILE
, "rb");
1163
pContext->pInputfile = fopen(
INPUT_FILE
, "rb");
1166
printf("\n Error in opening
INPUT_FILE
");
[
all
...]
/external/clang/include/clang/Serialization/
ASTBitCodes.h
298
INPUT_FILE
= 1
[
all
...]
/external/libhevc/test/decoder/
main.c
254
INPUT_FILE
,
299
{ "-i", "--input",
INPUT_FILE
,
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
818
RECORD(
INPUT_FILE
);
[
all
...]
ASTReader.cpp
[
all
...]
Completed in 486 milliseconds