HomeSort by relevance Sort by last modified time
    Searched full:__status (Results 51 - 75 of 89) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
fenv.h 79 __uint32_t __status; /* FPSR, Floating-point Status Register */ member in struct:__anon57385
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/
fenv.h 72 __uint32_t __status; /* Status word register */ member in struct:__anon60495::__anon60496
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
fenv.h 79 __uint32_t __status; /* FPSR, Floating-point Status Register */ member in struct:__anon62032
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/
fenv.h 72 __uint32_t __status; /* Status word register */ member in struct:__anon65142::__anon65143
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/
fenv.h 79 __uint32_t __status; /* FPSR, Floating-point Status Register */ member in struct:__anon66679
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/
fenv.h 72 __uint32_t __status; /* Status word register */ member in struct:__anon69789::__anon69790
  /external/autotest/client/cros/multimedia/
display_facade_native.py 511 var __status = 'Running';
519 __status = 'Done'; });
525 "__status == 'Done'",
554 var __status = 'Running';
558 function() { __status = 'Done'; });
562 extension.EvaluateJavaScript('__status') == 'Done'),
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp 74 cl_int __status; member in struct:_cl_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 535 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
543 extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
551 extern void quick_exit (int __status) __THROW __attribute__ ((__noreturn__));
559 extern void _Exit (int __status) __THROW __attribute__ ((__noreturn__));
    [all...]
argp.h 534 int __status, int __errnum,
538 int __status, int __errnum,
unistd.h 598 extern void _exit (int __status) __attribute__ ((__noreturn__));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 536 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
544 extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
552 extern void quick_exit (int __status) __THROW __attribute__ ((__noreturn__));
560 extern void _Exit (int __status) __THROW __attribute__ ((__noreturn__));
    [all...]
argp.h 534 int __status, int __errnum,
538 int __status, int __errnum,
unistd.h 604 extern void _exit (int __status) __attribute__ ((__noreturn__));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 172 * @param __status @a *__status is set to one of the following values:
197 size_t* __length, int* __status);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 172 * @param __status @a *__status is set to one of the following values:
197 size_t* __length, int* __status);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 172 * @param __status @a *__status is set to one of the following values:
197 size_t* __length, int* __status);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 177 * @param __status @a *__status is set to one of the following values:
202 size_t* __length, int* __status);
  /bionic/libc/include/
unistd.h 79 extern __noreturn void _exit(int __status);
  /external/libcxx/include/
locale 447 unsigned char* __status = __statbuf;
451 __status = (unsigned char*)malloc(__nkw);
452 if (__status == 0)
454 __stat_hold.reset(__status);
459 unsigned char* __st = __status;
485 __st = __status;
519 __st = __status;
535 for (__st = __status; __kb != __ke; ++__kb, (void) ++__st)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale 440 unsigned char* __status = __statbuf;
444 __status = (unsigned char*)malloc(__nkw);
445 if (__status == 0)
447 __stat_hold.reset(__status);
452 unsigned char* __st = __status;
478 __st = __status;
512 __st = __status;
528 for (__st = __status; __kb != __ke; ++__kb, ++__st)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
locale 440 unsigned char* __status = __statbuf;
444 __status = (unsigned char*)malloc(__nkw);
445 if (__status == 0)
447 __stat_hold.reset(__status);
452 unsigned char* __st = __status;
478 __st = __status;
512 __st = __status;
528 for (__st = __status; __kb != __ke; ++__kb, ++__st)
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 457 long int __status; member in struct:_pthread_fastlock
729 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
737 extern void exit (int __status) __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libpthread.a     [all...]

Completed in 2542 milliseconds

1 23 4