OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statics
(Results
1 - 25
of
1353
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/
initialization-nobug-extra.cc
4
// Function local
statics
:
/external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui_helpers.h
19
// This class is used for encapsulating the
statics
and other other messy
/external/compiler-rt/lib/asan/lit_tests/TestCases/
initialization-nobug.cc
31
// Function local
statics
:
32
// Check that access to function local
statics
originating from a different
/art/runtime/
class_linker_test.cc
851
mirror::Class*
statics
= class_linker_->FindClass("LStatics;", class_loader.get());
local
[
all
...]
/art/test/Statics/
Statics.java
17
class
Statics
{
/bionic/libc/kernel/tools/
clean_header.py
48
statics
= kernel_known_generic_statics
52
statics
=
statics
.union( kernel_known_statics.get( arch, set() ) )
74
blocks.removeVarsAndFuncs(
statics
)
/external/clang/test/CodeGenCXX/
threadsafe-statics.cpp
2
// RUN: %clang_cc1 -emit-llvm -triple=x86_64-apple-darwin10 -o - %s -fno-threadsafe-
statics
| FileCheck -check-prefix=NO-TSS %s
/external/chromium_org/third_party/icu/
icudata.host.darwin-arm.mk
83
-fno-threadsafe-
statics
\
142
-fno-threadsafe-
statics
\
icudata.host.darwin-mips.mk
84
-fno-threadsafe-
statics
\
144
-fno-threadsafe-
statics
\
icudata.host.darwin-x86.mk
83
-fno-threadsafe-
statics
\
144
-fno-threadsafe-
statics
\
/external/chromium_org/third_party/yasm/
config_sources.host.darwin-x86.mk
77
-fno-threadsafe-
statics
\
132
-fno-threadsafe-
statics
\
config_sources.host.linux-x86.mk
77
-fno-threadsafe-
statics
\
132
-fno-threadsafe-
statics
\
/external/llvm/lib/Support/
ManagedStatic.cpp
41
// Add to list of managed
statics
.
53
// Add to list of managed
statics
.
/frameworks/base/core/java/android/webkit/
WebViewFactoryProvider.java
32
interface
Statics
{
64
Statics
getStatics();
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java
26
* Public
statics
test
ConnectionTest.java
29
* Public
statics
test
DatabaseMetaDataTest.java
27
* Public
statics
test
DriverPropertyInfoTest.java
33
* Public
statics
test
ResultSetMetaDataTest.java
29
* Public
statics
test
/packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java
95
synchronized (sCanvas) { // we share the
statics
:-(
169
synchronized (sCanvas) { // we share the
statics
:-(
203
synchronized (sCanvas) { // we share the
statics
:-(
218
synchronized (sCanvas) { // we share the
statics
:-(
/external/chromium/base/threading/
thread_local_storage.h
33
// This constructor should be used for
statics
.
/external/chromium_org/components/webdata/common/
web_database_table.h
22
// of the type's
statics
.
/external/chromium_org/third_party/WebKit/Source/wtf/
Threading.h
36
// For portability, we do not use thread-safe
statics
natively supported by some compilers (e.g. gcc).
/external/chromium_org/third_party/icu/source/test/intltest/
dtfmtrtts.h
43
//
statics
/external/icu4c/test/intltest/
dtfmtrtts.h
43
//
statics
Completed in 1218 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>