Searched refs:file (Results 51 - 75 of 2668) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DMethodIdItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
22 * Representation of a method reference inside a Dalvik file.
42 public void addContents(DexFile file) { argument
43 super.addContents(file);
45 ProtoIdsSection protoIds = file.getProtoIds();
60 protected int getTypoidIdx(DexFile file) { argument
61 ProtoIdsSection protoIds = file.getProtoIds();
H A DItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
23 * repeated piece of a Dalvik file.
59 * This will <i>not</i> add an item to the file for this instance itself
65 * @param file {@code non-null;} the file to populate
67 public abstract void addContents(DexFile file); argument
76 * @param file {@code non-null;} the file to use for reference
79 public abstract void writeTo(DexFile file, AnnotatedOutpu argument
[all...]
/external/compiler-rt/lib/tsan/
H A Danalyze_libtsan.sh27 file=asm_$f.s
28 get_asm $f > $file
29 tot=$(wc -l < $file)
31 rsp=$(grep '(%rsp)' $file | wc -l)
32 push=$(grep 'push' $file | wc -l)
33 pop=$(grep 'pop' $file | wc -l)
34 call=$(grep 'call' $file | wc -l)
35 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
36 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
37 mov=$(grep 'mov' $file | w
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DFileLocator.java63 private File file; field in class:FileLocator.AssetInfoFile
65 public AssetInfoFile(AssetManager manager, AssetKey key, File file){ argument
67 this.file = file;
73 return new FileInputStream(file);
75 // NOTE: Can still happen even if file.exists() is true, e.g.
77 throw new AssetLoadException("Failed to open file: " + file, ex);
84 File file = new File(root, name);
85 if (file
[all...]
/external/apache-http/src/org/apache/http/entity/
H A DFileEntity.java8 * or more contributor license agreements. See the NOTICE file
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
41 * An entity whose content is retrieved from a file.
51 protected final File file; field in class:FileEntity
53 public FileEntity(final File file, final String contentType) { argument
55 if (file == null) {
58 this.file = file;
67 return this.file
[all...]
/external/bison/lib/
H A Dstripslash.c1 /* stripslash.c -- remove redundant trailing slashes from a file name
27 This is useful when using file name completion from a shell that
30 when given a file that ends in "/" (except for the root directory). */
33 strip_trailing_slashes (char *file) argument
35 char *base = base_name (file);
/external/compiler-rt/lib/
H A Deprintf.c5 * This file is dual licensed under the MIT and the University of Illinois Open
27 const char* line, const char* file)
29 fprintf(stderr, format, assertion_expression, line, file);
26 __eprintf(const char* format, const char* assertion_expression, const char* line, const char* file) argument
/external/icu4c/tools/gentest/
H A Dgenres32.c8 * file name: genres32.c
53 char file[512]; local
56 uprv_strcpy(file,path);
57 if(file[strlen(file)-1]!=U_FILE_SEP_CHAR) {
58 uprv_strcat(file,U_FILE_SEP_STRING);
60 uprv_strcat(file,"testtable32.txt");
61 out = fopen(file, "w");
62 /*puts(file);*/
65 fprintf(stderr, "%s: Couldn't create resource test file
[all...]
/external/libffi/src/
H A Ddebug.c41 void ffi_assert(char *expr, char *file, int line) argument
43 fprintf(stderr, "ASSERTION FAILURE: %s at %s:%d\n", expr, file, line);
50 void ffi_type_test(ffi_type *a, char *file, int line) argument
52 FFI_ASSERT_AT(a != NULL, file, line);
54 FFI_ASSERT_AT(a->type <= FFI_TYPE_LAST, file, line);
55 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->size > 0, file, line);
56 FFI_ASSERT_AT(a->type == FFI_TYPE_VOID || a->alignment > 0, file, line);
57 FFI_ASSERT_AT(a->type != FFI_TYPE_STRUCT || a->elements != NULL, file, line);
/external/libsepol/tests/policies/test-expander/
H A Dbase-base-only.conf2 class file
6 common file
11 class file
12 inherits file
31 mlsconstrain file { read }
/external/llvm/test/MC/ELF/
H A Ddebug-line.s20 .file 1 "foo.c"
H A Drelax-crash.s8 .file 1 "Disassembler.ii"
/external/oprofile/libutil/
H A Dop_lockfile.c2 * @file op_lockfile.c
6 * @remark Read the file COPYING
22 static pid_t op_read_lock_file(char const * file) argument
27 fp = fopen(file, "r");
42 int op_write_lock_file(char const * file) argument
46 if (op_file_readable(file)) {
47 pid_t pid = op_read_lock_file(file);
51 int err = unlink(file);
52 fprintf(stderr, "Removing stale lock file %s\n",
53 file);
[all...]
H A Dop_lockfile.h2 * @file op_lockfile.h
6 * @remark Read the file COPYING
22 * op_write_lock_file - write a lock file
25 * Write the pid into the given lock file. Stale
28 int op_write_lock_file(char const * file);
/external/webkit/Source/WebCore/fileapi/
H A DFileCallback.idl36 boolean handleEvent(in File file);
/external/webkit/Source/WebKit/chromium/src/
H A DWebCommon.cpp38 void failedAssertion(const char* file, int line, const char* function, const char* assertion) argument
40 WTFReportAssertionFailure(file, line, function, assertion);
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-reparse-remap.c2 #warning parsing remapped file
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-bool-opt.conf4 class file {read write};
20 allow a_t b_t : file { read write };
/external/llvm/test/MC/MachO/
H A Dempty-dwarf-lines.s8 .file 1 "test.c"
/external/srec/srec/include/
H A Derrhndl.h7 * you may not use this file except in compliance with the License. *
31 void invokeCrecErrHandler(char* file,
/external/webkit/Source/WebCore/platform/haiku/
H A DSharedBufferHaiku.cpp39 BFile file(BString(fileName).String(), B_READ_ONLY);
40 if (file.InitCheck() != B_OK)
44 file.GetSize(&size);
47 file.Read(buffer.data(), buffer.size());
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c7 * This file contains the host wrapper functions for stdio, stdlib, etc.
9 * Modify this file to suit the needs of your particular system.
12 * a MIDI type 1 file that can be played. To maintain efficiency, data
16 * EAS_HW_FILE is a structure to support local file buffering. It
17 * comprises the OS File handle, some data related to the local file
23 * If the file system supports duplicate file handles and buffering,
25 * native file I/O routines.
27 * If the system has enough memory to support reading the entire file
29 * EAS_HWOpenFile and then close the file
233 EAS_HW_FILE *file; local
284 EAS_HWFillBuffer(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file) argument
306 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
394 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
431 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
461 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
493 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
513 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
550 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
587 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
614 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE* pDupFile) argument
[all...]
/external/compiler-rt/make/
H A Dfilter-inputs7 # This file is distributed under the University of Illinois Open Source
13 # first file for any particular filename.
18 for file in sys.argv[1:]:
19 base = os.path.basename(file)
22 print file
/external/grub/stage2/
H A Dsize_test28 file=$1
30 set dummy `ls -l $file`
33 echo "$file is too big ($size > $limit)."
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DFileSystemResourceLoader.java5 * you may not use this file except in compliance with the License.
46 File file = new File(rootDir, name);
47 // Check for non-directory rather than is-file so that reads from
49 if (file.exists() && !file.isDirectory() && file.canRead()) {
50 return buffer(new InputStreamReader(new FileInputStream(file), getCharacterSet()));
60 throw new JSilverTemplateNotFoundException("No file '" + name + "' inside directory '"
68 * Some applications, e.g. online help, need to know when a file has changed due to a symlink
73 File file
[all...]

Completed in 993 milliseconds

1234567891011>>