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

<<81828384858687888990>>

  /external/chromium/chrome/browser/policy/
user_policy_cache_unittest.cc 3 // found in the LICENSE file.
50 file_thread_(BrowserThread::FILE, &loop_) {}
  /external/chromium/chrome/browser/profiles/
profile.cc 3 // found in the LICENSE file.
85 // Android moved this to profile_android.cc to avoid compiling this file.
199 BrowserThread::FILE, FROM_HERE,
726 // Should be used only on the file thread.
  /external/chromium/chrome/browser/themes/
browser_theme_pack_unittest.cc 3 // found in the LICENSE file.
26 fake_file_thread(BrowserThread::FILE, &message_loop),
395 FilePath file = dir.path().Append(FILE_PATH_LITERAL("data.pak")); local
417 ASSERT_TRUE(pack->WriteToDisk(file));
425 file, "mblmlcbknbnfebdfjnolmcapmdofhmme");
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk_unittest.cc 3 // found in the LICENSE file.
23 // bookmark_editor_view_unittest.cc, and all the tests in this file are
31 file_thread_(BrowserThread::FILE, &message_loop_),
55 std::string base_path() const { return "file:///c:/tmp/"; }
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc 3 // found in the LICENSE file.
26 file_thread_(BrowserThread::FILE, &message_loop_),
44 std::string base_path() const { return "file:///c:/tmp/"; }
  /external/chromium/chrome/browser/ui/views/
select_file_dialog.cc 3 // found in the LICENSE file.
36 // Implementation of SelectFileDialog that shows an UI for choosing a file
89 // Default path of the file dialog.
92 // The file filters.
95 // The index of the default selected file filter.
99 // Default extension to be added to file if user does not type one.
143 // Notification from FileBrowseDelegate when file browse UI is dismissed.
165 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE));
384 // "file_type_index" : 1, // 1-based file type index.
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 32 // This file implements death tests.
72 "Indicates the file, line number, temporal index of "
73 "the single death test to run, and a file descriptor to "
174 FILE* parent = fdopen(flag->status_fd, "w");
192 DeathTestAbort("CHECK failed: File %s, line %d: %s", \
211 DeathTestAbort("CHECK failed: File %s, line %d: %s != -1", \
229 const char* file, int line, DeathTest** test) {
231 statement, regex, file, line, test);
265 // File descriptors for communicating the death test's status byte.
287 // Reads an internal failure message from a file descriptor, then call
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 43 // The interface is designed with file, memory, and socket implementations in
436 // Tries to aquire an exclusive lock on the file.
448 FILE* file_;
455 // A FileStream that is actually not a file, but the output or input of a
645 // Keep in mind that the streams and adapters defined in this file are
  /external/dropbear/
dbutil.c 113 void fail_assert(const char* expr, const char* file, int line) {
114 dropbear_exit("failed assertion (%s:%d): `%s'", file, line, expr);
526 * position, either to the end of the file, or the buffer being full.
562 /* get a line from the file into buffer in the style expected for an
563 * authkeys file.
567 int buf_getline(buffer * line, FILE * authfile) {
  /external/e2fsprogs/debugfs/
htree.c 4 * Copyright (C) 2002 Theodore Ts'o. This file may be redistributed
29 static FILE *pager;
227 com_err(0, 0, "Usage: htree_dump [-l] file");
293 * This function prints the hash of a given file.
  /external/e2fsprogs/tests/progs/
test_rel.c 7 * This file may be redistributed under the terms of the GNU Public
664 FILE *f;
  /external/iproute2/ip/
ip6tunnel.c 257 FILE *fp = fopen("/proc/net/dev", "r");
263 /* skip two lines at the begenning of the file */
  /external/iproute2/tc/
f_rsvp.c 315 static int rsvp_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
  /external/libpng/contrib/gregbook/
rpng-win.c 37 The contents of this file are DUAL-LICENSED. You may modify and/or
118 static FILE *infile;
287 "Usage: %s [-gamma exp] [-bgcolor bg] file.png\n"
306 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
313 ": [%s] is not a PNG file: incorrect signature\n",
362 * check for one in the PNG file--if not, the initialized values of 0
395 /* done with PNG file, so clean up to minimize memory usage (but do NOT
  /external/libselinux/src/
android.c 21 * XXX Where should this configuration file be located?
97 FILE *fp = NULL;
110 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__);
301 /* seinfo= is ignored / not available for file labeling. */
  /external/libsepol/include/sepol/policydb/
policydb.h 285 * initial SIDs, unlabeled file systems, TCP and UDP port numbers,
345 #define OCON_FS 1 /* unlabeled file systems */
523 /* security contexts of initial SIDs, unlabeled file systems,
626 /* A policy "file" may be a memory region referenced by a (data, len) pair
627 or a file referenced by a FILE pointer. */
636 FILE *fp;
  /external/libvpx/vp8/encoder/
tokenize.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.
346 FILE *const f = fopen("context.c", "w");
350 fprintf(f, "\n/* *** GENERATED FILE: DO NOT EDIT *** */\n\n");
  /external/libvpx/vpx_mem/
vpx_mem_tracker.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.
16 Stores a list of addreses, their size, and file and line they came from.
46 #include <string.h> //VXWORKS doesn't have a malloc/memory.h file,
53 #undef vpx_free //memory functions in this file
84 static void memory_tracker_check_integrity(char *file, unsigned int line);
86 char *file, unsigned int line,
131 FILE *file; member in struct:__anon8526
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 518 vfprintf((FILE *)xsltGenericErrorContext, msg, args);
536 * One can simply force messages to be emitted to another FILE * than
537 * stderr by setting @ctx to this file handle and @handler to NULL.
564 vfprintf((FILE *)xsltGenericDebugContext, msg, args);
582 * One can simply force messages to be emitted to another FILE * than
583 * stderr by setting @ctx to this file handle and @handler to NULL.
606 const xmlChar *file = NULL; local
627 file = doc->URL;
631 file = node->doc->URL;
650 if ((file != NULL) && (line != 0) && (name != NULL)
    [all...]
  /external/linux-tools-perf/
builtin-report.c 4 * Builtin report command: Analyze the perf.data input file,
212 const char *evname, FILE *fp)
323 ui__warning("The %s file has no samples!\n", input_name);
418 OPT_STRING('i', "input", &input_name, "file",
419 "input file name"),
425 "file", "vmlinux pathname"),
427 "file", "kallsyms pathname"),
  /external/linux-tools-perf/util/
probe-event.c 228 pr_warning("Failed to open debuginfo file.\n");
262 * Find a src file from a DWARF tag path. Prepend optional source path prefix
265 * Return 0 if file was found and readable, -errno otherwise.
323 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num)
345 pr_warning("File read error: %s\n", strerror(errno));
351 static int _show_one_line(FILE *fp, int l, bool skip, bool show_num)
355 pr_warning("Source file is shorter than expected.\n");
367 * Show line-range always requires debuginfo to find source file and
374 FILE *fp;
385 pr_warning("Failed to open debuginfo file.\n")
599 char *range, *file, *name = strdup(arg); local
1106 char offs[32] = "", line[32] = "", file[32] = ""; local
    [all...]
  /external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c 43 const char *file = __FILE__; local
47 file);
48 newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
411 FILE *ofp;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains both code to deal with invoking "external" functions, but
457 // int fprintf(FILE *, const char *, ...) - a very rough implementation to make
469 fputs(Buffer, (FILE *) GVTOP(Args[0]));
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 6 * you may not use this file except in compliance with the License.
396 const char * file
399 extern FILE * yyin;
406 g_filename = file;
445 yyin = fopen( file, "r" );
  /external/openssh/
session.c 9 * incompatible with the protocol description in the RFC file, it must be
445 * setting up file descriptors and such.
639 * setting up file descriptors, controlling tty, updating wtmp, utmp,
900 FILE *f;
998 * Reads environment variables from the given file and adds/overrides them
999 * into the environment. If the file does not exist, this does nothing.
1007 FILE *f;
1018 fatal("Too many lines in environment file %s", filename);
1072 * We don't want to copy the whole file to the child's environment,
    [all...]

Completed in 1610 milliseconds

<<81828384858687888990>>