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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/
README 17 You can either use it as a static or shared library.
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
25 several shared libraries in your project, because it avoids copying the
34 To use the *shared* library, use "stlport_shared" instead:
  /prebuilts/ndk/5/sources/cxx-stl/stlport/
README 17 You can either use it as a static or shared library.
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
25 several shared libraries in your project, because it avoids copying the
34 To use the *shared* library, use "stlport_shared" instead:
  /prebuilts/ndk/6/sources/cxx-stl/stlport/
README 17 You can either use it as a static or shared library.
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
25 several shared libraries in your project, because it avoids copying the
34 To use the *shared* library, use "stlport_shared" instead:
  /prebuilts/ndk/7/sources/cxx-stl/stlport/
README 17 You can either use it as a static or shared library.
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
25 several shared libraries in your project, because it avoids copying the
34 To use the *shared* library, use "stlport_shared" instead:
  /prebuilts/ndk/8/sources/cxx-stl/stlport/
README 17 You can either use it as a static or shared library.
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
25 several shared libraries in your project, because it avoids copying the
34 To use the *shared* library, use "stlport_shared" instead:
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/
README 17 You can either use it as a static or shared library.
20 one shared library for your project. All necessary STLport functions
24 2/ The shared library, is recommended if you want to produce
25 several shared libraries in your project, because it avoids copying the
34 To use the *shared* library, use "stlport_shared" instead:
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /external/clang/test/OpenMP/
teams_private_messages.cpp 25 const S3 c; // expected-note {{global variable is predetermined as shared}}
26 const S3 ca[5]; // expected-note {{global variable is predetermined as shared}}
27 extern const int f; // expected-note {{global variable is predetermined as shared}}
53 const int d = 5; // expected-note {{constant variable is predetermined as shared}}
54 const int da[5] = { 0 }; // expected-note {{constant variable is predetermined as shared}}
84 #pragma omp teams private (a, b, c, d, f) // expected-error {{a private variable with incomplete type 'S1'}} expected-error 3 {{shared variable cannot be private}}
93 #pragma omp teams private(ca) // expected-error {{shared variable cannot be private}}
96 #pragma omp teams private(da) // expected-error {{shared variable cannot be private}}
108 #pragma omp teams shared(i), private(i) // expected-error {{shared variable cannot be private}} expected-note {{defined as shared}
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
access-non-generic.ll 22 ; PTX: ld.shared.f32 %f{{[0-9]+}}, [scalar];
25 ; PTX: st.shared.f32 [scalar], %f{{[0-9]+}};
33 ; PTX: ld.shared.f32 %f{{[0-9]+}}, [scalar];
36 ; PTX: st.shared.f32 [scalar], %f{{[0-9]+}};
42 ; PTX: ld.shared.f32 %f{{[0-9]+}}, [array+20];
45 ; PTX: st.shared.f32 [array+20], %f{{[0-9]+}};
52 ; PTX: ld.shared.f32 %f{{[0-9]+}}, [array+20];
55 ; PTX: st.shared.f32 [array+20], %f{{[0-9]+}};
63 ; PTX: ld.shared.f32 %f{{[0-9]+}}, [%{{(r|rl|rd)[0-9]+}}];
66 ; PTX: st.shared.f32 [%{{(r|rl|rd)[0-9]+}}], %f{{[0-9]+}}
    [all...]
  /external/v8/src/compiler/
common-operator-unittest.cc 18 // Shared operators.
41 #define SHARED(Name, properties, value_input_count, effect_input_count, \
48 SHARED(Dead, Operator::kFoldable, 0, 0, 0, 0, 1),
49 SHARED(End, Operator::kFoldable, 0, 0, 1, 0, 0),
50 SHARED(Branch, Operator::kFoldable, 1, 0, 1, 0, 2),
51 SHARED(IfTrue, Operator::kFoldable, 0, 0, 1, 0, 1),
52 SHARED(IfFalse, Operator::kFoldable, 0, 0, 1, 0, 1),
53 SHARED(Throw, Operator::kFoldable, 1, 0, 1, 0, 1),
54 SHARED(Return, Operator::kNoProperties, 1, 1, 1, 1, 1),
55 SHARED(ControlEffect, Operator::kPure, 0, 0, 1, 1, 0
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.jar 
  /device/sample/frameworks/PlatformLibrary/
README.txt 6 shared library, without changing the Android framework. It also shows how to
13 shared library, which is not currently supported in Android.
31 The top-level Android.mk defines the rules to build the shared library itself,
41 the Android API. In the future we will allow shared libraries to have their
56 shared library. This code lives under jni/. The jni/Android.mk file defines
66 shared library. This code lives under client/. Note that the example is
71 against your shared library.
  /external/icu/icu4c/source/config/
mh-hpux-gcc 31 ## Shared library options
34 ## Commands to make a shared library
35 SHLIB.c= $(CC) $(DEFS) $(CFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
36 SHLIB.cc= $(CXX) $(DEFS) $(CXXFLAGS) $(LDFLAGS) $(SHAREDLIBCXXFLAGS) -shared -Wl,+s $(LD_DEFAULTPATH) $(LD_SOOPTIONS)
48 ## Shared object suffix
50 ## Non-shared intermediate object suffix
85 ## Remove shared library 's'
mh-irix 7 SHAREDLIBCFLAGS = -shared
8 SHAREDLIBCXXFLAGS = -shared
22 ## Commands to make a shared library
23 SHLIB.c= $(CC) -shared $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
24 SHLIB.cc= $(CXX) -shared $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
37 ## Shared object suffix
39 ## Non-shared intermediate object suffix
  /external/lldb/test/lang/c/shared_lib/
TestSharedLib.py 1 """Test that types defined in shared libraries work correctly."""
15 """Test that types work when defined in a shared library and forward-declared in the main executable"""
21 """Test that types work when defined in a shared library and forward-declared in the main executable"""
27 """Test that types work when defined in a shared library and forward-declared in the main executable"""
33 """Test that types work when defined in a shared library and forward-declared in the main executable"""
68 """Test that types work when defined in a shared library and forward-declared in the main executable"""
82 """Test that types work when defined in a shared library and forward-declared in the main executable"""
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
TestSharedLibStrippedSymbols.py 1 """Test that types defined in shared libraries with stripped symbols work correctly."""
15 """Test that types work when defined in a shared library and forward-declared in the main executable"""
21 """Test that types work when defined in a shared library and forward-declared in the main executable"""
27 """Test that types work when defined in a shared library and forward-declared in the main executable"""
33 """Test that types work when defined in a shared library and forward-declared in the main executable"""
68 """Test that types work when defined in a shared library and forward-declared in the main executable"""
82 """Test that types work when defined in a shared library and forward-declared in the main executable"""
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 34 * Full backup of the shared-storage filesystem
38 // If there are shared-storage volumes available, run the inherited directory-
40 // "primary" shared storage volume is first in the list.
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
53 // shared/N/path/to/file
64 * Full restore of one file to shared storage
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw-w64.h 31 #define STARTFILE_SPEC "%{shared|mdll:dllcrt2%O%s} \
32 %{!shared:%{!mdll:%{!municode:crt2%O%s}}} \
33 %{!shared:%{!mdll:%{municode:crt2u%O%s}}} \
82 %{shared: %{mdll: %eshared and mdll are not compatible}} \
83 %{shared: --shared} %{mdll:--dll} \
85 %{shared|mdll: " SUB_LINK_ENTRY " --enable-auto-image-base} \
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/
maven-dependency-tree-1.2.pom 23 <groupId>org.apache.maven.shared</groupId>
24 <artifactId>maven-shared-components</artifactId>
29 <groupId>org.apache.maven.shared</groupId>
37 <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-dependency-tree-1.2</connection>
38 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-dependency-tree-1.2</developerConnection>
39 <url>http://svn.apache.org/viewcvs.cgi/maven/shared/tags/maven-dependency-tree-1.2</url>
80 <groupId>org.apache.maven.shared</groupId>
  /external/clang/test/Driver/
mips-as.c 9 // MIPS32R2-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
21 // MIPS32R2-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EL"
26 // MIPS64R2-EB-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-KPIC" "-EB"
31 // MIPS64R2-DEF-EL-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-KPIC" "-EL"
36 // MIPS-EABI: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "eabi" "-mno-shared" "-call_nonpic" "-EB"
41 // MIPS-N32: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "n32" "-mno-shared" "-call_nonpic" "-EB"
49 // MIPS32R2-EL-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EL"
54 // MIPS64R2-EL-AS: as{{(.exe)?}}" "-march" "mips64r2" "-mabi" "64" "-mno-shared" "-KPIC" "-EL"
59 // MIPS-32R2: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
64 // MIPS-OCTEON: as{{(.exe)?}}" "-march" "octeon" "-mabi" "64" "-mno-shared" "-KPIC" "-EB
    [all...]
sanitizer-ld.c 20 // RUN: -target i386-unknown-linux -fsanitize=address -shared-libasan \
23 // RUN: | FileCheck --check-prefix=CHECK-SHARED-ASAN-LINUX %s
25 // CHECK-SHARED-ASAN-LINUX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
26 // CHECK-SHARED-ASAN-LINUX-NOT: "-lc"
27 // CHECK-SHARED-ASAN-LINUX-NOT: libclang_rt.asan-i386.a"
28 // CHECK-SHARED-ASAN-LINUX: libclang_rt.asan-i386.so"
29 // CHECK-SHARED-ASAN-LINUX: "-whole-archive" "{{.*}}libclang_rt.asan-preinit-i386.a" "-no-whole-archive"
30 // CHECK-SHARED-ASAN-LINUX-NOT: "-lpthread"
31 // CHECK-SHARED-ASAN-LINUX-NOT: "-lrt"
32 // CHECK-SHARED-ASAN-LINUX-NOT: "-ldl
    [all...]
  /bionic/libc/bionic/
semaphore.cpp 47 // 31-bit signed value and a 1-bit 'shared' flag
66 // for the shared flag.
97 // Return the shared bitflag from a semaphore counter.
99 // memory_order_relaxed is used as SHARED flag will not be changed after init.
145 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; local
156 SEMCOUNT_DECREMENT(old_value) | shared));
165 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; local
176 SEMCOUNT_DECREMENT(old_value) | shared));
189 unsigned int shared = old_value & SEMCOUNT_SHARED_MASK; local
204 new_value = SEMCOUNT_ONE | shared;
216 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); local
243 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); local
272 unsigned int shared = SEM_GET_SHARED(sem_count_ptr); local
    [all...]
pthread_mutex.cpp 51 * 4 shared process-shared flag
90 /* process-shared mutexes are not supported at the moment */
100 /* our current implementation of pthread actually supports shared
102 * Nevertheless, it's better than nothing. Shared mutexes are used
121 * 13 shared process-shared flag
193 /* Mutex shared bit flag
195 * This flag is set to indicate that the mutex is shared among processes.
197 * (non-shared operations are much faster)
423 uint16_t shared = (old_state & MUTEX_SHARED_MASK); local
514 uint16_t shared = (old_state & MUTEX_SHARED_MASK); local
535 uint16_t shared = (old_state & MUTEX_SHARED_MASK); local
579 uint16_t shared = (old_state & MUTEX_SHARED_MASK); local
    [all...]
  /external/libvncserver/VisualNaCro/
configure.ac 39 # Set info about shared libraries.
45 # SO is the extension of shared libraries `(including the dot!)
58 # LDSHARED is the ld *command* used to create shared library
59 # -- "ld" on SunOS 4.x.x, "ld -G" on SunOS 5.x, "ld -shared" on IRIX 5
60 # (Shared libraries in this instance are shared modules to be loaded into
61 # Python, as opposed to building Python itself as a shared library.)
76 LDSHARED="$CC -shared"
79 *-*-irix5*) LDSHARED="ld -shared";;
80 *-*-irix6*) LDSHARED="ld ${SGI_ABI} -shared -all";
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 40 * This sample app maintains custom app restriction settings in shared preferences. Your app
42 * (from Settings > Users > Restricted Profile), the shared preferences are used to initialize
53 // Shared preference key for the boolean restriction.
55 // Shared preference key for the single-select restriction.
57 // Shared preference key for the multi-select restriction.
64 // Shared preferences for each of the sample input types.
79 // This sample app uses shared preferences to maintain app restriction settings. Your app
137 // Initializes the boolean restriction entry and updates its corresponding shared
145 // shared preference value.
152 // shared preference value
    [all...]

Completed in 244 milliseconds

<<11121314151617181920>>