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

<<11121314151617181920>>

  /developers/samples/android/wearable/wear/WatchViewStub/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /development/samples/SimpleJNI/jni/
Android.mk 18 # use by our example of how to bundle a shared library with an APK.
33 # All of the shared libraries we link against.
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.cpp 39 assert (ctx->shared() != NULL);
40 return ctx->shared()->getProgramUniformType(program, location);
  /device/generic/goldfish/opengl/system/egl/
Android.mk 5 $(call emugl-begin-shared-library,libEGL_emulation)
7 $(call emugl-set-shared-library-subpath,egl)
  /device/sample/frameworks/PlatformLibrary/jni/
Android.mk 18 # use by our example platform shared library.
32 # All of the shared libraries we link against.
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 48 * @param state The shared state object, shared between all lexer comonents
  /external/clang/include/clang/Basic/
OpenMPKinds.def 107 OPENMP_CLAUSE(shared, OMPSharedClause)
133 OPENMP_PARALLEL_CLAUSE(shared)
183 OPENMP_DEFAULT_KIND(shared)
204 OPENMP_PARALLEL_FOR_CLAUSE(shared)
219 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(shared)
236 OPENMP_PARALLEL_SECTIONS_CLAUSE(shared)
247 OPENMP_TASK_CLAUSE(shared)
267 OPENMP_TEAMS_CLAUSE(shared)
  /external/clang/test/Index/
attributes-cuda.cu 6 __attribute__((shared)) float *g_shared;
16 // CHECK-NEXT: attributes-cuda.cu:6:16: attribute(shared)
  /external/compiler-rt/test/asan/TestCases/Linux/
asan_prelink_test.cc 7 // RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,-Ttext-segment=0x3600000000 ||\
8 // RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,-Ttext=0x3600000000
init-order-dlopen.cc 4 // RUN: %clangxx_asan -O0 -DSHARED_LIB %s -fPIC -shared -o %t-so.so
18 #else // SHARED LIB
preinit_test.cc 4 // RUN: %clangxx -DFUNC=zzzz %s -shared -o %t.so -fPIC
12 // We build a shared library w/o asan instrumentation
stack-trace-dlclose.cc 4 // RUN: %clangxx_asan -DSHARED %s -shared -o %T/stack_trace_dlclose.so -fPIC
18 #ifdef SHARED
  /external/compiler-rt/test/tsan/
ignore_lib2.cc 1 // RUN: %clangxx_tsan -O1 %s -DLIB -fPIC -fno-sanitize=thread -shared -o %T/libignore_lib2_0.so
2 // RUN: %clangxx_tsan -O1 %s -DLIB -fPIC -fno-sanitize=thread -shared -o %T/libignore_lib2_1.so
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
UiPlugin.java 23 //The shared instance.
53 * Returns the shared instance.
  /external/libpcap/
README.linux 79 Linux's run-time linker allows shared libraries to be linked with other
80 shared libraries, which means that if an older version of a shared
81 library doesn't require routines from some other shared library, and a
82 later version of the shared library does require those routines, the
83 later version of the shared library can be linked with that other shared
88 pcap-config script if they build with the shared library. (The build
  /external/llvm/test/tools/gold/
linkonce-weak.ll 6 ; RUN: -shared %t.o %t2.o -o %t3.o
11 ; RUN: -shared %t2.o %t.o -o %t3.o
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
Makefile.wine 9 wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD)
12 wineg++ -m32 -fasynchronous-unwind-tables -shared $^ -o $@ $(LDADD)
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 4 LDFLAGS = -shared
36 $(CC) $(CFLAGS) -o $@ -shared $^ $(LIBS)
  /external/replicaisland/src/com/replica/replicaisland/
GameComponent.java 41 public boolean shared; field in class:GameComponent
45 shared = false;
  /external/selinux/policycoreutils/sandbox/
sandbox.init 9 # sandbox: Set up / mountpoint to be shared, /var/tmp, /tmp, /home/sandbox unshared
16 # / to be shared by any app that starts a separate namespace
  /external/v8/test/mjsunit/tools/
tickprocessor-test.func-info 3 [Shared libraries]:
19 0 0.0% Shared libraries
  /external/valgrind/drd/tests/
hg03_inherit.stderr.exp 6 Location 0x........ is 0 bytes inside shared[1],
12 Location 0x........ is 0 bytes inside shared[1],
hg04_race.stderr.exp 6 Location 0x........ is 0 bytes inside global var "shared"
16 Location 0x........ is 0 bytes inside global var "shared"
  /external/valgrind/none/tests/s390x/
ecag.stdout.exp-z13 15 L3 topology: unified data and instruction; shared
22 L4 topology: unified data and instruction; shared
ecag.stdout.exp-z196 15 L3 topology: unified data and instruction; shared
22 L4 topology: unified data and instruction; shared

Completed in 123 milliseconds

<<11121314151617181920>>