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

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.pom 23 <groupId>org.apache.maven.shared</groupId>
24 <artifactId>maven-shared-components</artifactId>
40 <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-2.4.1</connection>
41 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-2.4.1</developerConnection>
42 <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-2.4.1</url>
  /external/v8/src/
allocation-tracker.cc 239 SharedFunctionInfo* shared = frame->function()->shared(); local
241 shared->address(), shared->Size(), false);
242 allocation_trace_buffer_[length++] = AddFunctionInfo(shared, id);
265 unsigned AllocationTracker::AddFunctionInfo(SharedFunctionInfo* shared,
271 info->name = names_->GetFunctionName(shared->DebugName());
273 if (shared->script()->IsScript()) {
274 Script* script = Script::cast(shared->script());
284 shared->start_position()
    [all...]
  /external/vboot_reference/tests/
vboot_api_kernel3_tests.c 26 static VbSharedDataHeader *shared = (VbSharedDataHeader *)shared_data; variable
72 VbSharedDataInit(shared, sizeof(shared_data));
207 shared->recovery_reason = 123;
212 shared->recovery_reason = 123;
224 shared->flags |= VBSD_LF_USE_RO_NORMAL;
230 shared->flags |= VBSD_LF_USE_RO_NORMAL;
236 shared->flags |= VBSD_LF_USE_RO_NORMAL;
242 shared->flags |= VBSD_LF_USE_RO_NORMAL;
249 shared->flags |= VBSD_LF_USE_RO_NORMAL;
322 shared->flags |= VBSD_EC_SLOW_UPDATE
    [all...]
vboot_api_kernel2_tests.c 26 static VbSharedDataHeader *shared = (VbSharedDataHeader *)shared_data; variable
73 VbSharedDataInit(shared, sizeof(shared_data));
317 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
333 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
347 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
354 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
363 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
371 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
508 shared->flags |= VBSD_BOOT_DEV_SWITCH_ON;
520 shared->flags |= VBSD_BOOT_REC_SWITCH_ON
    [all...]
  /ndk/build/core/
default-build-commands.mk 12 # Return the list of object, static libraries and shared libraries as they
16 # we always put libgcc _after_ all static libraries and _before_ shared
19 # symbol references to the same symbols as exported by shared libraries
28 # $4: shared libraries
37 # generated machine code. This adds a special section to the generated shared
48 # executable or shared library as being read-only after the dynamic
65 # command line when generating shared libraries and executables.
72 define cmd-build-shared-library
75 -shared \
104 # The strip command is only used for shared libraries and executables
    [all...]
  /external/clang/test/OpenMP/
simd_lastprivate_messages.cpp 19 static float S2s; // expected-note {{static data member is predetermined as shared}}
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
33 const S3 c; // expected-note {{global variable is predetermined as shared}}
34 const S3 ca[5]; // expected-note {{global variable is predetermined as shared}}
35 extern const int f; // expected-note {{global variable is predetermined as shared}}
119 #pragma omp parallel shared(i)
131 const int d = 5; // expected-note {{constant variable is predetermined as shared}}
132 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}}
162 #pragma omp simd lastprivate(a, b, c, d, f) // expected-error {{lastprivate variable with incomplete type 'S1'}} expected-error 3 {{shared variable cannot be lastprivate}}
174 #pragma omp simd lastprivate(ca) // expected-error {{shared variable cannot be lastprivate}
    [all...]
task_messages.cpp 40 #pragma omp task default(shared)
50 #pragma omp task default(shared)
66 #pragma omp parallel shared(a, b)
76 #pragma omp task default(shared)
96 #pragma omp task default(shared)
106 // expected-note@+1 {{non-shared variable in a task construct is predetermined as firstprivate}}
108 // expected-error@+2 {{reduction variable must be shared}}
184 #pragma omp task default(shared)
189 #pragma omp task default(shared)
202 #pragma omp parallel shared(a, b
    [all...]
  /external/icu/icu4c/source/config/
mh-hpux-acc 60 # Use SHLIB_PATH and LD_LIBRARY_PATH to locate shared libraries
68 ## Shared library options
77 ## Commands to make a shared library
92 ## The type of assembly needed when pkgdata is used for generating shared libraries.
96 ## Shared object suffix
98 ## Non-shared intermediate object suffix
132 ## Remove shared library 's'
mh-mpras 21 ## Commands to make a shared library
32 ## Shared object suffix
34 ## Non-shared intermediate object suffix
  /external/mesa3d/src/mesa/drivers/dri/common/
drisw_util.c 99 __DRIcontext *shared,
107 void * const shareCtx = (shared != NULL) ? shared->driverPrivate : NULL;
191 __DRIcontext *shared, void *data)
195 return driCreateContextAttribs(psp, api, config, shared, 0, NULL,
201 __DRIcontext *shared, void *data)
204 config, shared, data);
  /frameworks/wilhelm/src/android/
android_StreamPlayer.h 64 // array of shared memory buffers
67 // list of available buffers in shared memory, identified by their index
70 // the Android Buffer Queue from which data is consumed and written to shared memory
101 // Buffer Queue and push to shared memory (media server), either because the buffer queue
102 // was refilled, or because during playback, the shared memory buffers should remain
104 // whenever a shared memory buffer becomes available)
109 const sp<StreamSourceAppProxy> mAppProxy; // application proxy for the shared memory source
  /ndk/build/tools/
build-on-device-toolchain.sh 43 SHARED=
44 do_shared_option () { SHARED=yes; }
45 register_option "--shared" do_shared_option "Build libLLVM*.so shared by on-device llvm toolchain, and link lib*stl_shared.so"
71 if [ "$SHARED" = "yes" ]; then
72 FLAGS="$FLAGS --shared"
126 if [ "$SHARED" = "yes" ]; then
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dlfcn.h 33 the run-time address of the symbol called NAME in the next shared
35 the shared objects were loaded. */
55 /* Open the shared object FILE and map it in; return a handle that can be
59 /* Unmap and close a shared object opened by `dlopen'.
63 /* Find the run-time address in the shared object HANDLE refers to
72 /* Find the run-time address in the shared object HANDLE refers to
98 Returns 0 iff no shared object's segments contain that address. */
119 /* Get information about the shared object HANDLE refers to.
149 expand $ORIGIN in this shared object's dependency file names. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h 33 the run-time address of the symbol called NAME in the next shared
35 the shared objects were loaded. */
55 /* Open the shared object FILE and map it in; return a handle that can be
59 /* Unmap and close a shared object opened by `dlopen'.
63 /* Find the run-time address in the shared object HANDLE refers to
72 /* Find the run-time address in the shared object HANDLE refers to
98 Returns 0 iff no shared object's segments contain that address. */
119 /* Get information about the shared object HANDLE refers to.
149 expand $ORIGIN in this shared object's dependency file names. */
  /build/target/product/security/
README 5 development/tools/make_key shared '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailAddress=android@android.com'
12 shared -- a test key for things that are shared in the home/contacts process.
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-module-unloaded.cc 3 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib1 -fPIC
4 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib2 -fPIC
20 #ifdef SHARED
  /external/e2fsprogs/tests/f_bbfile/
expect.1 18 has 1 multiply-claimed block(s), shared with 1 file(s):
23 has 12 multiply-claimed block(s), shared with 1 file(s):
28 has 2 multiply-claimed block(s), shared with 1 file(s):
  /external/e2fsprogs/tests/f_dup2/
expect.1 15 has 2 multiply-claimed block(s), shared with 1 file(s):
20 has 4 multiply-claimed block(s), shared with 2 file(s):
26 has 2 multiply-claimed block(s), shared with 1 file(s):
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 19 has 4 multiply-claimed block(s), shared with 2 file(s):
25 has 2 multiply-claimed block(s), shared with 3 file(s):
32 has 1 multiply-claimed block(s), shared with 2 file(s):
  /external/kernel-headers/original/uapi/linux/
shm.h 19 #define SHMMIN 1 /* min shared seg size (bytes) */
21 #define SHMMAX (ULONG_MAX - (1UL << 24)) /* max shared seg size (bytes) */
23 #define SHMSEG SHMMNI /* max shared segs per process */
  /external/libunwind/doc/
unw_set_caching_policy.man 51 that is shared by all threads. If global caching is unavailable or
69 For example, after unloading (removing) a shared library,
72 address\-range that was covered by the shared library.
  /external/ppp/pppd/plugins/radius/
Makefile.linux 46 $(CC) -o radius.so -shared radius.o libradiusclient.a
49 $(CC) -o radattr.so -shared radattr.o
52 $(CC) -o radrealms.so -shared radrealms.o
  /external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.h 33 // Generators that generate shared code between immutable API and mutable API.
62 // A generator that generates code that are shared between immutable API
63 // and mutable API. Currently only descriptors are shared.
  /external/skia/platform_tools/android/launcher/
skia_launcher.cpp 33 // attempt to lookup the location of the shared libraries
46 printf("ERROR: Unable to open the shared library.\n");
73 // load the local skia shared library
  /ndk/tests/build/prebuilt-copy/
build.sh 9 # 3/ Check that the prebuilt shared library was copied to
72 # Step 3: Check that the prebuilt shared library was copied to the
78 printf "Checking for $ABI shared library: "

Completed in 267 milliseconds

<<11121314151617181920>>