/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | InlineMethodResolver.java | 34 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Static; 60 …new DeodexUtil.InlineMethod(Static, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMe… in InlineMethodResolver_version35() 65 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "I", "I"), in InlineMethodResolver_version35() 66 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "J", "J"), in InlineMethodResolver_version35() 67 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "F", "F"), in InlineMethodResolver_version35() 68 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "D", "D"), in InlineMethodResolver_version35() 69 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "min", "II", "I"), in InlineMethodResolver_version35() 70 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "max", "II", "I"), in InlineMethodResolver_version35() 71 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "sqrt", "D", "D"), in InlineMethodResolver_version35() 72 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "cos", "D", "D"), in InlineMethodResolver_version35() [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | static_vars.cc | 42 SpinLock Static::pageheap_lock_(SpinLock::LINKER_INITIALIZED); 43 SizeMap Static::sizemap_; 44 CentralFreeListPadded Static::central_cache_[kNumClasses]; 45 PageHeapAllocator<Span> Static::span_allocator_; 46 PageHeapAllocator<StackTrace> Static::stacktrace_allocator_; 47 Span Static::sampled_objects_; 48 PageHeapAllocator<StackTraceTable::Bucket> Static::bucket_allocator_; 49 StackTrace* Static::growth_stacks_ = NULL; 50 PageHeap* Static::pageheap_ = NULL; 52 void Static::InitStaticVars() { in InitStaticVars()
|
D | tcmalloc.cc | 177 using tcmalloc::Static; 321 const int length = Static::central_cache()[cl].length(); in ExtractStats() 322 const int tc_length = Static::central_cache()[cl].tc_length(); in ExtractStats() 323 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes(); in ExtractStats() 325 Static::sizemap()->ByteSizeForClass(cl)); in ExtractStats() 334 SpinLockHolder h(Static::pageheap_lock()); in ExtractStats() 337 r->pageheap = Static::pageheap()->stats(); in ExtractStats() 339 Static::pageheap()->GetSmallSpanStats(small_spans); in ExtractStats() 342 Static::pageheap()->GetLargeSpanStats(large_spans); in ExtractStats() 411 uint64_t(Static::span_allocator()->inuse()), in DumpStats() [all …]
|
D | central_freelist.cc | 64 int32_t bytes = Static::sizemap()->ByteSizeForClass(cl); in Init() 65 int32_t objs_to_move = Static::sizemap()->num_objects_to_move(cl); in Init() 99 Span* span = Static::pageheap()->GetDescriptor(p); in MapObjectToSpan() 125 Static::sizemap()->ByteSizeForClass(span->sizeclass)); in ReleaseToSpans() 133 Static::sizemap()->ByteSizeForClass(span->sizeclass)); in ReleaseToSpans() 140 SpinLockHolder h(Static::pageheap_lock()); in ReleaseToSpans() 141 Static::pageheap()->Delete(span); in ReleaseToSpans() 163 return Static::central_cache()[t].ShrinkCache(locked_size_class, force); in EvictRandomSizeClass() 213 LockInverter li(&Static::central_cache()[locked_size_class].lock_, &lock_); in ShrinkCache() 232 if (N == Static::sizemap()->num_objects_to_move(size_class_) && in InsertRange() [all …]
|
D | thread_cache.cc | 157 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in FetchFromCentralCache() 161 int fetch_count = Static::central_cache()[cl].RemoveRange( in FetchFromCentralCache() 192 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in ListTooLong() 219 size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl); in ReleaseToCentralCache() 223 int batch_size = Static::sizemap()->num_objects_to_move(cl); in ReleaseToCentralCache() 227 Static::central_cache()[cl].InsertRange(head, tail, batch_size); in ReleaseToCentralCache() 232 Static::central_cache()[cl].InsertRange(head, tail, N); in ReleaseToCentralCache() 259 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in Scavenge() 272 SpinLockHolder h(Static::pageheap_lock()); in IncreaseCacheLimit() 311 SpinLockHolder h(Static::pageheap_lock()); in InitModule() [all …]
|
D | stack_trace_table.cc | 94 b = Static::bucket_allocator()->New(); in AddTrace() 145 SpinLockHolder h(Static::pageheap_lock()); in ReadStackTracesAndClear() 150 Static::bucket_allocator()->Delete(b); in ReadStackTracesAndClear()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | static_vars.cc | 42 SpinLock Static::pageheap_lock_(SpinLock::LINKER_INITIALIZED); 43 SizeMap Static::sizemap_; 44 CentralFreeListPadded Static::central_cache_[kNumClasses]; 45 PageHeapAllocator<Span> Static::span_allocator_; 46 PageHeapAllocator<StackTrace> Static::stacktrace_allocator_; 47 Span Static::sampled_objects_; 48 PageHeapAllocator<StackTraceTable::Bucket> Static::bucket_allocator_; 49 StackTrace* Static::growth_stacks_ = NULL; 50 PageHeap* Static::pageheap_ = NULL; 52 void Static::InitStaticVars() { in InitStaticVars()
|
D | tcmalloc.cc | 167 using tcmalloc::Static; 330 const int length = Static::central_cache()[cl].length(); in ExtractStats() 331 const int tc_length = Static::central_cache()[cl].tc_length(); in ExtractStats() 332 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes(); in ExtractStats() 334 Static::sizemap()->ByteSizeForClass(cl)); in ExtractStats() 343 SpinLockHolder h(Static::pageheap_lock()); in ExtractStats() 347 r->pageheap = Static::pageheap()->stats(); in ExtractStats() 349 Static::pageheap()->GetSmallSpanStats(small_spans); in ExtractStats() 352 Static::pageheap()->GetLargeSpanStats(large_spans); in ExtractStats() 439 uint64_t(Static::span_allocator()->inuse()), in DumpStats() [all …]
|
D | central_freelist.cc | 64 int32_t bytes = Static::sizemap()->ByteSizeForClass(cl); in Init() 65 int32_t objs_to_move = Static::sizemap()->num_objects_to_move(cl); in Init() 99 Span* span = Static::pageheap()->GetDescriptor(p); in MapObjectToSpan() 125 Static::sizemap()->ByteSizeForClass(span->sizeclass)); in ReleaseToSpans() 133 Static::sizemap()->ByteSizeForClass(span->sizeclass)); in ReleaseToSpans() 140 SpinLockHolder h(Static::pageheap_lock()); in ReleaseToSpans() 141 Static::pageheap()->Delete(span); in ReleaseToSpans() 162 return Static::central_cache()[t].ShrinkCache(locked_size_class, force); in EvictRandomSizeClass() 212 LockInverter li(&Static::central_cache()[locked_size_class].lock_, &lock_); in ShrinkCache() 231 if (N == Static::sizemap()->num_objects_to_move(size_class_) && in InsertRange() [all …]
|
D | thread_cache.cc | 160 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in FetchFromCentralCache() 164 int fetch_count = Static::central_cache()[cl].RemoveRange( in FetchFromCentralCache() 198 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in ListTooLong() 225 size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl); in ReleaseToCentralCache() 229 int batch_size = Static::sizemap()->num_objects_to_move(cl); in ReleaseToCentralCache() 233 Static::central_cache()[cl].InsertRange(head, tail, batch_size); in ReleaseToCentralCache() 238 Static::central_cache()[cl].InsertRange(head, tail, N); in ReleaseToCentralCache() 265 const int batch_size = Static::sizemap()->num_objects_to_move(cl); in Scavenge() 278 SpinLockHolder h(Static::pageheap_lock()); in IncreaseCacheLimit() 322 SpinLockHolder h(Static::pageheap_lock()); in InitModule() [all …]
|
D | stack_trace_table.cc | 94 b = Static::bucket_allocator()->New(); in AddTrace() 145 SpinLockHolder h(Static::pageheap_lock()); in ReadStackTracesAndClear() 150 Static::bucket_allocator()->Delete(b); in ReadStackTracesAndClear()
|
D | span.cc | 54 Span* result = Static::span_allocator()->New(); in NewSpan() 69 Static::span_allocator()->Delete(span); in DeleteSpan()
|
/external/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 215 class Static {}; class 220 static void foo(Static); 236 a.foo(Static()); in test() 240 a.foo(Static()); in test() 244 a.foo(Static()); in test() 248 a.foo(Static()); in test() 253 class Static {}; class 258 static void foo(Static); 274 void (*sx)(Static) = &A::foo; in test() 278 void (*sx)(Static) = &A::foo; in test() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | template-inner-struct-visibility-hidden.cpp | 14 static int Static; member 21 template<typename T> int C<T>::Inner::Inner2::Static; member in C<T>::Inner::Inner2
|
/external/clang/docs/analyzer/ |
D | index.rst | 1 .. Clang Static Analyzer documentation master file, created by 6 Welcome to Clang Static Analyzer's documentation!
|
/external/chromium/testing/gtest/xcode/Config/ |
D | StaticLibraryTarget.xcconfig | 10 // Static libs can be included in bundles so make them position independent 13 // Static libs should not have their internal globals or external symbols
|
/external/protobuf/gtest/xcode/Config/ |
D | StaticLibraryTarget.xcconfig | 10 // Static libs can be included in bundles so make them position independent 13 // Static libs should not have their internal globals or external symbols
|
/external/chromium_org/testing/gtest/xcode/Config/ |
D | StaticLibraryTarget.xcconfig | 10 // Static libs can be included in bundles so make them position independent 13 // Static libs should not have their internal globals or external symbols
|
/external/chromium_org/chromeos/test/data/network/ |
D | valid_openvpn.onc | 27 …Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
|
D | translation_of_shill_openvpn_with_errors.onc | 25 …Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
|
D | valid_openvpn_with_cert_pems.onc | 28 …Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
|
D | translation_of_shill_openvpn.onc | 27 …Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
D | MeshLoader.java | 204 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedShort, sb); in startFaces() 208 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedInt, ib); in startFaces() 384 Usage usage = HARDWARE_SKINNING ? Usage.Static : Usage.CpuOnly; in startBoneAssigns() 396 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer() 402 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer() 408 vb.setupData(Usage.Static, 4, Format.Float, fb); in startVertexBuffer() 415 vb.setupData(Usage.Static, dimensions, Format.Float, fb); in startVertexBuffer() 421 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer() 439 vb.setupData(Usage.Static, dims, Format.Float, fb); in startVertexBuffer() 525 vb.setupData(Usage.Static, 3, Format.UnsignedInt, ib); in startLodFaceList() [all …]
|
/external/qemu/distrib/sdl-1.2.15/VisualC/SDLmain/ |
D | SDLmain.dsp | 5 # TARGTYPE "Win32 (x86) Static Library" 0x0104 20 !MESSAGE "SDLmain - Win32 Release" (based on "Win32 (x86) Static Library") 21 !MESSAGE "SDLmain - Win32 Debug" (based on "Win32 (x86) Static Library") 23 "Win32 (x86) Static Library")
|
/external/chromium_org/cloud_print/service/win/resources/ |
D | setup_dialog.rc | 22 CONTROL IDB_LOGO,IDC_LOGO,"Static",SS_BITMAP|SS_CENTERIMAGE,-100,0,380,44 23 CONTROL "",IDC_SPLITTER,"Static",SS_GRAYFRAME, 0,45,280,1,WS_EX_STATICEDGE
|