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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/util/
MonthDisplayHelperTest.java 51 MonthDisplayHelper helper = new MonthDisplayHelper(2007, Calendar.SEPTEMBER); local
54 helper.getDigitsForRow(0));
56 helper.getDigitsForRow(1));
58 helper.getDigitsForRow(5));
64 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
68 helper.getDigitsForRow(0));
70 helper.getDigitsForRow(1));
72 helper.getDigitsForRow(4));
74 helper.getDigitsForRow(5));
79 MonthDisplayHelper helper = new MonthDisplayHelper(2007 local
103 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
114 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
129 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
140 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
155 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
167 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
179 MonthDisplayHelper helper = new MonthDisplayHelper(2007, local
    [all...]
  /external/iptables/extensions/
libipt_helper.man 1 This module matches packets related to a specific conntrack-helper.
3 .BI "--helper " "string"
4 Matches packets related to the specified conntrack-helper.
libipt_helper.c 16 "helper match v%s options:\n"
17 "[!] --helper string Match helper identified by string\n"
23 { "helper", 1, 0, '1' },
41 "helper match: Only use --helper ONCE!");
56 /* Final check; must have specified --helper. */
62 "helper match: You must specify `--helper'");
73 printf("helper match %s\"%s\" ", info->invert ? "! " : "", info->name)
85 static struct iptables_match helper = { variable in typeref:struct:iptables_match
    [all...]
  /external/bluetooth/glib/build/win32/vs8/
Makefile.am 9 gspawn-win32-helper-console.vcproj \
10 gspawn-win32-helper.vcproj \
  /external/bluetooth/glib/build/win32/vs9/
Makefile.am 9 gspawn-win32-helper-console.vcproj \
10 gspawn-win32-helper.vcproj \
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 110 TransparencyWin helper; local
111 helper.init(src->context(),
116 EXPECT_TRUE(src->context() == helper.context());
117 EXPECT_TRUE(IntSize(14, 12) == helper.m_layerSize);
118 EXPECT_TRUE(IntRect(1, 1, 14, 12) == helper.drawRect());
127 TransparencyWin helper; local
128 helper.init(src->context(),
132 helper.composite();
136 EXPECT_TRUE(src->context() == helper.context());
137 EXPECT_TRUE(IntSize(12, 3) == helper.m_layerSize)
149 TransparencyWin helper; local
163 TransparencyWin helper; local
179 TransparencyWin helper; local
201 TransparencyWin helper; local
220 TransparencyWin helper; local
236 TransparencyWin helper; local
251 TransparencyWin helper; local
267 TransparencyWin helper; local
289 TransparencyWin helper; local
326 TransparencyWin helper; local
382 TransparencyWin helper; local
435 TransparencyWin helper; local
515 TransparencyWin helper; local
544 TransparencyWin helper; local
606 TransparencyWin helper; local
651 TransparencyWin helper; local
    [all...]
  /external/bluetooth/bluez/scripts/
bluetooth.rules.in 1 # Run helper every time a Bluetooth device appears
  /external/qemu/
def-helper.h 0 /* Helper file for declaring TCG helper functions.
2 Should be included at the start and end of target-foo/helper.h.
4 Targets should use DEF_HELPER_N and DEF_HELPER_FLAGS_N to declare helper
8 to match the types used by the C helper implementation.
10 The target helper.h should be included in all files that use/define
11 helper functions. THis will ensure that function prototypes are
13 helper.c, defining:
15 GEN_HELPER 2 to do runtime registration helper functions.
21 #define HELPER(name) glue(helper_, name
    [all...]
  /dalvik/tests/054-uncaught/
expected.txt 5 at Main$Helper.run(Main.java:60)
10 at Main$Helper.run(Main.java:60)
15 at Main$Helper.run(Main.java:60)
  /dalvik/tests/054-uncaught/src/
Main.java 16 Thread t = new Helper(which);
52 private static class Helper extends Thread {
55 public Helper(int which) {
  /external/qemu/target-arm/
op_addsub.h 23 uint32_t HELPER(glue(PFX,add16))(uint32_t a, uint32_t b GE_ARG)
34 uint32_t HELPER(glue(PFX,add8))(uint32_t a, uint32_t b GE_ARG)
47 uint32_t HELPER(glue(PFX,sub16))(uint32_t a, uint32_t b GE_ARG)
58 uint32_t HELPER(glue(PFX,sub8))(uint32_t a, uint32_t b GE_ARG)
71 uint32_t HELPER(glue(PFX,subaddx))(uint32_t a, uint32_t b GE_ARG)
82 uint32_t HELPER(glue(PFX,addsubx))(uint32_t a, uint32_t b GE_ARG)
op_helper.c 2 * ARM helper routines
46 uint32_t HELPER(neon_tbl)(uint32_t ireg, uint32_t def,
102 from generated code or from helper.c) */
148 instructions into helper.c */
149 uint32_t HELPER(add_setq)(uint32_t a, uint32_t b)
157 uint32_t HELPER(add_saturate)(uint32_t a, uint32_t b)
167 uint32_t HELPER(sub_saturate)(uint32_t a, uint32_t b)
177 uint32_t HELPER(double_saturate)(int32_t val)
192 uint32_t HELPER(add_usaturate)(uint32_t a, uint32_t b)
202 uint32_t HELPER(sub_usaturate)(uint32_t a, uint32_t b
    [all...]
iwmmxt_helper.c 58 uint64_t HELPER(iwmmxt_maddsq)(uint64_t a, uint64_t b)
70 uint64_t HELPER(iwmmxt_madduq)(uint64_t a, uint64_t b)
82 uint64_t HELPER(iwmmxt_sadb)(uint64_t a, uint64_t b)
92 uint64_t HELPER(iwmmxt_sadw)(uint64_t a, uint64_t b)
100 uint64_t HELPER(iwmmxt_mulslw)(uint64_t a, uint64_t b)
109 uint64_t HELPER(iwmmxt_mulshw)(uint64_t a, uint64_t b)
118 uint64_t HELPER(iwmmxt_mululw)(uint64_t a, uint64_t b)
127 uint64_t HELPER(iwmmxt_muluhw)(uint64_t a, uint64_t b)
136 uint64_t HELPER(iwmmxt_macsw)(uint64_t a, uint64_t b)
144 uint64_t HELPER(iwmmxt_macuw)(uint64_t a, uint64_t b
    [all...]
neon_helper.c 24 /* Helper routines to perform bitwise copies between float and int. */
139 uint32_t HELPER(glue(neon_,name))(uint32_t arg1, uint32_t arg2) \
143 uint32_t HELPER(glue(neon_,name))(CPUState *env, uint32_t arg1, uint32_t arg2) \
159 uint32_t HELPER(glue(neon_,name))(uint32_t arg1, uint32_t arg2) \
174 uint32_t HELPER(glue(neon_,name))(uint32_t arg) \
264 int32_t HELPER(neon_hadd_s32)(int32_t src1, int32_t src2)
274 uint32_t HELPER(neon_hadd_u32)(uint32_t src1, uint32_t src2)
291 int32_t HELPER(neon_rhadd_s32)(int32_t src1, int32_t src2)
301 uint32_t HELPER(neon_rhadd_u32)(uint32_t src1, uint32_t src2)
318 int32_t HELPER(neon_hsub_s32)(int32_t src1, int32_t src2
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupHelperDispatcher.java 41 public void addHelper(String keyPrefix, BackupHelper helper) {
42 mHelpers.put(keyPrefix, helper);
59 BackupHelper helper = helpers.get(header.keyPrefix); local
60 Log.d(TAG, "handling existing helper '" + header.keyPrefix + "' " + helper);
61 if (helper != null) {
62 doOneBackup(oldState, data, newState, header, helper);
74 Log.d(TAG, "handling new helper '" + header.keyPrefix + "'");
75 BackupHelper helper = entry.getValue(); local
76 doOneBackup(oldState, data, newState, header, helper);
117 BackupHelper helper = mHelpers.get(prefix); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 45 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
46 assertEquals(1, helper.getHeightPadding());
47 assertEquals(1, helper.getWidthPadding());
56 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
57 assertEquals(1, helper.getWidthPadding());
58 assertEquals(1, helper.getHeightPadding());
77 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
78 assertEquals(2, helper.getWidthPadding());
79 assertEquals(3, helper.getHeightPadding());
95 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames) local
128 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
161 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
230 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
    [all...]
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterGeneratorTest.java 29 private final TestHelper<AlgorithmParameters> helper; field in class:AlgorithmParameterGeneratorTest
31 protected AlgorithmParameterGeneratorTest(String algorithmName, TestHelper<AlgorithmParameters> helper) {
33 this.helper = helper;
67 helper.test(parameters);
AlgorithmParametersTest.java 30 private final TestHelper<AlgorithmParameters> helper; field in class:AlgorithmParametersTest
34 TestHelper<AlgorithmParameters> helper, AlgorithmParameterSpec parameterData) {
36 this.helper = helper;
72 helper.test(algorithmParameters);
KeyPairGeneratorTest.java 30 private final TestHelper<KeyPair> helper; field in class:KeyPairGeneratorTest
34 protected KeyPairGeneratorTest(String algorithmName, TestHelper<KeyPair> helper) {
36 this.helper = helper;
79 helper.test(keyPair);
  /external/bluetooth/glib/gio/fam/
Makefile.am 11 fam-helper.c \
12 fam-helper.h \
  /external/bluetooth/glib/gio/fen/
Makefile.am 16 fen-helper.c \
17 fen-helper.h \
  /external/bluetooth/glib/gio/inotify/
Makefile.am 12 inotify-helper.c \
19 inotify-helper.h \
  /dalvik/libnativehelper/
README 11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
package.html 5 <p>This package contains "helper" classes, including
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DHBasicKeyPairGenerator.java 32 DHKeyGeneratorHelper helper = DHKeyGeneratorHelper.INSTANCE; local
35 BigInteger x = helper.calculatePrivate(dhp, param.getRandom());
36 BigInteger y = helper.calculatePublic(dhp, x);

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 91011>>