HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 1051 - 1075 of 1907) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 154 const char *file; member in struct:app_mem_info_st
176 const char *file; member in struct:mem_st
397 int CRYPTO_push_info_(const char *info, const char *file, int line)
422 ami->file=file;
481 void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line,
517 m->file=file;
606 const char *file, int line, int before_p)
611 fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
conf.h 123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable
126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
162 int NCONF_load(CONF *conf,const char *file,long *eline);
164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
171 int NCONF_dump_fp(const CONF *conf, FILE *out);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkRadialGradient.cpp 6 * found in the LICENSE file.
22 FILE* file = ::fopen("SkRadialGradient_Table.h", "w"); local
23 SkASSERT(file);
24 ::fprintf(file, "static const uint8_t gSqrt8Table[] = {\n");
28 ::fprintf(file, "\t");
33 ::fprintf(file, "0x%02X", value);
35 ::fprintf(file, ", ");
38 ::fprintf(file, "\n");
41 ::fprintf(file, "};\n")
    [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker_unittest.cc 3 // found in the LICENSE file.
175 base::PlatformFile file = local
183 if (!base::TruncatePlatformFile(file, length))
185 base::ClosePlatformFile(file);
274 // Setup file modification times. db1 and db2 are modified now, db3 three
358 // Write some data to each file and check that the listeners are
531 // Create a database and up the file size without telling
589 // Write some data to each file.
670 // Write some data to each file.
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 5 // This file is distributed under the University of Illinois Open Source
452 StringRef file = *I; local
455 bool err = remapper.initFromFile(file, *Diags,
648 const FileEntry *file = Ctx.getSourceManager().getFileEntryForID(FID); local
649 assert(file);
650 std::string newFname = file->getName();
658 SmallString<64> filePath(file->getName());
Transforms.cpp 5 // This file is distributed under the University of Illinois Open Source
148 // Try to load the file buffer.
150 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); local
154 const char *tokenBegin = file.data() + locInfo.second;
159 file.begin(), tokenBegin, file.end());
394 // Try to load the file buffer.
396 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); local
400 const char *tokenBegin = file.data() + locInfo.second;
405 file.begin(), tokenBegin, file.end())
479 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); local
    [all...]
  /external/dnsmasq/src/
tftp.c 23 static ssize_t tftp_err(int err, char *packet, char *mess, char *file);
24 static ssize_t tftp_err_oops(char *packet, char *file);
159 transfer->file = NULL;
265 /* check permissions and open file */
266 if ((transfer->file = check_tftp_fileperm(&len)))
291 struct tftp_file *file; local
305 *len = tftp_err(ERR_FNF, packet, _("file %s not found"), namebuff);
314 /* stat the file descriptor to avoid stat->open races */
328 /* If we're doing many tranfers from the same file, only
329 open it once this saves lots of file descriptors
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 2 * logdump.c --- dump the contents of the journal out to a file
8 * This file may be redistributed under the terms of the GNU Public
50 ext2_file_t file; member in struct:journal_source
53 static void dump_journal(char *, FILE *, struct journal_source *);
55 static void dump_descriptor_block(FILE *, struct journal_source *,
59 static void dump_revoke_block(FILE *, char *, journal_superblock_t *,
62 static void dump_metadata_block(FILE *, struct journal_source *,
67 static void do_hexdump (FILE *, char *, int);
79 FILE *out_file;
94 journal_source.file = 0
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 17 import java.io.File;
265 * Read local file contents and populate the results model with the collected
268 String readLocalFile(File dir, List scenarios) throws FileNotFoundException {
270 File dataFile = new File(dir, getName()+".dat"); //$NON-NLS-1$
274 // Read local file info
288 // this can happen if scenario pattern does not cover all those stored in local data file
303 println(" => "+size+" scenarios data were read from file "+dataFile); //$NON-NLS-1$ //$NON-NLS-2$
324 void updateBuild(String buildName, List scenarios, boolean force, File dataDir, SubMonitor subMonitor, PerformanceResults.RemainingTimeGuess timeGuess) {
395 * Write the component results data to the file '<component name>.dat' in the given directory
414 File file; local
    [all...]
  /external/elfutils/libasm/
libasmP.h 3 This file is part of Red Hat elfutils.
42 ASM_E_CANNOT_CREATE, /* Output file cannot be created. */
44 ASM_E_CANNOT_CHMOD, /* Cannot change mode of output file. */
45 ASM_E_CANNOT_RENAME, /* Cannot rename output file. */
137 /* File descriptor of the temporary file. */
143 /* Output file handle. */
146 /* ELF descriptor of the temporary file. */
149 FILE *file; member in union:AsmCtx::__anon18060
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 3 This file is part of Red Hat elfutils.
26 those well defined interfaces identified in the file named EXCEPTION
37 covered by this exception. If you modify this file, you may extend this
38 exception to your version of the file, but you are not obligated to do
41 this file solely under the GPL without exception.
99 new_line->line.file = file; \
283 /* First comes the file name. */
327 /* Finally the length of the file. */
347 size_t file = 1 local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 34 import java.io.File;
103 * Visitor for top-level node; opens output file, enqueues packages.
107 File outFile = m_settings.getOutFile();
110 outFile = new File("coverage.lcov");
114 final File fullOutFile = Files.newFile(m_settings.getOutDir(), outFile);
175 /** Issue a coverage report for all lines in the file, and for each
176 * function in the file.
191 m_log.info("source file '"
199 // For each class in the file, for each method in the class,
250 // For each line in the file, emit a DA
    [all...]
  /external/icu4c/test/cintltst/
cintltst.c 8 * File CINTLTST.C
314 /* On Windows, the file name obtained from __FILE__ includes a full path.
315 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
342 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local
343 if (file) {
344 fclose(file);
381 /* On Windows, the file name obtained from __FILE__ includes a full path.
382 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
409 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", " (…) local
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 6 * file name: iotest.cpp
84 /* On Windows, the file name obtained from __FILE__ includes a full path.
85 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
112 FILE *file = fopen(".." U_FILE_SEP_STRING".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local
113 if (file) {
114 fclose(file);
236 log_err("Can't open test file - %s\n",
320 log_err("Can't open test file - %s\n",
330 log_err("FAILURE file test case %d \"%s\" - Got: \"%s\" Expected: \"%s\"\n"
754 FILE *file = fopen(".." U_FILE_SEP_STRING ".." U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r"); local
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. Alternatively, the contents of this file may be used under
66 * <p>If the given URL indicates a class file and the class file
109 * <code>ClassPool</code> object for obtaining a class file.
117 * a class file.
120 * a class file.
268 if (File.separatorChar != '/')
269 filename = filename.replace('/', File.separatorChar)
271 File file = new File(filename); local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
BlenderInputStream.java 32 package com.jme3.scene.plugins.blender.file;
55 * Size of a pointer; all pointers in the file are stored in this format. '_' means 4 bytes and '-' means 8 bytes.
62 /** Version of Blender the file was created in; '248' means version 2.48. */
80 * this exception is thrown if the file header has some invalid data
85 //the size value will canche while reading the file; the available() method cannot be counted on
95 //buffered input stream is used here for much faster file reading
106 throw new BlenderFileException("Problems occured while caching the file!", e);
111 } catch (BlenderFileException e) {//the file might be packed, don't panic, try one more time ;)
121 * the stream to read the file data from
142 * This method is used when the blender file is gzipped. It decompresses the data and stores it back into the
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
VideoRecorderAppState.java 15 import java.io.File;
23 * A Video recording AppState that records the screen output into an AVI file with
24 * M-JPEG content. The file should be playable on any OS in any video player.<br/>
26 * or the application is quit. You can set the fileName of the file to be written when the
27 * state is detached, else the old file will be overwritten. If you specify no file
28 * the AppState will attempt to write a file into the user home directory, made unique
36 private File file; field in class:VideoRecorderAppState
54 public VideoRecorderAppState(File file)
    [all...]
  /external/kernel-headers/original/linux/
net.h 3 * This is the master header file for the Linux NET layer,
102 * @file: File back pointer for gc
112 struct file *file; member in struct:socket
142 unsigned int (*poll) (struct file *file, struct socket *sock,
163 int (*mmap) (struct file *file, struct socket *sock,
199 #define sockfd_put(sock) fput(sock->file)
    [all...]
  /external/libsepol/src/
module.c 238 /* Append each of the file contexts from each module to the base
239 * policy's file context. 'base_context' will be reallocated to a
241 * variable). 'base_fc_len' is the length of base's file context; it
346 static int read_helper(char *buf, struct policy_file *file, uint32_t bytes)
359 rc = next_entry(&buf[offset], file, read_len);
370 /* Get the section offsets from a package file, offsets will be malloc'd to
373 struct policy_file *file,
383 ERR(file->handle, "out of memory");
387 rc = next_entry(buf, file, sizeof(uint32_t) * 3);
389 ERR(file->handle, "module package header truncated")
466 struct policy_file *file = &spf->pf; local
651 struct policy_file *file = &spf->pf; local
876 struct policy_file *file = &spf->pf; local
    [all...]
  /external/libvpx/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.
43 #include <string.h> // VXWORKS doesn't have a malloc/memory.h file,
50 #undef vpx_free // memory functions in this file
81 static void memory_tracker_check_integrity(char *file, unsigned int line);
83 char *file, unsigned int line,
124 FILE *file; member in struct:__anon21342
    [all...]
  /external/linux-tools-perf/
builtin-help.c 140 const char *file = strrchr(path, '/'); local
141 if (file && !strcmp(file + 1, "konqueror")) {
149 if (file)
150 filename = file;
  /external/linux-tools-perf/util/
annotate.c 198 FILE *file, size_t privsize)
206 if (getline(&line, &line_len, file) < 0)
272 FILE *file; local
294 * If we don't have build-ids or the build-id file isn't in the
295 * cache, or is just a kallsyms file, well, lets hope that this
318 pr_err("Can't annotate %s: No vmlinux file%s was found in the "
353 file = popen(command, "r");
354 if (!file)
    [all...]
trace-event-info.c 153 char *file; local
159 file = malloc_or_die(strlen(tracing) + strlen(name) + 2);
161 sprintf(file, "%s/%s", tracing, name);
162 return file;
165 static void put_tracing_file(char *file)
167 free(file);
214 static unsigned long long copy_file(const char *file)
219 fd = open(file, O_RDONLY);
221 die("Can't read '%s'", file);
245 static unsigned long get_size(const char *file)
    [all...]

Completed in 981 milliseconds

<<41424344454647484950>>