HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 26 - 50 of 635) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DelaySensorOperation.java 36 * @param operation the child {@link SensorOperation} to perform after the delay
40 public DelaySensorOperation(SensorOperation operation, long delay, TimeUnit timeUnit) {
41 super(operation.getStats());
42 mOperation = operation;
ParallelSensorOperation.java 71 for (SensorOperation operation : operations) {
72 if (operation == null) {
75 mOperations.add(operation);
97 for (final SensorOperation operation : mOperations) {
101 operation.execute(currentNode);
102 return operation;
120 SensorOperation operation = getFutureResult(future, executionTimeNs); local
121 addSensorStats(STATS_TAG, i, operation.getStats());
129 // we log, but we also need to interrupt the operation to terminate cleanly
154 ParallelSensorOperation operation = new ParallelSensorOperation() local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation_unittest.cc 19 CreateFileOperation operation(blocking_task_runner(),
25 operation.CreateFile(
48 CreateFileOperation operation(blocking_task_runner(),
63 operation.CreateFile(
72 operation.CreateFile(
81 operation.CreateFile(
90 operation.CreateFile(
99 operation.CreateFile(
109 CreateFileOperation operation(blocking_task_runner(),
119 operation.CreateFile
    [all...]
create_directory_operation_unittest.cc 28 CreateDirectoryOperation operation(blocking_task_runner(),
45 operation.CreateDirectory(
71 operation.CreateDirectory(
80 operation.CreateDirectory(
90 operation.CreateDirectory(
98 operation.CreateDirectory(
107 operation.CreateDirectory(
116 operation.CreateDirectory(
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesCalcParser.h 17 UChar operation; member in struct:blink::SizesCalcValue
22 , operation(0)
29 , operation(0)
  /external/deqp/modules/gles2/scripts/
gen-reserved_operators.py 34 self.operation = 'value = ~value;'
36 self.operation = 'value ' + op.operator + ' 1;'
41 "OP" : self.operation
  /external/iptables/extensions/
libipt_ECN.c 56 einfo->operation = IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR;
61 einfo->operation |= IPT_ECN_OP_SET_CWR;
65 einfo->operation |= IPT_ECN_OP_SET_ECE;
69 einfo->operation |= IPT_ECN_OP_SET_IP;
79 "ECN target: An operation is required");
90 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)
95 if (einfo->operation & IPT_ECN_OP_SET_ECE)
98 if (einfo->operation & IPT_ECN_OP_SET_CWR)
101 if (einfo->operation & IPT_ECN_OP_SET_IP)
111 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR
    [all...]
  /external/openssl/crypto/dh/
dh_asn1.c 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 if(operation == ASN1_OP_NEW_PRE) {
74 } else if(operation == ASN1_OP_FREE_PRE) {
  /external/e2fsprogs/intl/
plural-exp.c 38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
eval-plural.h 32 switch (pexp->operation)
45 /* pexp->operation must be lnot. */
52 if (pexp->operation == lor)
54 else if (pexp->operation == land)
60 switch (pexp->operation)
101 /* pexp->operation must be qmop. */
  /external/chromium_org/third_party/WebKit/Source/web/
WebCryptoNormalize.cpp 43 WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object> algorithmObject, WebCryptoOperation operation, int* exceptionCode, WebString* errorDetails, v8::Isolate* isolate)
50 if (!normalizeAlgorithm(algorithmDictionary, operation, algorithm, &error)) {
  /external/chromium_org/ui/views/
drag_utils_aura.cc 16 int operation,
23 data, root_window, view, root_location, operation, source);
  /external/openssl/crypto/asn1/
nsseq.c 65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
68 if(operation == ASN1_OP_NEW_POST) {
  /external/chromium_org/media/audio/pulse/
pulse_input.cc 86 pa_operation* operation = pa_stream_cork(handle_, 0, NULL, NULL); local
87 WaitForOperationCompletion(pa_mainloop_, operation);
101 pa_operation* operation = pa_stream_flush(handle_, local
104 WaitForOperationCompletion(pa_mainloop_, operation);
108 operation = pa_stream_cork(handle_, 1, &pulse::StreamSuccessCallback,
110 WaitForOperationCompletion(pa_mainloop_, operation);
121 pa_operation* operation = pa_stream_flush( local
123 WaitForOperationCompletion(pa_mainloop_, operation);
149 pa_operation* operation = NULL; local
153 operation = pa_context_get_source_info_by_index
179 pa_operation* operation = pa_context_get_source_info_by_index( local
327 pa_operation* operation = local
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_ecn.h 31 __u8 operation; member in struct:xt_ecn_info
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ECN.h 31 __u8 operation; member in struct:ipt_ECN_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_ecn.h 31 __u8 operation; member in struct:xt_ecn_info
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ipt_ECN.h 31 __u8 operation; member in struct:ipt_ECN_info
  /external/chromium_org/base/mac/
launchd.h 19 // mapping |operation| to |job_label|, and returns the result of calling
24 const char* operation);
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableClipPathOperation.cpp 63 const ClipPathOperation* operation = toAnimatableClipPathOperation(value)->m_operation.get(); local
64 return m_operation == operation || (m_operation && operation && *m_operation == *operation);
  /external/chromium_org/ui/views/examples/
examples_window.h 22 enum Operation {
31 Operation operation,
  /external/iptables/include/linux/netfilter/
xt_ecn.h 23 __u8 operation; member in struct:xt_ecn_info
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_ecn.h 25 __u8 operation; member in struct:xt_ecn_info

Completed in 1124 milliseconds

12 3 4 5 6 7 8 91011>>