/external/skia/src/gpu/gl/builders/ |
GrGLSLPrettyPrint.cpp | 37 fInput = strings[i]; 73 } else if ('{' == fInput[fIndex]) { 78 } else if ('}' == fInput[fIndex]) { 89 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || 90 (fFreshline && ' ' == fInput[fIndex])) { 93 this->appendChar(fInput[fIndex]); 102 fPretty.appendf("%c", fInput[fIndex++]); 111 if (token[j] != fInput[i]) { 124 if ('\n' == fInput[fIndex]) [all...] |
/external/lz4/programs/ |
lz4io.c | 300 FILE* finput; local 310 get_fileHandle(input_filename, output_filename, &finput, &foutput); 328 int inSize = (int) fread(in_buff, (size_t)1, (size_t)LEGACY_BLOCKSIZE, finput); 356 fclose(finput); 373 FILE* finput; local 388 get_fileHandle(input_filename, output_filename, &finput, &foutput); 412 readSize = fread(in_buff, (size_t)1, (size_t)blockSize, finput); 431 readSize = fread(in_buff, (size_t)1, (size_t)blockSize, finput); 446 fclose(finput); 479 static unsigned long long decodeLegacyStream(FILE* finput, FILE* foutput 636 FILE* finput; local [all...] |
/external/junit/src/org/junit/runners/ |
Parameterized.java | 39 * private int fInput; 44 * fInput= input; 50 * assertEquals(fExpected, Fibonacci.compute(fInput));
|
/prebuilts/go/darwin-x86/src/cmd/yacc/ |
yacc.go | 155 var finput *bufio.Reader // input file var 732 c := getrune(finput) 833 c = getrune(finput) 838 c = getrune(finput) 856 ungetrune(finput, c) 864 c = getrune(finput) 867 c = getrune(finput) 895 c = getrune(finput) 901 c = getrune(finput) 913 c = getrune(finput) [all...] |
/prebuilts/go/linux-x86/src/cmd/yacc/ |
yacc.go | 155 var finput *bufio.Reader // input file var 732 c := getrune(finput) 833 c = getrune(finput) 838 c = getrune(finput) 856 ungetrune(finput, c) 864 c = getrune(finput) 867 c = getrune(finput) 895 c = getrune(finput) 901 c = getrune(finput) 913 c = getrune(finput) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
EvaluationTestBench.c | 53 FILE *finput; local 75 finput = fopen(argv[argc-1], "rb"); 76 if (finput == NULL) 83 fseek(finput, 0L, SEEK_END); 84 strmLen = (u32)ftell(finput); 85 rewind(finput); 96 fread(byteStrm, sizeof(u8), strmLen, finput); 97 fclose(finput);
|
TestBenchMultipleInstance.c | 71 FILE *finput; local 149 finput = fopen(argv[argc-instCount+i],"rb"); 150 if (finput == NULL) 159 fseek(finput,0L,SEEK_END); 160 strmLen = (u32)ftell(finput); 161 rewind(finput); 168 fread(decoder[i]->byteStrmStart, sizeof(u8), strmLen, finput); 169 fclose(finput);
|
DecTestBench.c | 106 FILE *finput; local 174 finput = fopen(argv[argc-1],"rb"); 175 if (finput == NULL) 182 fseek(finput,0L,SEEK_END); 183 strmLen = (u32)ftell(finput); 184 rewind(finput); 195 fread(byteStrmStart, sizeof(u8), strmLen, finput); 196 fclose(finput);
|
/external/icu/icu4c/source/i18n/ |
uspoof_conf.cpp | 145 fInput(NULL), 175 uprv_free(fInput); 219 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar))); 220 if (fInput == NULL) { 224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); 254 if (*fInput == 0xfeff) { 255 *fInput = 0x20; 259 uregex_setText(fParseLine, fInput, inputLen, &status); 274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), 279 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status) [all...] |
uspoof_conf.h | 86 UChar *fInput;
|
rematch.cpp | 164 if (fInput) { 165 delete fInput; 225 fInput = NULL; [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |
Antlr.Runtime.Tree.pas | [all...] |
/external/llvm/test/CodeGen/Thumb2/ |
2010-06-21-TailMergeBug.ll | 13 @finput = external global %struct.FILE* ; <%struct.FILE**> [#uses=1] 89 %0 = load %struct.FILE*, %struct.FILE** @finput, align 4 ; <%struct.FILE*> [#uses=1]
|
/prebuilts/go/darwin-x86/src/go/printer/testdata/ |
comments.golden | 686 var finput *bufio.Reader // input file
|
comments.input | 691 var finput *bufio.Reader // input file
|
/prebuilts/go/linux-x86/src/go/printer/testdata/ |
comments.golden | 686 var finput *bufio.Reader // input file
|
comments.input | 691 var finput *bufio.Reader // input file
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
SpoofChecker.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
SpoofChecker.java | [all...] |
/external/clang/test/Driver/ |
clang_f_opts.c | 188 // RUN: %clang -### -S -finput-charset=iso-8859-1 -o /dev/null %s 2>&1 | FileCheck -check-prefix=CHECK-INVALID-CHARSET %s 189 // CHECK-INVALID-CHARSET: error: invalid value 'iso-8859-1' in '-finput-charset=iso-8859-1' 205 // RUN: -finput-charset=UTF-8 \ [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
bfin-lex.l | 429 value = (short) (finput * (1 << 15)). */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-cpp.1 | 799 .IP "\fB\-finput\-charset=\fR\fIcharset\fR" 4 800 .IX Item "-finput-charset=charset" [all...] |
/hardware/intel/img/psb_video/src/ |
tng_hostcode.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
cpp.info | 235 `-finput-charset=' option. [all...] |