/external/compiler-rt/test/BlocksRuntime/ |
objectRRGC.c | 50 // should be a copy helper generated with a calls to above routines 61 // call helper routines directly. These will, in turn, we hope, call the stubs above 68 printf("did not call assign helper!\n"); 72 printf("did not call dispose helper\n");
|
/external/selinux/libsepol/tests/policies/support/ |
misc_macros.spt | 4 # Helper macros
|
/external/wpa_supplicant_8/src/drivers/ |
rfkill.h | 2 * Linux rfkill helper functions for driver wrappers
|
/libnativehelper/ |
README | 11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
|
/art/test/054-uncaught/src/ |
Main.java | 30 Thread t = new Helper(which); 66 private static class Helper extends Thread { 69 public Helper(int which) {
|
/cts/tests/tests/app/src/android/app/backup/cts/ |
BackupAgentHelperTest.java | 27 BackupAgentHelper helper = new BackupAgentHelper(); local 28 helper.addHelper("prefs", new SharedPreferencesBackupHelper(mContext)); 29 helper.addHelper("files", new FileBackupHelper(mContext));
|
/external/bouncycastle/bcprov/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);
|
/external/clang/test/Misc/ |
diag-aka-types.cpp | 43 void helper(callback cb) {} // expected-note{{candidate function not viable: no known conversion from 'void (*)(struct data *)' (aka 'void (*)(ns::data *)') to 'callback' (aka 'void (*)(struct data *)') for 1st argument}} function 46 helper(&ns::str::method); // expected-error{{no matching function for call to 'helper'}}
|
/external/libvncserver/libvncserver/ |
zrlepalettehelper.h | 40 void zrlePaletteHelperInit (zrlePaletteHelper *helper); 41 void zrlePaletteHelperInsert(zrlePaletteHelper *helper, 43 int zrlePaletteHelperLookup(zrlePaletteHelper *helper,
|
/external/openssh/ |
ssh-pkcs11-helper.8 | 1 .\" $OpenBSD: ssh-pkcs11-helper.8,v 1.4 2013/07/16 00:07:52 schwarze Exp $ 18 .Dt SSH-PKCS11-HELPER 8 21 .Nm ssh-pkcs11-helper 22 .Nd ssh-agent helper program for PKCS#11 support
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
WidgetConfigure.java | 128 WidgetDatabaseHelper helper = new WidgetDatabaseHelper(this); local 130 helper.setPhoto(mAppWidgetId, mPickedItem, bitmap); 131 updateWidgetAndFinish(helper.getEntry(mAppWidgetId)); 133 helper.close(); 165 WidgetDatabaseHelper helper = new WidgetDatabaseHelper(this); local 180 helper.setWidget(mAppWidgetId, 182 updateWidgetAndFinish(helper.getEntry(mAppWidgetId)); 184 helper.close(); 194 WidgetDatabaseHelper helper = new WidgetDatabaseHelper(this); local 196 helper.setWidget(mAppWidgetId, WidgetDatabaseHelper.TYPE_SHUFFLE, null, null) [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
StandaloneContactsProvider2.java | 21 * A subclass of {@link SynchronousContactsProvider2} that doesn't reuse the database helper. 27 // No need to wipe data for this instance since it doesn't reuse the db helper. 41 // No need to wipe data for this instance since it doesn't reuse the db helper.
|
/external/iptables/extensions/ |
libxt_CT.c | 16 " --helper name Use conntrack helper 'name' for connection\n" 28 " --helper name Use conntrack helper 'name' for connection\n" 48 {.name = "helper", .id = O_HELPER, .type = XTTYPE_STRING, 49 .flags = XTOPT_PUT, XTOPT_POINTER(s, helper)}, 61 {.name = "helper", .id = O_HELPER, .type = XTTYPE_STRING, 62 .flags = XTOPT_PUT, XTOPT_POINTER(s, helper)}, 85 { "helper", IPCT_HELPER }, 180 if (info->helper[0] [all...] |
libxt_CT.man | 9 \fB\-\-helper\fP \fIname\fP 10 Use the helper identified by \fIname\fP for the connection. This is more 11 flexible than loading the conntrack helper modules with preset ports.
|
/external/llvm/test/Transforms/ConstantMerge/ |
merge-both.ll | 19 declare void @helper([16 x i8]*) 35 call void @helper([16 x i8]* @var5) 36 call void @helper([16 x i8]* @var6) 37 call void @helper([16 x i8]* @var7) 38 call void @helper([16 x i8]* @var8)
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 43 * around the helper's operation. 47 * The "key" string passed when adding a helper is a token used to 48 * disambiguate between entities supplied by multiple different helper 59 * need to do is a bit of one-time configuration: installing the helper 65 // is to install the helper that will process and back up the files we 67 FileBackupHelper helper = new FileBackupHelper(this, BackupRestoreActivity.DATA_FILE_NAME); local 68 addHelper(FILE_HELPER_KEY, helper);
|
/frameworks/base/core/java/android/app/backup/ |
BackupAgentHelper.java | 41 * An application can also implement its own helper classes to work within the 84 * Add a helper for a given data subset to the agent's configuration. Each helper 89 * @param helper A backup/restore helper object to be invoked during backup and restore 92 public void addHelper(String keyPrefix, BackupHelper helper) { 93 mDispatcher.addHelper(keyPrefix, helper);
|
BackupHelper.java | 27 * Although multiple helper objects may be installed simultaneously, each helper 31 * helper given a chance to access its own saved state from within the state record 48 * written during this helper's previous backup operation, and the {@code newState} 49 * descriptor points to the file location at which the helper should write its 52 * <strong>Note:</strong> The helper should not close or seek either the {@code oldState} or 61 * Typically the application will use backup helper classes to 87 * the data as processed by the helper. The data written here will be 88 * available to the helper during the next call to its 96 * <strong>Note:</strong> The helper should not close or seek the {@code newState [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
AbstractLayoutBase.java | 27 // Those helper methods have a lower case name to be readable when defining expected keyboard 30 // Helper method to create an {@link ExpectedKey} object that has the label. 35 // Helper method to create an {@link ExpectedKey} object that has the label and the output text. 41 // Helper method to create an {@link ExpectedKey} object that has the label and the output code. 47 // Helper method to create an {@link ExpectedKey} object that has the icon and the output text. 53 // Helper method to create an {@link ExpectedKey} object that has the icon and the output code. 59 // Helper method to create an {@link ExpectedKey} object that has new "more keys". 64 // Helper method to create an {@link ExpectedAdditionalMoreKey} object for an 73 // Helper method to create an {@link ExpectedKey} object for a "more key" that has the label. 78 // Helper method to create an {@link ExpectedKey} object for a "more key" that has the labe [all...] |
/development/ndk/sources/android/ndk_helper/ |
JNIHelper.cpp | 29 //JNI Helper functions 37 static JNIHelper helper; local 38 return &helper; 73 JNIHelper& helper = *GetInstance(); local 74 pthread_mutex_lock( &helper.mutex_ ); 76 helper.activity_ = activity; 79 helper.activity_->vm->AttachCurrentThread( &env, NULL ); 82 jclass android_content_Context = env->GetObjectClass( helper.activity_->clazz ); 86 jstring packageName = (jstring) env->CallObjectMethod( helper.activity_->clazz, 89 helper.app_name_ = std::string( appname ) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/ |
OperatorHelper.java | 125 private JcaJceHelper helper; field in class:OperatorHelper 127 OperatorHelper(JcaJceHelper helper) 129 this.helper = helper; 154 return helper.createCipher(cipherName); 163 return helper.createCipher("RSA/NONE/PKCS1Padding"); 174 return helper.createCipher(algorithm.getId()); 194 return helper.createCipher(cipherName); 201 return helper.createCipher(algorithm.getId()); 221 parameters = helper.createAlgorithmParameters(cipherAlgId.getAlgorithm().getId()) [all...] |
/external/v8/test/cctest/ |
test-profile-generator.cc | 125 ProfileTreeTestHelper helper(&tree); 126 CHECK_EQ(NULL, helper.Walk(&entry1)); 127 CHECK_EQ(NULL, helper.Walk(&entry2)); 128 CHECK_EQ(NULL, helper.Walk(&entry3)); 133 CHECK_EQ(NULL, helper.Walk(&entry2)); 134 CHECK_EQ(NULL, helper.Walk(&entry3)); 135 ProfileNode* node1 = helper.Walk(&entry1); 138 CHECK_EQ(NULL, helper.Walk(&entry1, &entry1)); 139 CHECK_EQ(NULL, helper.Walk(&entry1, &entry3)); 140 ProfileNode* node2 = helper.Walk(&entry1, &entry2) [all...] |
/cts/common/host-side/java-scanner/tests/src/com/android/compatibility/common/scanner/ |
JavaScannerTest.java | 41 " helper();" + 43 " public void helper() {" + 54 " helper();" + 56 " public void helper() {" + 68 " helper();" + 70 " public void helper() {" +
|
/frameworks/native/cmds/flatland/ |
Renderers.cpp | 46 bool setUp(GLHelper* helper) { 49 result = helper->getShaderProgram("Gradient", &mGradPgm); 54 result = helper->getDitherTexture(&mDitherTexName); 156 virtual bool setUp(GLHelper* helper) { 158 mGLHelper = helper; 159 return mGradientRenderer.setUp(helper);
|
/cts/tests/tests/jni/libjnitest/ |
helper.c | 17 #include "helper.h" 26 /* See helper.h for docs. */ 46 /* See helper.h for docs. */
|