/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/llvm-project/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/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/autotest/test_suites/ |
D | control.faft_cr50_prepvt_tast | 23 The two names are to make searches for faft_cr50_p* include Tast results.
|
D | control.faft_cr50_pvt_tast | 23 The two names are to make searches for faft_cr50_p* include Tast results.
|
/external/libcups/tools/ |
D | ippfind.c | 215 cups_array_t *searches; /* Things to browse/resolve */ in main() local 270 searches = cupsArrayNew(NULL, NULL); in main() 1038 cupsArrayAdd(searches, argv[i]); in main() 1069 if (cupsArrayCount(searches) == 0) in main() 1075 cupsArrayAdd(searches, "_ipp._tcp"); in main() 1121 for (search = (const char *)cupsArrayFirst(searches); in main() 1123 search = (const char *)cupsArrayNext(searches)) in main() 1159 for (search = (const char *)cupsArrayFirst(searches); in main() 1161 search = (const char *)cupsArrayNext(searches)) in main()
|
/external/llvm-project/polly/test/Simplify/ |
D | nocoalesce_readbetween.ll | 5 ; However, searches for coalesces takes place before.
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | README.md | 3 Demonstrates how to create indexes and perform full-text searches.
|
/external/llvm-project/clang/docs/ |
D | FAQ.rst | 58 Clang --- these are called builtin includes. Clang searches for them in a
|
/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/rust/crates/aho-corasick/ |
D | README.md | 7 which builds a finite state machine for executing searches in linear time. 186 searches. (With standard semantics, as soon as a match is seen the search
|
D | DESIGN.md | 38 * Support for accelerating searches when the patterns all start with a small 48 * Support for anchored searches, which permit efficient `is_prefix` checks for 397 Overlapping searches work just like regular searches, except the state 404 overlapping searches cannot be used. Therefore, if leftmost match semantics are 406 overlapping searches, the caller must use the default standard match semantics. 419 supports overlapping searches via the `AhoCorasick::supports_overlapping` 425 Since Aho-Corasick is an automaton, it is possible to do partial searches on
|
/external/llvm-project/lldb/docs/use/ |
D | symbols.rst | 66 Specifies the directories to limit spotlight searches to as a string or 68 **com.apple.DebugSymbols**, spotlight searches will be disabled unless 73 # Specify an empty array to keep Spotlight searches enabled in all locations 76 # Specify an array of paths to limit spotlight searches to certain directories
|
/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/rust/crates/bindgen/ |
D | README.md | 65 To modify how `bindgen` searches for `libclang`, see the [`clang-sys` documentation][clang-sys-env].
|
/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/llvm-project/polly/lib/External/isl/m4/ |
D | ax_prog_cxx_for_build.m4 | 11 # This macro searches for a C++ compiler that generates native
|
/external/icu/icu4c/source/samples/ugrep/ |
D | readme.txt | 14 The program searches for the specified regular expression in each of the
|
/external/protobuf/m4/ |
D | ax_prog_cxx_for_build.m4 | 11 # This macro searches for a C++ compiler that generates native
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 35 // Cygwin searches symbols only in the main
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 35 // Cygwin searches symbols only in the main
|
/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
|