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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.cpp 449 || ((rhs->operation != ir_binop_add)
450 && (rhs->operation != ir_binop_sub)))
454 * If the operation is subtraction, the variable in question must be the
463 || ((op1 == var) && (rhs->operation == ir_binop_sub)))
480 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
lower_mat_op_to_vec.cpp 27 * Breaks matrix operation expressions down to a series of vector operations.
351 /* OK, time to break down this matrix operation. */
352 switch (orig_expr->operation) {
354 /* Apply the operation to each column.*/
359 column_expr = new(mem_ctx) ir_expression(orig_expr->operation,
374 * column-wise through and applying the operation to each column
381 column_expr = new(mem_ctx) ir_expression(orig_expr->operation,
416 (orig_expr->operation == ir_binop_all_equal));
420 printf("FINISHME: Handle matrix operation for %s\n",
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decision_logic.h 65 // Returns the operation that should be done next. |sync_buffer| and |expand|
95 virtual void ExpandDecision(Operations operation);
125 // Returns the operation that should be done next. |sync_buffer| and |expand|
  /external/libunwind/doc/
unw_step.tex 39 unwind-info needed to complete the operation.
41 operation has a version or a format that is not understood by
  /external/mdnsresponder/Clients/
dns-sd.c 29 * PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN
210 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'
    [all...]
  /external/mesa3d/src/glsl/
loop_analysis.cpp 449 || ((rhs->operation != ir_binop_add)
450 && (rhs->operation != ir_binop_sub)))
454 * If the operation is subtraction, the variable in question must be the
463 || ((op1 == var) && (rhs->operation == ir_binop_sub)))
480 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
lower_mat_op_to_vec.cpp 27 * Breaks matrix operation expressions down to a series of vector operations.
351 /* OK, time to break down this matrix operation. */
352 switch (orig_expr->operation) {
354 /* Apply the operation to each column.*/
359 column_expr = new(mem_ctx) ir_expression(orig_expr->operation,
374 * column-wise through and applying the operation to each column
381 column_expr = new(mem_ctx) ir_expression(orig_expr->operation,
416 (orig_expr->operation == ir_binop_all_equal));
420 printf("FINISHME: Handle matrix operation for %s\n",
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 60 int operation, ... );
  /hardware/qcom/display/msm8226/libgralloc/
gralloc.cpp 60 int operation, ... );
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 60 int operation, ... );
  /hardware/qcom/display/msm8974/libgralloc/
gralloc.cpp 60 int operation, ... );
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 65 * Constant about the search operation (for JNI native library)
72 * Constant about the search operation (for JNI native library)
79 * Constant about the search operation (for JNI native library)
219 * @param operation The search operation (see "Constant about the search operation")
229 public static final native int searchWord(long work, int operation, int order, String keyString );
431 * Create the string array that is used by operation of query
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 23 import org.eclipse.jface.operation.IRunnableWithProgress;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 145 TestSensorOperation operation = new TestSensorOperation(mEnvironment, mExecutor); local
147 operation.addVerification(verification.clone());
149 return operation;
203 * Creates an operation that will wait for a given amount of events to arrive.
227 * Creates an operation that will wait for a given amount of time to collect events.
253 * Creates an operation that will wait for a given amount of time before calling
  /external/chromium_org/base/win/
shortcut.cc 47 ShortcutOperation operation) {
50 // A target is required unless |operation| is SHORTCUT_UPDATE_EXISTING.
51 if (operation != SHORTCUT_UPDATE_EXISTING &&
66 switch (operation) {
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 174 // after running an operation asynchronously.
176 const Callback<int(const net::CompletionCallback&)>& operation,
178 const int operation_result = operation.Run(operation_callback);
380 Callback<int(const net::CompletionCallback&)> operation = local
384 operation, callback));
408 Callback<int(const net::CompletionCallback&)> operation = local
412 operation, callback));
427 Callback<int(const net::CompletionCallback&)> operation = local
430 operation, callback));
620 Callback<int(const net::CompletionCallback&)> operation local
649 Callback<int(const net::CompletionCallback&)> operation = local
    [all...]
  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 220 final ContentProviderOperation operation = operations.get(i); local
221 if (i > 0 && operation.isYieldAllowed()) {
231 results[i] = operation.apply(this, results, i);
  /frameworks/native/include/ui/
Region.h 156 const Region operation(const Rect& rhs, int op) const;
157 const Region operation(const Region& rhs, int op) const;
158 const Region operation(const Region& rhs, int dx, int dy, int op) const;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 231 final ContentProviderOperation operation = operations.get(i); local
232 if (i > 0 && operation.isYieldAllowed()) {
235 results[i] = operation.apply(this, results, i);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 49 * Duration in ms to sleep after successfully yielding the lock during a batch operation.
221 final ContentProviderOperation operation = operations.get(i); local
222 if (i > 0 && operation.isYieldAllowed()) {
237 results[i] = operation.apply(this, results, i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 51 int operation = DND.DROP_COPY; local
52 event.detail = operation;
161 public boolean validateDrop(Object target, int operation,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 239 int operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP local
242 operation |= SUPPORT_FULL_IMAGE | SUPPORT_EDIT;
246 operation |= SUPPORT_ROTATE;
250 operation |= SUPPORT_SHOW_ON_MAP;
252 return operation;
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 436 TestSensorOperation operation = local
438 operation.addVerification(EventGapVerification.getDefault(environment));
439 operation.addVerification(EventOrderingVerification.getDefault(environment));
440 operation.addVerification(
444 operation.execute(getCurrentTestNode());
476 TestSensorOperation operation = new TestSensorOperation(environment, executor, handler); local
479 operation.execute(getCurrentTestNode());
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 149 void set_operation(Operation operation) { operation_ = operation; }
297 InstallerState::Operation operation) {
303 installer_state->set_operation(operation);
387 InstallerState::Operation operation) {
390 operation));
397 if (operation != InstallerState::UNINSTALL || !machine_has_other_products
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 115 ASSERT(task.operation == HTMLConstructionSiteTask::Insert);
129 ASSERT(task.operation == HTMLConstructionSiteTask::InsertText);
150 ASSERT(task.operation == HTMLConstructionSiteTask::Reparent);
160 ASSERT(task.operation == HTMLConstructionSiteTask::InsertAlreadyParsedChild);
167 ASSERT(task.operation == HTMLConstructionSiteTask::TakeAllChildren);
175 if (task.operation == HTMLConstructionSiteTask::Insert)
178 if (task.operation == HTMLConstructionSiteTask::InsertText)
183 if (task.operation == HTMLConstructionSiteTask::InsertAlreadyParsedChild)
186 if (task.operation == HTMLConstructionSiteTask::Reparent)
189 if (task.operation == HTMLConstructionSiteTask::TakeAllChildren
    [all...]

Completed in 821 milliseconds

<<11121314151617181920>>