Home
last modified time | relevance | path

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

123456789

/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/llvm-project/llvm/test/tools/llvm-rc/Inputs/
Ddeep-include.rc1 // Whether this is found depends on whether the /I flag searches within the
/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/autotest/test_suites/
Dcontrol.faft_cr50_prepvt_tast23 The two names are to make searches for faft_cr50_p* include Tast results.
Dcontrol.faft_cr50_pvt_tast23 The two names are to make searches for faft_cr50_p* include Tast results.
/external/libcups/tools/
Dippfind.c215 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/
Dnocoalesce_readbetween.ll5 ; However, searches for coalesces takes place before.
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
DREADME.md3 Demonstrates how to create indexes and perform full-text searches.
/external/llvm-project/clang/docs/
DFAQ.rst58 Clang --- these are called builtin includes. Clang searches for them in a
/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/rust/crates/aho-corasick/
DREADME.md7 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
DDESIGN.md38 * 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/
Dsymbols.rst66 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/
Ddepmod.c469 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/
DREADME.md65 To modify how `bindgen` searches for `libclang`, see the [`clang-sys` documentation][clang-sys-env].
/external/grpc-grpc/test/cpp/cocoapods/
DPodfile25 # This podspec searches for the gRPC core library headers under "$(PODS_ROOT)/gRPC-Core", where
/external/llvm-project/polly/lib/External/isl/m4/
Dax_prog_cxx_for_build.m411 # This macro searches for a C++ compiler that generates native
/external/icu/icu4c/source/samples/ugrep/
Dreadme.txt14 The program searches for the specified regular expression in each of the
/external/protobuf/m4/
Dax_prog_cxx_for_build.m411 # This macro searches for a C++ compiler that generates native
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DDynamicLibrary.inc35 // Cygwin searches symbols only in the main
/external/llvm-project/llvm/lib/Support/Unix/
DDynamicLibrary.inc35 // Cygwin searches symbols only in the main
/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

123456789