HomeSort by relevance Sort by last modified time
    Searched full:helper (Results 301 - 325 of 5910) sorted by null

<<11121314151617181920>>

  /frameworks/support/v13/
Android.mk 20 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
27 # A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
35 # A helper sub-library that makes direct use of MNC APIs.
  /frameworks/support/v7/mediarouter/
Android.mk 33 # A helper sub-library that makes direct use of JellyBean APIs.
40 # A helper sub-library that makes direct use of JellyBean MR1 APIs.
48 # A helper sub-library that makes direct use of JellyBean MR2 APIs.
  /packages/services/Telephony/src/com/android/phone/
SubscriptionInfoHelper.java 33 * Helper for manipulating intents or components with subscription-related information.
36 * are being changed for particular subscriptions. This helper provides functions for
55 * Instantiates the helper, by extracting the subscription id and label from the intent.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
global.h 56 /** \hideinitializer \brief Helper macro for #SND_DLSYM_BUILD_VERSION. */
74 /** \hideinitializer \brief Helper macro for #SND_DLSYM_BUILD_VERSION. */
105 /** \brief alloca helper macro. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
global.h 56 /** \hideinitializer \brief Helper macro for #SND_DLSYM_BUILD_VERSION. */
74 /** \hideinitializer \brief Helper macro for #SND_DLSYM_BUILD_VERSION. */
105 /** \brief alloca helper macro. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 10 """Helper for @contextmanager decorator."""
83 def helper(*args, **kwds): function in function:contextmanager
85 return helper
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 10 """Helper for @contextmanager decorator."""
83 def helper(*args, **kwds): function in function:contextmanager
85 return helper
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util.h 15 // Helper macro to loop around EINTR errors in syscalls.
18 // Helper macro to tag unused variables. Use in the declaration, between
23 // Helper scoped pointer class.
55 // Helper class used to implement a string. Similar to std::string
140 // Helper template used to implement a simple vector or POD-struct items.
254 // Helper template class to implement a set.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
Action.java 140 * Queue an action and monitor for processing by the ActionService via the factory helper
148 * Queue an action for processing by the ActionService via the factory helper
155 * Queue an action for delayed processing by the ActionService via the factory helper
245 * Helper method to generate a unique operation index
256 * This helper can be used to generate a unique key used to identify an action.
288 * Helper for derived classes to implement parcelable
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 69 * The DB helper to use for this content provider.
74 * The database helper to serialize all transactions on. If non-null, any new transaction
75 * created by this provider will automatically retrieve a writable database from this helper
89 * Hint: It's always the contacts db helper tag.
117 * Specifies a database helper (and corresponding tag) to serialize all transactions on.
294 * Gets the database helper for this contacts provider. This is called once, during onCreate().
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileCopyHelper.java 44 * Instantiates a new file copy helper.
93 * Delete all the files copied by the helper.
  /cts/libs/deviceutil/src/android/cts/util/
FileCopyHelper.java 44 * Instantiates a new file copy helper.
93 * Delete all the files copied by the helper.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
AbstractSensorVerification.java 60 * Helper class to store the index and current event.
75 * Helper class to store the index, previous event, and current event.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java 29 * Helper abstract class for XmlPullParser
85 * Helper method for retrieving attribute value with given name
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
Output.java 23 * An {@link Output} objects is an helper to write to a character stream {@link Writer}.
25 * It provide some helper methods to the various "sourcer" classes from this package
  /external/apache-http/src/org/apache/http/util/
package.html 37 Mostly utility classes with static helper methods for various purposes.
39 The helper classes for resizable
  /external/elfutils/src/libebl/
libeblP.h 87 /* gettext helper macros. */
92 /* LEB128 constant helper macros. */
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 237 Objects.ToStringHelper helper = Objects.toStringHelper(new TestClass()); local
239 helper.add(null, "Hello");
263 Objects.ToStringHelper helper = Objects.toStringHelper(new TestClass()) local
269 assertEquals(expected, helper.toString());
271 assertEquals(expected, helper.toString());
273 // Make sure the cached value is reset when we modify the helper at all
275 helper.addValue(2);
276 assertEquals(expected2, helper.toString());
  /external/kernel-headers/original/uapi/linux/
fanotify.h 22 /* helper events */
105 /* Helper functions to deal with fanotify_event_metadata buffers */
  /external/llvm/test/Transforms/InstSimplify/
vector_gep.ll 5 declare void @helper(<2 x i8*>)
8 call void @helper(<2 x i8*> %A)
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 15 * A helper interface that provides useful functionality for clients that need to authenticate
42 * @param cacheTime The amount of time (seconds ) for which the authentication helper
  /external/skia/include/core/
SkAnnotation.h 23 * Use helper functions at the bottom of this file for now.
79 // Experimental helper functions to use Annotations
  /external/skia/src/gpu/gl/
GrGLGeometryProcessor.h 33 // A helper which subclasses can use if needed
44 // A helper for subclasses which don't have an explicit local matrix
  /external/skia/src/gpu/gl/debug/
GrDebugGL.h 157 // Helper macro to make creating an object (where you need to get back a derived
163 // Helper macro to make finding objects less painful
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 60 * Helper function for subclasses to activate the GL environment before running.
74 * Helper function for subclasses to deactivate the GL environment after running.

Completed in 400 milliseconds

<<11121314151617181920>>