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

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.c35 # error "This file should be built as pure C to avoid name mangling"
67 void AnnotateRWLockCreate(const char *file, int line, argument
69 void AnnotateRWLockDestroy(const char *file, int line, argument
71 void AnnotateRWLockAcquired(const char *file, int line, argument
73 void AnnotateRWLockReleased(const char *file, int line, argument
75 void AnnotateBarrierInit(const char *file, int line, argument
78 void AnnotateBarrierWaitBefore(const char *file, int line, argument
80 void AnnotateBarrierWaitAfter(const char *file, int line, argument
82 void AnnotateBarrierDestroy(const char *file, int line, argument
85 void AnnotateCondVarWait(const char *file, in argument
88 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) argument
90 AnnotateCondVarSignalAll(const char *file, int line, const volatile void *cv) argument
92 AnnotatePublishMemoryRange(const char *file, int line, const volatile void *address, long size) argument
95 AnnotateUnpublishMemoryRange(const char *file, int line, const volatile void *address, long size) argument
98 AnnotatePCQCreate(const char *file, int line, const volatile void *pcq) argument
100 AnnotatePCQDestroy(const char *file, int line, const volatile void *pcq) argument
102 AnnotatePCQPut(const char *file, int line, const volatile void *pcq) argument
104 AnnotatePCQGet(const char *file, int line, const volatile void *pcq) argument
106 AnnotateNewMemory(const char *file, int line, const volatile void *mem, long size) argument
109 AnnotateExpectRace(const char *file, int line, const volatile void *mem, const char *description) argument
112 AnnotateBenignRace(const char *file, int line, const volatile void *mem, const char *description) argument
115 AnnotateBenignRaceSized(const char *file, int line, const volatile void *mem, long size, const char *description) argument
119 AnnotateMutexIsUsedAsCondVar(const char *file, int line, const volatile void *mu) argument
121 AnnotateTraceMemory(const char *file, int line, const volatile void *arg) argument
123 AnnotateThreadName(const char *file, int line, const char *name) argument
125 AnnotateIgnoreReadsBegin(const char *file, int line) argument
126 AnnotateIgnoreReadsEnd(const char *file, int line) argument
127 AnnotateIgnoreWritesBegin(const char *file, int line) argument
128 AnnotateIgnoreWritesEnd(const char *file, int line) argument
129 AnnotateEnableRaceDetection(const char *file, int line, int enable) argument
130 AnnotateNoOp(const char *file, int line, const volatile void *arg) argument
132 AnnotateFlushState(const char *file, int line) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.c35 # error "This file should be built as pure C to avoid name mangling"
67 void AnnotateRWLockCreate(const char *file, int line, argument
69 void AnnotateRWLockDestroy(const char *file, int line, argument
71 void AnnotateRWLockAcquired(const char *file, int line, argument
73 void AnnotateRWLockReleased(const char *file, int line, argument
75 void AnnotateBarrierInit(const char *file, int line, argument
78 void AnnotateBarrierWaitBefore(const char *file, int line, argument
80 void AnnotateBarrierWaitAfter(const char *file, int line, argument
82 void AnnotateBarrierDestroy(const char *file, int line, argument
85 void AnnotateCondVarWait(const char *file, in argument
88 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) argument
90 AnnotateCondVarSignalAll(const char *file, int line, const volatile void *cv) argument
92 AnnotatePublishMemoryRange(const char *file, int line, const volatile void *address, long size) argument
95 AnnotateUnpublishMemoryRange(const char *file, int line, const volatile void *address, long size) argument
98 AnnotatePCQCreate(const char *file, int line, const volatile void *pcq) argument
100 AnnotatePCQDestroy(const char *file, int line, const volatile void *pcq) argument
102 AnnotatePCQPut(const char *file, int line, const volatile void *pcq) argument
104 AnnotatePCQGet(const char *file, int line, const volatile void *pcq) argument
106 AnnotateNewMemory(const char *file, int line, const volatile void *mem, long size) argument
109 AnnotateExpectRace(const char *file, int line, const volatile void *mem, const char *description) argument
112 AnnotateBenignRace(const char *file, int line, const volatile void *mem, const char *description) argument
115 AnnotateBenignRaceSized(const char *file, int line, const volatile void *mem, long size, const char *description) argument
119 AnnotateMutexIsUsedAsCondVar(const char *file, int line, const volatile void *mu) argument
121 AnnotateTraceMemory(const char *file, int line, const volatile void *arg) argument
123 AnnotateThreadName(const char *file, int line, const char *name) argument
125 AnnotateIgnoreReadsBegin(const char *file, int line) argument
126 AnnotateIgnoreReadsEnd(const char *file, int line) argument
127 AnnotateIgnoreWritesBegin(const char *file, int line) argument
128 AnnotateIgnoreWritesEnd(const char *file, int line) argument
129 AnnotateEnableRaceDetection(const char *file, int line, int enable) argument
130 AnnotateNoOp(const char *file, int line, const volatile void *arg) argument
132 AnnotateFlushState(const char *file, int line) argument
[all...]
/external/chromium_org/third_party/ots/src/
H A Dvhea.cc3 // found in the LICENSE file.
16 bool ots_vhea_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
19 file->vhea = vhea;
29 if (!ParseMetricsHeader(file, &table, &vhea->header)) {
36 bool ots_vhea_should_serialise(OpenTypeFile *file) { argument
40 return file->vhea != NULL && file->vmtx != NULL &&
41 ots_gsub_should_serialise(file);
44 bool ots_vhea_serialise(OTSStream *out, OpenTypeFile *file) { argument
45 if (!SerialiseMetricsHeader(out, &file
51 ots_vhea_free(OpenTypeFile *file) argument
[all...]
H A Dhead.cc3 // found in the LICENSE file.
14 bool ots_head_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
16 file->head = new OpenTypeHEAD;
20 !table.ReadU32(&file->head->revision)) {
39 if (!table.ReadU16(&file->head->flags)) {
44 file->head->flags &= 0x381f;
46 if (!table.ReadU16(&file->head->ppem)) {
51 if (file->head->ppem < 16 ||
52 file->head->ppem > 16384) {
60 if ((file
117 ots_head_should_serialise(OpenTypeFile *file) argument
121 ots_head_serialise(OTSStream *out, OpenTypeFile *file) argument
145 ots_head_free(OpenTypeFile *file) argument
[all...]
H A Dcvt.cc3 // found in the LICENSE file.
12 bool ots_cvt_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
16 file->cvt = cvt;
35 bool ots_cvt_should_serialise(OpenTypeFile *file) { argument
36 if (!file->glyf) {
39 return g_transcode_hints && file->cvt;
42 bool ots_cvt_serialise(OTSStream *out, OpenTypeFile *file) { argument
43 const OpenTypeCVT *cvt = file->cvt;
52 void ots_cvt_free(OpenTypeFile *file) { argument
53 delete file
[all...]
H A Dfpgm.cc3 // found in the LICENSE file.
12 bool ots_fpgm_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
16 file->fpgm = fpgm;
31 bool ots_fpgm_should_serialise(OpenTypeFile *file) { argument
32 if (!file->glyf) return false; // this table is not for CFF fonts.
33 return g_transcode_hints && file->fpgm;
36 bool ots_fpgm_serialise(OTSStream *out, OpenTypeFile *file) { argument
37 const OpenTypeFPGM *fpgm = file->fpgm;
46 void ots_fpgm_free(OpenTypeFile *file) { argument
47 delete file
[all...]
H A Dprep.cc3 // found in the LICENSE file.
12 bool ots_prep_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
16 file->prep = prep;
31 bool ots_prep_should_serialise(OpenTypeFile *file) { argument
32 if (!file->glyf) return false; // this table is not for CFF fonts.
33 return g_transcode_hints && file->prep;
36 bool ots_prep_serialise(OTSStream *out, OpenTypeFile *file) { argument
37 const OpenTypePREP *prep = file->prep;
46 void ots_prep_free(OpenTypeFile *file) { argument
47 delete file
[all...]
/external/chromium_org/third_party/ots/test/
H A Dtable_dependencies_test.cc3 // found in the LICENSE file.
14 do { file.name = new ots::OpenType##capname; } while (0)
17 if (!file.name) { \
20 file.name->data = reinterpret_cast<const uint8_t*>(1); \
21 file.name->length = 1; \
24 do { delete file.name; file.name = NULL; } while (0)
26 do { file.name->data = NULL; file.name->length = 0; } while (0)
43 ots::OpenTypeFile file; member in class:__anon14023::TableDependenciesTest
[all...]
/external/libpng/contrib/tools/
H A Dchkfmt9 # -e: spawn an editor for each file that needs a change ($EDITOR must be
33 # Function to edit a single file - if the file isn't changed ask the user
37 cp "$file" "$file".orig
38 "$EDITOR" "$file" 0>&3 1>&4 2>&5 3>&- 4>&- 5>&- || exit 1
39 if cmp -s "$file".orig "$file"
41 rm "$file".orig
42 echo -n "$file
[all...]
/external/chromium_org/native_client_sdk/src/web/
H A Dupdate.sh2 for file in index.html manifest.html; do
3 gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
/external/chromium_org/ppapi/nacl_irt/
H A Dirt_manifest.h3 // found in the LICENSE file.
14 // read-only file descriptor of the resource specified in the manifest file
15 // with the key |file| in files section. Returns 0 on success, or error number
17 PPAPI_PROXY_EXPORT int IrtOpenResource(const char* file, int* fd);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dposix.h38 bool RunAsDaemon(const char *file, const char *const argv[]);
/external/chromium_org/third_party/webrtc/base/
H A Dposix.h5 * 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.
21 bool RunAsDaemon(const char *file, const char *const argv[]);
/external/clang/bindings/python/tests/cindex/
H A Dtest_file.py6 file = File.from_name(tu, "t.c")
7 assert str(file) == "t.c"
8 assert file.name == "t.c"
9 assert repr(file) == "<File: t.c>"
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-bool-global.conf5 class file { read write };
14 allow a_t b_t : file { read write };
H A Dmodreq-type-global.conf5 class file { read write };
12 allow test_t type_req_t : file { read write };
H A Dmodreq-type-opt.conf5 class file { read write };
15 allow type_req_t file_t : file { read write };
/external/llvm/test/MC/ELF/
H A Dfile-double.s5 .file "foo.c"
6 .file "bar.c"
/external/proguard/src/proguard/
H A DFileWordReader.java28 * A <code>WordReader</code> that returns words from a file or a URL.
35 * Creates a new FileWordReader for the given file.
37 public FileWordReader(File file) throws IOException argument
39 super(new LineNumberReader(new BufferedReader(new FileReader(file))),
40 "file '" + file.getPath() + "'",
41 file.getParentFile()
52 "file '" + url.toString() + "'",
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dhelper.h5 FILE* file; member in class:SkFile
12 file = NULL;
21 if (file) {
22 fclose(file);
31 if (file == NULL) {
34 file = fopen(sz, "a");
35 if (file == NULL) {
38 fprintf(file, "\n\n\nNEW SESSION, just coliding ids ... should generate a new file ideally ... \n\n\n");
47 fprintf(file, "
[all...]
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dhelper.h5 FILE* file; member in class:SkFile
12 file = NULL;
21 if (file) {
22 fclose(file);
31 if (file == NULL) {
34 file = fopen(sz, "a");
35 if (file == NULL) {
38 fprintf(file, "\n\n\nNEW SESSION, just coliding ids ... should generate a new file ideally ... \n\n\n");
47 fprintf(file, "
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddo-webcore-rename80 my $file = $_;
83 if ($directoriesToIgnore{$file} or $file =~ /^\../ or $file =~ /^ChangeLog/) {
89 return if -d $file;
185 my $file = shift;
192 # time is to avoid accidental file renamings for short, non-DOM renames.
195 $newFile = "$1$renames{$2}$3" if $file =~ /^(.*\/\w*)($key)(\w*\.\w+)$/;
201 $file = "$1$renames{$2}$3" if $file
[all...]
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py4 # found in the LICENSE file.
22 // found in the LICENSE file.
26 _DO_NOT_EDIT_WARNING = """// This file is auto-generated from
34 # This string is copied directly out of the gl2.h file from GLES2.0
1229 # file. These function info objects can be augmented and their values can be
2637 """Writes to a file formatting it for Google's style guidelines."""
2649 """Writes a string to a file spliting if it's > 80 characters."""
2658 """Close the file."""
2668 file = open(self.filename, "wb")
2669 file
[all...]
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.c32 # error "This file should be built as pure C to avoid name mangling"
74 const char *file, int line, const volatile void *lock)
78 const char *file, int line, const volatile void *lock)
82 const char *file, int line, const volatile void *lock, long is_w)
86 const char *file, int line, const volatile void *lock, long is_w)
90 const char *file, int line, const volatile void *barrier, long count,
95 const char *file, int line, const volatile void *barrier)
99 const char *file, int line, const volatile void *barrier)
103 const char *file, int line, const volatile void *barrier)
107 const char *file, in
73 AnnotateRWLockCreate( const char *file, int line, const volatile void *lock) argument
77 AnnotateRWLockDestroy( const char *file, int line, const volatile void *lock) argument
81 AnnotateRWLockAcquired( const char *file, int line, const volatile void *lock, long is_w) argument
85 AnnotateRWLockReleased( const char *file, int line, const volatile void *lock, long is_w) argument
89 AnnotateBarrierInit( const char *file, int line, const volatile void *barrier, long count, long reinitialization_allowed) argument
94 AnnotateBarrierWaitBefore( const char *file, int line, const volatile void *barrier) argument
98 AnnotateBarrierWaitAfter( const char *file, int line, const volatile void *barrier) argument
102 AnnotateBarrierDestroy( const char *file, int line, const volatile void *barrier) argument
106 AnnotateCondVarWait( const char *file, int line, const volatile void *cv, const volatile void *lock) argument
111 AnnotateCondVarSignal( const char *file, int line, const volatile void *cv) argument
115 AnnotateCondVarSignalAll( const char *file, int line, const volatile void *cv) argument
119 AnnotateHappensBefore( const char *file, int line, const volatile void *obj) argument
123 AnnotateHappensAfter( const char *file, int line, const volatile void *obj) argument
127 AnnotatePublishMemoryRange( const char *file, int line, const volatile void *address, long size) argument
131 AnnotateUnpublishMemoryRange( const char *file, int line, const volatile void *address, long size) argument
135 AnnotatePCQCreate( const char *file, int line, const volatile void *pcq) argument
139 AnnotatePCQDestroy( const char *file, int line, const volatile void *pcq) argument
143 AnnotatePCQPut( const char *file, int line, const volatile void *pcq) argument
147 AnnotatePCQGet( const char *file, int line, const volatile void *pcq) argument
151 AnnotateNewMemory( const char *file, int line, const volatile void *mem, long size) argument
155 AnnotateExpectRace( const char *file, int line, const volatile void *mem, const char *description) argument
160 AnnotateFlushExpectedRaces( const char *file, int line) argument
164 AnnotateBenignRace( const char *file, int line, const volatile void *mem, const char *description) argument
169 AnnotateBenignRaceSized( const char *file, int line, const volatile void *mem, long size, const char *description) argument
174 AnnotateMutexIsUsedAsCondVar( const char *file, int line, const volatile void *mu) argument
178 AnnotateMutexIsNotPHB( const char *file, int line, const volatile void *mu) argument
182 AnnotateTraceMemory( const char *file, int line, const volatile void *arg) argument
186 AnnotateThreadName( const char *file, int line, const char *name) argument
190 AnnotateIgnoreReadsBegin( const char *file, int line) argument
194 AnnotateIgnoreReadsEnd( const char *file, int line) argument
198 AnnotateIgnoreWritesBegin( const char *file, int line) argument
202 AnnotateIgnoreWritesEnd( const char *file, int line) argument
206 AnnotateIgnoreSyncBegin( const char *file, int line) argument
210 AnnotateIgnoreSyncEnd( const char *file, int line) argument
214 AnnotateEnableRaceDetection( const char *file, int line, int enable) argument
218 AnnotateNoOp( const char *file, int line, const volatile void *arg) argument
222 AnnotateFlushState( const char *file, int line) argument
[all...]
/external/chromium_org/gpu/gles2_conform_support/
H A Dgenerate_gles2_conform_tests.py4 # found in the LICENSE file.
13 """Reads a file, removing blank lines and lines that start with #"""
14 file = open(filename, "r")
15 raw_lines = file.readlines()
16 file.close()
25 def GenerateTests(file):
31 file.write("""
37 file.write("""
55 file = open(os.path.join(dir, 'gles2_conform_test_autogen.cc'), 'wb')
56 GenerateTests(file)
[all...]

Completed in 898 milliseconds

1234567891011>>