HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 51 - 75 of 904) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 38 assert(NULL == find(pFragment));
42 // find out the last fragment whose offset is smaller than the calculated
63 // can not find an entry fragment to bridge the island
74 /// find - find a island for the given fragment
76 BranchIsland* BranchIslandFactory::find(const Fragment& pFragment) function in class:BranchIslandFactory
78 // Currently we always find the island in a forward direction.
ELFSegmentFactory.cpp 36 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) function in class:ELFSegmentFactory
50 ELFSegmentFactory::find(uint32_t pType, function in class:ELFSegmentFactory
  /libcore/luni/src/test/java/tests/api/java/util/support/
I.java 4 String find(String key); method in interface:I
A.java 10 public String find(String key) { method in class:A
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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
  /ndk/build/core/
build-local.mk 44 # If NDK_PROJECT_PATH is not defined, find the application's project
78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
80 find-project-dir-inner = \
84 $(call find-project-dir-inner-2)\
87 find-project-dir-inner-2 = \
97 $(call find-project-dir-inner-2)\
107 # Otherwise, we will use find-project-dir which will first get the absolute
108 # path of the current directory the climb back the hierarchy until we find
122 NDK_PROJECT_PATH := $(call find-project-dir,.,jni/Android.mk
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
A.java 27 public String find(String key) { method in class:A
I.java 21 String find(String key); method in interface:I
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 97 public AlgorithmIdentifier find(AlgorithmIdentifier sigAlgId) method in class:DefaultDigestAlgorithmIdentifierFinder
113 public AlgorithmIdentifier find(String digAlgName) method in class:DefaultDigestAlgorithmIdentifierFinder
  /external/chromium_org/sandbox/win/tools/finder/
finder_fs.cc 11 HANDLE find; local
15 find = ::FindFirstFile(name_to_search, &find_data);
16 if (INVALID_HANDLE_VALUE == find) {
36 } while (::FindNextFile(find, &find_data) != 0);
39 ::FindClose(find);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistry.cpp 119 CustomElementDefinition* CustomElementRegistry::find(const CustomElementDescriptor& descriptor) const function in class:WebCore::CustomElementRegistry
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ContentDistribution.cpp 49 size_t ContentDistribution::find(const Node* node) const function in class:WebCore::ContentDistribution
51 HashMap<const Node*, size_t>::const_iterator it = m_indices.find(node);
60 size_t index = find(node);
68 size_t index = find(node);
  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.cpp 25 uint32_t SkPtrSet::find(void* ptr) const { function in class:SkPtrSet
67 // p->fIndex is base-1, so we need to subtract to find its slot
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ChainFinder.java 23 * Find UiElement by using the UiElement returned by parent Finder as context
41 public UiElement find(UiElement context) { method in class:ChainFinder
42 return child.find(parent.find(context));
Finder.java 35 UiElement find(UiElement context); method in interface:Finder
  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 86 public URL find(String classname) { method in class:ByteArrayClassPath
ClassClassPath.java 82 public URL find(String classname) { method in class:ClassClassPath
LoaderClassPath.java 80 public URL find(String classname) { method in class:LoaderClassPath
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateFactory.java 39 TemplateSyntaxTree find(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode); method in interface:TemplateFactory
  /external/mockito/src/org/mockito/internal/invocation/finder/
VerifiableInvocationsFinder.java 18 public List<Invocation> find(List<?> mocks) { method in class:VerifiableInvocationsFinder
19 List<Invocation> invocations = new AllInvocationsFinder().find(mocks);
  /external/skia/src/core/
SkPtrRecorder.cpp 25 uint32_t SkPtrSet::find(void* ptr) const { function in class:SkPtrSet
67 // p->fIndex is base-1, so we need to subtract to find its slot
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 39 const SectionMap::NamePair& SectionMap::find(const std::string& pFrom) const function in class:SectionMap
42 return find(pFrom, hash);
45 SectionMap::NamePair& SectionMap::find(const std::string& pFrom) function in class:SectionMap
48 return find(pFrom, hash);
52 SectionMap::find(const std::string& pFrom, unsigned int pHash) const function in class:SectionMap
64 SectionMap::find(const std::string& pFrom, unsigned int pHash) function in class:SectionMap
79 NamePair& result = find(pFrom);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 13 def find(text): function
27 self.make_button("Find", self.default_command, 1)

Completed in 518 milliseconds

1 23 4 5 6 7 8 91011>>