HomeSort by relevance Sort by last modified time
    Searched defs:operation (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/iptables/include/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragSession.h 34 DragOperation operation; member in struct:WebCore::DragSession
39 : operation(DragOperationNone)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
inserter.hpp 22 , typename Operation
27 typedef Operation operation; typedef in struct:boost::mpl::inserter
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorEventOrderingTests.java 103 VerifyEventOrderingOperation operation = new VerifyEventOrderingOperation( local
108 operation.execute();
SensorFrequencyTests.java 99 VerifyMaximumFrequencyOperation operation = new VerifyMaximumFrequencyOperation( local
104 operation.execute();
149 VerifyJitteringOperation operation = new VerifyJitteringOperation( local
154 operation.execute();
SensorMeasurementTests.java 107 VerifyNormOperation operation = new VerifyNormOperation( local
113 operation.execute();
164 VerifyStandardDeviationOperation operation = new VerifyStandardDeviationOperation( local
170 operation.execute();
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
ParallelCompositeSensorTestOperation.java 24 * A test operation that groups a set of SensorTestOperations and allows to execute them all in
37 for(SensorTestOperation operation : operations) {
38 mOperations.add(operation);
46 for(SensorTestOperation operation : mOperations) {
47 operation.start();
49 for(SensorTestOperation operation : mOperations) {
50 operation.waitForCompletion();
SequentialCompositeSensorTestOperation.java 24 * A test operation that groups a set of SensorTestOperations and allows to execute them in a
25 * sequence, each operation executes in the order they are added to the composite container.
37 for(SensorTestOperation operation : operations) {
38 mOperations.add(operation);
46 for(SensorTestOperation operation : mOperations) {
47 operation.execute();
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_copy_manager_wrapper.js 72 var operation = function(fileCopyManager) {
77 operation(this.fileCopyManager_);
79 this.pendingTasks_.push(operation);
  /external/chromium_org/v8/src/
hydrogen-minus-zero.cc 75 HBinaryOperation* operation = HBinaryOperation::cast(current); local
76 operation->EnsureAndPropagateNotMinusZero(&visited_);
77 PropagateMinusZeroChecks(operation->left());
78 PropagateMinusZeroChecks(operation->right());
  /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/libvorbis/doc/
03-codebook.tex 18 \subsubsection{Bitwise operation}
195 An 'end of packet' during any read operation in the above steps is
  /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...]
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_ECN.h 30 u_int8_t 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
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 36 int operation = ui::DragDropTypes::DRAG_COPY | local
42 widget->RunShellDrag(NULL, data, gfx::Point(), operation,
47 views::RunShellDrag(view, data, gfx::Point(), operation,
  /external/chromium_org/remoting/host/
host_change_notification_listener.cc 62 const std::string& operation = local
63 host_changed_element->Attr(QName(kChromotingXmlNamespace, "operation"));
64 if (operation == "delete") {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_masks.c 37 void vegaMask(VGHandle mask, VGMaskOperation operation,
48 if (operation < VG_CLEAR_MASK || operation > VG_SUBTRACT_MASK) {
56 if (operation == VG_CLEAR_MASK) {
58 } else if (operation == VG_FILL_MASK) {
62 mask_using_image(image, operation, x, y, width, height);
65 mask_using_layer(layer, operation, x, y, width, height);
115 VGMaskOperation operation)
127 if (operation < VG_CLEAR_MASK ||
128 operation > VG_SUBTRACT_MASK)
139 mask_render_to(handle_to_path(path), paintModes, operation); local
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
ipt_ecn.h 23 u_int8_t operation; member in struct:ipt_ecn_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ECN.h 22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
  /external/mesa3d/src/gallium/state_trackers/vega/
api_masks.c 37 void vegaMask(VGHandle mask, VGMaskOperation operation,
48 if (operation < VG_CLEAR_MASK || operation > VG_SUBTRACT_MASK) {
56 if (operation == VG_CLEAR_MASK) {
58 } else if (operation == VG_FILL_MASK) {
62 mask_using_image(image, operation, x, y, width, height);
65 mask_using_layer(layer, operation, x, y, width, height);
115 VGMaskOperation operation)
127 if (operation < VG_CLEAR_MASK ||
128 operation > VG_SUBTRACT_MASK)
139 mask_render_to(handle_to_path(path), paintModes, operation); local
    [all...]
  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 24 * This DoubleValue represents the result of a binary operation on two double
39 private final byte operation; field in class:CompositeDoubleValue
45 * and the given operation.
48 byte operation,
52 this.operation = operation;
64 this.operation == ((CompositeDoubleValue)object).operation &&
79 return "("+doubleValue1+((char)operation)+doubleValue2+")";
CompositeFloatValue.java 24 * This FloatValue represents the result of a binary operation on two float
39 private final byte operation; field in class:CompositeFloatValue
45 * and the given operation.
48 byte operation,
52 this.operation = operation;
64 this.operation == ((CompositeFloatValue)object).operation &&
79 return "("+floatValue1+((char)operation)+floatValue2+")";
  /libcore/dom/src/test/java/org/w3c/domts/
UserDataNotification.java 22 private final short operation; field in class:UserDataNotification
32 public UserDataNotification(short operation,
37 this.operation = operation;
45 * Get value of operation parameter
47 * @return value of operation parameter
50 return operation;

Completed in 1145 milliseconds

1 2 3 4 5 6 7 8 91011