Home
last modified time | relevance | path

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

12345678910

/external/u-boot/env/
Dattr.c202 static int reverse_name_search(const char *searched, const char *search_for, in reverse_name_search() argument
206 const char *cur_searched = searched; in reverse_name_search()
213 *result = searched; in reverse_name_search()
214 return strlen(searched); in reverse_name_search()
230 while (*prevch == ' ' && prevch >= searched) in reverse_name_search()
238 if (match != searched && in reverse_name_search()
240 prevch != searched - 1) in reverse_name_search()
/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/setupdesign/main/src/com/google/android/setupdesign/util/
DPartner.java54 private static boolean searched = false; field in Partner
140 if (!searched) { in get()
173 searched = true; in get()
180 searched = false; in resetForTesting()
/external/u-boot/doc/uImage.FIT/
Dmulti_spl.its8 * For booting U-Boot, "firmware" is searched first. If not found, "loadables"
10 * enabled, "kernel" is searched first. If not found, it falls back to the
Dsec_firmware_ppa.its6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded.
/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/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/nanopb-c/tests/inline/
Dinline.proto2 * options.expected lists the patterns that are searched for in the output.
/external/grpc-grpc/third_party/nanopb/tests/inline/
Dinline.proto2 * options.expected lists the patterns that are searched for in the output.
/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/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
/external/ImageMagick/.github/
DISSUE_TEMPLATE.md5 - [ ] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https:…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_UpperBound.pbtxt14 the values that will be searched for in `sorted_search_values`.
Dapi_def_LowerBound.pbtxt14 the values that will be searched for in `sorted_search_values`.
/external/tensorflow/tensorflow/core/util/proto/
DBUILD53 # descriptors linked into the code will be searched.
/external/grpc-grpc/third_party/nanopb/tests/options/
Doptions.proto2 * options.expected lists the patterns that are searched for in the output.
/external/nanopb-c/tests/options/
Doptions.proto2 * options.expected lists the patterns that are searched for in the output.
/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/antlr3-maven-plugin/src/site/apt/examples/
Dlibraries.apt6 be searched for with the <<<<libDirectory>>>> directive.
/external/python/cpython3/Doc/library/
Dxmlrpc.server.rst107 not have a :meth:`_dispatch` method, it is searched for an attribute matching
112 periods, each component of the method name is searched for individually, with
317 result. If instance does not have a :meth:`_dispatch` method, it is searched
319 method name contains periods, each component of the method name is searched for

12345678910