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

<<919293949596979899100>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
    [all...]
  /external/iproute2/ip/
iproute.c 120 FILE *fp = (FILE*)arg;
    [all...]
  /external/libffi/
ltconfig 8 # This file is free software; you can redistribute it and/or modify it
23 # distribute this file as part of a program that contains a
326 -o, --output=FILE specify the output file [default=$default_ofile]
336 --disable-lock disable file locking
337 --cache-file=FILE configure cache file
388 --cache-file=*) cache_file="$optarg" ;;
414 echo "$progname: you must specify a LTMAIN file" 1>&
    [all...]
  /external/libmtp/src/
libusb-glue.c 2 * \file libusb-glue.c
63 * not long enough for large file transfer. Also, players can
93 /* We include an .h file which is shared between us and libgphoto2 */
216 * to this file in human-readable hex so we can scruitinze them.
219 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile)
303 * to this file in human-readable hex so we can scruitinze them.
306 static int probe_device_descriptor(struct usb_device *dev, FILE *dumpfile)
    [all...]
  /external/libxml2/
xmlregexp.c 940 xmlRegPrintAtomType(FILE *output, xmlRegAtomType type) {
1052 xmlRegPrintQuantType(FILE *output, xmlRegQuantType type) {
1073 xmlRegPrintRange(FILE *output, xmlRegRangePtr range) {
1082 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) {
1111 xmlRegPrintTrans(FILE *output, xmlRegTransPtr trans) {
1145 xmlRegPrintState(FILE *output, xmlRegStatePtr state) {
1166 xmlRegPrintCtxt(FILE *output, xmlRegParserCtxtPtr ctxt) {
    [all...]
  /external/openssh/
key.c 9 * incompatible with the protocol description in the RFC file, it must be
642 write_bignum(FILE *f, BIGNUM *num)
823 key_write(const Key *key, FILE *f)
    [all...]
  /external/qemu/telephony/
android_modem.c 396 D("Using config file: %s\n", modem->nvram_config_filename);
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 5 * found in the LICENSE file.
597 //Clear existing file or create file if it doesn't exist
598 FILE* f = fopen(FILE_PATH, "wb");
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.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.
28 FILE *dfile;
29 FILE *testfile;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 5 * you may not use this file except in compliance with the License.
101 * This refactoring extracts a string from a file and replaces it by an Android resource ID
116 * ID, the XML file to update, etc. The wizard does use the utility method
118 * the new ID is already defined in the target XML file.
130 * <li> Create an AST rewriter to edit the source Java file and replace all occurrences by the
142 * the Extract String refactoring is called on an <em>existing</em> source file.
148 * The Extract String refactoring is called without any source file.
153 * The Extract String refactoring is called without any source file.
161 /** Non-null when editing an Android Resource XML file: identifies the attribute name
162 * of the value being edited. When null, the source is an Android Java file. *
1067 IFile file = (IFile) res; local
1084 IFile file = mFiles.poll(); local
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 147 * Set up default settings. If the configuration file exist, the values
160 * The configuration file should always be used, since it is the only way
163 * in the configuration file.
212 register FILE *fp;
216 int nserv = 0; /* number of nameserver records read from file */
396 /* read the config file */
  /dalvik/vm/
Init.cpp 5 * you may not use this file except in compliance with the License.
75 dvmFprintf(stderr, "%s: [options] -jar file.jar [argument ...]\n",progName);
212 "See the associated NOTICE file for this software for further "
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimealias.c: Private file. mmappable caches for mime data
120 /* Open the file and map it into memory */
668 FILE *file; local
707 file = fopen (file_name, "r");
708 if (file == NULL)
714 bytes_read = fread (data, 1, max_extent, file);
715 if (ferror (file))
718 fclose (file);
    [all...]
  /external/checkpolicy/
checkpolicy.c 48 * to the specified output file.
384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype; local
394 FILE *outfp = NULL;
429 file = binfile;
489 file = argv[optind++];
493 printf("%s: loading policy configuration from %s\n", argv[0], file);
502 fd = open(file, O_RDONLY);
505 file, strerror(errno));
510 file, strerror(errno));
518 file, strerror(errno))
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 3 // found in the LICENSE file.
658 file_thread_(BrowserThread::FILE, &message_loop_) {}
808 // history file.
894 // Tests migrating bookmarks from db into file. This copies an old history db
895 // file containing bookmarks and make sure they are loaded correctly and
898 // Copy db file over that contains starred table.
910 // Create the history service making sure it doesn't blow away the file we
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_unittest.cc 3 // found in the LICENSE file.
111 file_thread_(BrowserThread::FILE),
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 3 // found in the LICENSE file.
68 file_thread_(BrowserThread::FILE, &message_loop_) {
    [all...]
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 3 // found in the LICENSE file.
57 file_thread_(BrowserThread::FILE, &message_loop_) {}
268 bool CreateUrlFile(std::wstring file, std::wstring url) {
281 result = persist_file->Save(file.c_str(), TRUE);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 3 // found in the LICENSE file.
212 BrowserThread::FILE, FROM_HERE,
233 // Read the file.
239 // the file thread.
341 // build up a list of them here, then load them on the file thread in
673 if (select_type == "file")
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 32 // This file implements death tests.
100 "Indicates the file, line number, temporal index of "
101 "the single death test to run, and a file descriptor to "
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
238 "CHECK failed: File %s, line %d: %s", \
258 "CHECK failed: File %s, line %d: %s != -1", \
271 // platforms, it is read from a file descriptor.
306 const char* file, int line, DeathTest** test) {
308 statement, regex, file, line, test);
428 // Writes a status byte to the child's status file descriptor, the
    [all...]
  /external/dhcpcd/
if-options.c 50 /* These options only make sense in the config file, so don't use any
771 read_config(const char *file,
775 FILE *f;
808 /* Parse our options file */
809 f = fopen(file ? file : CONFIG, "r");
811 if (file != NULL)
812 syslog(LOG_ERR, "fopen `%s': %m", file);
  /external/dnsmasq/src/
dhcp.c 720 FILE *f = fopen(ETHERSFILE, "r");
dnsmasq.c 131 /* Close any file descriptors we inherited apart from std{in|out|err} */
166 creating any file descriptors which shouldn't be leaked
339 FILE *pidfile;
489 my_syslog(LOG_WARNING, _("warning: ignoring resolv-file flag because no-resolv is set"));
533 a single file will be sent to may clients (the file only needs
867 /* Note: this may leave TCP-handling processes with the old file still open.
869 we leave them logging to the old file. */
911 /* There may be more than one possible file.
    [all...]
dnsmasq.h 362 /* resolv-file parms from command-line */
466 #define CONFIG_BANK 2048 /* from dhcp hosts file */
493 char *file, *sname; member in struct:dhcp_boot
566 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128]; member in struct:dhcp_packet
592 struct tftp_file *file; member in struct:tftp_transfer
598 config file arguments. All set (including defaults)
622 char *log_file; /* optional log file */
674 FILE *lease_stream;
network.c 845 FILE *f;

Completed in 1274 milliseconds

<<919293949596979899100>>