/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 76 ParallelSensorOperation operation = new ParallelSensorOperation(); local 86 operation.add(new RepeatingSensorOperation(continuousOperation, ITERATIONS)); 99 operation.add(new RepeatingSensorOperation(batchingOperation, ITERATIONS)); 101 operation.execute(getCurrentTestNode()); 102 operation.getStats().log(TAG); 117 * actually affect the operation of other clients. 132 ParallelSensorOperation operation = new ParallelSensorOperation(); local 155 operation.add(sequentialOperation); 159 operation.execute(getCurrentTestNode()); 160 operation.getStats().log(TAG) 248 ParallelSensorOperation operation = new ParallelSensorOperation(); local [all...] |
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 318 * @param operation Action to perform when the alarm goes off; 335 public void set(int type, long triggerAtMillis, PendingIntent operation) { 336 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null, 408 * @param operation Action to perform when the alarm goes off; 426 long intervalMillis, PendingIntent operation) { 427 setImpl(type, triggerAtMillis, legacyExactLength(), intervalMillis, 0, operation, 460 * @param operation Action to perform when the alarm goes off; 477 PendingIntent operation) { 478 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, operation, 515 * @param operation Action to perform when the alarm goes off [all...] |
/system/update_engine/payload_consumer/ |
delta_performer.cc | 231 // expect an update to have at least one operation, so the expectation is that 283 LOG(ERROR) << "Failed to perform " << op_type_name << " operation " 284 << next_operation_num_ << ", which is the operation " 675 // Check whether we received all of the next operation's data payload. 679 // Validate the operation only if the metadata signature is present. 692 LOG(ERROR) << "Mandatory operation hash check failed"; 697 LOG(WARNING) << "Ignoring operation validation errors"; 702 // Makes sure we unblock exit when this operation completes. 740 // In major version 2, we don't add dummy operation to the payload. [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/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/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/mesa3d/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;
|
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
Morphology_2.cpp | 45 /// Create Trackbar to select Morphology operation 72 int operation = morph_operator + 2; local 76 /// Apply the specified morphology operation 77 morphologyEx( src, dst, operation, element );
|
/frameworks/base/obex/javax/obex/ |
ServerRequestHandler.java | 54 * an OBEX operation and a Connection ID was specified, no Connection ID will be 63 * <code>InputStream</code> from the <code>Operation</code> object passed to the 215 * @param operation contains the headers sent by the client and allows new 223 public int onPut(Operation operation) { 236 * @param operation contains the headers sent by the client and allows new 244 public int onGet(Operation operation) {
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
MockAlarmManager.java | 41 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) { 42 Assert.assertNotNull(operation);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug161.go | 16 bug161.go:8: operation LITERAL not allowed in assignment context
|
issue8311.go | 14 x++ // ERROR "invalid operation: x[+][+]"
|
issue4545.go | 16 fmt.Println(1.0 + 1<<s) // ERROR "invalid operation|non-integer type|incompatible type" 17 x := 1.0 + 1<<s // ERROR "invalid operation|non-integer type"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug161.go | 16 bug161.go:8: operation LITERAL not allowed in assignment context
|
issue8311.go | 14 x++ // ERROR "invalid operation: x[+][+]"
|
issue4545.go | 16 fmt.Println(1.0 + 1<<s) // ERROR "invalid operation|non-integer type|incompatible type" 17 x := 1.0 + 1<<s // ERROR "invalid operation|non-integer type"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-err-44.d | 4 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
|
tls-err-52.d | 4 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
|
/external/mesa3d/src/glsl/ |
lower_noise.cpp | 53 if (expr->operation == ir_unop_noise) {
|
/external/tpm2/ |
PolicyCounterTimer_fp.h | 16 TPM_EO operation; member in struct:__anon24729
|
/system/connectivity/shill/ |
arp_client_test_helper.h | 35 void GeneratePacket(uint16_t operation,
|
/external/autotest/client/common_lib/ |
log.py | 33 operation = "class name"."method name" 52 operation = '%s.%s' % (self.__class__.__name__, 56 job.record('GOOD', subdir, operation) 58 job.record('FAIL', subdir, operation, str(detail))
|
/external/iptables/extensions/ |
libxt_CHECKSUM.c | 37 einfo->operation = XT_CHECKSUM_OP_FILL; 48 if (einfo->operation & XT_CHECKSUM_OP_FILL) 57 if (einfo->operation & XT_CHECKSUM_OP_FILL)
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
mask.h | 51 VGMaskOperation operation); 54 VGMaskOperation operation, 58 VGMaskOperation operation,
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2ForTesting.java | 61 public void setExact(int type, long triggerAtTime, PendingIntent operation) { 66 PendingIntent operation) { 70 public void cancel(PendingIntent operation) {
|