/external/chromium_org/third_party/mesa/src/src/glsl/ |
ralloc.c | 73 static void unlink_block(ralloc_header *info); 74 static void unsafe_free(ralloc_header *info); 79 ralloc_header *info = (ralloc_header *) (((char *) ptr) - local 81 assert(info->canary == CANARY); 82 return info; 85 #define PTR_FROM_HEADER(info) (((char *) info) + sizeof(ralloc_header)) 88 add_child(ralloc_header *parent, ralloc_header *info) 91 info->parent = parent; 92 info->next = parent->child 111 ralloc_header *info = (ralloc_header *) block; local 134 ralloc_header *child, *old, *info; local 201 ralloc_header *info; local 251 ralloc_header *info, *parent; local 267 ralloc_header *info; local 297 ralloc_header *info = get_header(ptr); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 144 struct nouveau_attr_info *info = &TAG(vertex_attrs)[attr]; local 147 render->map[info->vbo_index] = attr; 150 info->vbo_index + 1); 153 render->vertex_size += 4 * info->imm_fields;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_screen.c | 145 struct drm_radeon_info info = { 0 }; local 148 info.value = (uint64_t)(uintptr_t)value; 151 info.request = RADEON_INFO_DEVICE_ID; 154 info.request = RADEON_INFO_NUM_GB_PIPES; 157 info.request = RADEON_INFO_NUM_Z_PIPES; 160 info.request = RADEON_INFO_TILE_CONFIG; 165 ret = drmCommandWriteRead(sPriv->fd, DRM_RADEON_INFO, &info, sizeof(info));
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
formats.c | 76 * Info about each format. 1539 const struct gl_format_info *info = &format_info[format]; local 1549 const struct gl_format_info *info = _mesa_get_format_info(format); local 1565 const struct gl_format_info *info = _mesa_get_format_info(format); local 1581 const struct gl_format_info *info = _mesa_get_format_info(format); local 1630 const struct gl_format_info *info = _mesa_get_format_info(format); local 1655 const struct gl_format_info *info = _mesa_get_format_info(format); local 1668 const struct gl_format_info *info = _mesa_get_format_info(format); local 1683 const struct gl_format_info *info = _mesa_get_format_info(format); local 1693 const struct gl_format_info *info = _mesa_get_format_info(format); local 1704 const struct gl_format_info *info = _mesa_get_format_info(format); local 1716 const struct gl_format_info *info = _mesa_get_format_info(format); local 1730 const struct gl_format_info *info = _mesa_get_format_info(format); local 1856 const struct gl_format_info *info = _mesa_get_format_info(format); local 1876 const struct gl_format_info *info = _mesa_get_format_info(format); local 1902 const struct gl_format_info *info = _mesa_get_format_info(format); local 1927 const struct gl_format_info *info = _mesa_get_format_info(format); local 1976 const struct gl_format_info *info = _mesa_get_format_info(i); local [all...] |
/external/chromium_org/third_party/ply/ |
lex.py | 90 info = critical variable in class:PlyLogger [all...] |
/external/chromium_org/third_party/python_gflags/ |
gflags2man.py | 86 def info(self, msg): print msg member in class:Logging 183 self.date = time.localtime(time.time()) # default date info 199 logging.info('Running: %s %s </dev/null 2>&1' 305 logging.error('Flag info, but no current flag "%s"' % line) 319 logging.info('Extra: %s' % line) 360 logging.info('Extra: %s' % line) 407 logging.info('Extra: %s' % line) 443 self.info = proginfo 472 logging.info('Writing to stdout') 475 self.file_path = '%s.1' % os.path.join(self.dirname, self.info.name [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_size_table.cc | 378 BitmapGlyphInfoPtr info; local 379 info.Attach(it->Next()); 380 (*output)[info->glyph_id()] = info;
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
bitmap_table_test.cc | 115 BitmapGlyphInfoPtr info; local 116 info.Attach(sub3->GlyphInfo(2)); 117 EXPECT_EQ(info->glyph_id(), 2); 118 EXPECT_EQ(info->block_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); 119 EXPECT_EQ(info->start_offset(), 121 EXPECT_EQ(info->format(), STRIKE4_SUB1_IMAGE_FORMAT); 122 EXPECT_EQ(info->length(), STRIKE4_SUB1_GLYPH2_LENGTH); 189 BitmapGlyphInfoPtr info, original_info; local 190 info.Attach(sub4->GlyphInfo(i)); 192 EXPECT_EQ(info->format(), original_info->format()) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkMaskFilter.cpp | 354 SkImageInfo info; local 356 if (!resultBM->asImageInfo(&info)) { 359 resultBM->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, dst)))->unref();
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_CG.cpp | 28 static void malloc_release_proc(void* info, const void* data, size_t size) { 29 sk_free(info); 101 CGImageAlphaInfo info = CGImageGetAlphaInfo(image); local 102 switch (info) { 152 static size_t consumer_put(void* info, const void* buffer, size_t count) { 153 SkWStream* stream = reinterpret_cast<SkWStream*>(info); 157 static void consumer_release(void* info) { 158 // we do nothing, since by design we don't "own" the stream (i.e. info)
|
/external/chromium_org/third_party/smhasher/src/ |
main.cpp | 104 HashInfo * info = & g_hashes[i]; local 106 pass &= VerificationTest(info->hash,info->hashbits,info->verification,false); 115 HashInfo * info = & g_hashes[i]; local 117 printf("%16s - ",info->name); 118 pass &= VerificationTest(info->hash,info->hashbits,info->verification,true); 128 void test ( hashfunc<hashtype> hash, HashInfo * info ) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test3.c | 525 Tcl_CmdInfo info; local 536 if( 1!=Tcl_GetCommandInfo(interp, argv[1], &info) ){ 544 db = *((sqlite3 **)info.objClientData);
|
test_mutex.c | 363 Tcl_CmdInfo info; local 365 if( Tcl_GetCommandInfo(pInterp, zCmd, &info) ){ 366 db = *((sqlite3 **)info.objClientData);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pagemap.h | 34 // a pointer that contains info about that page. We use two 254 MEMORY_BASIC_INFORMATION info = {0}; local 255 size_t result = VirtualQuery(start, &info, sizeof(info)); 257 ASSERT(0 == (info.State & MEM_COMMIT)); // It starts with uncommitted. 258 ASSERT(info.RegionSize >= length); // Entire length is uncommitted. 265 result = VirtualQuery(start, &info, sizeof(info)); 267 ASSERT(0 != (info.State & MEM_COMMIT)); // Now it is committed. 268 ASSERT(info.RegionSize >= length); // Entire length is committed [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.cc | 295 MEMORY_BASIC_INFORMATION info; local 297 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info)); 298 assert(resultSize == sizeof(info)); 299 size_t decommitSize = std::min<size_t>(info.RegionSize, end - ptr); 317 MEMORY_BASIC_INFORMATION info; local 319 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info)); 320 assert(resultSize == sizeof(info)); 322 size_t commitSize = std::min<size_t>(info.RegionSize, end - ptr) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 258 AllocInfo* info) const { 261 info->object_size = alloc_value->bytes; 262 info->call_stack = alloc_value->bucket()->stack; 263 info->stack_depth = alloc_value->bucket()->depth; 402 AllocContextInfo info; local 404 *static_cast<Stats*>(&info) = *static_cast<Stats*>(list[i]); 405 info.stack_depth = list[i]->depth; 406 info.call_stack = list[i]->stack; 407 callback(info); 417 // buckets than leave out the /proc/self/maps info. To ensure that [all...] |
heap-profile-table.h | 74 // Info we can return about an allocation. 83 // Info we return about an allocation context. 121 // Same as FindAlloc, but fills all of *info. 122 bool FindAllocDetails(const void* ptr, AllocInfo* info) const; 147 typedef void (*AllocIterator)(const void* ptr, const AllocInfo& info); 156 typedef void (*AllocContextIterator)(const AllocContextInfo& info); 213 // Info stored in the address map 294 AllocInfo info; local 295 info.object_size = v->bytes; 296 info.call_stack = v->bucket()->stack [all...] |
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 128 SYSTEM_LOGICAL_PROCESSOR_INFORMATION& info = pproc_info[i]; local 129 if (info.Relationship == RelationProcessorCore) {
|
/external/chromium_org/ui/gfx/win/ |
window_impl.cc | 60 RegisteredClass(const ClassInfo& info, ATOM atom); 62 // Info used to create the class. 63 ClassInfo info; member in struct:gfx::ClassRegistrar::RegisteredClass 95 if (class_info.Equals(i->info)) 125 ClassRegistrar::RegisteredClass::RegisteredClass(const ClassInfo& info, 127 : info(info),
|
/external/chromium_org/v8/src/ |
allocation-tracker.cc | 82 AllocationTracker::FunctionInfo* info = local 84 if (info != NULL) { 85 name = info->name; 222 FunctionInfo* info = new FunctionInfo(); local 223 info->name = names_->GetFunctionName(shared->DebugName()); 228 info->script_name = names_->GetName(name); 230 info->script_id = script->id()->value(); 236 info)); 238 entry->value = info; 244 Script* script, int start, FunctionInfo* info) [all...] |
global-handles.h | 63 : info(NULL), length(length) { 69 v8::RetainedObjectInfo* info; member in struct:v8::internal::ObjectGroup 108 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info) 109 : id(id), info(info) {} 120 RetainedObjectInfo* info; member in struct:v8::internal::ObjectGroupRetainerInfo 239 v8::RetainedObjectInfo* info); 249 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
|
platform-solaris.cc | 178 Dl_info info; local 190 if (dladdr(reinterpret_cast<void*>(pc), &info) == 0) { 192 } else if ((info.dli_fname != NULL && info.dli_sname != NULL)) { 193 // We have symbol info. 194 OS::SNPrintF(text, "%s'%s+0x%x", info.dli_fname, info.dli_sname, pc); 196 // No local symbol info. 199 info.dli_fname, 200 pc - reinterpret_cast<uintptr_t>(info.dli_fbase) [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_host.cc | 23 Status status, AppCacheInfo* info) { 24 info->manifest_url = manifest_url; 25 info->status = status; 30 info->cache_id = cache->cache_id(); 36 info->is_complete = true; 37 info->group_id = cache->owning_group()->group_id(); 38 info->last_update_time = cache->update_time(); 39 info->creation_time = cache->owning_group()->creation_time(); 40 info->size = cache->cache_size(); 450 AppCacheInfo info; local 532 AppCacheInfo info; local [all...] |
appcache_service_unittest.cc | 36 net::HttpResponseInfo* info, int info_size, 39 info_(info), info_size_(info_size), 120 scoped_ptr<net::HttpResponseInfo> info(MakeMockResponseInfo()); 121 const int kMockInfoSize = GetResponseInfoSize(info.get()); 140 net::HttpResponseInfo* info = valid_info ? MakeMockResponseInfo() : NULL; local 141 int info_size = info ? GetResponseInfoSize(info) : 0; 145 new MockResponseReader(kMockResponseId, info, info_size, 150 net::HttpResponseInfo* info = new net::HttpResponseInfo; local 151 info->request_time = base::Time::Now() [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
file_system_context.cc | 49 const FileSystemInfo& info, 56 callback.Run(error, info, path, file_info.is_directory); 324 FileSystemInfo info = GetFileSystemInfoForChromeOS(url.origin()); local 326 url, callback, info.root_url, info.name, base::PLATFORM_FILE_OK); 553 fileapi::FileSystemInfo info( 569 url, base::Bind(&DidGetMetadataForResolveURL, path, callback, info));
|