HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 1 - 25 of 1457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
package-info.java 3 * source to insert annotations etc. {@link annotator.find.TreeFinder} manages the
5 * implementations of {@link annotator.find.Criterion} for determining whether an
7 * {@link annotator.find.Insertion} for the concrete text to be inserted.
11 * pre-order traversal of the AST to find insertion positions, followed
12 * by the insertion of text for each positioned {@link annotator.find.Insertion} into
15 * {@link annotator.find.Criteria} for each yet-unmatched {@link annotator.find.Insertion} against
19 * @see annotator.find.TreeFinder#getInsertionsByPosition(com.sun.tools.javac.tree.JCTree.JCCompilationUnit, java.util.List)
21 package annotator.find;
EnclosedByCriterion.java 1 package annotator.find;
NotInMethodCriterion.java 1 package annotator.find;
TypeBoundExtendsInsertion.java 1 package annotator.find;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /external/clang/test/CodeGen/
disable-tail-calls.c 8 // CHECK-LABEL: define %struct.List* @find
9 List *find(List *head, int data) { function
14 // CHECK: call %struct.List* @find
15 return find(head->next, data);
  /external/google-styleguide/include/
jsguide.js 3 function find(querySelector, callback) { function in function:window.initStyleGuide
18 find('p', function(paragraph) {
30 find('a[href^="#"]', function(link) {
42 find('pre > code', function(code) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 44 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 44 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DigestAlgorithmIdentifierFinder.java 8 * Find the digest algorithm identifier that matches with
14 AlgorithmIdentifier find(AlgorithmIdentifier sigAlgId); method in interface:DigestAlgorithmIdentifierFinder
17 * Find the algorithm identifier that matches with
23 AlgorithmIdentifier find(String digAlgName); method in interface:DigestAlgorithmIdentifierFinder
SignatureAlgorithmIdentifierFinder.java 8 * Find the signature algorithm identifier that matches with
14 AlgorithmIdentifier find(String sigAlgName); method in interface:SignatureAlgorithmIdentifierFinder
  /external/javassist/src/main/javassist/
ClassPath.java 59 URL find(String classname); method in interface:ClassPath
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lca.go 100 // find returns the lowest common ancestor of a and b.
101 func (lca *lcaRange) find(a, b *Block) *Block { func
105 // Find the positions of a and bin the Euler tour.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lca.go 100 // find returns the lowest common ancestor of a and b.
101 func (lca *lcaRange) find(a, b *Block) *Block { func
105 // Find the positions of a and bin the Euler tour.
  /development/tools/repo_diff/
git_commits_not_upstreamed.py 91 def find(upstream, downstream, working_dir): function
146 print('\n'.join(find(upstream, downstream, working_dir)))
  /external/droiddriver/src/io/appium/droiddriver/finders/
Finder.java 35 UiElement find(UiElement context); method in interface:Finder
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
PluralRules.java 10 public Plural find(int quantity) { method in class:PluralRules
  /external/vogar/src/vogar/target/
ClassFinder.java 32 public Set<Class<?>> find(String classOrPackageName) { method in class:ClassFinder
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/
I.java 21 String find(String key); method in interface:I
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 120 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
148 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 120 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
148 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchDialog.py 13 def find(text): function
27 self.make_button("Find", self.default_command, 1)

Completed in 1740 milliseconds

1 2 3 4 5 6 7 8 91011>>