Searched refs:find (Results 1 - 25 of 1834) sorted by relevance

1234567891011>>

/external/e2fsprogs/
H A D.missing-copyright3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DModeTest.java36 assertTrue(m.find());
38 assertFalse(m.find());
42 assertTrue(m.find());
44 assertTrue(m.find());
46 assertFalse(m.find());
50 assertTrue(m.find());
52 assertTrue(m.find());
54 assertFalse(m.find());
63 assertTrue(m.find());
65 assertFalse(m.find());
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
H A DI.java21 String find(String key); method in interface:I
/external/skia/tests/
H A DRefDictTest.cpp11 REPORTER_ASSERT(reporter, NULL == dict.find(NULL));
12 REPORTER_ASSERT(reporter, NULL == dict.find("foo"));
13 REPORTER_ASSERT(reporter, NULL == dict.find("bar"));
16 REPORTER_ASSERT(reporter, &data0 == dict.find("foo"));
20 REPORTER_ASSERT(reporter, &data0 == dict.find("foo"));
24 REPORTER_ASSERT(reporter, &data1 == dict.find("foo"));
29 REPORTER_ASSERT(reporter, NULL == dict.find("foo"));
35 REPORTER_ASSERT(reporter, &data0 == dict.find("foo"));
36 REPORTER_ASSERT(reporter, &data1 == dict.find("bar"));
41 REPORTER_ASSERT(reporter, &data1 == dict.find("fo
[all...]
/external/srtp/
H A Dupdate.sh7 a=`find . -name "*.[ch]"`
/external/webkit/Source/WebCore/platform/
H A DContentType.cpp44 size_t semi = strippedType.find(';');
46 size_t start = strippedType.find(parameterName, semi + 1, false);
48 start = strippedType.find('=', start + parameterName.length());
50 size_t quote = strippedType.find('\"', start + 1);
51 size_t end = strippedType.find('\"', start + 2);
55 end = strippedType.find(';', start + 1);
72 size_t semi = strippedType.find(';');
/external/javassist/src/main/javassist/
H A DClassPath.java59 URL find(String classname); method in interface:ClassPath
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Dread_checksum_from_png.py35 comment_pos = data.find(comment_key)
/external/webkit/Tools/Scripts/
H A Dfind-included-framework-headers24 # A script to find headers included from the given frameworks by files in the
29 find . \( -name '*.cpp' -o -name '*.h' -o -name '*.m' -o -name '*.mm' \) -exec grep "<$framework/" {} ';' | sed -e 's|.*/\(.*\.h\).*|\1|' | sort -u
H A Ddo-file-rename43 # find all files we want to process
46 find(\&wanted, "Source/JavaScriptCore");
47 find(\&wanted, "Source/JavaScriptGlue");
48 find(\&wanted, "Source/WebCore");
49 find(\&wanted, "WebKit");
50 find(\&wanted, "Source/WebKit2");
/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp82 struct find : find<typename List::tail, T> { }; struct in inherits:find
85 struct find<cons<T, Tail>, T> { struct
90 struct find<nil, T> { struct
94 int find0[is_same<find<unsigned_inttypes, unsigned int>::type,
97 int find1[is_same<find<unsigned_inttypes, int>::type, nil>::value? 1 : -1];
/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc124 EXPECT_EQ(0U, data.find("<html>"));
125 EXPECT_NE(std::string::npos, data.find("</html>"));
126 EXPECT_NE(std::string::npos, data.find("first"));
127 EXPECT_NE(std::string::npos, data.find("second"));
128 EXPECT_NE(std::string::npos, data.find("third"));
130 EXPECT_EQ(std::string::npos, data.find("some"));
131 EXPECT_EQ(std::string::npos, data.find("same"));
132 EXPECT_EQ(std::string::npos, data.find("thing"));
146 EXPECT_EQ(0U, data.find("<html>"));
147 EXPECT_NE(std::string::npos, data.find("</htm
[all...]
/external/chromium/base/debug/
H A Dstack_trace_unittest.cc44 ASSERT_EQ(backtrace_message.find("Dumping unresolved backtrace"),
58 // Just check instead that we find our way back to the "start" symbol
63 // Expect to at least find main.
64 EXPECT_TRUE(backtrace_message.find("start") != std::string::npos)
65 << "Expected to find start in backtrace:\n"
73 EXPECT_TRUE(backtrace_message.find("testing::Test::Run()") !=
83 // Expect to at least find main.
84 EXPECT_TRUE(backtrace_message.find("main") != std::string::npos)
85 << "Expected to find main in backtrace:\n"
94 // Expect to find thi
[all...]
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_base_provider.cc83 // 3. Shorten the url subdomain by subdomain and try to find a pattern in
92 HostContentSettings::const_iterator i(host_content_settings_.find(host));
94 i->second.content_settings_for_resources.find(requested_setting) !=
96 return i->second.content_settings_for_resources.find(
103 i = incognito_settings_.find(host);
105 i->second.content_settings_for_resources.find(requested_setting) !=
107 return i->second.content_settings_for_resources.find(
114 HostContentSettings::const_iterator i(incognito_settings_.find(key));
116 i->second.content_settings_for_resources.find(requested_setting) !=
118 return i->second.content_settings_for_resources.find(
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_info_map.cc28 Map::iterator iter = disabled_extension_info_.find(extension->id());
36 Map::iterator iter = extension_info_.find(id);
56 Map::const_iterator iter = extension_info_.find(id);
64 Map::const_iterator iter = extension_info_.find(id);
73 Map::const_iterator iter = disabled_extension_info_.find(id);
81 Map::const_iterator iter = extension_info_.find(id);
88 Map::const_iterator iter = extension_info_.find(id);
95 Map::const_iterator iter = extension_info_.find(id);
105 Map::const_iterator iter = extension_info_.find(id);
120 info = extension_info_.find(i
[all...]
/external/oprofile/libpp/
H A Dsymbol_container.h49 /// find the symbols at the given filename and line number, if any
50 symbol_collection const find(debug_name_id filename, size_t linenr) const;
52 /// find the symbols defined in the given filename, if any
53 symbol_collection const find(debug_name_id filename) const;
55 /// find the symbol with the given image_name vma if any
60 symbol_entry const * find(symbol_entry const & symbol) const;
/external/webkit/Source/WebCore/svg/
H A DSVGURIReference.cpp48 size_t start = url.find('#') + 1;
52 if (url.find('#') != notFound) { // format is #target
53 size_t start = url.find('#') + 1;
/external/oprofile/libutil++/
H A Dstring_filter.cpp40 cit = find(exclude.begin(), exclude.end(), str);
44 cit = find(include.begin(), include.end(), str);
/external/stlport/test/unit/
H A Dfind_test.cpp42 int *location = find((int*)numbers, (int*)numbers + 10, 25);
46 int *out_range = find((int*)numbers, (int*)numbers + 10, 128);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
91 Key const* k = find(keys + 0, keys + 10, 5);
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
/external/v8/tools/
H A Dutils.py38 line = line[:line.find('#')]
52 elif id.find('CYGWIN') >= 0:
/external/webkit/Source/WebCore/gyp/
H A Dcopy-inspector-resources.sh14 find "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector" -name ".svn" -type d | xargs rm -rf
/external/webkit/Source/WebCore/
H A Dmove-js-headers.sh4 find ../Source/JavaScriptCore/ -name \*.h -exec cp -f -p {} include/JavaScriptCore/. \;
/external/dbus/
H A Dcleanup-man-pages.sh28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
73 NUKE_COUNT=`find nuke -type f -name "*" | wc -l`
74 KEEP_COUNT=`find keep -type f -name "*" | wc -l`
75 MISSING_COUNT=`find
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.cpp71 while (mBufferMap.find(handle) != mBufferMap.end())
86 while (mShaderMap.find(handle) != mShaderMap.end() || mProgramMap.find(handle) != mProgramMap.end()) // Shared name space
109 while (mProgramMap.find(handle) != mProgramMap.end() || mShaderMap.find(handle) != mShaderMap.end()) // Shared name space
124 while (mTextureMap.find(handle) != mTextureMap.end())
139 while (mRenderbufferMap.find(handle) != mRenderbufferMap.end())
151 BufferMap::iterator bufferObject = mBufferMap.find(buffer);
162 ShaderMap::iterator shaderObject = mShaderMap.find(shader);
180 ProgramMap::iterator programObject = mProgramMap.find(progra
[all...]
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp437 if (name.find("MOV") != name.npos) {
438 if (name.find("MOV_V") != name.npos) {
440 } else if (name.find("MASK") != name.npos) {
442 } else if (name.find("r0") != name.npos) {
444 } else if (name.find("PS") != name.npos ||
445 name.find("PD") != name.npos) {
447 } else if (name.find("MOVS") != name.npos) {
449 } else if (name.find("_F") != name.npos) {
451 } else if (name.find("a") != name.npos) {
453 } else if (name.find("CMO
[all...]

Completed in 580 milliseconds

1234567891011>>