Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 209) sorted by relevance

123456789

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DInlineMethodResolver.java34 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/
Dstatic_vars.cc42 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()
Dtcmalloc.cc177 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 …]
Dcentral_freelist.cc64 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 …]
Dthread_cache.cc157 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 …]
Dstack_trace_table.cc94 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/
Dstatic_vars.cc42 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()
Dtcmalloc.cc167 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 …]
Dcentral_freelist.cc64 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 …]
Dthread_cache.cc160 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 …]
Dstack_trace_table.cc94 b = Static::bucket_allocator()->New(); in AddTrace()
145 SpinLockHolder h(Static::pageheap_lock()); in ReadStackTracesAndClear()
150 Static::bucket_allocator()->Delete(b); in ReadStackTracesAndClear()
Dspan.cc54 Span* result = Static::span_allocator()->New(); in NewSpan()
69 Static::span_allocator()->Delete(span); in DeleteSpan()
/external/clang/test/CXX/class.access/class.protected/
Dp1.cpp215 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/
Dtemplate-inner-struct-visibility-hidden.cpp14 static int Static; member
21 template<typename T> int C<T>::Inner::Inner2::Static; member in C<T>::Inner::Inner2
/external/clang/docs/analyzer/
Dindex.rst1 .. Clang Static Analyzer documentation master file, created by
6 Welcome to Clang Static Analyzer's documentation!
/external/chromium/testing/gtest/xcode/Config/
DStaticLibraryTarget.xcconfig10 // 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/
DStaticLibraryTarget.xcconfig10 // 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/
DStaticLibraryTarget.xcconfig10 // 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/
Dvalid_openvpn.onc27Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
Dtranslation_of_shill_openvpn_with_errors.onc25Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
Dvalid_openvpn_with_cert_pems.onc28Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
Dtranslation_of_shill_openvpn.onc27Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a657…
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DMeshLoader.java204 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/
DSDLmain.dsp5 # 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/
Dsetup_dialog.rc22 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

123456789