/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/base/win/ |
window_impl.cc | 60 RegisteredClass(const ClassInfo& info, ATOM atom); 62 // Info used to create the class. 63 ClassInfo info; member in struct:ui::ClassRegistrar::RegisteredClass 95 if (class_info.Equals(i->info)) 126 ClassRegistrar::RegisteredClass::RegisteredClass(const ClassInfo& info, 128 : info(info),
|
/external/chromium_org/v8/src/ |
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 228 v8::RetainedObjectInfo* info); 238 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
|
lithium.cc | 278 LChunk::LChunk(CompilationInfo* info, HGraph* graph) 280 info_(info), 375 int result = index - info()->scope()->num_parameters() - 1; 384 return (1 + info()->scope()->num_parameters() - index) * 426 CompilationInfo* info = graph->info(); local 428 info->set_bailout_reason(kNotEnoughVirtualRegistersForValues); 432 LChunkBuilder builder(info, graph, &allocator); 437 info->set_bailout_reason(kNotEnoughVirtualRegistersRegalloc); 449 MacroAssembler assembler(info()->isolate(), NULL, 0) [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(); 439 AppCacheInfo info; local 507 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/ |
local_file_util_unittest.cc | 86 base::PlatformFileInfo info; local 87 file_util::GetFileInfo(LocalPath(file_name), &info); local 88 return info.size; 193 base::PlatformFileInfo info; local 194 ASSERT_TRUE(file_util::GetFileInfo(LocalPath(file_name), &info)); 196 info.last_accessed + base::TimeDelta::FromHours(10); 198 info.last_modified + base::TimeDelta::FromHours(5); 204 ASSERT_TRUE(file_util::GetFileInfo(LocalPath(file_name), &info)); 205 EXPECT_EQ(new_accessed, info.last_accessed); 206 EXPECT_EQ(new_modified, info.last_modified) 221 base::PlatformFileInfo info; local [all...] |
sandbox_directory_database_unittest.cc | 56 FileInfo info; local 57 info.parent_id = parent_id; 58 info.name = name; 59 return db_->AddFileInfo(info, &file_id); 65 FileInfo info; local 66 info.parent_id = parent_id; 67 info.name = name; 68 ASSERT_TRUE(db_->AddFileInfo(info, file_id_out)); 77 FileInfo info; local 78 info.parent_id = parent_id 148 FileInfo info; local 154 FileInfo info; local 167 FileInfo info; local 189 FileInfo info; local 205 FileInfo info; local 222 FileInfo info; local 246 FileInfo info; local 260 FileInfo info; local 283 FileInfo info; local 326 FileInfo info; local [all...] |
/external/chromium_org/webkit/browser/quota/ |
usage_tracker.cc | 107 AccumulateInfo* info = new AccumulateInfo; 111 // all clients (because info->pending_clients may reach 0 115 info->pending_clients = client_tracker_map_.size() + 1; 118 weak_factory_.GetWeakPtr(), base::Owned(info)); 133 AccumulateInfo* info = new AccumulateInfo; 137 // all clients (because info->pending_clients may reach 0 141 info->pending_clients = client_tracker_map_.size() + 1; 144 base::Owned(info)); 160 AccumulateInfo* info = new AccumulateInfo; 164 // all clients (because info->pending_clients may reach 303 AccumulateInfo* info = new AccumulateInfo; local 451 AccumulateInfo* info = new AccumulateInfo; local 499 AccumulateInfo* info = new AccumulateInfo; local [all...] |
/external/clang/lib/ARCMigrate/ |
TransAutoreleasePool.cpp | 90 PoolVarInfo &info = I->second; local 94 clearRefsIn(info.Dcl, info.Refs); 96 scpI = info.Scopes.begin(), 97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) { 99 clearRefsIn(*scope.Begin, info.Refs); 100 clearRefsIn(*scope.End, info.Refs); 101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); 106 if (info.Refs.empty()) 111 PoolVarInfo &info = PoolVars[VarsToHandle[i]] local 174 PoolVarInfo &info = PoolVars[VD]; local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 32 * and an addition of a child field to the DFS info. In reality, the constant 37 * of various info about parents. We then use this info to calculate the 38 * dominators, using union-find structures to link together the DFS info, 54 private final DFSInfo[] info; field in class:Dominators 58 /** {@code non-null;} the raw dominator info */ 65 * @param domInfos {@code non-null;} the raw dominator info 66 * @param postdom true for postdom information, false for normal dom info 74 this.info = new DFSInfo[blocks.size() + 2]; 83 * @param domInfos {@code non-null;} the raw dominator info [all...] |
/external/e2fsprogs/e2fsck/ |
recovery.c | 42 struct recovery_info *info, enum passtype pass); 230 struct recovery_info info; local 232 memset(&info, 0, sizeof(info)); 248 err = do_one_pass(journal, &info, PASS_SCAN); 250 err = do_one_pass(journal, &info, PASS_REVOKE); 252 err = do_one_pass(journal, &info, PASS_REPLAY); 256 err, info.start_transaction, info.end_transaction); 258 info.nr_replays, info.nr_revoke_hits, info.nr_revokes) 287 struct recovery_info info; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.logging_1.0.4.v201005080501.jar | |
/external/eigen/Eigen/src/Cholesky/ |
LDLT.h | 221 ComputationInfo info() const function in class:Eigen::LDLT
|
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 198 ComputationInfo info() const function in class:Eigen::CholmodBase
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur.h | 190 ComputationInfo info() const function in class:Eigen::ComplexSchur
|
EigenSolver.h | 278 ComputationInfo info() const function in class:Eigen::EigenSolver 281 return m_realSchur.info(); 357 if (m_realSchur.info() == Success)
|
RealSchur.h | 170 ComputationInfo info() const function in class:Eigen::RealSchur
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IncompleteLUT.h | 79 ComputationInfo info() const function in class:Eigen::IncompleteLUT
|
IterativeSolverBase.h | 190 ComputationInfo info() const function in class:Eigen::IterativeSolverBase
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 238 ComputationInfo info() const function in class:Eigen::PastixBase
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 53 release_data (void *info, const void *data, size_t size) 55 assert (hb_blob_get_length ((hb_blob_t *) info) == size && 56 hb_blob_get_data ((hb_blob_t *) info, NULL) == data); 58 hb_blob_destroy ((hb_blob_t *) info); 198 hb_codepoint_t c = buffer->info[i].codepoint; 199 buffer->info[i].utf16_index() = chars_len; 289 hb_glyph_info_t *info = &buffer->info[buffer->len]; local 292 info->codepoint = glyphs[j]; 293 info->cluster = string_indices[j] 308 hb_glyph_info_t *info = &buffer->info[i]; local [all...] |
hb-graphite2.cc | 257 chars[i] = buffer->info[i].codepoint; 333 hb_glyph_info_t *info = &buffer->info[clusters[i].base_glyph + j]; local 334 info->codepoint = gids[clusters[i].base_glyph + j]; 335 info->cluster = gr_cinfo_base(gr_seg_cinfo(seg, clusters[i].base_char));
|