HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 101 - 125 of 561) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComposite.h 47 CompositeOperationType operation() const;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 78 # run the rewrite operation represented by this object and append the output to +buffer+
82 # return the name of this operation as set by its class
88 # return a compact, readable representation of this operation
97 Represents rewrite operation:
120 Represents rewrite operation:
158 Represents rewrite operation:
216 operation = operations.shift
217 location = operation.location
219 case operation
231 conflict!( operation, prior_operation
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local
127 /* get operation */
129 operation = ulData1 & PERF_LOG_Mask;
131 if (operation != PERF_LOG_Location)
155 if (operation & PERF_LOG_Buffer)
157 /* Buffer operation */
158 if (operation & PERF_LOG_Xfering) {
163 sending = operation & PERF_LOG_Sending;
188 else if (operation & PERF_LOG_Command)
193 operation & PERF_LOG_Sending
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 56 /** Concatenates any number of clauses using the specified operation. */
57 public static String concatenateClausesWithOperation(String operation, String... clauses) {
68 builder.append(" ").append(operation).append(" ");
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
  /external/kernel-headers/original/linux/
android_pmem.h 72 unsigned operation);
89 unsigned operation) { return -ENOSYS; }
  /external/mesa3d/src/glsl/
ir_mod_to_fract.cpp 60 if (ir->operation != ir_binop_mod)
84 ir->operation = ir_binop_mul;
lower_instructions.cpp 45 * there is no subtract operation separate from adding the negation.
56 * reciprocal. By breaking the operation down, constant reciprocals
121 ir->operation = ir_binop_add;
139 ir->operation = ir_binop_mul;
171 ir->operation = ir_unop_f2i;
184 ir->operation = ir_unop_exp2;
197 ir->operation = ir_unop_exp2;
207 ir->operation = ir_binop_mul;
243 ir->operation = ir_binop_mul;
252 switch (ir->operation) {
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
basic-operation.js 1 description('Tests the basic operation of DeviceOrientation using the mock.');
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h 91 TEEC_Operation* operation,
98 TEEC_Operation* operation,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 67 /** Search operation mode (exact matching). */
69 /** Search operation mode (prefix matching). */
71 /** Search operation mode (link search). */
214 * @param operation The search operation
226 public int searchWord(int operation, int order, String keyString );
232 * set {@code SEARCH_LINK} mode to {@code operation}. The other arguments are
233 * the same as {@link #searchWord(int operation, int order, String keyString)}.
244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord );
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java 56 public void set(int type, long triggerAtTime, PendingIntent operation) {
60 public void cancel(PendingIntent operation) {
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/policy/
MotodevPolicy.java 31 * A error message is displayed if this occurs and the operation is aborted.
38 public boolean continueWorkingWithOperation(ProfileChangeOperation operation, Shell shell)
40 boolean canContinue = super.continueWorkingWithOperation(operation, shell);
  /external/openssl/crypto/dsa/
dsa_asn1.c 67 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 if(operation == ASN1_OP_NEW_PRE) {
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
97 if(operation == ASN1_OP_NEW_PRE) {
101 } else if(operation == ASN1_OP_FREE_PRE) {
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 232 T_DRM_Rights * ro, uint8_t * operation,
244 if (operation == NULL) {
266 if (strcmp((char *)operation, "play") == 0) {
269 } else if (strcmp((char *)operation, "display") == 0) {
272 } else if (strcmp((char *)operation, "execute") == 0) {
275 } else if (strcmp((char *)operation, "print") == 0) {
282 if (operation == NULL) {
289 operation);
298 if (operation == NULL) { /* If father element node is not exit then return */
306 operation);
    [all...]
  /external/openssl/crypto/
o_time.c 182 long operation; local
190 operation = LIB$K_DELTA_SECONDS;
191 status = lib$cvt_to_internal_time(&operation,
209 operation = LIB$K_DAY_OF_WEEK;
210 status = lib$cvt_from_internal_time(&operation,
214 operation = LIB$K_DAY_OF_YEAR;
215 status = lib$cvt_from_internal_time(&operation,
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 29 void UpdateDragStatus(WebKit::WebDragOperation operation);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.h 55 void scheduleOperation(QueuedOperation* operation);
PaintTileOperation.cpp 76 bool PaintTileOperation::operator==(const QueuedOperation* operation)
78 const PaintTileOperation* op = static_cast<const PaintTileOperation*>(operation);
  /external/webkit/Source/WebKit/gtk/tests/
testwebframe.c 185 GtkPrintOperation* operation = gtk_print_operation_new(); local
189 gtk_print_operation_set_export_filename(operation, temporaryFilename);
190 result = webkit_web_frame_print_full (webFrame, operation, action, NULL);
196 g_object_unref(operation);
  /frameworks/base/core/tests/coretests/src/android/content/
ContentProviderOperationTest.java 137 // Build an operation to assert values match provider
156 // Build an operation to assert values match provider
439 private int operationGetType(ContentProviderOperation operation)
443 return field.getInt(operation);
446 private Uri operationGetUri(ContentProviderOperation operation)
450 return (Uri) field.get(operation);
453 private String operationGetSelection(ContentProviderOperation operation)
457 return (String) field.get(operation);
460 private String[] operationGetSelectionArgs(ContentProviderOperation operation)
464 return (String[]) field.get(operation);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
pulseaudio.h 38 #include <pulse/operation.h>
54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 38 #include <pulse/operation.h>
54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 38 #include <pulse/operation.h>
54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
  /frameworks/av/media/mtp/
MtpDevice.h 106 bool sendRequest(MtpOperationCode operation);
109 bool writeDataHeader(MtpOperationCode operation, int dataLength);

Completed in 1240 milliseconds

1 2 3 45 6 7 8 91011>>