Searched refs:shared (Results 1 - 25 of 5126) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserThreadTest.cpp17 ASSERT_TRUE(HTMLParserThread::shared());
21 ASSERT_FALSE(HTMLParserThread::shared());
23 ASSERT_TRUE(HTMLParserThread::shared());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedTimer.cpp36 Scheduler::shared()->setSharedTimerFiredFunction(f);
41 Scheduler::shared()->setSharedTimerFireInterval(fireTime);
46 Scheduler::shared()->stopSharedTimer();
/external/chromium_org/v8/test/mjsunit/
H A Dcross-realm-filtering.js10 Realm.shared = {
18 Realm.shared.thrower_0(); \
20 Realm.shared.error_0 = e.stack; \
23 Realm.shared.thrower_1(); \
25 Realm.shared.error_1 = e.stack; \
36 assertSame(3, Realm.shared.error_0.length);
37 assertSame(4, Realm.shared.error_1.length);
39 assertTrue(Realm.shared.thrower_1 === Realm.shared.error_1[2].getFunction());
40 assertNotIn(Realm.shared
[all...]
/external/valgrind/main/helgrind/tests/
H A Dhg03_inherit.c11 static volatile int shared[2]; variable
41 shared[0] = 22;
42 shared[1] = 77;
44 pthread_create(&a, NULL, t1, (void *)&shared[0]);
45 // a steals shared[0] from root thread, so is excl(a)
46 pthread_create(&b, NULL, t2, (void *)&shared[1]);
47 // b steals shared[1] from root thread, so is excl(b)
50 // b's stuff (shared[1]) still belongs to b, so is excl(b)
52 // ret is excl(root), and shared[0] is re-acquired as excl(root)
55 ret += shared[
[all...]
H A Dhg06_readshared.c6 static int shared; variable
10 return (void *)(long)(shared + 44);
15 return (void *)(long)(shared + 55);
22 shared = 22;
30 assert(shared == 22);
H A Dhg01_all_ok.c8 static int shared = 0; variable
13 if (shared == 1)
20 shared++;
21 if (shared == 1) {
25 if (shared == 2) {
/external/replicaisland/src/com/replica/replicaisland/
H A DGameComponent.java41 public boolean shared; field in class:GameComponent
45 shared = false;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadRestrictionVerifier.h55 void setShared(bool shared) argument
58 m_shared = shared;
63 ASSERT(shared != previouslyShared);
/external/clang/test/OpenMP/
H A Dparallel_default_messages.cpp7 #pragma omp parallel default ( // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
8 #pragma omp parallel default () // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
10 #pragma omp parallel default (shared), default(shared) // expected-error {{directive '#pragma omp parallel' cannot contain more than one 'default' clause}}
11 #pragma omp parallel default (x) // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
18 #pragma omp parallel default(shared)
H A Dparallel_sections_shared_messages.cpp58 #pragma omp parallel sections shared // expected-error {{expected '(' after 'shared'}}
60 #pragma omp parallel sections shared( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
62 #pragma omp parallel sections shared() // expected-error {{expected expression}}
64 #pragma omp parallel sections shared(argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
66 #pragma omp parallel sections shared(argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
68 #pragma omp parallel sections shared(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
70 #pragma omp parallel sections shared(argc)
72 #pragma omp parallel sections shared(S1) // expected-error {{'S1' does not refer to a value}}
74 #pragma omp parallel sections shared(
[all...]
H A Dparallel_shared_messages.cpp54 #pragma omp parallel shared // expected-error {{expected '(' after 'shared'}}
55 #pragma omp parallel shared ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
56 #pragma omp parallel shared () // expected-error {{expected expression}}
57 #pragma omp parallel shared (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
58 #pragma omp parallel shared (argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
59 #pragma omp parallel shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
60 #pragma omp parallel shared (argc)
61 #pragma omp parallel shared (S1) // expected-error {{'S1' does not refer to a value}}
62 #pragma omp parallel shared (
[all...]
H A Dparallel_sections_default_messages.cpp8 #pragma omp parallel sections default( // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
10 #pragma omp parallel sections default() // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
14 #pragma omp parallel sections default(shared), default(shared) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'default' clause}}
16 #pragma omp parallel sections default(x) // expected-error {{expected 'none' or 'shared' in OpenMP clause 'default'}}
33 #pragma omp parallel sections default(shared)
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/auto_ptr_Y
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y_rv
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_shared_ptr
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/arrow
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshared.c26 * \file shared.c
38 #include "shared.h"
49 * Allocate and initialize a shared context state structure.
60 struct gl_shared_state *shared; local
63 shared = CALLOC_STRUCT(gl_shared_state);
64 if (!shared)
67 _glthread_INIT_MUTEX(shared->Mutex);
69 shared->DisplayList = _mesa_NewHashTable();
70 shared->TexObjects = _mesa_NewHashTable();
71 shared
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dshared.c26 * \file shared.c
38 #include "shared.h"
49 * Allocate and initialize a shared context state structure.
60 struct gl_shared_state *shared; local
63 shared = CALLOC_STRUCT(gl_shared_state);
64 if (!shared)
67 _glthread_INIT_MUTEX(shared->Mutex);
69 shared->DisplayList = _mesa_NewHashTable();
70 shared->TexObjects = _mesa_NewHashTable();
71 shared
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) argument
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/Android.mk
19 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock
23 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock
27 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_until
31 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared
[all...]
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter
23 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/swap
27 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer
31 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared
[all...]
/external/chromium_org/third_party/sqlite/src/
H A Dmkextu.sh3 # This script is used to compile SQLite into a shared library on Linux.
5 # Two separate shared libraries are generated. "sqlite3.so" is the core
11 echo gcc $CFLAGS -shared fts2amal.c -o fts2.so
12 gcc $CFLAGS -shared fts2amal.c -o fts2.so
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/tested_elsewhere
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/io
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
H A DAndroid.mk17 test_makefile := external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/Android.mk
19 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/release
23 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/member_swap
27 test_name := thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/nonmember_swap

Completed in 5701 milliseconds

1234567891011>>