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

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/
ContactEntryAdapter.java 53 * Helper for making subclasses parcelable.
66 * Helper for making subclasses parcelable.
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 56 ChooseLockSettingsHelper helper = new ChooseLockSettingsHelper(this); local
57 if (!helper.launchConfirmationActivity(CONFIRM_EXISTING_REQUEST, null, null)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 35 * Helper class to deal with displaying a project choosing dialog that lists only the
170 * Helper method to get the Android project with the given name
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevicesXsd.java 115 * Helper to get an input stream of the layout config XML schema.
121 /** Helper method that returns a {@link Validator} for our XSD */
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 384 * Helper for {@link #writeConstant}, which writes out the value
421 * Helper for {@link #writeConstant}, which writes out the value
452 * Helper for {@link #writeConstant}, which writes out a
487 * Helper for {@code addContents()} methods, which adds
507 * Helper for {@code addContents()} methods, which adds
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 137 // helper classes
163 // helper methods
272 // helper data
314 // helper classes
376 // helper methods
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 105 "helper" objects, which automatically backup and restore certain types of data, so that you do not
168 advantage of the built-in helper classes that automatically backup and restore your files. However,
471 use one or more backup helpers. A backup helper is a specialized
483 one helper is needed for each data type. That is, if you have multiple {@link
487 <p>For each helper you want to add to your {@link android.app.backup.BackupAgentHelper}, you must do
490 <li>Instantiate in instance of the desired helper class. In the class constructor, you must
493 to add the helper to your {@link android.app.backup.BackupAgentHelper}.</li>
518 // Allocate a helper and add it to the backup agent
520 SharedPreferencesBackupHelper helper = new SharedPreferencesBackupHelper(this, PREFS);
521 addHelper(PREFS_BACKUP_KEY, helper);
    [all...]
  /external/gtest/include/gtest/
gtest.h 653 // The helper function for {ASSERT|EXPECT}_EQ.
688 // The helper class for {ASSERT|EXPECT}_EQ. The template argument
751 // A macro for implementing the helper functions needed to implement
755 // For each templatized helper function, we also define an overloaded
780 // Implements the helper function for {ASSERT|EXPECT}_NE
782 // Implements the helper function for {ASSERT|EXPECT}_LE
784 // Implements the helper function for {ASSERT|EXPECT}_LT
786 // Implements the helper function for {ASSERT|EXPECT}_GE
788 // Implements the helper function for {ASSERT|EXPECT}_GT
793 // The helper function for {ASSERT|EXPECT}_STREQ
    [all...]
  /external/e2fsprogs/
configure.in 470 dnl See whether to install the `e2initrd-helper' program
472 AC_ARG_ENABLE([e2initrd-helper],
473 [ --enable-e2initrd-helper build e2initrd-helper program],
477 echo "Not building e2initrd helper"
480 echo "Building e2initrd helper"
484 echo "Building e2initrd helper by default"
  /external/srec/shared/include/
ESR_Session.h 39 * Hashmap with helper functions for adding primitives and add-if-empty.
162 * This helper function aids implementation of "default values", overwriting
172 * This helper function aids implementation of "default values", overwriting
182 * This helper function aids implementation of "default values", overwriting
192 * This helper function aids implementation of "default values", overwriting
202 * This helper function aids implementation of "default values", overwriting
212 * This helper function aids implementation of "default values", overwriting
  /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java 227 * Helper method that will the specified packages tests on device.
238 * Helper method to run tests and return the listener that collected the results.
250 * Helper method to run the specified packages tests, and return the test run error message.
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 277 * Helper interface that allows one to get the cursor (of a stream).
289 * Helper class for {@link #makeInputStream}, which implements the
347 * Helper class for {@link #makeDataInputStream}. This is used
  /dalvik/libcore/suncompat/src/main/java/sun/misc/
Unsafe.java 81 * Helper for {@link #objectFieldOffset}, which does all the work,
106 * Helper for {@link #arrayBaseOffset}, which does all the work,
130 * Helper for {@link #arrayIndexScale}, which does all the work,
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
BackupRestoreActivity.java 66 * helper classes provided along with the core BackupAgent API. By extending
218 * Handy helper routine to write the UI data to a file.
233 * Another helper; this one reads the current UI state and writes that
  /external/e2fsprogs/debugfs/
util.c 285 * This is a common helper function used by the command processing
310 * This is a helper function used by do_stat, do_freei, do_seti, and
327 * This is a helper function used by do_freeb, do_setb, and do_testb
  /external/stlport/stlport/stl/
_istream.h 38 #include <stl/_ctraits_fns.h> // Helper functions that allow char traits
167 public: // Helper functions for non-member extractors.
292 // Helper functions for istream<>::sentry constructor.
_locale.h 187 //protected: // Helper functions for locale globals.
196 //protected: // More helper functions.
317 /* _GetFacetId is a helper function that allow delaying access to
  /external/webkit/WebCore/html/
HTMLInputElement.h 296 // Helper for getAllowedValueStep();
298 // Helper for stepUp()/stepDown(). Adds step value * count to the current value.
300 // Helper for applyStepForNumberOrRange().
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 52 // Helper class that abstracts away drawing ClearType text and Windows form
168 // specific helper. Must be called after computeLayerSize();
176 // will call the appropriate transform-specific helper. Must be called after
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 146 COMPtr<IDragSourceHelper> helper; local
157 IID_IDragSourceHelper,(LPVOID*)&helper))) {
170 helper->InitializeFromBitmap(&sdi, dataObject.get());
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 74 * <b>Helper Classes</b>
76 * An extensible agent based on convenient helper classes is available in
136 * Typically the application will use backup helper classes to
  /bionic/libc/private/
bionic_tls.h 92 /* For performance reasons, avoid calling the kernel helper
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 79 * Helper for {@link #codeSize} and {@link #writeTo} which sets up
OutputCollector.java 106 * Helper for {@link #getFinisher}, which appends the suffix to
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
PriviAction.java 27 * Helper class to avoid multiple anonymous inner class for

Completed in 913 milliseconds

<<11121314151617181920>>