Searched defs:operation (Results 176 - 200 of 231) sorted by path

12345678910

/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp107 // Headers { "locale","from","operation","params","to" }
145 // #4 'operation' info
146 param = "operation";
147 UnicodeString operation = testSetting=currentCase->getString(param, local
197 +operation +" [[[ "+params+" ]]] >>> "+to;
240 if (operation == kROLL) {
243 } else if (operation == kADD) {
247 errln(caseString+ " FAIL: unknown operation "+ operation);
249 logln(operation
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_CHECKSUM.h17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
H A Dxt_ecn.h23 __u8 operation; member in struct:xt_ecn_info
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ECN.h24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java148 * Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws <tt>UnsupportedOperationException</tt>, as this class implements an <i>immutable</i> map entry.
1248 * @param operation
1249 * DNS cache operation
1251 public void updateRecord(long now, DNSRecord rec, Operation operation) { argument
1284 logger.finest(this.getName() + ".updating record for event: " + event + " list " + serviceListenerList + " operation: " + operation);
1289 switch (operation) {
/external/kernel-headers/original/uapi/drm/
H A Dradeon_drm.h902 uint32_t operation; member in struct:drm_radeon_gem_va
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CHECKSUM.h17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
H A Dxt_ecn.h25 __u8 operation; member in struct:xt_ecn_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
/external/libmtp/src/
H A Dptp.c118 * filled in (i.e. operation code and parameters). It's up to caller to do
391 * PTP operation functions
500 /* SessonID field of the operation dataset should always
1463 * This operation returns from the device a block of data, empty,
1775 * This operation is used to read from the device a data
1820 * This operation can be used to read the image which is currently
1822 * Of course, prior to calling this operation, one must turn the viewfinder
1824 * Invoking this operation many times, one can get live video from the camera!
1851 * This is an interesting operation, about the effect of which I am not sure.
1853 * with the SetDevicePropValue operation, an
2647 ptp_operation_issupported(PTPParams* params, uint16_t operation) argument
[all...]
/external/libpng/contrib/libtests/
H A Dpngimage.c501 const char *operation; /* Operation being performed */ member in struct:display
502 int transforms; /* Transform used in operation */
554 dp->operation = NULL;
655 dp->filename != NULL ? dp->filename : "<stdin>", lp, dp->operation);
781 read_png(struct display *dp, struct buffer *bp, const char *operation, argument
787 /* This cleans out any previous read and sets operation and transforms to
792 if (operation != NULL) /* else this is a verify and do not overwrite info */
794 dp->operation = operation;
1240 dp->operation
[all...]
H A Dpngstest.c724 logclose(Image *image, FILE *f, const char *name, const char *operation) argument
729 return logerror(image, name, operation, strerror(e));
3435 * will a strip-alpha-channel operation (because 'output' is
/external/libvorbis/doc/
H A D03-codebook.tex18 \subsubsection{Bitwise operation}
195 An 'end of packet' during any read operation in the above steps is
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java330 * <p>This operation is recursive, and travels up the class hierarchy, in order to set all
739 * @param operation the name of the operation, used for generating a helpful message
741 private void checkSpecialObjectMethods(Method method, String operation) { argument
745 fail("cannot " + operation + " call to " + method);
/external/mdnsresponder/Clients/
H A Ddns-sd.c210 static int operation; variable
314 // Sample callback functions for each of the operation types
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
509 // cancel the current operation when we've got a multiple of five results
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
577 switch (operation)
648 if (operation == 'A' || operation == 'U' || operation == 'N')
752 if (operation
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c190 // prints message "dnsextd <function>: <operation> - <error message>"
192 mDNSlocal void LogErr(const char *fn, const char *operation) argument
196 snprintf(buf, sizeof(buf), "%s: %s - %s", fn, operation, errbuf);
765 // check request operation
2216 if (llq->llqOp != kLLQOp_Setup) { Log("LLQSetupChallenge - incorrrect operation from client"); return; } // client error
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h40 enum operation enum in namespace:nv50_ir
362 Modifier(operation op);
374 operation getOp() const;
596 Instruction(Function *, operation, DataType);
676 operation op;
776 TexInstruction(Function *, operation);
821 CmpInstruction(Function *, operation);
836 FlowInstruction(Function *, operation, void *target);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c205 int operation, bool flag_wait)
209 if (operation == PREDICATION_OP_CLEAR) {
228 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
204 r600_emit_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, bool flag_wait) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_hw_context.c491 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation, argument
497 if (operation == PREDICATION_OP_CLEAR) {
514 op = PRED_OP(operation) | PREDICATION_DRAW_VISIBLE |
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_masks.c37 void vegaMask(VGHandle mask, VGMaskOperation operation, argument
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_MAS
113 vegaRenderToMask(VGPath path, VGbitfield paintModes, VGMaskOperation operation) argument
139 mask_render_to(handle_to_path(path), paintModes, operation); local
[all...]
H A Dmask.c183 static void *setup_mask_operation(VGMaskOperation operation) argument
188 switch (operation) {
274 VGMaskOperation operation,
311 fs = setup_mask_operation(operation);
447 VGMaskOperation operation)
462 mask_using_layer(temp_layer, operation, 0, 0, width, height);
468 VGMaskOperation operation,
472 mask_using_texture(layer->sampler_view, VG_TRUE, operation,
490 VGMaskOperation operation,
494 mask_using_texture(image->sampler_view, VG_FALSE, operation,
272 mask_using_texture(struct pipe_sampler_view *sampler_view, VGboolean is_layer, VGMaskOperation operation, VGint x, VGint y, VGint width, VGint height) argument
445 mask_render_to(struct path *path, VGbitfield paint_modes, VGMaskOperation operation) argument
467 mask_using_layer(struct vg_mask_layer *layer, VGMaskOperation operation, VGint x, VGint y, VGint width, VGint height) argument
489 mask_using_image(struct vg_image *image, VGMaskOperation operation, VGint x, VGint y, VGint width, VGint height) argument
[all...]
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c83 uint32_t operation; member in struct:drm_radeon_gem_va
589 va.operation = RADEON_VA_MAP;
595 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
603 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
915 va.operation = RADEON_VA_MAP;
923 if (r && va.operation == RADEON_VA_RESULT_ERROR) {
928 if (va.operation == RADEON_VA_RESULT_VA_EXIST) {
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp219 * * The two operands are scalars. In this case the operation is
226 * In this case, the scalar operation is applied independently to each
245 * operation is done component-wise resulting in the same size
270 * number of columns. In this case, the operation is done component-
277 * right operand. Then, the multiply (*) operation does a linear
379 * \brief Return the result type of a bit-logic operation.
542 * \brief Return the result type of a bit-shift operation.
801 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1) argument
806 if (operation == ir_binop_all_equal)
816 return new(mem_ctx) ir_expression(operation, op
[all...]
H A Dir.h796 * Comparison operation in the loop terminator.
1044 * Constructor for unary operation expressions
1050 * Constructor for binary operation expressions
1091 return (this->operation == ir_quadop_vector)
1092 ? this->type->vector_elements : get_num_operands(operation);
1118 ir_expression_operation operation; member in class:ir_expression

Completed in 679 milliseconds

12345678910