Home
last modified time | relevance | path

Searched refs:searches (Results 1 – 25 of 108) sorted by relevance

12345

/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliClassReferenceSearcher.java44 import com.intellij.psi.search.searches.ReferencesSearch;
45 import com.intellij.psi.search.searches.ReferencesSearch.SearchParameters;
/external/ImageMagick/
DQuickStart.txt66 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/
DHighlightLocalClassUsagesTest.java40 import com.intellij.psi.search.searches.ReferencesSearch;
/external/c-ares/
DRELEASE-NOTES10 o only fall back to AF_INET searches when looking for AF_UNSPEC addresses
/external/syslinux/txt/
Disolinux.txt81 - A leading / means it searches from the root directory; otherwise the
84 - . and .. in pathname searches are not supported.
/external/syslinux/doc/
Disolinux.txt45 - A leading / means it searches from the root directory; otherwise the
48 - . and .. in pathname searches are not supported.
/external/kmod/tools/
Ddepmod.c455 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/
DFAQ.rst58 Clang --- these are called builtin includes. Clang searches for them in a
/external/ltp/testcases/realtime/testcases/realtime/doc/
DAUTOMATED_RUN40 run.sh searches for run_auto.sh files in the wanted area and runs them one
/external/ltp/testcases/realtime/doc/
DAUTOMATED_RUN40 run.sh searches for run_auto.sh files in the wanted area and runs them one
/external/mesa3d/m4/
Dax_check_gnu_make.m411 # This macro searches for a GNU version of make. If a match is found, the
/external/icu/icu4c/source/samples/ugrep/
Dreadme.txt14 The program searches for the specified regular expression in each of the
/external/python/cpython2/Doc/library/
Dpkgutil.rst53 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/
DMakefile.am164 searches.html \
165 searches.xsl \
/external/e2fsprogs/doc/
Dlibblkid.txt6 expects to be doing multiple token searches, the program should
/external/python/cpython2/Modules/_ctypes/darwin/
DREADME11 It automatically searches for modules in several directories when no
/external/okhttp/okio/
DCHANGELOG.md8 * New: `BufferedSource.indexOf(ByteString)` searches a source for the next
/external/strace/m4/
Dax_prog_cc_for_build.m411 # This macro searches for a C compiler that generates native executables,
/external/kmod/
DREADME60 Configure automatically searches for all required components and packages.
/external/protobuf/python/
DREADME.md64 search /usr/local/lib for libprotobuf.so before it searches ../src/.libs
/external/e2fsprogs/
Dacinclude.m460 # This macro searches for a GNU version of make. If a match is found, the
/external/libnl/m4/
Dax_pkg_swig.m411 # This macro searches for a SWIG installation on your system. If found,
/external/libexif/auto-m4/
Dlib-link.m411 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/
Dlib-link.m411 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/
Dmodules.rst161 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