HomeSort by relevance Sort by last modified time
    Searched full:show (Results 151 - 175 of 10379) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/drd/tests/
atomic_var.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2
bug-235681.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3
concurrent_close.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3
free_is_write.vgtest 2 vgopts: --read-var-info=yes --free-is-write=yes --show-confl-seg=no
free_is_write2.vgtest 2 vgopts: --read-var-info=yes --free-is-write=yes --check-stack-var=yes --show-confl-seg=no
rwlock_type_checking.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
std_thread2.vgtest 2 vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1 --default-suppressions=no --suppressions=std_thread2.supp
tc01_simple_race.vgtest 2 vgopts: --check-stack-var=yes --read-var-info=yes --show-confl-seg=no
tc16_byterace.vgtest 2 vgopts: --check-stack-var=yes --read-var-info=yes --show-confl-seg=no
tc19_shadowmem.vgtest 3 vgopts: --error-limit=no --read-var-info=yes --show-confl-seg=no --num-callers=3
  /external/valgrind/memcheck/tests/
leak-cases-possible.vgtest 2 vgopts: -q --leak-check=full --leak-resolution=high --show-possibly-lost=no
lks.vgtest 3 vgopts: --leak-check=full --show-leak-kinds=definite,possible,indirect --errors-for-leak-kinds=definite,possible --suppressions=lks.supp
  /external/valgrind/none/tests/amd64/
bug132918.c 35 static void show ( char* s, Res* res ) function
46 do_fprem(&r, 10.1, 200.2); show("xx1", &r);
47 do_fprem(&r, 20.3, 1.44); show("xx2", &r);
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
  /external/wpa_supplicant_8/hostapd/
hostapd.8 31 Show usage.
34 Show more debug messages.
37 Show even more debug messages.
52 Show hostapd version.
  /frameworks/base/docs/html/training/
best-background.jd 7 <p>These classes show you how to run jobs in the background to boost your
  /frameworks/base/tests/CanvasCompare/res/values/
strings.xml 19 <!-- show hardware rendered version of the layer -->
21 <!-- show software rendered version of the layer -->
23 <!-- show layer error -->
25 <!-- show layer error heatmap -->
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };

Completed in 1881 milliseconds

1 2 3 4 5 67 8 91011>>