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

1 2 34 5 6 7 8 91011>>

  /external/clearsilver/util/
neo_str.h 77 * by various NEOS helper methods and reused in CS itself. */
94 /* This is the "super" escape call which will call the proper helper
100 /* Generic data escaping helper functions used by neos_contextual_escape
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 109 /* New helper for conntrack */
113 /* Update of helper info */
117 /* Volatile helper info */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 92 // Helper classes:
95 * We need another helper class to deal with differences between
187 * And one more helper to deal with attribute access differences
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 26 * A helper class that can be used in conjunction with
32 * During restore, if the helper encounters data for a file that was not
47 * Construct a helper to manage backup/restore of entire files within the
  /cts/tests/src/android/provider/cts/
FileCopyHelper.java 42 * Instantiates a new file copy helper.
91 * Delete all the files copied by the helper.
  /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/bluetooth/glib/docs/reference/gio/
Makefile.am 21 fam-helper.h \
52 inotify-helper.h \
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory_multi.c 15 Hash (multiple buffers) memory helper, Tom St Denis
85 /* $Source: /cvs/libtom/libtomcrypt/src/hashes/helper/hash_memory_multi.c,v $ */
  /external/webkit/WebCore/bindings/js/
JSMessagePortCustom.h 43 // Helper function which pulls the values out of a JS sequence and into a MessagePortArray.
48 // Helper function to convert from JS postMessage arguments to WebCore postMessage arguments.
  /external/webkit/WebCore/dom/
ScriptElement.h 56 // Helper functions used by our parent classes.
65 // and pass it to the static helper functions in ScriptElement
  /external/webkit/WebCore/platform/network/
FormDataBuilder.h 55 // Helper functions used by HTMLFormElement/WMLGoElement for multi-part form data
63 // Helper functions used by HTMLFormElement/WMLGoElement for non multi-part form data
  /external/webkit/WebKit/android/jni/
WebCoreJni.h 34 // A helper class that automatically deletes the local reference to the jobject
68 // Helper method for check java exceptions. Returns true if an exception
  /frameworks/base/core/java/android/app/
FullBackupAgent.java 68 FileBackupHelper helper = new FileBackupHelper(this, local
70 helper.performBackup(oldState, data, newState);
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 119 * Helper method to run tests and return the listener that collected the results.
143 * Helper method to push a file to device
155 * Helper method to install a file
166 * Helper method to install a file that should not be install-able
180 * Helper method to install a file to device as forward locked
197 * Helper method to determine if file on device exists.
209 * Helper method to determine if file exists on the device containing a given string.
223 * Helper method to determine if package on device exists.
257 * Helper method to determine if app was installed on SD card.
288 * Helper to determine if the device is currently online and visible via ADB
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
uuidutil.h 21 * This file contains the specification of UUID helper functions.
26 *! 29-Sep-2000 kc: Appended "UUID_" prefix to UUID helper functions.
  /sdk/files/
ant_rules_r1.xml 117 <macrodef name="dex-helper">
137 <package-helper>
143 </package-helper> -->
144 <macrodef name="package-helper">
164 <macrodef name="zipalign-helper">
181 <macrodef name="install-helper">
264 <dex-helper />
286 <package-helper sign.package="true" />
291 <package-helper sign.package="false" />
303 <zipalign-helper in.package="${out.debug.unaligned.package}
    [all...]
ant_rules_r2.xml 120 <macrodef name="dex-helper">
140 <package-helper sign.package="true">
146 </package-helper> -->
147 <macrodef name="package-helper">
171 <macrodef name="zipalign-helper">
188 <macrodef name="install-helper">
268 <dex-helper />
293 <package-helper sign.package="true" />
298 <package-helper sign.package="false" />
310 <zipalign-helper in.package="${out.debug.unaligned.package}
    [all...]
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 45 /** The cursor helper that is used to get the groups */
49 * The map of a group position to the group's children cursor helper (the
50 * cursor helper that is used to get the children for that group)
91 * Gets the cursor helper for the children in the given group.
98 * @return The cursor helper for the children of the given group
176 MyCursorHelper helper = getChildrenCursorHelper(groupPosition, true); local
177 return (mGroupCursorHelper.isValid() && helper != null) ? helper.getCount() : 0;
328 * Deactivates the Cursor and removes the helper from cache.
330 * @param groupPosition The group whose children Cursor and helper should b
    [all...]
  /external/skia/include/core/
SkPaint.h 129 /** Helper for getFlags(), returning true if kAntiAlias_Flag bit is set
137 /** Helper for setFlags(), setting or clearing the kAntiAlias_Flag bit
142 /** Helper for getFlags(), returning true if kDither_Flag bit is set
150 /** Helper for setFlags(), setting or clearing the kDither_Flag bit
155 /** Helper for getFlags(), returning true if kLinearText_Flag bit is set
163 /** Helper for setFlags(), setting or clearing the kLinearText_Flag bit
169 /** Helper for getFlags(), returning true if kSubpixelText_Flag bit is set
177 /** Helper for setFlags(), setting or clearing the kSubpixelText_Flag
188 /** Helper for setFlags(), setting or clearing the kLCDRenderText_Flag bit
199 /** Helper for setFlags(), setting or clearing the kEmbeddedBitmapText_Flag bi
    [all...]
  /cts/tests/tests/jni/libjnitest/
Android.mk 36 helper.c \
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTestResource.java 25 //@TestTargetClass = No test needed, just test class helper
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 26 * Helper to prepare testing environment, for example, configuration files.
  /dalvik/libcore/luni/src/main/native/
java_lang_Float.c 21 * Local helper function.
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MockResolver.java 28 * A helper class for resolving entities.

Completed in 172 milliseconds

1 2 34 5 6 7 8 91011>>