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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/mac/
relauncher.h 18 // replacement browser ("relaunched"). The helper executable is used for the
47 // Relaunches the application using the helper application associated with the
60 // Identical to RelaunchApp, but uses |helper| as the path to the relauncher
62 // process in relauncher_args. Unlike args[0], |helper| must be a pathname to
63 // an executable file. The helper path given must be from the same version of
68 // location's helper.
69 bool RelaunchAppWithHelper(const std::string& helper,
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/contextmenu/
ContextMenuUtils.java 31 * @param client The helper client for {@code tab} that can wait for events. If
43 TestCallbackHelperContainerForTab.OnContextMenuShownHelper helper = local
46 int callCount = helper.getCallCount();
49 helper.waitForCallback(callCount);
50 return helper.getContextMenu();
57 * @param client The helper client for {@code tab} that can wait for events. If
77 * @param client The helper client for {@code tab} that can wait for events. If
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 52 2 0.040 0.020 0.600 0.300 profilee.py:55(helper)
78 profilee.py:55(helper) <- 2 0.040 0.600 profilee.py:25(testfunc)
79 profilee.py:73(helper1) <- 4 0.116 0.120 profilee.py:55(helper)
80 profilee.py:84(helper2_indirect) <- 2 0.000 0.140 profilee.py:55(helper)
81 profilee.py:88(helper2) <- 6 0.234 0.300 profilee.py:55(helper)
101 2 0.040 0.600 profilee.py:55(helper)
105 profilee.py:55(helper) -> 4 0.116 0.120 profilee.py:73(helper1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 52 2 0.040 0.020 0.600 0.300 profilee.py:55(helper)
78 profilee.py:55(helper) <- 2 0.040 0.600 profilee.py:25(testfunc)
79 profilee.py:73(helper1) <- 4 0.116 0.120 profilee.py:55(helper)
80 profilee.py:84(helper2_indirect) <- 2 0.000 0.140 profilee.py:55(helper)
81 profilee.py:88(helper2) <- 6 0.234 0.300 profilee.py:55(helper)
101 2 0.040 0.600 profilee.py:55(helper)
105 profilee.py:55(helper) -> 4 0.116 0.120 profilee.py:73(helper1)
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 5 // This file contains the command buffer helper class.
29 // Command buffer helper class. This class simplifies ring buffer management:
35 // helper.AddCommand(...);
36 // helper.AddCommand(...);
37 // int32 token = helper.InsertToken();
38 // helper.AddCommand(...);
39 // helper.AddCommand(...);
42 // helper.WaitForToken(token); // this doesn't return until the first two
331 // Incremented every time the helper flushes the command buffer.
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.h 106 * Helper for emitEffect() in a subclasses. Emits uniforms for an effect's texture accesses and
113 * Helper for setData(). Binds all the textures for an effect.
168 * Helper for GrGLProgramEffectsBuilder::emitEfffect(). This method is meant to only be called
179 * Helper for emitEffect(). Emits any attributes an effect may have.
184 * Helper for emitEffect(). Emits code to implement an effect's coord transforms in the VS.
196 * Helper for setData(). Sets all the transform matrices for an effect.
261 * Helper for GrGLProgramEffectsBuilder::emitEfffect(). This method is meant to only be called
272 * Helper for emitEffect(). Allocates texture units from the builder for each transform in an
285 * Helper for setData(). Sets the PathTexGen state for each transform in an effect.
  /external/skia/src/gpu/gl/
GrGLProgramEffects.h 106 * Helper for emitEffect() in a subclasses. Emits uniforms for an effect's texture accesses and
113 * Helper for setData(). Binds all the textures for an effect.
168 * Helper for GrGLProgramEffectsBuilder::emitEfffect(). This method is meant to only be called
179 * Helper for emitEffect(). Emits any attributes an effect may have.
184 * Helper for emitEffect(). Emits code to implement an effect's coord transforms in the VS.
196 * Helper for setData(). Sets all the transform matrices for an effect.
261 * Helper for GrGLProgramEffectsBuilder::emitEfffect(). This method is meant to only be called
272 * Helper for emitEffect(). Allocates texture units from the builder for each transform in an
285 * Helper for setData(). Sets the PathTexGen state for each transform in an effect.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 65 // Those helper methods have a lower case name to be readable when defining expected keyboard
68 // Helper method to create an {@link ExpectedKey} object that has the label.
73 // Helper method to create an {@link ExpectedKey} object that has the label and the output text.
79 // Helper method to create an {@link ExpectedKey} object that has new "more keys".
84 // Helper method to create an {@link ExpectedAdditionalMoreKey} object for an
90 // Helper method to create an {@link ExpectedKey} object for a "more key" that has the label.
95 // Helper method to create an {@link ExpectedKey} object for a "more key" that has the label
101 // Helper method to create {@link ExpectedKey} array by joining {@link ExpectedKey},
107 // Helper method to create {@link ExpectedKey} array by joining {@link ExpectedKey},
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelper.java 24 * Convenience helper to build a set of tabs for a {@link TabCompatActivity}. To use this class,
47 * the app is running, either a basic helper or Honeycomb-specific helper will be returned.
  /external/chromium_org/base/files/
file_util_proxy.cc 71 GetFileInfoHelper* helper = new GetFileInfoHelper; local
75 Unretained(helper), file_path),
76 Bind(&GetFileInfoHelper::Reply, Owned(helper), callback));
  /external/chromium_org/base/
sequenced_task_runner_helpers.h 32 // declare the helper as a friend.
59 // An internal SequencedTaskRunner-like class helper for DeleteHelper
65 // ReleaseSoon methods should friend the appropriate helper and
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.h 61 // Return a copy of the appcache helper. Only one consumer can use the
62 // StartFetching method at a time, so we need to create a copy of the helper
67 // helper.
browsing_data_server_bound_cert_helper.h 54 // Return a copy of the ServerBoundCert helper. Only one consumer can use the
55 // StartFetching method at a time, so we need to create a copy of the helper
60 // returned by this helper.
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.h 28 // Helper method to shuffle MostVisited tiles for A/B testing purposes.
53 // Helper method to log the actions carried out by the Most Visited Tile
57 // Helper method to determine whether |url| is in |open_urls|.
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_service.cc 45 scoped_ptr<PolicyHeaderIOHelper> helper = make_scoped_ptr( local
47 helpers_.push_back(helper.get());
48 return helper.Pass();
  /external/chromium_org/content/browser/compositor/
image_transport_factory_browsertest.cc 103 GLHelper* helper = factory->GetGLHelper(); local
104 ASSERT_TRUE(helper);
105 mailbox_ = new OwnedMailbox(helper);
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssldigest.h 50 // Helper function to look up a digest's EVP by name.
53 // Helper function to look up a digest's name by EVP.
56 // Helper function to get the length of a digest.
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.h 5 // Some helper functions for working with the clipboard and IDataObjects.
32 // Helper methods to extract information from an IDataObject. These methods
56 // Helper method for converting between MS CF_HTML format and plain
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 87 MenuDialogHelper helper = new MenuDialogHelper(this); local
88 helper.show(token);
90 return helper;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
ColorFilter_Delegate.java 45 // ---- delegate helper data ----
49 // ---- Public Helper methods ----
73 // ---- Private delegate/helper methods ----
PathEffect_Delegate.java 45 // ---- delegate helper data ----
49 // ---- Public Helper methods ----
67 // ---- Private delegate/helper methods ----
Xfermode_Delegate.java 45 // ---- delegate helper data ----
49 // ---- Public Helper methods ----
67 // ---- Private delegate/helper methods ----
  /hardware/intel/img/hwcomposer/common/utils/
HwcTrace.h 28 // Helper to automatically preappend classname::functionname to the log message
55 // Helper to abort the execution if object is not initialized.
82 // Helper to log error message, call de-initializer and return false.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
functexcept.h 47 // Helper for exception objects in <except>
51 // Helper for exception objects in <new>
55 // Helper for exception objects in <typeinfo>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
functexcept.h 46 // Helper for exception objects in <except>
50 // Helper for exception objects in <new>
54 // Helper for exception objects in <typeinfo>

Completed in 2446 milliseconds

<<11121314151617181920>>