/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 __u8 operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
BatchingTestActivity.java | 128 TestSensorOperation operation = local 130 return executeTest(operation); 146 TestSensorOperation operation = TestSensorOperation local 148 return executeTest(operation); 151 private String executeTest(TestSensorOperation operation) throws InterruptedException { 152 operation.addDefaultVerifications(); 153 operation.execute(getCurrentTestNode());
|
/external/e2fsprogs/e2fsck/ |
ehandler.c | 20 static const char *operation; variable 53 if (operation) 55 error_message(error), operation); local 102 if (operation) 104 error_message(error), operation); local 117 const char *ret = operation; 119 operation = op;
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_overscan.css | 21 .display-overscan-operation-image { 25 #display-overscan-operation-images-row { 29 #display-overscan-operation-arrows { 39 #display-overscan-operation-shift { 49 html[dir=rtl] #display-overscan-operation-shift {
|
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
evp_ctx.c | 119 ret->operation = EVP_PKEY_OP_UNDEFINED; 175 rctx->operation = pctx->operation; 212 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { 217 if (optype != -1 && !(ctx->operation & optype)) { 238 ctx->operation = EVP_PKEY_OP_SIGN; 244 ctx->operation = EVP_PKEY_OP_UNDEFINED; 258 if (ctx->operation != EVP_PKEY_OP_SIGN) { 271 ctx->operation = EVP_PKEY_OP_VERIFY; 276 ctx->operation = EVP_PKEY_OP_UNDEFINED [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
search_operation_unittest.cc | 22 SearchOperation operation(blocking_task_runner(), scheduler(), metadata(), 37 operation.Search("Directory", GURL(), 52 SearchOperation operation(blocking_task_runner(), scheduler(), metadata(), 77 operation.Search("\"Directory 1\"", GURL(), 98 operation.Search("\"Directory 1\"", GURL(), 113 SearchOperation operation(blocking_task_runner(), scheduler(), metadata(), 120 operation.Search("\"no-match query\"", GURL(), 131 SearchOperation operation(blocking_task_runner(), scheduler(), metadata(), 142 operation.Search("\"Directory 1\"", GURL(),
|
remove_operation_unittest.cc | 20 RemoveOperation operation(blocking_task_runner(), delegate(), metadata(), 33 operation.Remove(file_in_root, 49 operation.Remove(file_in_subdir, 66 operation.Remove(nonexisting_file, 83 RemoveOperation operation(blocking_task_runner(), delegate(), metadata(), 96 operation.Remove(empty_dir, 107 operation.Remove(non_empty_dir, 120 operation.Remove(non_empty_dir,
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderOperations.java | 43 private final Map<String, Operation> mOperations; 61 * Adds an operation to the list of folder operations to be applied. The last 62 * operation for a folder will be retained in the list of operations. 67 Operation operation = new Operation(folder, add); local 69 mOperations.put(folder.name, operation); 73 * Returns true if there is an operation for the specified folder 75 * @return Returns true if there is a add or remove operation for 83 * Returns true if there is an operation for the specified folde 108 Operation operation = mOperations.get(canonicalName); local 130 Operation operation = mOperations.get(canonicalName); local [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 74 ParallelSensorOperation operation = new ParallelSensorOperation(); local 84 operation.add(new RepeatingSensorOperation(continuousOperation, ITERATIONS)); 96 operation.add(new RepeatingSensorOperation(batchingOperation, ITERATIONS)); 98 operation.execute(getCurrentTestNode()); 99 operation.getStats().log(TAG); 114 * actually affect the operation of other clients. 128 ParallelSensorOperation operation = new ParallelSensorOperation(); local 150 operation.add(sequentialOperation); 154 operation.execute(getCurrentTestNode()); 155 operation.getStats().log(TAG) 242 ParallelSensorOperation operation = new ParallelSensorOperation(); local [all...] |
/external/openssl/apps/ |
cms.c | 105 int operation = 0; local 163 operation = SMIME_ENCRYPT; 165 operation = SMIME_DECRYPT; 167 operation = SMIME_SIGN; 169 operation = SMIME_SIGN_RECEIPT; 171 operation = SMIME_RESIGN; 173 operation = SMIME_VERIFY; 178 operation = SMIME_VERIFY_RECEIPT; 185 operation = SMIME_CMSOUT; 187 operation = SMIME_DATAOUT [all...] |
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
PathPoint.java | 60 private PathPoint(int operation, float x, float y) { 61 mOperation = operation;
|
/external/chromium_org/base/mac/ |
launchd.cc | 14 // mapping |operation| to |job_label|, and returns the result of calling 18 const char* operation) { 38 operation)) {
|
/external/chromium_org/chrome/browser/undo/ |
undo_manager.cc | 31 void UndoGroup::AddOperation(scoped_ptr<UndoOperation> operation) { 33 set_undo_label_id(operation->GetUndoLabelId()); 34 set_redo_label_id(operation->GetRedoLabelId()); 36 operations_.push_back(operation.release()); 83 void UndoManager::AddUndoOperation(scoped_ptr<UndoOperation> operation) { 86 operation.reset(); 91 pending_grouped_action_->AddOperation(operation.Pass()); 94 new_action->AddOperation(operation.Pass()); 122 // Undo/Redo should have at least one operation performed.
|
/external/chromium_org/media/audio/pulse/ |
pulse_output.cc | 84 pa_operation* operation = pa_stream_flush( local 86 WaitForOperationCompletion(pa_mainloop_, operation); 197 pa_operation* operation = pa_stream_cork( local 199 WaitForOperationCompletion(pa_mainloop_, operation); 216 pa_operation* operation = pa_stream_flush( local 218 WaitForOperationCompletion(pa_mainloop_, operation); 220 operation = pa_stream_cork(pa_stream_, 1, &pulse::StreamSuccessCallback, 222 WaitForOperationCompletion(pa_mainloop_, operation);
|
/external/chromium_org/third_party/angle/src/ |
commit_id.py | 11 operation = sys.argv[1] variable 14 if operation == 'check':
|
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/ |
p8_pkey.c | 63 /* Minor tweak to operation: zero private key data */ 64 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 67 if (operation == ASN1_OP_FREE_PRE) {
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x_req.c | 81 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 86 if(operation == ASN1_OP_NEW_POST) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.h | 47 virtual bool isOpSupported(operation, DataType) const; 51 virtual bool isPostMultiplySupported(operation, float, int& e) const;
|