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

<<101102103

  /external/sqlite/dist/orig/
sqlite3.c 2 ** This file is an amalgamation of many separate C source files from SQLite
4 ** single large file, the entire code can be compiled as a single translation
10 ** This file is all you need to compile SQLite. To use SQLite in other
11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
18 ** separate file. This file contains only code for the core SQLite library
    [all...]
  /external/sqlite/dist/
sqlite3.c 2 ** This file is an amalgamation of many separate C source files from SQLite
4 ** single large file, the entire code can be compiled as a single translation
10 ** This file is all you need to compile SQLite. To use SQLite in other
11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
18 ** separate file. This file contains only code for the core SQLite library
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 249 void RegexTest::assertUText(const char *expected, UText *actual, const char *file, int line) {
254 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
258 errln("%s:%d: assertUText: expected is %d utf-8 bytes, but utext_nativeLength(expectedText) returned 0.", file, line, strlen(expected));
267 errln("%s:%d: assertUText: Failure: expected \"%s\" (%d chars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual));
275 void RegexTest::assertUTextInvariant(const char *expected, UText *actual, const char *file, int line) {
280 errln("%s:%d: assertUTextInvariant: error %s calling regextst_openUTF8FromInvariant(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
289 errln("%s:%d: assertUTextInvariant: Failure: expected \"%s\" (%d uchars), got \"%s\" (%d chars)", file, line, expectedBuf, (int)utext_nativeLength(&expectedText), buf, (int)utext_nativeLength(actual));
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1053 Java_SQLite_Database__1open4(JNIEnv *env, jobject obj, jstring file, jint mode,
1124 if (!file) {
1125 throwex(env, err ? err : "invalid file name");
1128 trans2iso(env, h->haveutf, h->enc, file, &filename);
1147 FILE *f = fopen(filename.result, "rb");
1267 Java_SQLite_Database__1open(JNIEnv *env, jobject obj, jstring file, jint mode)
1269 Java_SQLite_Database__1open4(env, obj, file, mode, 0, 0);
1273 Java_SQLite_Database__1open_1aux_1file(JNIEnv *env, jobject obj, jstring file)
1290 trans2iso(env, h->haveutf, h->enc, file, &filename);
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 2 This file is part of Valgrind, a dynamic binary instrumentation
23 The GNU General Public License is contained in the file COPYING.
28 // This file contains a set of unit tests for a data race detection tool.
46 // This test must not include any other file specific to threading library,
    [all...]
  /external/chromium/sdch/open-vcdiff/
configure 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
492 rm -f conf$$ conf$$.exe conf$$.file
494 rm -f conf$$.dir/conf$$.file
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 elif ln conf$$.file conf$$ 2>/dev/null; then
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/libmtp/
configure 118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
511 rm -f conf$$ conf$$.exe conf$$.file
513 rm -f conf$$.dir/conf$$.file
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527 elif ln conf$$.file conf$$ 2>/dev/null; then
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/llvm/
configure 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
488 rm -f conf$$ conf$$.exe conf$$.file
490 rm -f conf$$.dir/conf$$.file
495 echo >conf$$.file
496 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
504 elif ln conf$$.file conf$$ 2>/dev/null; then
509 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/llvm/projects/sample/
configure 88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
486 rm -f conf$$ conf$$.exe conf$$.file
488 rm -f conf$$.dir/conf$$.file
493 echo >conf$$.file
494 if ln -s conf$$.file conf$$ 2>/dev/null; then
497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
502 elif ln conf$$.file conf$$ 2>/dev/null; then
507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/protobuf/
configure 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
492 rm -f conf$$ conf$$.exe conf$$.file
494 rm -f conf$$.dir/conf$$.file
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 elif ln conf$$.file conf$$ 2>/dev/null; then
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/protobuf/gtest/
configure 92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
492 rm -f conf$$ conf$$.exe conf$$.file
494 rm -f conf$$.dir/conf$$.file
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 elif ln conf$$.file conf$$ 2>/dev/null; then
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/valgrind/main/perf/
tinycc.c 71 /* This file defines standard ELF types, structures, and macros.
73 This file is part of the GNU C Library.
87 License along with the GNU C Library; see the file COPYING.LIB. If not,
133 /* Type of file offsets. */
146 /* The ELF file header. This appears at the start of every ELF file. */
153 Elf32_Half e_type; /* Object file type */
155 Elf32_Word e_version; /* Object file version */
157 Elf32_Off e_phoff; /* Program header table file offset */
158 Elf32_Off e_shoff; /* Section header table file offset *
2308 static struct BufferedFile *file; variable in typeref:struct:BufferedFile
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/elfutils/src/
ldgeneric.c 2 This file is part of Red Hat elfutils.
118 /* Check whether file associated with FD is a DSO. */
132 /* Print the complete name of a file, including the archive it is
135 print_file_name (FILE *s, struct usedfiles *fileinfo, int first_level,
172 struct usedfiles *file = scninfo->fileinfo; local
174 /* If this symbol is not undefined in this file it cannot come from
176 if (symidx < file->nlocalsymbols)
179 struct symbol *sym = file->symref[symidx];
186 parameters are parsed but before any file is searched for. */
246 /* Construct the file name. *
4323 struct usedfiles *file; local
    [all...]
  /external/libxml2/
tree.c     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 6 * you may not use this file except in compliance with the License.
276 // If a platform specifies its own PID file name, we use that
315 // the all_requests list and terminate any subbordinate operations sharing this file descriptor
321 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
326 udsSupportRemoveFDFromEventLoop(req->sd, req->platform_data); // Note: This also closes file descriptor req->sd for us
    [all...]
  /external/qemu/
mips-dis.c 7 This file is part of GDB, GAS, and the GNU binutils.
30 This file is part of GDB, GAS, and the GNU binutils.
43 along with this file; see the file COPYING. If not,
894 /* The rest of this file adds definitions for the mips16 TinyRISC
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js 6 THIS FILE IS AUTOMATICALLY GENERATED. If creating patches, please
7 diff against the source tree, not this file.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js 6 THIS FILE IS AUTOMATICALLY GENERATED. If creating patches, please
7 diff against the source tree, not this file.
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]
  /external/v8/src/
api.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/iproute2/doc/
ip-cref.tex 619 The available scopes are listed in file \verb|/etc/iproute2/rt_scopes|.
    [all...]

Completed in 3703 milliseconds

<<101102103