/external/clang/utils/ |
ClangDataFormat.py | 125 def searchForType(value, searched): 139 if tyname in searched: 141 searched.add(tyname) 144 found = searchForType(child, searched) 148 searched = set() 151 found = searchForType(val, searched)
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_common.h | 144 unsigned int searched; member in struct:ip_conntrack_stat
|
/bionic/libc/netbsd/resolv/ |
res_query.c | 234 int searched = 0; local 287 searched = 1; 348 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) &&
|
/bionic/libc/kernel/tools/ |
kernel.py | 211 self.searched = set(headers) 237 self.searched = set(headers) 243 for h in self.searched:
|
/external/valgrind/main/memcheck/ |
mc_leakcheck.c | 680 // 1. Leak check mode (searched == 0). 701 // 2. Search ptr mode (searched != 0). 704 // In such a case, lc_scan_memory just scans [start..start+len[ for pointers to searched 705 // and outputs the places where searched is found. It does not recursively scans the 709 Addr searched, SizeT szB) 794 if (UNLIKELY(searched)) { 795 if (addr >= searched && addr < searched + szB) { 796 if (addr == searched) 797 VG_(umsg)("*%#lx points at %#lx\n", ptr, searched); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
indexed-value-properties.js | 28 // Test that the Number, String and Boolean prototypes are searched
|
/external/tremolo/Tremolo/ |
vorbisfile.c | 207 ogg_int64_t searched, 218 while(searched<endsearched){ 221 if(endsearched-searched<CHUNKSIZE){ 222 bisect=searched; 224 bisect=(searched+endsearched)/2; 234 searched=ret+og.header_len+og.body_len; 243 if(searched>=end || ret<0){ 248 vf->offsets[m+1]=searched; [all...] |
/external/v8/test/mjsunit/ |
indexed-value-properties.js | 28 // Test that the Number, String and Boolean prototypes are searched
|
/external/libvorbis/lib/ |
vorbisfile.c | 467 ogg_int64_t searched, 475 ogg_int64_t dataoffset=searched; 527 while(searched<endsearched){ 530 if(endsearched-searched<CHUNKSIZE){ 531 bisect=searched; 533 bisect=(searched+endsearched)/2; 545 searched=last+og.header_len+og.body_len; [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_tree.js | 108 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be 191 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be 488 * @param {DirectoryEntry|Object} entry The entry to be searched for. Can be
|
directory_model.js | 676 * @param {Entry} entry The entry to be searched. [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 255 of output being searched, and only shows up in failure output. 283 of output being searched, and only shows up in failure output. 354 of output being searched, and only shows up in failure output.
|
/frameworks/base/core/java/android/widget/ |
NumberPicker.java | [all...] |
TextView.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
org.eclipse.jdt.launching_3.5.100.v20100526.jar | |
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
volume_manager.js | 298 * @param {string} mountPath The mount path of searched volume.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
doctest.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
doctest.py | [all...] |
/frameworks/base/core/java/android/view/ |
View.java | [all...] |
/external/bison/ |
maint.mk | 143 # Select which lines of NEWS are searched for $(news-check-regexp). [all...] |
/ndk/build/core/ |
definitions.mk | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |