Home
last modified time | relevance | path

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

123456789

/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/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/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/python/cpython3/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/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/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/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`
/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/nanopb-c/tests/options/
Doptions.proto2 * options.expected lists the patterns that are searched for in the output.
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst101 not have a :meth:`_dispatch` method, it is searched for an attribute matching
106 periods, each component of the method name is searched for individually, with
274 result. If instance does not have a :meth:`_dispatch` method, it is searched
276 method name contains periods, each component of the method name is searched for
Dimp.rst50 directory names given by ``sys.path`` is searched, but first a few special
51 places are searched: the function tries to find a built-in module with the
57 searched for files with any of the suffixes returned by :func:`get_suffixes`
/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/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/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/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/cpython3/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
385 data attribute, its class is searched. If the name denotes a valid class
585 are resolved as follows: the corresponding class attribute is searched,
633 Thus, if an attribute is not found in :class:`DerivedClassName`, it is searched
635 and if it was not found there, it was searched for in :class:`Base2`, and so on.
/external/syslinux/txt/
Dsyslinux-cli.txt64 The current working directory is *always* searched first, before PATH,
/external/python/cpython3/Modules/_ctypes/darwin/
DREADME15 The paths searched are those specified in the environment variables
/external/python/cpython2/Modules/_ctypes/darwin/
DREADME15 The paths searched are those specified in the environment variables

123456789