Home
last modified time | relevance | path

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

123456

/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/python/cpython2/Doc/distutils/
Dextending.rst66 searched for modules implementing commands. Like all distutils options, this
75 packages searched for command implementations; multiple package names should be
79 :mod:`distutils.command`, :mod:`distcmds`, and :mod:`buildcmds` will be searched
/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/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-link.pod20 one is searched for every input file if necessary. The directories are searched
Dllvm-ld.pod36 path with the B<-L> option. These directories are searched in the order they
122 specified with the B<-l> option. The paths will be searched in the order in
124 a small set of system specific directories will also be searched. Note that
223 libraries. Any paths specified in this variable will be searched after the C<-L>
/external/clang/test/Sema/
Dnowarn-documentation-property.m12 /// The predicate that matches the string to be searched for. This
/external/valgrind/memcheck/
Dmc_leakcheck.c1047 Addr searched, SizeT szB) in lc_scan_memory() argument
1138 if (UNLIKELY(searched)) { in lc_scan_memory()
1139 if (addr >= searched && addr < searched + szB) { in lc_scan_memory()
1140 if (addr == searched) { in lc_scan_memory()
1141 VG_(umsg)("*%#lx points at %#lx\n", ptr, searched); in lc_scan_memory()
1148 ptr, (long unsigned) addr - searched, searched); in lc_scan_memory()
1917 static void scan_memory_root_set(Addr searched, SizeT szB) in scan_memory_root_set() argument
1967 searched, szB); in scan_memory_root_set()
/external/clang/test/SemaObjC/
Dclass-method-lookup.m20 [self rootInstanceMethod]; /* class is searched for an instance method */
/external/nanopb-c/tests/options/
Doptions.proto2 * options.expected lists the patterns that are searched for in the output.
/external/python/cpython2/Doc/library/
Dsimplexmlrpcserver.rst97 not have a :meth:`_dispatch` method, it is searched for an attribute matching
102 periods, each component of the method name is searched for individually, with
255 result. If instance does not have a :meth:`_dispatch` method, it is searched
257 method name contains periods, each component of the method name is searched for
Dpkgutil.rst120 supported, but are searched *after* :data:`sys.path`. Normally, these
121 locations are searched *before* :data:`sys.path`, preventing :data:`sys.path`
Dimp.rst38 directory names given by ``sys.path`` is searched, but first a few special
39 places are searched: the function tries to find a built-in module with the
45 searched for files with any of the suffixes returned by :func:`get_suffixes`
Dzipimport.rst137 The subpath within the ZIP file where modules are searched. This is the
Ddoctest.rst290 searched. Objects imported into the module are not searched.
294 Function and class object docstrings found from ``M.__test__`` are searched, and
300 Any classes found are recursively searched similarly, to test docstrings in
931 strings; function and class docstrings are searched for examples; strings are
932 searched directly, as if they were docstrings.
934 Only docstrings attached to objects belonging to module *m* are searched.
1357 The optional argument *verbose* can be used to display the objects searched by
1401 (recursively) be searched for doctests.
/external/llvm/include/llvm/TableGen/
DSearchableTable.td11 // generic table that can be binary-searched via int and string entries.
/external/eigen/cmake/
DFindFFTW.cmake13 # FFTW_ROOT ... if set, the libraries are exclusively searched
/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/libjpeg-turbo/java/
DREADME46 /opt/libjpeg-turbo/lib32, then /opt/libjpeg-turbo/lib64 is also searched, and
/external/syslinux/txt/
Dsyslinux-cli.txt64 The current working directory is *always* searched first, before PATH,
/external/python/cpython2/Modules/_ctypes/darwin/
DREADME15 The paths searched are those specified in the environment variables
/external/python/cpython2/Doc/tutorial/
Dclasses.rst114 * the innermost scope, which is searched first, contains the local names
115 * the scopes of any enclosing functions, which are searched starting with the
118 * the outermost scope (searched last) is the namespace containing built-in names
332 data attribute, its class is searched. If the name denotes a valid class
532 are resolved as follows: the corresponding class attribute is searched,
579 attribute is not found in :class:`DerivedClassName`, it is searched in
581 only if it is not found there, it is searched in :class:`Base2`, and so on.
/external/python/cpython2/PC/
Dreadme.txt23 these are searched relative to the environment variable
/external/python/cpython2/Doc/reference/
Dexecutionmodel.rst117 is searched first. If the name is not found there, the builtins namespace is
118 searched. The global statement must precede all uses of the name.
/external/pdfium/docs/
Dgetting-started.md56 used to override the font paths searched by PDFium. If you wish to use your

123456