HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1776 - 1800 of 2555) sorted by null

<<71727374757677787980>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 5 * you may not use this file except in compliance with the License.
44 * An helper utility to get IDs out of an Android XML resource file.
49 /** A temporary cache of R.string IDs defined by a given xml file. The key is the
50 * project path of the file, the data is a set of known string Ids for that file.
64 * @param project The project contain the XML file.
65 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml".
66 * The given file may or may not exist.
77 * file. The instance maintains an internal cache so a given file is retrieved only once
112 IFile file = (IFile) resource; local
    [all...]
  /system/core/libcutils/
sched_policy.c 7 ** you may not use this file except in compliance with the License.
60 // File descriptors open to /dev/cpuctl/../tasks, setup by initialize, or -1 on error.
166 FILE *fp;
  /system/core/toolbox/
lsof.c 98 // Prints out all file that have been memory mapped
101 FILE *maps;
108 char file[PATH_MAX]; local
117 file) == 4) {
118 // We don't care about non-file maps
124 "???", device, offset, inode, file);
133 // Prints out all open file descriptors
  /system/extras/libpagemap/
pm_process.c 5 * you may not use this file except in compliance with the License.
226 FILE *maps_f;
  /system/extras/procrank/
procrank.c 5 * you may not use this file except in compliance with the License.
315 FILE *f;
  /system/extras/showslab/
showslab.c 50 * get_slabinfo - open, read, and parse a slabinfo 2.x file, which has the
63 FILE *slabfile;
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 5 * you may not use this file except in compliance with the License.
91 // File scope variables
102 // File scope prototypes
127 FILE *fp;
442 * by the file scope variables delayMin and delayMax. The
  /system/netd/
BandwidthController.cpp 5 * you may not use this file except in compliance with the License.
699 FILE *fp;
750 FILE *fp;
1016 int BandwidthController::parseForwardChainStats(TetherStats &stats, FILE *fp,
1064 FILE *iptOutput;
    [all...]
  /system/vold/
Process.cpp 5 * you may not use this file except in compliance with the License.
104 // append the file name, after truncating to parent directory
129 FILE *file; local
133 file = fopen(buffer, "r");
134 if (!file)
137 while (fgets(buffer, sizeof(buffer), file)) {
145 fclose(file);
150 fclose(file);
201 SLOGE("Process %s (%d) has open file %s", name, pid, openfile)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.cc 3 // found in the LICENSE file.
164 // a specific extension where its manifest file lives.
218 CHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
255 CHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
570 BrowserThread::FILE, FROM_HERE,
691 // Tell the backend to start deleting installed extensions on the file thread.
694 BrowserThread::FILE, FROM_HERE,
814 BrowserThread::FILE, FROM_HERE,
    [all...]
  /external/strace/
strace.c 120 FILE *outf;
171 FILE *ofp;
175 usage: strace [-CdDffhiqrtttTvVxx] [-a column] [-e expr] ... [-o file]\n\
193 -o file -- send trace output to FILE instead of stderr\n\
277 static FILE *
280 FILE *fp;
306 static FILE *
366 FILE *fp;
423 fprintf(stderr, "trouble opening proc file\n")
    [all...]
  /external/netperf/
netlib.c 35 /* dl_open() open a file descriptor and */
109 "sources" file is if they are trying to compile on Windows 2000 or
246 FILE *where;
411 void PrintWin32Error(FILE *stream, LPSTR text)
1223 /* will be filled with data from the file specified in fill_file. if */
1241 FILE *fill_source;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 6 * you may not use this file except in compliance with the License.
138 char file[500][50]; variable
161 /* Ouput file format */
196 FILE* fIn, FILE* fOut,
204 FILE* fIn, FILE* fOut,
563 FILE* fIn = NULL; /* input File pointer */
564 FILE* fOut= NULL; /* ouput File pointer *
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 395 FILE *fp;
405 if (a[1] != NULL) { /* getline < file */
418 } else if (a[0] != NULL) { /* getline var <file */
422 } else { /* getline <file */
964 /* a[1] is redirection operator, a[2] is redirection file */
965 FILE *fp;
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 310 extern FILE *outfile;
845 # define YY_LOCATION_PRINT(File, Loc) \
846 fprintf (File, "%d.%d-%d.%d", \
850 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
897 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
901 FILE *yyoutput;
929 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
933 FILE *yyoutput;
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 8 * file name: package.cpp
65 vfprintf((FILE *)context, fmt, args);
174 // file handling ----------------------------------------------------------- ***
202 getFileLength(FILE *f) {
212 * Turn tree separators and alternate file separators into normal file separators.
230 * Turn file separators into tree separators.
263 // make sure the path ends with a file separator
272 // turn the name into a filename, turn tree separators into file separators
301 *sep++=U_FILE_SEP_CHAR; // restore file separator characte
308 FILE *file; local
646 FILE *file; local
1077 FILE *file; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
107 FILE *yuv_file;
111 FILE *framepsnr;
112 FILE *kf_list;
113 FILE *keyfile;
239 extern FILE *vpxlogc;
    [all...]
  /external/openssl/crypto/asn1/
asn1.h     [all...]
  /external/openssl/include/openssl/
asn1.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 6 * you may not use this file except in compliance with the License.
25 * @file G726Enc_Test.c
27 * This file implements G726 Encoder Component Test Application to verify
81 FILE *fpRes = NULL;
161 char file[500][50] = {""}; variable
183 strcpy(file[e],s);
184 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
197 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
201 strcpy(file[q],"");
206 printf("\n\__ nPointer not found. Line:%d File%s!!\n\n",line, s)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 6 * you may not use this file except in compliance with the License.
25 * @file G729Enc_Test.c
27 * This file implements G729 Encoder Component Test Application to verify
51 *! This is newest file
87 FILE *fpRes = NULL;
225 void writeITUFormat(OMX_U8* buffer, OMX_U32 length, FILE* fOut) ;
381 FILE* fIn = NULL;
382 FILE* fOut = NULL;
439 /* check to see that the input file exists */
443 APP_DPRINT("Cannot find file %s. (%u)\n", argv[1], errno)
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 50 static void PrintExtent(FILE *out, unsigned begin_line, unsigned begin_column,
56 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file,
59 *TU = clang_createTranslationUnit(Idx, file);
61 fprintf(stderr, "Unable to load translation unit from '%s'!\n", file);
82 int prefix_len = strlen("-remap-file=");
88 if (strncmp(argv[arg], "-remap-file=", prefix_len))
106 FILE *to_file;
110 "error: -remap-file=from;to argument is missing semicolon\n");
117 /* Open the file that we're remapping to. */
120 fprintf(stderr, "error: cannot open file %s that we are remapping to\n"
345 CXFile file; local
367 CXFile file; local
382 &file, 0, 0, 0); local
515 CXFile file; local
893 CXFile file; local
1080 file); local
1102 FILE *file = (FILE *)client_data; local
1448 CXFile file = clang_getFile(TU, Locations[Loc].filename); local
1581 CXFile file = clang_getFile(TU, Locations[Loc].filename); local
1642 CXIdxClientFile file; local
1685 CXIdxClientFile file; local
2142 CXFile file = 0; local
    [all...]
  /external/qemu/target-i386/
helper.c 411 void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
601 cpu_x86_dump_seg_cache(CPUState *env, FILE *f,
602 int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
655 void cpu_dump_state(CPUState *env, FILE *f,
656 int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 6 * you may not use this file except in compliance with the License.
74 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn);
472 FILE* fIn = NULL;
473 FILE* fOut = NULL;
474 FILE* fYuvOut = NULL;
475 FILE* fInOvelay = NULL;
811 printf("Overlay file: %S\n",overlaystring);
815 printf("Overlay file: %s\n",overlaystring);
821 /* check to see that the input file exists */
825 fprintf(stderr, "Cannot find file %s. (%u)\n", argv[1], errno)
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 16 # if you distribute this file as part of a program or library that
17 # is built using GNU Libtool, you may include this file under the
26 # along with GNU Libtool; see the file COPYING. If not, a copy
50 # compile compile a source file into a libtool object
147 # func_dirname_and_basename file append nondir_replacement
150 # dirname: Compute the dirname of FILE. If nonempty,
154 # basename: Compute filename of FILE.
336 # mkdir can fail with a `File exist' error if two processes
890 # func_lalib_p file
891 # True iff FILE is a libtool `.la' library or `.lo' object file
    [all...]

Completed in 2357 milliseconds

<<71727374757677787980>>