HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 51 - 75 of 1082) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/chrome/browser/chromeos/drive/file_system/
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/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) {
  /libcore/dom/src/test/java/org/w3c/domts/
UserDataMonitor.java 39 * @param operation
51 short operation,
57 new UserDataNotification(operation, key, data, src, dst));
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationTest.java 26 ContentProviderOperation operation = builder.build(); local
27 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
28 assertThat(operation.getUri(), equalTo(URI));
42 ContentProviderOperation operation = builder.build(); local
44 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
54 ContentProviderOperation operation = builder.build(); local
55 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
56 assertThat(operation.getUri(), equalTo(URI));
68 ContentProviderOperation operation = builder.build(); local
69 ShadowContentProviderOperation shadowOperation = Robolectric.shadowOf(operation);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
RemoteListenerHelper.java 129 ListenerOperation<TListener> operation = getHandlerOperation(RESULT_INTERNAL_ERROR); local
130 foreachUnsafe(operation);
145 protected void foreach(ListenerOperation<TListener> operation) {
147 foreachUnsafe(operation);
159 private void foreachUnsafe(ListenerOperation<TListener> operation) {
161 post(linkedListener.getUnderlyingListener(), operation); local
165 private void post(TListener listener, ListenerOperation<TListener> operation) {
166 if (operation != null) {
167 mHandler.post(new HandlerRunnable(listener, operation));
209 public HandlerRunnable(TListener listener, ListenerOperation<TListener> operation) {
    [all...]
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 327 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3)
336 switch ( operation ) {
349 ret = setState(operation);
402 ret = setState(operation);
455 ret = setState(operation);
501 ret = setState(operation);
527 ret = setState(operation);
555 ret = setState(operation);
583 ret = setState(operation);
611 ret = setState(operation);
    [all...]
  /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

Completed in 4876 milliseconds

1 23 4 5 6 7 8 91011>>