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

<<11121314151617181920>>

  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 156 VbSharedDataHeader *shared = local
200 if (!(shared->flags & VBSD_BOOT_REC_SWITCH_VIRTUAL)) {
230 VbSharedDataHeader *shared = local
274 VBDEBUG(("%s shared->flags=0x%x\n",
275 __func__, shared->flags));
276 if (shared->flags & VBSD_HONOR_VIRT_DEV_SWITCH &&
277 shared->flags & VBSD_BOOT_DEV_SWITCH_ON) {
452 VbSharedDataHeader *shared = local
464 if (!(shared->flags & VBSD_BOOT_DEV_SWITCH_ON) &&
465 !(shared->flags & VBSD_BOOT_REC_SWITCH_ON))
635 VbSharedDataHeader *shared = local
970 VbSharedDataHeader *shared = local
    [all...]
  /external/v8/src/
cpu-profiler.cc 192 rec->shared = NULL;
206 rec->shared = NULL;
220 rec->shared = NULL;
226 SharedFunctionInfo* shared,
233 tag, profiles_->GetFunctionName(shared->DebugName()),
238 if (shared->script()->IsScript()) {
239 DCHECK(Script::cast(shared->script()));
240 Script* script = Script::cast(shared->script());
243 GetBailoutReason(shared->DisableOptimizationReason()));
246 rec->shared = shared->address()
    [all...]
compiler.cc 94 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
181 // passed in shared info, rather than creating a new one.
337 // shared function info.
515 int opt_count = function->shared()->opt_count();
516 function->shared()->set_opt_count(opt_count + 1);
534 code_size += function->shared()->SourceSize();
549 void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared,
558 if (shared->GetIsolate()->serializer_enabled()) {
568 shared->set_expected_nof_properties(estimate);
607 Handle<SharedFunctionInfo> shared) {
1320 Handle<SharedFunctionInfo> shared = info->shared_info(); local
1359 Handle<SharedFunctionInfo> shared = info->shared_info(); local
    [all...]
  /frameworks/base/docs/html/ndk/guides/
cpp-support.jd 59 <td>The GAbi++ runtime (shared).</td>
71 <td>The STLport runtime (shared).</td>
83 <td>The GNU STL (shared).</td>
95 <td>The LLVM libc++ runtime (shared).</td>
153 <p>While shared and static versions of this runtime are avilable, we recommend using the shared
156 <p>The shared library file is named {@code libstlport_shared.so} instead of {@code libstdc++.so}
159 <p>In addition to the static- and shared-library options, you can also force the NDK to
169 <p>This runtime is the GNU Standard C++ Library, ({@code libstdc++-v3}). Its shared library file is
175 shared library file is named {@code libc++_shared.so}.</p
    [all...]
  /external/clang/test/OpenMP/
parallel_sections_lastprivate_messages.cpp 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}}
132 #pragma omp parallel shared(i)
154 const int d = 5; // expected-note {{constant variable is predetermined as shared}}
155 const int da[5] = {0}; // expected-note {{constant variable is predetermined as shared}}
194 #pragma omp parallel sections lastprivate(a, b, c, d, f) // expected-error {{lastprivate variable with incomplete type 'S1'}} expected-error 3 {{shared variable cannot be lastprivate}}
210 #pragma omp parallel sections lastprivate(ca) // expected-error {{shared variable cannot be lastprivate}}
214 #pragma omp parallel sections lastprivate(da) // expected-error {{shared variable cannot be lastprivate}
    [all...]
  /external/mesa3d/bin/
mklib 3 # Make a shared library.
104 echo 'Create a shared library from object files.'
118 echo ' -static make a static library (default is dynamic/shared)'
119 echo ' -dlopen make a shared library suitable for dynamic loading'
343 echo "mklib: Making" $ARCH "shared library: " ${LIBNAME}
345 OPTS="-Xlinker -Bsymbolic -shared"
348 OPTS="-shared"
385 OPTS="-Xlinker -Bsymbolic -shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
388 OPTS="-shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
417 echo "mklib: Making" $ARCH "shared library: " ${LIBNAME}.so.${VERSION
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /build/core/
shared_library.mk 12 $(warning $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds, use LOCAL_MODULE_RELATIVE_PATH instead)
18 $(warning $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch builds)
  /developers/build/templates/Wear/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/build/templates/WearPlusShared/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/AgendaData/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/DataLayer/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/DelayedConfirmation/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/EmbeddedApp/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/FindMyPhone/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/Flashlight/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/Geofencing/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/GridViewPager/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/JumpingJack/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/Notifications/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/Quiz/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/RecipeAssistant/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/SkeletonWearableApp/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/SynchronizedNotifications/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared
  /developers/samples/android/wearable/wear/Timer/
README-wear.txt 24 - Add code to be shared among the main application and the wearable to Shared

Completed in 88 milliseconds

<<11121314151617181920>>