HomeSort by relevance Sort by last modified time
    Searched refs:INPUT_FILE (Results 1 - 5 of 5) 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
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 287 INPUT_FILE = 1
    [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/lib/Serialization/
ASTWriter.cpp 789 RECORD(INPUT_FILE);
    [all...]
ASTReader.cpp     [all...]

Completed in 295 milliseconds