/external/chromium_org/ui/views/widget/ |
widget_deletion_observer.h | 16 // A simple WidgetObserver that can be probed for the life of a widget.
|
/libcore/luni/src/test/etc/loading-test-jar/ |
Target.java | 20 * Class which is probed at by the class loading tests.
|
/libcore/luni/src/test/etc/loading-test2-jar/ |
Target2.java | 20 * Class which is probed at by the class loading tests.
|
/external/chromium/net/url_request/ |
https_prober.h | 40 // HaveProbed returns true if the given host is known to have been probed 48 // have been probed since the browser was started, false is returned and no
|
/external/e2fsprogs/lib/blkid/ |
blkidP.h | 74 * just probed by another program that does not share the cache. 85 /* This describes an entire blkid cache file and probed devices. 101 #define BLKID_BIC_FL_PROBED 0x0002 /* We probed /proc/partition devices */
|
/external/grub/netboot/ |
config.c | 506 static int probed = 0; local 508 /* If already probed, don't try to probe it any longer. */ 509 if (probed) 552 probed = 1; 565 probed = 1; 571 probed = 1;
|
main.c | 50 /* Set if an ethernet card is probed and IP addresses are set. */ 484 /* Make sure that an ethernet is probed. */ 541 /* Make sure that an ethernet is probed. */
|
/external/kernel-headers/original/linux/ |
sysdev.h | 3 * They don't need to do dynammic driver binding, can't be probed,
|
/external/linux-tools-perf/Documentation/ |
perf-probe.txt | 64 Show source code lines which can be probed. This needs an argument 113 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function. Currently, event group name is set as 'probe'. 114 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function. 161 Display which lines in schedule() can be probed:
|
/external/llvm/include/llvm/ADT/ |
DenseSet.h | 1 //===- llvm/ADT/DenseSet.h - Dense probed hash table ------------*- C++ -*-===// 21 /// DenseSet - This implements a dense probed hash-table based set.
|
SmallPtrSet.h | 42 /// Large sets use a classic exponentially-probed hash table. Empty buckets are
|
/external/qemu/ |
block_int.h | 151 int probed; /* if true, format was probed automatically */ member in struct:BlockDriverState
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_condition.h | 45 // ContentCondition. These conditions are probed linearly (only if the URL
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition.h | 62 // These conditions are probed linearly (only if the URL Matcher found a hit).
|
/external/libffi/ |
acinclude.m4 | 46 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
|
/external/chromium/chrome/browser/ |
process_info_snapshot.h | 18 // |Sample()| method is called. This information can then be probed by PID.
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot.h | 18 // |Sample()| method is called. This information can then be probed by PID.
|
/external/qemu/block/ |
raw.c | 40 if (!bs->probed) {
|
/external/qemu/slirp/ |
slirp_config.h | 8 /* Define if you want the connection to be probed */
|
/external/qemu/slirp-android/ |
slirp_config.h | 8 /* Define if you want the connection to be probed */
|
/external/libpcap/ |
pcap-dos.c | 462 probed_dev = (struct device*) dev; /* remember last probed device */ 619 probed_dev = dev; /* device is probed okay and may be used */ 667 sprintf (ebuf, "device `%s' not probed", dev_name); 1043 struct device *probed_dev = NULL; /* the device we have probed */ [all...] |
/prebuilts/qemu-kernel/arm/ |
rebuild.sh | 222 echo "Probed Android top-level directory: $ANDROID_BUILD_TOP"
|
/external/libmtp/src/ |
device-flags.h | 167 * have their "OS Descriptor" probed in order to work correctly.
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 75 * connect. Since more common drivers like X11 are probed first anyway,
|
/external/grub/lib/ |
device.c | 615 FLOPPY_DISKS is the number of floppy disk drives which will be probed. 657 /* Try to open the device map file to write the probed data. */
|