HomeSort by relevance Sort by last modified time
    Searched full:shared (Results 26 - 50 of 7354) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
teams_shared_messages.cpp 63 #pragma omp teams shared // expected-error {{expected '(' after 'shared'}}
66 #pragma omp teams shared ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
69 #pragma omp teams shared () // expected-error {{expected expression}}
72 #pragma omp teams shared (argc // expected-error {{expected ')'}} expected-note {{to match this '('}}
75 #pragma omp teams shared (argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
78 #pragma omp teams shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
81 #pragma omp teams shared (argc)
84 #pragma omp teams shared (S1) // expected-error {{'S1' does not refer to a value}}
87 #pragma omp teams shared (a, b, c, d, f
    [all...]
  /external/mesa3d/src/mapi/shared-glapi/tests/
Makefile.am 8 TESTS = shared-glapi-test
9 check_PROGRAMS = shared-glapi-test
15 $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
  /external/sepolicy/
shared_relro.te 1 # Process which creates/updates shared RELRO files to be used by other apps.
4 # The shared relro process is a Java program forked from the zygote, so it
8 # Grant write access to the shared relro files/directory.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
instance.rs 1 #include "shared.rsh"
oob.rs 1 #include "shared.rsh"
  /cts/tests/tests/rscpp/librscpptest/
instance.rs 1 #include "shared.rsh"
  /external/icu/icu4j/main/shared/
.project 3 <name>icu4j-shared</name>
  /external/valgrind/drd/tests/
hold_lock_1.vgtest 3 vgopts: --exclusive-threshold=500 --shared-threshold=2000
hold_lock_2.vgtest 3 vgopts: --exclusive-threshold=2000 --shared-threshold=500
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
instance.rs 1 #include "shared.rsh"
refcount.rs 1 #include "shared.rsh"
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
instance.rs 1 #include "shared.rsh"
refcount.rs 1 #include "shared.rsh"
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
refcount.rs 1 #include "shared.rsh"
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
refcount.rs 1 #include "shared.rsh"
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
refcount.rs 1 #include "shared.rsh"
  /ndk/tests/build/import-install/
README 1 The purpose of this test is to check that imported shared libraries
  /external/mesa3d/src/mesa/main/
shared.c 26 * \file shared.c
27 * Shared-context state
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()
    [all...]
  /external/icu/icu4j/main/classes/charset/
build.properties 5 shared.dir = ../../shared
  /external/icu/icu4j/main/classes/collate/
build.properties 5 shared.dir = ../../shared
  /external/icu/icu4j/main/classes/core/
build.properties 5 shared.dir = ../../shared
  /external/icu/icu4j/main/classes/currdata/
build.properties 5 shared.dir = ../../shared
  /external/icu/icu4j/main/classes/langdata/
build.properties 5 shared.dir = ../../shared
  /external/icu/icu4j/main/classes/localespi/
build.properties 5 shared.dir = ../../shared
  /external/icu/icu4j/main/classes/regiondata/
build.properties 5 shared.dir = ../../shared

Completed in 7181 milliseconds

12 3 4 5 6 7 8 91011>>