OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static
(Results
1651 - 1675
of
47082
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/chromium/chrome/browser/ui/views/
sad_tab_view.h
44
static
void InitClass(Kind kind);
47
static
SkBitmap* sad_tab_bitmap_;
48
static
gfx::Font* title_font_;
49
static
gfx::Font* message_font_;
50
static
std::wstring title_;
51
static
std::wstring message_;
52
static
int title_width_;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p8-0x.cpp
8
static
const unsigned value = 0;
13
static
const unsigned value = 1;
18
static
const unsigned value = 2;
23
static
const unsigned value = 3;
28
static
const unsigned value = 4;
33
static
const unsigned value = 5;
38
static
const unsigned value = 6;
/external/clang/test/SemaTemplate/
fibonacci.cpp
32
static
const unsigned value
38
static
const unsigned value = Fibonacci2<I>::value;
42
static
const unsigned value = 0;
46
static
const unsigned value = 1;
54
static
const unsigned value = Fibonacci3<I-1>::value + Fibonacci3<I-2>::value;
58
static
const unsigned value = 0;
62
static
const unsigned value = 1;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java
28
private
static
final PropertyCategoryProvider FROM_PROPERTY = new PropertyCategoryProvider() {
37
public
static
PropertyCategoryProvider fromProperty() {
41
private
static
final PropertyCategoryProvider FORCED_BY_USER = new PropertyCategoryProvider() {
50
public
static
PropertyCategoryProvider forcedByUser() {
62
public
static
PropertyCategoryProvider combine(final PropertyCategoryProvider... providers) {
76
private
static
final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
82
public
static
PropertyCategoryProvider def() {
/external/iptables/extensions/
libxt_SECMARK.c
18
static
void SECMARK_help(void)
25
static
const struct xt_option_entry SECMARK_opts[] = {
32
static
void SECMARK_parse(struct xt_option_call *cb)
40
static
void print_secmark(const struct xt_secmark_target_info *info)
52
static
void SECMARK_print(const void *ip, const struct xt_entry_target *target,
62
static
void SECMARK_save(const void *ip, const struct xt_entry_target *target)
71
static
struct xtables_target secmark_target = {
libxt_mac.c
14
static
void mac_help(void)
23
static
const struct xt_option_entry mac_opts[] = {
31
static
void mac_parse(struct xt_option_call *cb)
40
static
void print_mac(const unsigned char *macaddress)
49
static
void
61
static
void mac_save(const void *ip, const struct xt_entry_match *match)
72
static
struct xtables_match mac_match = {
/external/kernel-headers/original/asm-arm/
semaphore.h
33
static
inline void sema_init(struct semaphore *sem, int val)
40
static
inline void init_MUTEX(struct semaphore *sem)
45
static
inline void init_MUTEX_LOCKED(struct semaphore *sem)
67
static
inline void down(struct semaphore * sem)
77
static
inline int down_interruptible (struct semaphore * sem)
83
static
inline int down_trylock(struct semaphore *sem)
94
static
inline void up(struct semaphore * sem)
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/
Context.c
28
static
PyObject *perf_trace_context_common_pc(PyObject *self, PyObject *args)
30
static
struct scripting_context *scripting_context;
43
static
PyObject *perf_trace_context_common_flags(PyObject *self,
46
static
struct scripting_context *scripting_context;
59
static
PyObject *perf_trace_context_common_lock_depth(PyObject *self,
62
static
struct scripting_context *scripting_context;
75
static
PyMethodDef ContextMethods[] = {
/external/nist-sip/java/gov/nist/core/
Debug.java
37
public
static
boolean debug = false;
38
public
static
boolean parserDebug = false;
40
static
StackLogger stackLogger;
42
public
static
void setStackLogger(StackLogger stackLogger) {
46
public
static
void println(String s) {
50
public
static
void printStackTrace(Exception ex) {
56
public
static
void logError(String message, Exception ex) {
/external/regex-re2/util/
atomicops.h
10
static
inline void WriteMemoryBarrier() {
20
static
inline void WriteMemoryBarrier() {
26
static
inline void WriteMemoryBarrier() {
32
static
inline void WriteMemoryBarrier() {
40
static
inline void WriteMemoryBarrier() {
69
static
inline void MaybeReadMemoryBarrier() {
75
static
inline void MaybeReadMemoryBarrier() {}
/external/replicaisland/src/com/replica/replicaisland/
CollisionParameters.java
27
public final
static
int INVALID = 0; // No type.
28
public final
static
int HIT = 1; // Standard hit type. Life is reduced by 1.
29
public final
static
int DEATH = 2; // Causes instant death.
30
public final
static
int COLLECT = 3; // Causes collectable objects to be collected by the attacker.
31
public final
static
int POSSESS = 4; // Causes possessable objects to become possessed.
32
public final
static
int DEPRESS = 5; // A hit indicating that the attacker is pressing into the victim.
33
public final
static
int LAUNCH = 6; // A hit indicating that the attacker will launch the victim.
OpenGLSystem.java
30
private
static
GL10 sGL;
31
private
static
int sLastBoundTexture;
32
private
static
int sLastSetCropSignature;
43
public
static
final void setGL(GL10 gl) {
49
public
static
final GL10 getGL() {
53
public
static
final void bindTexture(int target, int texture) {
61
public
static
final void setTextureCrop(int[] crop) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextUtils.java
14
public
static
CharSequence expandTemplate(CharSequence template,
25
public
static
boolean isEmpty(CharSequence s) {
30
public
static
int getTrimmedLength(CharSequence s) {
47
public
static
String join(CharSequence delimiter, Iterable tokens) {
52
public
static
String join(CharSequence delimiter, Object[] tokens) {
57
public
static
boolean isDigitsOnly(CharSequence str) {
68
public
static
String[] split(String text, String expression) {
/external/skia/bench/
TableBench.cpp
12
static
const SkScalar kCellWidth = SkIntToScalar(20);
13
static
const SkScalar kCellHeight = SkIntToScalar(10);
29
static
const int kNumIterations = SkBENCHLOOP(10);
30
static
const int kNumRows = 48;
31
static
const int kNumCols = 32;
79
static
SkBenchmark* gFactory(void* p) { return new TableBench(p); }
81
static
BenchRegistry gRegistry(gFactory);
/external/skia/include/gpu/
GrEffectUnitTest.h
47
static
GrEffectRef* CreateStage(SkRandom* random,
57
static
SkTArray<GrEffectTestFactory*, true>* GetFactories();
64
static
GrEffectTestFactory gTestFactory; \
65
static
GrEffectRef* TestCreate(SkRandom*, GrContext*, GrTexture* dummyTextures[2])
68
* also implement this
static
function:
80
// The unit test relies on
static
initializers. Just declare the TestCreate function so that
83
static
GrEffectRef* TestCreate(SkRandom*, GrContext*, GrTexture* dummyTextures[2])
/external/skia/tests/
TLSTest.cpp
14
static
void thread_main(void*) {
33
static
void test_threads(SkThread::entryPointProc proc) {
55
static
int32_t gCounter;
57
static
void* FakeCreateTLS() {
62
static
void FakeDeleteTLS(void* unused) {
66
static
void testTLSDestructor(void* unused) {
70
static
void TestTLS(skiatest::Reporter* reporter) {
/external/webkit/Source/WebCore/platform/graphics/
IntPointHash.h
31
static
unsigned hash(const WebCore::IntPoint& p) { return WTF::intHash(static_cast<uint64_t>(p.x()) << 32 | p.y()); }
32
static
bool equal(const WebCore::IntPoint& a, const WebCore::IntPoint& b) { return a == b; }
33
static
const bool safeToCompareToEmptyOrDeleted = true;
36
static
const bool needsDestruction = false;
37
static
WebCore::IntPoint emptyValue() { return WebCore::IntPoint(0, std::numeric_limits<int>::min()); }
39
static
void constructDeletedValue(WebCore::IntPoint& slot) { slot = WebCore::IntPoint(std::numeric_limits<int>::min(), 0); }
40
static
bool isDeletedValue(const WebCore::IntPoint& slot) { return slot == WebCore::IntPoint(std::numeric_limits<int>::min(), 0); }
IntSizeHash.h
30
static
unsigned hash(const WebCore::IntSize& key) { return intHash((static_cast<uint64_t>(key.width()) << 32 | key.height())); }
31
static
bool equal(const WebCore::IntSize& a, const WebCore::IntSize& b) { return a == b; }
32
static
const bool safeToCompareToEmptyOrDeleted = true;
37
static
const bool emptyValueIsZero = true;
38
static
const bool needsDestruction = false;
39
static
void constructDeletedValue(WebCore::IntSize& slot) { new (&slot) WebCore::IntSize(-1, -1); }
40
static
bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; }
/external/wpa_supplicant_8/src/ap/
wps_hostapd.h
45
static
inline int hostapd_init_wps(struct hostapd_data *hapd,
51
static
inline void hostapd_deinit_wps(struct hostapd_data *hapd)
55
static
inline int hostapd_init_wps_complete(struct hostapd_data *hapd)
60
static
inline void hostapd_update_wps(struct hostapd_data *hapd)
64
static
inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd,
71
static
inline int hostapd_wps_button_pushed(struct hostapd_data *hapd,
77
static
inline int hostapd_wps_cancel(struct hostapd_data *hapd)
/external/wpa_supplicant_8/src/utils/
edit_simple.c
17
static
char cmdbuf[CMD_BUF_LEN];
18
static
int cmdbuf_pos = 0;
19
static
const char *ps2 = NULL;
21
static
void *edit_cb_ctx;
22
static
void (*edit_cmd_cb)(void *ctx, char *cmd);
23
static
void (*edit_eof_cb)(void *ctx);
26
static
void edit_read_char(int sock, void *eloop_ctx, void *sock_ctx)
/frameworks/av/media/libstagefright/include/
M3UParser.h
65
static
status_t parseMetaData(
68
static
status_t parseMetaDataDuration(
71
static
status_t parseStreamInf(
74
static
status_t parseCipherInfo(
77
static
status_t parseByteRange(
81
static
status_t ParseInt32(const char *s, int32_t *x);
82
static
status_t ParseDouble(const char *s, double *x);
/frameworks/base/core/java/android/view/
HapticFeedbackConstants.java
31
public
static
final int LONG_PRESS = 0;
36
public
static
final int VIRTUAL_KEY = 1;
41
public
static
final int KEYBOARD_TAP = 3;
47
public
static
final int SAFE_MODE_DISABLED = 10000;
53
public
static
final int SAFE_MODE_ENABLED = 10001;
60
public
static
final int FLAG_IGNORE_VIEW_SETTING = 0x0001;
67
public
static
final int FLAG_IGNORE_GLOBAL_SETTING = 0x0002;
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
44
public
static
final int RECOMMEND_INSTALL_INTERNAL = 1;
45
public
static
final int RECOMMEND_INSTALL_EXTERNAL = 2;
46
public
static
final int RECOMMEND_FAILED_INSUFFICIENT_STORAGE = -1;
47
public
static
final int RECOMMEND_FAILED_INVALID_APK = -2;
48
public
static
final int RECOMMEND_FAILED_INVALID_LOCATION = -3;
49
public
static
final int RECOMMEND_FAILED_ALREADY_EXISTS = -4;
50
public
static
final int RECOMMEND_MEDIA_UNAVAILABLE = -5;
51
public
static
final int RECOMMEND_FAILED_INVALID_URI = -6;
52
public
static
final int RECOMMEND_FAILED_VERSION_DOWNGRADE = -7;
54
private
static
final boolean localLOGV = false
[
all
...]
/frameworks/base/telephony/java/android/telephony/
CellSignalStrength.java
28
public
static
final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = 0;
30
public
static
final int SIGNAL_STRENGTH_POOR = 1;
32
public
static
final int SIGNAL_STRENGTH_MODERATE = 2;
34
public
static
final int SIGNAL_STRENGTH_GOOD = 3;
36
public
static
final int SIGNAL_STRENGTH_GREAT = 4;
38
public
static
final int NUM_SIGNAL_STRENGTH_BINS = 5;
40
public
static
final String[] SIGNAL_STRENGTH_NAMES = {
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestPredicates.java
34
public
static
final Predicate<TestMethod> SELECT_INSTRUMENTATION =
36
public
static
final Predicate<TestMethod> REJECT_INSTRUMENTATION =
39
public
static
final Predicate<TestMethod> SELECT_SMOKE = new HasAnnotation(Smoke.class);
40
public
static
final Predicate<TestMethod> SELECT_SMALL = new HasAnnotation(SmallTest.class);
41
public
static
final Predicate<TestMethod> SELECT_MEDIUM = new HasAnnotation(MediumTest.class);
42
public
static
final Predicate<TestMethod> SELECT_LARGE = new HasAnnotation(LargeTest.class);
43
public
static
final Predicate<TestMethod> REJECT_SUPPRESSED =
Completed in 977 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>