Searched refs:searches (Results 1 – 25 of 162) sorted by relevance
1234567
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/ |
D | deep-include.rc | 1 // Whether this is found depends on whether the /I flag searches within the
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/ |
D | HighlightLocalClassUsagesTest.java | 40 import com.intellij.psi.search.searches.ReferencesSearch;
|
/external/u-boot/doc/ |
D | README.davinci.nand_spl | 61 * RBL searches from Block n (n = 1..24) 77 The RBL searches from Block n ( n = 1..24) on page 0 for valid UBL
|
/external/clang/docs/ |
D | FAQ.rst | 58 Clang --- these are called builtin includes. Clang searches for them in a
|
/external/kmod/tools/ |
D | depmod.c | 469 struct cfg_search *searches; member 510 s->next = cfg->searches; in cfg_search_add() 511 cfg->searches = s; in cfg_search_add() 834 if (cfg->searches == NULL) in cfg_load() 848 while (cfg->searches) { in cfg_free() 849 struct cfg_search *tmp = cfg->searches; in cfg_free() 850 cfg->searches = cfg->searches->next; in cfg_free() 1139 for (i = 0, se = cfg->searches; se != NULL; se = se->next, i++) { in depmod_module_is_higher_priority()
|
/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/grpc-grpc/test/cpp/cocoapods/ |
D | Podfile | 25 # This podspec searches for the gRPC core library headers under "$(PODS_ROOT)/gRPC-Core", where
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 36 // Cygwin searches symbols only in the main
|
/external/libxml2/doc/ |
D | Makefile.am | 164 searches.html \ 165 searches.xsl \
|
/external/python/cpython3/Doc/library/ |
D | pkgutil.rst | 56 If *dirname* is a string, a :pep:`302` finder is created that searches that 58 searches the current :data:`sys.path`, plus any modules that are frozen or
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSystemRegister.td | 17 // 'Mask' bits create unique keys for searches.
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | README | 11 It automatically searches for modules in several directories when no
|
/external/honggfuzz/docs/ |
D | ExternalFuzzerUsage.md | 45 …wse/trunk/examples/externalfuzzers/lowBytesIncrease.py), we see that it searches the input file (a…
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | README | 11 It automatically searches for modules in several directories when no
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 6 expects to be doing multiple token searches, the program should
|
/external/kmod/ |
D | README | 61 Configure automatically searches for all required components and packages.
|
/external/strace/m4/ |
D | ax_prog_cc_for_build.m4 | 11 # This macro searches for a C compiler that generates native executables,
|
/external/e2fsprogs/ |
D | acinclude.m4 | 60 # This macro searches for a GNU version of make. If a match is found, the
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 8 * New: `BufferedSource.indexOf(ByteString)` searches a source for the next
|
1234567