HomeSort by relevance Sort by last modified time
    Searched full:helper (Results 101 - 125 of 8381) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
AbstractLayoutBase.java 25 // Those helper methods have a lower case name to be readable when defining expected keyboard
28 // Helper method to create an {@link ExpectedKey} object that has the label.
33 // Helper method to create an {@link ExpectedKey} object that has the label and the output text.
39 // Helper method to create an {@link ExpectedKey} object that has the label and the output code.
45 // Helper method to create an {@link ExpectedKey} object that has the icon and the output text.
51 // Helper method to create an {@link ExpectedKey} object that has the icon and the output code.
57 // Helper method to create an {@link ExpectedKey} object that has new "more keys".
62 // Helper method to create an {@link ExpectedAdditionalMoreKey} object for an
71 // Helper method to create an {@link ExpectedKey} object for a "more key" that has the label.
76 // Helper method to create an {@link ExpectedKey} object for a "more key" that has the labe
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 485 TestFaviconHandler helper(
488 helper.FetchFavicon(page_url);
489 HistoryRequestHandler* history_handler = helper.history_handler();
508 helper.OnUpdateFaviconURL(urls);
511 EXPECT_EQ(1U, helper.urls().size());
512 ASSERT_TRUE(helper.current_candidate());
513 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
514 ASSERT_EQ(favicon_base::FAVICON, helper.current_candidate()->icon_type);
517 EXPECT_FALSE(helper.download_handler()->HasDownload());
526 TestFaviconHandler helper(
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
validating_storage.cc 37 class Helper {
39 Helper(const std::string& key,
43 wrapped_data_ready_(BuildCallback(this, &Helper::OnWrappedDataReady)) {
48 ~Helper() {}
73 DISALLOW_COPY_AND_ASSIGN(Helper);
93 new Helper(key, data_ready, *wrapped_storage_);
  /frameworks/native/cmds/flatland/
Composers.cpp 28 bool setUp(GLHelper* helper) {
31 result = helper->getShaderProgram("Blit", &mBlitPgm);
117 GLHelper* helper) {
119 return setUp(helper);
130 virtual bool setUp(GLHelper* /*helper*/) {
145 virtual bool setUp(GLHelper* helper) {
146 return mBlitter.setUp(helper);
168 virtual bool setUp(GLHelper* helper) {
170 return mBlitter.setUp(helper);
201 virtual bool setUp(GLHelper* helper) {
    [all...]
  /external/chromium_org/chrome/app/
helper-Info.plist 12 <string>${CHROMIUM_BUNDLE_ID}.helper</string>
16 <string>${CHROMIUM_SHORT_NAME} Helper</string>
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.h 17 namespace helper { namespace in namespace:options
29 } // namespace helper
  /external/chromium_org/chrome/common/
badge_util.h 21 // badge_util provides a set of helper routines for rendering dynamically
25 // Helper routine that returns a singleton SkPaint object configured for
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.h 14 // Helper function that returns whether or not the child process is allowed to
20 // Helper function that returns whether or not the child process is allowed to
  /external/chromium_org/sql/test/
error_callback_support.h 12 // Helper to capture any errors into a local variable for testing.
20 // Helper to set db's error callback and then reset it when it goes
  /external/valgrind/main/VEX/
TODO.txt 7 x86 isel: should free up all fp reg tags when calling a helper.
8 And save FP and SSE insns across the helper.
  /packages/apps/Nfc/src/com/android/nfc/
NfcBackupAgent.java 28 SharedPreferencesBackupHelper helper = local
30 addHelper(SHARED_PREFS_BACKUP_KEY, helper);
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/dictionarypack/
MetadataUriGetter.java 22 * Helper to get the metadata URI from its base URI and the additional ID, if any.
26 // This helper class is not instantiable.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
JcaDigestCalculatorProviderBuilder.java 19 private OperatorHelper helper = new OperatorHelper(new DefaultJcaJceHelper()); field in class:JcaDigestCalculatorProviderBuilder
27 this.helper = new OperatorHelper(new ProviderJcaJceHelper(provider));
34 this.helper = new OperatorHelper(new NamedJcaJceHelper(providerName));
51 MessageDigest dig = helper.createDigest(algorithm);
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
util.js 8 * @fileoverview Helper functions for use in selection_analysis files.
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
Rakefile 19 # helper module
  /external/chromium_org/chrome/browser/chromeos/ui/
mobile_config_ui.h 13 // Helper function for showing the mobile config UI.
  /external/chromium_org/chrome/browser/prefs/
pref_service_mock_factory.h 10 // A helper that allows convenient building of custom PrefServices in tests.
  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.html 3 <div class="height-helper">
  /external/chromium_org/chrome/browser/ui/android/omnibox/
omnibox_view_util.h 12 // Helper functions for the Omnibox view on Android.
  /external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui.h 10 // Static helper function useful for sync promos.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.h 50 // Helper to invoke the |syncMessageChanged| JS function on the new tab page.
54 // Helper to query the sync service and figure out what to send to
59 // Helper to send a message to the NNTP which hides the sync section.
62 // Helper to convert from a sync status message type to an NTP specific one.
  /external/chromium_org/chrome/test/base/
scoped_browser_locale.h 12 // Helper class to temporarily set the locale of the browser process.
  /external/chromium_org/sync/internal_api/public/base/
attachment_id_proto.h 13 // Helper functions that are logically part of sync_pb::AttachmentIdProto.
  /external/chromium_org/sync/test/
callback_counter.h 10 // Helper class to track how many times a callback is triggered.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorTest.cpp 15 CSSTestHelper helper; local
51 helper.addCSSRules(cssRules);
52 EXPECT_EQ(30u, helper.ruleSet().ruleCount()); // .a, .b counts as two rules.
54 helper.ruleSet().show();

Completed in 2222 milliseconds

1 2 3 45 6 7 8 91011>>