/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/ |
org.eclipse.osgi-3.9.1.v20130814-1242.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.osgi_3.9.1.v20140110-1610.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/ |
org.eclipse.osgi-3.9.0.v20130529-1710.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.osgi_3.9.0.v20130529-1710.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | 280 // Make all the requests and wait once for all the results. [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 968 String[] results = items.toArray(new String[items.size()]); local [all...] |
/external/chromium_org/build/android/pylib/ |
android_commands.py | 677 # or not. The results is cached, so the wrapper is pushed only once. [all...] |
/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.cc | 80 // post their requests in the UI thread and return the results synchronously. 155 std::vector<base::string16> results; local 159 results.push_back(ConvertJavaStringToUTF16(env, 163 return results; [all...] |
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
print_preview_handler.cc | 668 base::ListValue* results = new base::ListValue; local 672 base::Unretained(results)), 675 base::Owned(results))); [all...] |
/external/chromium_org/content/browser/download/ |
download_browsertest.cc | 172 void GetAllRenameCallbacks(std::vector<base::Closure>* results); 264 std::vector<base::Closure>* results) { 266 results->swap(rename_callbacks_); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorPageAgent.cpp | 771 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >& results) 773 results = TypeBuilder::Array<TypeBuilder::Page::SearchMatch>::create(); 792 results = ContentSearchUtils::searchInTextByLines(content, query, asBool(optionalCaseSensitive), asBool(optionalIsRegex)); [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebLocalFrameImpl.cpp | 237 // size and also copy the results directly into a wstring, avoiding the 792 void WebLocalFrameImpl::executeScriptInIsolatedWorld(int worldID, const WebScriptSource* sourcesIn, unsigned numSources, int extensionGroup, WebVector<v8::Local<v8::Value> >* results) 805 if (results) { 811 results->swap(v8Results); [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_image.cpp | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 356 * The Service Category Program Results subparameter informs the message center 357 * of the results of a Service Category Program Data request. 892 ArrayList<CdmaSmsCbProgramResults> results = bData.serviceCategoryProgramResults; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 630 results = [] 648 results.append((type, self.com_node(nodelist[i]))) 652 # the two have very different semantics and results (note that the 655 return Compare(node, results, lineno=lineno) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 630 results = [] 648 results.append((type, self.com_node(nodelist[i]))) 652 # the two have very different semantics and results (note that the 655 return Compare(node, results, lineno=lineno) [all...] |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/cts/tests/tests/widget/src/android/widget/cts/ |
AutoCompleteTextViewTest.java | 814 protected void publishResults(CharSequence constraint, FilterResults results) {
|
HeaderViewListAdapterTest.java | 504 protected void publishResults(CharSequence constraint, Filter.FilterResults results) {
|
/external/chromium_org/chrome/browser/history/ |
history_backend.h | 638 // search for results which match the given text query. 693 std::vector<favicon_base::FaviconRawBitmapResult>* results); 717 // several matched icon types in the database, results will only be returned [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database_unittest.cc | 794 std::vector<SBFullHashResult> results; local 799 results.push_back(full_hash); 803 results.push_back(full_hash); 806 database_->CacheHashResults(prefixes, results, kCacheLifetime); [all...] |