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

<<71727374757677787980>>

  /frameworks/native/opengl/libs/EGL/
egl.cpp 5 ** you may not use this file except in compliance with the License.
107 FILE * file = fopen(procPath, "r"); local
108 if (file) {
110 if (fgets(cmdline, sizeof(cmdline) - 1, file)) {
117 fclose(file);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 5 * you may not use this file except in compliance with the License.
19 FILE * fOut = NULL;
  /gdk/samples/quake/jni/
gl_mesh.cpp 304 FILE *f;
gl_vidandroid.cpp 90 FILE *f;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 165 "warning: incorrect line in configuration file:\n%s\n", line);
170 Effects: reads each line of the perf.ini file and processes configuration
178 FILE *config_file = NULL;
184 /* open config file */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 6 * you may not use this file except in compliance with the License.
227 FILE *f = fopen(PERF_CONFIG_FILE, "wt");
235 printf("Could not create config file\n");
267 /* no config file */
269 test_PERF("no config file");
279 /* trace_file cannot be created (e.g. invalid directory), and no other file was specified */
281 test_PERF("invalid trace file");
287 test_PERF("invalid trace file + delayed open");
306 test_PERF("STDOUT because invalid log file");
316 /* FILE output *
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 7 * you may not use this file except in compliance with the License.
86 FILE *ftmp;
455 S32 os_getFileSize (PVOID file)
459 if (fseek(file, 0, SEEK_END))
461 os_error_printf (CU_MSG_ERROR, (PS8)"Cannot seek file to end\n");
464 size = ftell(file);
465 rewind(file);
544 /* Determine the maximum index of the file descriptor */
  /ndk/sources/host-tools/make-3.81/
hash.c 16 this program; see the file COPYING. If not, write to the Free Software
279 hash_print_stats (struct hash_table *ht, FILE *out_FILE)
hash.h 16 this program; see the file COPYING. If not, write to the Free Software
33 /* We can get away without defining `const' here only because in this file
75 void hash_print_stats __P((struct hash_table *ht, FILE *out_FILE));
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 107 /* Pointer to the contents of the charset.alias file, if it has already been
112 /* Return a pointer to the contents of the charset.alias file. */
122 FILE *fp;
149 /* Out of memory or file not found, treat it as empty. */
153 /* Parse the file's contents. */
223 /* To avoid the trouble of installing a file that is shared by many
256 /* To avoid the troubles of an extra file charset.alias_vms in the
281 /* To avoid the troubles of installing a separate file in the same
411 through the charset.alias file. */
462 /* Resolve through the charset.alias file. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-pretty-print.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
209 void print_c_tree (FILE *file, tree t);
langhooks.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
24 /* This file should be #include-d after tree.h. */
34 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent);
251 builtins after parsing of a file. */
349 /* Parses the entire file. The argument is nonzero to cause bison
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
212 void print_c_tree (FILE *file, tree t);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
236 void dump_double_int (FILE *, double_int, bool);
except.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
22 /* No include guards here, but define an include file marker anyway, so
23 that the compiler can keep track of where this file is included. This
24 is e.g. used to avoid including this file in front-end specific files. */
284 extern void dump_eh_tree (FILE *, struct function *);
langhooks.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
24 /* This file should be #include-d after tree.h. */
33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent);
245 builtins after parsing of a file. */
375 /* Parses the entire file. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
212 void print_c_tree (FILE *file, tree t);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
236 void dump_double_int (FILE *, double_int, bool);
except.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
22 /* No include guards here, but define an include file marker anyway, so
23 that the compiler can keep track of where this file is included. This
24 is e.g. used to avoid including this file in front-end specific files. */
284 extern void dump_eh_tree (FILE *, struct function *);
langhooks.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
24 /* This file should be #include-d after tree.h. */
33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent);
245 builtins after parsing of a file. */
375 /* Parses the entire file. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
212 void print_c_tree (FILE *file, tree t);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
236 void dump_double_int (FILE *, double_int, bool);
except.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
22 /* No include guards here, but define an include file marker anyway, so
23 that the compiler can keep track of where this file is included. This
24 is e.g. used to avoid including this file in front-end specific files. */
284 extern void dump_eh_tree (FILE *, struct function *);
langhooks.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
24 /* This file should be #include-d after tree.h. */
33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent);
245 builtins after parsing of a file. */
375 /* Parses the entire file. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 5 * you may not use this file except in compliance with the License.
63 * files is Manifest.xml, Manifest.java, or R.java. All other file changes
120 * Returns whether the manifest file was parsed/checked for error during the resource delta
202 // clean the error markers on the file.
243 // - missing R.java file
250 if (resource.getType() != IResource.FILE) {
253 IFile file = (IFile)resource; local
260 // this is the generated java file source folder.
279 // look to see if this file was generated by a processor.
281 if (handler.handleGeneratedFile(file, kind))
    [all...]

Completed in 1960 milliseconds

<<71727374757677787980>>