Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 25 of 115) sorted by relevance

12345

/external/clang/utils/
DClangDataFormat.py125 def searchForType(value, searched): argument
139 if tyname in searched:
141 searched.add(tyname)
144 found = searchForType(child, searched)
148 searched = set()
151 found = searchForType(val, searched)
/external/opencv3/cmake/
DOpenCVFindLibsGrfmt.cmake28 # --- libtiff (optional, should be searched after zlib) ---
127 # --- libjasper (optional, should be searched after libjpeg) ---
151 # --- libpng (optional, should be searched after zlib) ---
/external/valgrind/memcheck/
Dmc_leakcheck.c1042 Addr searched, SizeT szB) in lc_scan_memory() argument
1133 if (UNLIKELY(searched)) { in lc_scan_memory()
1134 if (addr >= searched && addr < searched + szB) { in lc_scan_memory()
1135 if (addr == searched) { in lc_scan_memory()
1136 VG_(umsg)("*%#lx points at %#lx\n", ptr, searched); in lc_scan_memory()
1143 ptr, (long unsigned) addr - searched, searched); in lc_scan_memory()
1705 static void scan_memory_root_set(Addr searched, SizeT szB) in scan_memory_root_set() argument
1755 searched, szB); in scan_memory_root_set()
/external/tremolo/Tremolo/
Dvorbisfile.c207 ogg_int64_t searched, in _bisect_forward_serialno() argument
218 while(searched<endsearched){ in _bisect_forward_serialno()
221 if(endsearched-searched<CHUNKSIZE){ in _bisect_forward_serialno()
222 bisect=searched; in _bisect_forward_serialno()
224 bisect=(searched+endsearched)/2; in _bisect_forward_serialno()
234 searched=ret+og.header_len+og.body_len; in _bisect_forward_serialno()
243 if(searched>=end || ret<0){ in _bisect_forward_serialno()
248 vf->offsets[m+1]=searched; in _bisect_forward_serialno()
/external/clang/test/Sema/
Dnowarn-documentation-property.m12 /// The predicate that matches the string to be searched for. This
/external/clang/test/SemaObjC/
Dclass-method-lookup.m20 [self rootInstanceMethod]; /* class is searched for an instance method */
/external/libvpx/libvpx/third_party/libwebm/
DRELEASE.TXT22 * Implemented to load lazily cue points as they're searched
/external/nanopb-c/tests/options/
Doptions.proto2 * options.expected lists the patterns that are searched for in the output.
/external/eigen/cmake/
DFindFFTW.cmake13 # FFTW_ROOT ... if set, the libraries are exclusively searched
DFindBLAS.cmake5 # The list of libraries searched for is mainly taken
/external/nanopb-c/extra/
DFindNanopb.cmake13 # (vsprojects/Debug & vsprojects/Release) will be searched
16 # NANOPB_IMPORT_DIRS - List of additional directories to be searched for
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dlibraries.apt6 be searched for with the <<<<libDirectory>>>> directive.
/external/libvorbis/lib/
Dvorbisfile.c467 ogg_int64_t searched, in _bisect_forward_serialno() argument
475 ogg_int64_t dataoffset=searched; in _bisect_forward_serialno()
527 while(searched<endsearched){ in _bisect_forward_serialno()
530 if(endsearched-searched<CHUNKSIZE){ in _bisect_forward_serialno()
531 bisect=searched; in _bisect_forward_serialno()
533 bisect=(searched+endsearched)/2; in _bisect_forward_serialno()
545 searched=last+og.header_len+og.body_len; in _bisect_forward_serialno()
/external/libjpeg-turbo/java/
DREADME46 /opt/libjpeg-turbo/lib32, then /opt/libjpeg-turbo/lib64 is also searched, and
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/
Dconfig.ini25 # For each list element a subdirectory structure based on the pattern nl/<locale> is searched.
/external/dbus/doc/
Dsystem-activation.txt35 The service filename of "org.me.test.service" is then searched for in
/external/opencv3/doc/py_tutorials/py_imgproc/py_template_matching/
Dpy_template_matching.markdown106 In the previous section, we searched image for Messi's face, which occurs only once in the image.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
DREADME98 - Make sure that the include directory in builds/amiga is searched
/external/libpcap/msdos/
Dreadme.dos140 config.c file). libpcap keeps a set of tables that are searched for
/external/clang/docs/
DPTHInternals.rst32 This means that the contents of the PTH file are searched as substitutes
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dchangelog.rst184 searched the wrong path to locate these modules (and hence failed
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DPKG-INFO201 searched the wrong path to locate these modules (and hence failed
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
DPKG-INFO201 searched the wrong path to locate these modules (and hence failed
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/
Dpy_sift_intro.markdown50 Once this DoG are found, images are searched for local extrema over scale and space. For eg, one
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm345 "minidump file, they will be searched for at "

12345