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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.h 30 /** helper functions**/
  /external/mesa3d/src/gallium/auxiliary/target-helpers/
inline_debug_helper.h 9 /* Helper function to wrap a screen with
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_winsys.c 8 * Helper functions
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
module.mk 20 $(ECHO_DRIVER)psaux $(ECHO_DRIVER_DESC)Postscript Type 1 & Type 2 helper module$(ECHO_DRIVER_DONE)
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
module.mk 20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIVER_DONE)
  /external/qemu/include/sysemu/
dma.h 2 * DMA helper functions
  /external/wpa_supplicant_8/src/drivers/
netlink.h 2 * Netlink helper functions for driver wrappers
  /external/wpa_supplicant_8/src/wps/
upnp_xml.h 2 * UPnP XML helper routines
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
Root.java 55 ToStringHelper helper = toStringHelper(this) local
60 helper
64 helper
66 return helper.toString();
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBarModeOptionsWrapper.java 53 * Sets a capture layout helper to query layout rect from.
55 public void setCaptureLayoutHelper(CaptureLayoutHelper helper) {
56 mCaptureLayoutHelper = helper;
62 Log.e(TAG, "Capture layout helper needs to be set first.");
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetBind.java 62 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this); local
66 helper.setPhoto(appWidgetId, bitmaps.get(i));
71 helper);
74 helper.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 18 # (We can't use a helper function increment the timer since it would be
30 helper() # 300
31 helper() # 300
55 def helper(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 18 # (We can't use a helper function increment the timer since it would be
30 helper() # 300
31 helper() # 300
55 def helper(): function
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 383 // Helper to return the size in bytes of OpenGL data types
667 // Helper to restore state that clearing the framebuffer may destroy.
681 // Helper function for copyTex{Sub}Image, check whether the internalformat
686 // Helper function to get the bound framebuffer's color buffer format.
689 // Helper function to verify limits on the length of uniform and attribute locations.
692 // Helper function to check if size is non-negative.
696 // Helper function to check if all characters in the string belong to the
700 // Helper function to check target and texture bound to the target.
705 // Helper function to check input format/type for functions {copy}Tex{Sub}Image.
709 // Helper function to check input level for functions {copy}Tex{Sub}Image
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_CT.h 35 char helper[16]; member in struct:xt_ct_target_info
45 char helper[16]; member in struct:xt_ct_target_info_v1
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_CT.h 35 char helper[16]; member in struct:xt_ct_target_info
45 char helper[16]; member in struct:xt_ct_target_info_v1
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
JcaContentVerifierProviderBuilder.java 30 private OperatorHelper helper = new OperatorHelper(new DefaultJcaJceHelper()); field in class:JcaContentVerifierProviderBuilder
38 this.helper = new OperatorHelper(new ProviderJcaJceHelper(provider));
45 this.helper = new OperatorHelper(new NamedJcaJceHelper(providerName));
53 return build(helper.convertCertificate(certHolder));
89 Signature sig = helper.createSignature(algorithm);
151 return this.build(helper.convertPublicKey(publicKey));
159 Signature sig = helper.createSignature(algorithm);
176 rawSig = helper.createRawSignature(algorithm);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuPopulator.java 33 * @param helper The {@link ContextMenuHelper} driving the menu operations.
38 public boolean onItemSelected(ContextMenuHelper helper, ContextMenuParams params, int itemId);
ContextMenuPopulatorWrapper.java 37 public boolean onItemSelected(ContextMenuHelper helper, ContextMenuParams params, int itemId) {
38 return mPopulator.onItemSelected(helper, params, itemId);
  /external/chromium_org/chrome/installer/util/
fake_installation_state.h 11 #include "chrome/installer/util/helper.h"
17 // An InstallationState helper for use by unit tests.
  /external/chromium_org/components/signin/core/browser/
signin_account_id_helper.h 17 // The helper class for managing the obfuscated GAIA ID of the primary
43 // Helper class for fetching the obfuscated account ID.
  /external/chromium_org/content/common/gpu/media/
video_accelerator_unittest_helpers.h 5 // This file contains helper classes for video accelerator unittests.
17 // Helper class allowing one thread to wait on a notification from another.
  /external/chromium_org/extensions/renderer/
lazy_background_page_native_handler.cc 57 ExtensionHelper* helper = ExtensionHelper::Get(render_view);
59 helper->view_type() == VIEW_TYPE_EXTENSION_BACKGROUND_PAGE);
  /external/chromium_org/sandbox/win/src/
Wow64.h 26 // will return immediately if not running under WOW, or launch the helper
31 // Runs the WOW helper process, passing the address of a buffer allocated on
  /external/chromium_org/sync/syncable/
syncable_proto_util.h 28 // Helper function to determine if this SyncEntity's properties indicate that it
32 // Helper function to determine if this SyncEntity's properties indicate that it

Completed in 2322 milliseconds

1 2 3 4 5 6 7 8 91011>>