Searched refs:searches (Results 1 – 25 of 108) sorted by relevance
12345
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
D | SmaliClassReferenceSearcher.java | 44 import com.intellij.psi.search.searches.ReferencesSearch; 45 import com.intellij.psi.search.searches.ReferencesSearch.SearchParameters;
|
/external/ImageMagick/ |
D | QuickStart.txt | 66 ImageMagick searches for configuration files in the following order, and 79 searches for the font configuration file, type.xml, in the following 93 loadable modules. It searches for loadable modules in the following order
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/ |
D | HighlightLocalClassUsagesTest.java | 40 import com.intellij.psi.search.searches.ReferencesSearch;
|
/external/c-ares/ |
D | RELEASE-NOTES | 10 o only fall back to AF_INET searches when looking for AF_UNSPEC addresses
|
/external/syslinux/txt/ |
D | isolinux.txt | 81 - A leading / means it searches from the root directory; otherwise the 84 - . and .. in pathname searches are not supported.
|
/external/syslinux/doc/ |
D | isolinux.txt | 45 - A leading / means it searches from the root directory; otherwise the 48 - . and .. in pathname searches are not supported.
|
/external/kmod/tools/ |
D | depmod.c | 455 struct cfg_search *searches; member 483 s->next = cfg->searches; in cfg_search_add() 484 cfg->searches = s; in cfg_search_add() 768 if (cfg->searches == NULL) in cfg_load() 782 while (cfg->searches) { in cfg_free() 783 struct cfg_search *tmp = cfg->searches; in cfg_free() 784 cfg->searches = cfg->searches->next; in cfg_free() 1032 for (i = 0, se = cfg->searches; se != NULL; se = se->next, i++) { in depmod_module_is_higher_priority()
|
/external/clang/docs/ |
D | FAQ.rst | 58 Clang --- these are called builtin includes. Clang searches for them in a
|
/external/ltp/testcases/realtime/testcases/realtime/doc/ |
D | AUTOMATED_RUN | 40 run.sh searches for run_auto.sh files in the wanted area and runs them one
|
/external/ltp/testcases/realtime/doc/ |
D | AUTOMATED_RUN | 40 run.sh searches for run_auto.sh files in the wanted area and runs them one
|
/external/mesa3d/m4/ |
D | ax_check_gnu_make.m4 | 11 # This macro searches for a GNU version of make. If a match is found, the
|
/external/icu/icu4c/source/samples/ugrep/ |
D | readme.txt | 14 The program searches for the specified regular expression in each of the
|
/external/python/cpython2/Doc/library/ |
D | pkgutil.rst | 53 If *dirname* is a string, a :pep:`302` importer is created that searches that 55 searches the current :data:`sys.path`, plus any modules that are frozen or
|
/external/libxml2/doc/ |
D | Makefile.am | 164 searches.html \ 165 searches.xsl \
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 6 expects to be doing multiple token searches, the program should
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | README | 11 It automatically searches for modules in several directories when no
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 8 * New: `BufferedSource.indexOf(ByteString)` searches a source for the next
|
/external/strace/m4/ |
D | ax_prog_cc_for_build.m4 | 11 # This macro searches for a C compiler that generates native executables,
|
/external/kmod/ |
D | README | 60 Configure automatically searches for all required components and packages.
|
/external/protobuf/python/ |
D | README.md | 64 search /usr/local/lib for libprotobuf.so before it searches ../src/.libs
|
/external/e2fsprogs/ |
D | acinclude.m4 | 60 # This macro searches for a GNU version of make. If a match is found, the
|
/external/libnl/m4/ |
D | ax_pkg_swig.m4 | 11 # This macro searches for a SWIG installation on your system. If found,
|
/external/libexif/auto-m4/ |
D | lib-link.m4 | 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 42 dnl searches for libname and the libraries corresponding to explicit and 122 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
|
/external/bison/m4/ |
D | lib-link.m4 | 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and 47 dnl searches for libname and the libraries corresponding to explicit and 160 dnl macro call that searches for libname. 176 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
|
/external/python/cpython2/Doc/tutorial/ |
D | modules.rst | 161 When a module named :mod:`spam` is imported, the interpreter first searches for 162 a built-in module with that name. If not found, it then searches for a file 401 When importing the package, Python searches through the directories on 548 variable can be modified; doing so affects future searches for modules and
|
12345