| /frameworks/base/tools/aidl/ |
| Type.h | 415 Type* Find(const string& name) const; 416 Type* Find(const char* package, const char* name) const;
|
| generate_java.cpp | 176 NewExpression* ne = new NewExpression(NAMES.Find(proxyType)); 583 NAMES.Find(iface->package, iface->name.data)); 595 NAMES.Find(iface->package, append(iface->name.data, ".Stub").c_str()), 601 NAMES.Find(iface->package,
|
| /development/tools/findunused/ |
| find_unused_resources.rb | 3 # Find unused resources in all the apps found recursively under the current directory 11 require 'find' 37 Find.find(root) do |path|
|
| /external/chromium/third_party/icu/source/tools/gendraft/ |
| genheaders.pl | 19 use File::Find;
|
| /external/icu4c/tools/gendraft/ |
| genheaders.pl | 19 use File::Find;
|
| /external/libvpx/examples/includes/geshi/geshi/ |
| ruby.php | 82 'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
|
| /external/v8/src/ |
| zone-inl.h | 105 bool ZoneSplayTree<C>::Find(const Key& key, Locator* locator) {
|
| heap-profiler.cc | 457 if (current_set_->Find(eq, &loc)) return; 490 return eq_tree_.Find(cluster, &loc) ? loc.value() : JSObjectsCluster();
|
| /external/v8/tools/ |
| splaytree.py | 108 def Find(self, key):
|
| /external/webkit/WebKitTools/DumpRenderTree/wx/ |
| DumpRenderTreeWx.cpp | 230 size_t separatorPos = pathOrURL.find("'"); 237 size_t http = pathOrURL.find("http://"); 312 if (argc == optind+1 && option_str.Find(_T("-")) == 0) {
|
| /frameworks/base/tools/localize/ |
| XMLHandler.h | 37 static string Find(const vector<XMLAttribute>& list,
|
| XMLHandler.cpp | 77 map<string,string>::const_iterator it = m_map.find(ns); 91 map<string,string>::const_iterator it = m_map.find(ns); 158 XMLAttribute::Find(const vector<XMLAttribute>& list, const string& ns, const string& name, 442 return XMLAttribute::Find(m_attrs, ns, name, def); 722 if (XMLAttribute::Find(attrs, XMLNS_XMLNS, "space", "") == "preserve") {
|
| /external/webkit/WebKitTools/Scripts/ |
| run-webkit-tests | 37 # If no tests are passed, find all the .html, .shtml, .xml, .xhtml, .pl, .php (and svg) files in the test directory. 57 use File::Find; 375 die "can't find executable $dumpToolName (looked in $productDir)\n" unless -x $dumpTool; 379 die "can't find executable $imageDiffTool (looked in $productDir)\n" if $pixelTests && !-x $imageDiffTool; 868 $dir =~ s|/([^/]+)$|| or die "Failed to find test name from base\n"; [all...] |
| /external/protobuf/src/google/protobuf/ |
| extension_set_heavy.cc | 60 virtual bool Find(int number, ExtensionInfo* output); 115 map<int, Extension>::const_iterator iter = extensions_.find(number); 180 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) {
|
| extension_set.h | 122 // Find the extension with the given containing type and number. 123 virtual bool Find(int number, ExtensionInfo* output) = 0; 135 virtual bool Find(int number, ExtensionInfo* output); [all...] |
| /external/skia/src/animator/ |
| SkDisplayType.cpp | 385 info = SkMemberInfo::Find(info, infoCount, matchPtr); 537 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) {
|
| /libcore/ |
| NativeCode.mk | 56 # Find any native directories containing sub.mk files.
|
| /external/chromium/third_party/icu/source/tools/genrb/ |
| gendtjar.pl | 20 use File::Find;
|
| /external/icu4c/tools/genrb/ |
| gendtjar.pl | 20 use File::Find;
|
| /external/protobuf/src/google/protobuf/compiler/ |
| importer.cc | 179 owner_->source_locations_.Find(descriptor, location, &line, &column); 264 path.find("/../") != string::npos; 427 // TODO(kenton): Find a way to report this more nicely.
|
| parser_unittest.cc | 87 source_locations_.Find(descriptor, location, &line, &column); [all...] |
| /external/easymock/src/org/easymock/ |
| EasyMock.java | 1319 public static String find(String regex) { method in class:EasyMock [all...] |
| /build/core/ |
| cleanbuild.mk | 73 # The major clean version is correct. Find the list of clean steps
|
| /external/openssl/crypto/des/ |
| des-lib.com | 629 $! Tell The User We Can't Find The [.xxx.CRYPTO.DES]LIBDES.OLB Library. 632 $ WRITE SYS$OUTPUT "Can't Find The Library ",LIB_NAME,"." 805 $! Find Out Which One To Use.
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| map.h | 775 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0); 792 typename Map::iterator miter = map_.find(w1); 808 s = s + osymbols_->Find(iter1.Value());
|