Searched refs:file (Results 226 - 250 of 8392) sorted by relevance

1234567891011>>

/external/lldb/examples/summaries/cocoa/
H A DLogger.py35 self.file = None
38 self.file = open(name,'a')
41 self.file = open('formatters.log','a')
46 if self.file != None:
47 print(data,file=self.file)
52 if self.file != None:
53 self.file.flush()
56 if self.file != None:
57 self.file
[all...]
/external/chromium_org/third_party/libevent/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
82 aclocal touch file \`aclocal.m4'
83 autoconf touch file \`configure'
84 autoheader touch file \`config.h.in'
88 help2man touch the output file
90 makeinfo touch the output file
188 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
189 test -z "$file" && file
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg29 New style messages. This file contains the actual layout of the messages emitted by ANTLR.
31 This file contains the default format ANTLR uses.
36 location(file, line, column) ::= "<file>:<line>:<column>:"
H A Dgnu.stg29 New style messages. This file contains the actual layout of the messages emitted by ANTLR.
31 This file contains the format that mimicks GCC output.
36 location(file, line, column) ::= "<file>:<line>:"
H A Dvs2005.stg29 New style messages. This file contains the actual layout of the messages emitted by ANTLR.
31 This file contains the default format ANTLR uses.
36 location(file, line, column) ::= "<file>(<line>,<column>)"
/external/bison/lib/
H A Dspawnp.c2 This file is part of the GNU C Library.
27 posix_spawnp (pid_t *pid, const char *file, argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1);
/external/chromium_org/base/test/
H A Dtest_file_util_linux.cc3 // found in the LICENSE file.
17 bool EvictFileFromSystemCache(const FilePath& file) { argument
18 ScopedFD fd(open(file.value().c_str(), O_RDONLY));
/external/chromium_org/content/browser/download/
H A Dfile_metadata_mac.h3 // found in the LICENSE file.
16 // Adds origin metadata to the file.
19 void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source,
22 // Adds quarantine metadata to the file, assuming it has already been
26 void AddQuarantineMetadataToFile(const base::FilePath& file, const GURL& source,
/external/chromium_org/skia/ext/
H A Dgoogle_logging.cc3 // found in the LICENSE file.
5 // This file provides integration with Google-style "base/logging.h" assertions
6 // for Skia SkASSERT. If you don't want this, you can link with another file
13 void SkDebugf_FileLine(const char* file, int line, bool fatal, argument
22 logging::LogMessage(file, line,
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileEntry.idl35 void file(FileCallback successCallback, optional ErrorCallback errorCallback);
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.sh12 for file in udhr_eng.txt \
20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dchecks.cc35 void Fatal(const char* file, int line, const char* format, ...) { argument
43 LOG(LS_ERROR) << "\n\n#\n# Fatal error in " << file
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvideo_reader.c5 * 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.
23 FILE *file; member in struct:VpxVideoReaderStruct
32 FILE *const file = fopen(filename, "rb"); local
33 if (!file)
34 return NULL; // Can't open file
36 if (fread(header, 1, 32, file) != 32)
37 return NULL; // Can't read file header
49 reader->file
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
H A Dhmm_dflt_abort.c5 * 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 /* The function in this file performs default actions if self-auditing
22 ** to the write system call using file handle number 2.
30 /* Print abort message, file and line. Terminate execution.
32 void hmm_dflt_abort(const char *file, const char *line) { argument
45 fputs(file, stderr);
/external/chromium_org/third_party/skia/bench/
H A DBenchLogger.cpp5 * found in the LICENSE file.
21 bool BenchLogger::SetLogFile(const char *file) { argument
22 fFileStream = SkNEW_ARGS(SkFILEWStream, (file));
/external/chromium_org/third_party/skia/include/core/
H A DSkDynamicAnnotations.h5 * found in the LICENSE file.
11 // This file contains macros used to send out-of-band signals to dynamic instrumentation systems,
20 void AnnotateIgnoreReadsBegin(const char* file, int line);
21 void AnnotateIgnoreReadsEnd(const char* file, int line);
/external/chromium_org/third_party/webrtc/base/
H A Dchecks.cc5 * 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.
20 void Fatal(const char* file, int line, const char* format, ...) { argument
28 LOG(LS_ERROR) << "\n\n#\n# Fatal error in " << file
/external/deqp/framework/delibs/decpp/
H A DdeDefs.cpp8 * you may not use this file except in compliance with the License.
20 * \file
32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) argument
38 msg << " at " << file << ":" << line;
/external/emma/ant/ant14/com/vladium/emma/data/
H A DmergeTask.java53 // mergefile|tofile|outfile|file attribute:
55 public void setMergefile (final File file) argument
59 + ": merge data file attribute already set", location).fillInStackTrace ();
61 m_outFile = file;
64 public void setOutfile (final File file) argument
68 + ": merge data file attribute already set", location).fillInStackTrace ();
70 m_outFile = file;
73 public void setTofile (final File file) argument
77 + ": merge data file attribute already set", location).fillInStackTrace ();
79 m_outFile = file;
82 setFile(final File file) argument
[all...]
/external/fonttools/MetaTools/
H A DbuildTableList.py32 file = open(os.path.join(tablesDir, "__init__.py"), "w") variable
34 file.write("# DON'T EDIT! This file is generated by MetaTools/buildTableList.py.\n")
35 file.write("def _moduleFinderHint():\n")
36 file.write('\t"""Dummy function to let modulefinder know what tables may be\n')
37 file.write('\tdynamically imported. Generated by MetaTools/buildTableList.py.\n')
38 file.write('\t"""\n')
40 file.write("\tfrom . import %s\n" % module)
42 file.close()
/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.sh12 for file in udhr_eng.txt \
20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
/external/iproute2/include/
H A Ddlfcn.h13 static inline void *dlopen(const char *file, int flag) argument
15 if (file == NULL)
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSEIgnoringConnectionClose.java8 public HttpsServiceConnectionSEIgnoringConnectionClose(String host, int port, String file, argument
11 super(host, port, file, timeout);
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-attr-opt.conf4 class file {read write};
H A Dmodreq-role-opt.conf4 class file {read write};

Completed in 905 milliseconds

1234567891011>>