HomeSort by relevance Sort by last modified time
    Searched full:helpers (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/pim/
package.html 4 Provides helpers for working with PIM (Personal Information Manager) data used
  /external/kernel-headers/original/linux/
mutex-debug.h 8 * Mutexes - debugging helpers:
poll.h 26 * structures and helpers for f_op->poll implementations
52 * Structures and helpers for sys_poll/sys_poll
klist.h 2 * klist.h - Some generic list helpers, extending struct list_head a bit.
  /external/iptables/extensions/
libipt_helper.man 10 Same rules apply for other conntrack-helpers.
  /external/kernel-headers/original/asm-arm/
irq.h 25 * Migration helpers
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 139 'ActionController::Helpers::ClassMethods',
161 'ActionView::Helpers::ActiveRecordHelper',
162 'ActionView::Helpers::AssetTagHelper',
163 'ActionView::Helpers::BenchmarkHelper',
164 'ActionView::Helpers::CacheHelper',
165 'ActionView::Helpers::CaptureHelper',
166 'ActionView::Helpers::DateHelper',
167 'ActionView::Helpers::DebugHelper',
168 'ActionView::Helpers::FormHelper',
169 'ActionView::Helpers::FormOptionsHelper'
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AllTests.java 17 package tests.api.org.xml.sax.helpers;
24 TestSuite suite = new TestSuite("Tests for org.xml.sax.helpers package");
DefaultHandlerTest.java 17 package tests.api.org.xml.sax.helpers;
28 import org.xml.sax.helpers.AttributesImpl;
29 import org.xml.sax.helpers.DefaultHandler;
30 import org.xml.sax.helpers.LocatorImpl;
  /external/qemu/
gen-icount.h 0 /* Helpers for instruction counting code generation. */
qdict.h 39 /* High level helpers */
  /libcore/luni/src/main/java/org/xml/sax/ext/
package.html 28 <code>org.xml.sax.helpers.DefaultHandler</code> or
29 <code>org.xml.sax.helpers.XMLFilterImpl</code> classes.
  /frameworks/base/core/java/android/app/backup/
BackupHelperDispatcher.java 47 // First, do the helpers that we've already done, since they're already in the state
51 TreeMap<String,BackupHelper> helpers = (TreeMap<String,BackupHelper>)mHelpers.clone(); local
59 BackupHelper helper = helpers.get(header.keyPrefix);
63 helpers.remove(header.keyPrefix);
72 for (Map.Entry<String,BackupHelper> entry: helpers.entrySet()) {
package.html 18 employing backup helpers such as {@link android.app.backup.SharedPreferencesBackupHelper} and
  /external/skia/include/xml/
SkDOM.h 59 // helpers for walking children
62 // helpers for calling SkParse
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
functexcept.h 56 // Helpers for exception objects in <stdexcept>
84 // Helpers for exception objects in <ios>
  /dalvik/vm/compiler/template/
config-armv5te 29 # common defs for the C helpers; include this before the instruction handlers
  /external/skia/tests/
Test.h 34 // helpers for tests
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
AllTests.java 35 suite.addTest(tests.api.org.xml.sax.helpers.AllTests.suite());
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
statistics.h 1 /* Memory and optimization statistics helpers.
  /libcore/luni/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 27 import org.xml.sax.helpers.AttributesImpl;
30 * This class extends org.xml.sax.helpers.AttributesImpl which implements org.
100 * @see org.xml.sax.helpers.AttributesImpl#addAttribute(String, String, String, String, String)
168 * @see org.xml.sax.helpers.AttributesImpl#clear()
189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
  /libcore/luni/src/test/java/tests/xml/
SimpleParserTest.java 31 import org.xml.sax.helpers.DefaultHandler;
173 args = {java.io.InputStream.class, org.xml.sax.helpers.DefaultHandler.class}
203 args = {java.io.InputStream.class, org.xml.sax.helpers.DefaultHandler.class}
237 args = {java.io.InputStream.class, org.xml.sax.helpers.DefaultHandler.class}
272 args = {java.io.InputStream.class, org.xml.sax.helpers.DefaultHandler.class}
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 34 * <p>"Backup helpers" are a general mechanism that an agent implementation
49 * objects. They only need to be unique among the helpers within this
  /external/chromium/base/
iat_patch.h 5 // This file declares a helpers to intercept functions from a DLL.
70 // A class that encapsulates IAT patching helpers and restores

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 91011>>