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

1 2 3 4 5 6 78 91011>>

  /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/openssl/crypto/asn1/
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
87 if(operation == ASN1_OP_NEW_POST) {
  /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);
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation_out_of_process.h 30 virtual void Patch(const std::string& operation,
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_noise.cpp 53 if (expr->operation == ir_unop_noise) {
  /external/chromium_org/ui/views/
drag_utils.h 25 // Starts a drag operation. This blocks until the drag operation completes.
29 int operation,
  /external/mesa3d/src/glsl/
lower_noise.cpp 53 if (expr->operation == ir_unop_noise) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.h 51 VGMaskOperation operation);
54 VGMaskOperation operation,
58 VGMaskOperation operation,
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/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 32 int operation,
35 drag_operation_ = operation;
42 ui::DragDropTypes::DragOperationToDropEffect(operation),
  /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,
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...]
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 158 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
160 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types)
176 /* Determine message parameters from operation parameters */
265 /* Update the operation parameters from the answer message */
468 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */
477 operation,
504 TEEC_Operation* operation,
510 operation,
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters
152 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types)
168 /* Determine message parameters from operation parameters */
257 /* Update the operation parameters from the answer message */
460 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */
469 operation,
496 TEEC_Operation* operation,
502 operation,
    [all...]
  /external/openssl/apps/
smime.c 90 int operation = 0; local
139 operation = SMIME_ENCRYPT;
141 operation = SMIME_DECRYPT;
143 operation = SMIME_SIGN;
145 operation = SMIME_RESIGN;
147 operation = SMIME_VERIFY;
149 operation = SMIME_PK7OUT;
375 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
381 if (operation & SMIME_SIGNERS)
409 else if (operation == SMIME_DECRYPT
    [all...]
  /frameworks/base/tools/preload/
WritePreloadedClassFile.java 100 for (Operation operation : proc.operations) {
101 LoadedClass loadedClass = operation.loadedClass;
137 for (Operation operation : proc.operations) {
139 = Policy.isPreloadable(operation.loadedClass);
141 toPreload.add(operation.loadedClass);
  /external/chromium_org/chrome/installer/mac/
dirpatcher.sh 12 # dirpatcher performs the inverse operation to dirdiffer. For more details,
38 # that might impact the interpreter's operation. The |bash -p| invocation
192 local operation extra strip_length
195 operation="apply_patch"
199 operation="decompress_file"
203 operation="decompress_file"
207 operation="decompress_file"
211 operation="copy_file"
227 "${operation}" "${old_file}" "${patch_file}" "${new_file}" "${extra}"
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 142 operation op;
162 inline const OpInfo& getOpInfo(const operation) const;
168 virtual bool isOpSupported(operation, DataType) const = 0;
173 virtual bool isPostMultiplySupported(operation op, float f,
196 static inline uint8_t getOpSrcNr(operation op)
200 static inline OpClass getOpClass(operation op)
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 142 operation op;
162 inline const OpInfo& getOpInfo(const operation) const;
168 virtual bool isOpSupported(operation, DataType) const = 0;
173 virtual bool isPostMultiplySupported(operation op, float f,
196 static inline uint8_t getOpSrcNr(operation op)
200 static inline OpClass getOpClass(operation op)
218 const Target::OpInfo& Target::getOpInfo(const operation op) const
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 249 // the next SessionManagerOperation completes. If no operation is pending,
250 // start a load operation to fetch the key and report the result.
306 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) {
307 pending_operations_.push_back(operation);
308 if (pending_operations_.front() == operation)
313 SessionManagerOperation* operation = local
318 operation->set_force_key_load(force_key_load);
319 operation->set_username(username_);
320 operation->set_owner_settings_service(owner_settings_service_);
321 Enqueue(operation);
    [all...]