/external/u-boot/env/ |
D | attr.c | 202 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/ |
D | ClangDataFormat.py | 125 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/ |
D | Partner.java | 54 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/ |
D | multi_spl.its | 8 * 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
|
D | sec_firmware_ppa.its | 6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded.
|
/external/python/cpython2/Doc/distutils/ |
D | extending.rst | 66 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/ |
D | extending.rst | 66 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/ |
D | vorbisfile.c | 207 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/ |
D | llvm-link.pod | 20 one is searched for every input file if necessary. The directories are searched
|
D | llvm-ld.pod | 36 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/ |
D | inline.proto | 2 * options.expected lists the patterns that are searched for in the output.
|
/external/grpc-grpc/third_party/nanopb/tests/inline/ |
D | inline.proto | 2 * options.expected lists the patterns that are searched for in the output.
|
/external/clang/test/Sema/ |
D | nowarn-documentation-property.m | 12 /// The predicate that matches the string to be searched for. This
|
/external/clang/test/SemaObjC/ |
D | class-method-lookup.m | 20 [self rootInstanceMethod]; /* class is searched for an instance method */
|
/external/python/cpython2/Doc/library/ |
D | simplexmlrpcserver.rst | 97 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/ |
D | ISSUE_TEMPLATE.md | 5 - [ ] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https:…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_UpperBound.pbtxt | 14 the values that will be searched for in `sorted_search_values`.
|
D | api_def_LowerBound.pbtxt | 14 the values that will be searched for in `sorted_search_values`.
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | BUILD | 53 # descriptors linked into the code will be searched.
|
/external/grpc-grpc/third_party/nanopb/tests/options/ |
D | options.proto | 2 * options.expected lists the patterns that are searched for in the output.
|
/external/nanopb-c/tests/options/ |
D | options.proto | 2 * options.expected lists the patterns that are searched for in the output.
|
/external/llvm/include/llvm/TableGen/ |
D | SearchableTable.td | 11 // generic table that can be binary-searched via int and string entries.
|
/external/eigen/cmake/ |
D | FindFFTW.cmake | 13 # FFTW_ROOT ... if set, the libraries are exclusively searched
|
/external/antlr/antlr3-maven-plugin/src/site/apt/examples/ |
D | libraries.apt | 6 be searched for with the <<<<libDirectory>>>> directive.
|
/external/python/cpython3/Doc/library/ |
D | xmlrpc.server.rst | 107 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
|