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

1 23 4 5 6 7 8 91011>>

  /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;
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
SdkCommandLine.java 290 /** Helper to retrieve the --path value. */
296 * Helper to retrieve the --target id value.
307 /** Helper to retrieve the --name value. */
312 /** Helper to retrieve the --skin value. */
317 /** Helper to retrieve the --sdcard value. */
322 /** Helper to retrieve the --force flag. */
329 /** Helper to retrieve the --rename value for a move verb. */
337 /** Helper to retrieve the --package value.
345 /** Helper to retrieve the --activity for any project action. */
350 /** Helper to retrieve the --library value
    [all...]
  /bootable/recovery/minzip/
Zip.c 850 /* Helper state to make path translation easier and less malloc-happy.
861 /* Given the values of targetDir and zipDir in the helper,
863 * The helper must be initialized first.
865 static const char *targetEntryPath(MzPathHelper *helper, ZipEntry *pEntry)
868 bool firstTime = (helper->buf == NULL);
872 needLen = helper->targetDirLen + 1 +
873 pEntry->fileNameLen - helper->zipDirLen + 1;
874 if (needLen > helper->bufLen) {
878 newBuf = (char *)realloc(helper->buf, needLen);
882 helper->buf = newBuf
971 MzPathHelper helper; local
    [all...]
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.
  /external/elfutils/libebl/
libeblP.h 26 /* gettext helper macros. */
  /external/icu4c/layout/
LEGlyphFilter.h 15 * This is a helper class that is used to
  /external/icu4c/test/intltest/
ucdtest.h 10 /** Helper function for TestUnicodeData */
uobjtest.h 25 //helper
  /external/iproute2/man/man8/
routel.8 14 These programs are a set of helper scripts you can use instead of raw iproute2 commands.
  /external/skia/include/core/
SkRefCnt.h 66 /** Helper version of ref(), that first checks to see if this is not null.
75 /** Helper version of unref(), that first checks to see if this is not null.
90 SkAutoUnref is a stack-helper class that will automatically call unref() on
122 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
  /external/stlport/stlport/stl/config/
_feedback.h 0 /* Helper header to give feedback about build environment configuration
  /packages/apps/Email/docs/
TODO 23 specific to performance to be bound to the Store API. It needs to be flexible with plenty of helper
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetConfigure.java 80 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this); local
81 if (helper.setPhoto(mAppWidgetId, bitmap)) {
86 mAppWidgetId, helper);
92 helper.close();
  /packages/apps/Gallery3D/src/com/cooliris/media/
PhotoAppWidgetConfigure.java 91 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this); local
92 if (helper.setPhoto(mAppWidgetId, bitmap)) {
96 RemoteViews views = PhotoAppWidgetProvider.buildUpdate(this, mAppWidgetId, helper);
100 helper.close();
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 62 // Ask for a reference to the database to force the helper to either
66 CalendarDatabaseHelper helper = CalendarDatabaseHelper.getInstance(context); local
67 helper.getWritableDatabase();
68 helper.close();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 61 // Ask for a reference to the database to force the helper to either
65 ContactsDatabaseHelper helper = ContactsDatabaseHelper.getInstance(context); local
66 helper.getWritableDatabase();
67 helper.close();
  /external/clearsilver/java-jni/
CSUtil.java 8 * Utility class containing helper methods
19 * Helper function that returns a concatenation of the loadpaths in the
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory.c 15 Hash memory helper, Tom St Denis
67 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/helper/hash_memory.c,v $ */
  /external/guava/src/com/google/common/io/
package-info.java 27 * being created. The advantage of using a factory is that the helper methods in
31 * {@link com.google.common.io.Files} classes all have static helper methods to
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PriorityThreadFactoryTest.java 38 * Helper method for {@link #testPriority()}.
49 * Helper class for {@link #priorityTest(int)}.
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 38 * libgcc.a is a compiler-specific library containing various helper
42 * compiler-generated machine code as a call to an __idiv helper function.
50 * This ensures that any helper function needed by the code in foo.a is copied
56 * The problem with this is that if one helper function needed by foo.a has
61 * When changing toolchains for 2.0, the set of helper functions copied to
69 * still need all 1.5/1.6 helper functions in libc.so and libn.so
  /external/bluetooth/glib/glib/
Makefile.am 301 gspawn-win32-helper-console.c:
303 echo '#include "gspawn-win32-helper.c"' >>$@
305 gspawn-win64-helper.c:
306 echo '#include "gspawn-win32-helper.c"' >$@
308 gspawn-win64-helper-console.c:
310 echo '#include "gspawn-win32-helper.c"' >>$@
314 INSTALL_PROGS += gspawn-win64-helper gspawn-win64-helper-console
319 INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-consol
    [all...]
  /frameworks/base/core/java/android/app/backup/
SharedPreferencesBackupHelper.java 27 * A helper class that can be used in conjunction with
54 * // Simply allocate a helper and install it
56 * SharedPreferencesBackupHelper helper =
58 * addHelper(MY_PREFS_BACKUP_KEY, helper);
77 * Construct a helper for backing up and restoring the
  /external/qemu/target-arm/
helper.c 385 uint32_t HELPER(sxtb16)(uint32_t x)
393 uint32_t HELPER(uxtb16)(uint32_t x)
401 uint32_t HELPER(clz)(uint32_t x)
409 int32_t HELPER(sdiv)(int32_t num, int32_t den)
416 uint32_t HELPER(udiv)(uint32_t num, uint32_t den)
423 uint32_t HELPER(rbit)(uint32_t x)
438 uint32_t HELPER(abs)(uint32_t x)
497 void HELPER(mark_exclusive)(CPUState *env, uint32_t addr)
508 uint32_t HELPER(test_exclusive)(CPUState *env, uint32_t addr)
522 void HELPER(clrex)(CPUState *env
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 161 * Helper method to return a register list string.
185 * Helper method to return a literal bits argument string.
207 * Helper method to return a literal bits comment string.
243 * Helper method to return a branch address string.
256 * Helper method to return the comment for a branch.
269 * Helper method to return a constant string.
282 * Helper method to return an instruction comment for a constant.
310 * Helper method to determine if a signed int value fits in a nibble.
320 * Helper method to determine if an unsigned int value fits in a nibble.
330 * Helper method to determine if a signed int value fits in a byte
    [all...]

Completed in 272 milliseconds

1 23 4 5 6 7 8 91011>>