HomeSort by relevance Sort by last modified time
    Searched full:operations (Results 176 - 200 of 5305) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eigen/doc/
C04_TutorialBlockOperations.dox 3 /** \page TutorialBlockOperations Tutorial page 4 - %Block operations
9 This tutorial page explains the essentials of block operations.
21 \section TutorialBlockOperationsUsing Using block operations
112 \section TutorialBlockOperationsSyntaxCorners Corner-related operations
181 Here is a simple example illustrating the use of the operations presented above:
193 \section TutorialBlockOperationsSyntaxVectors Block operations for vectors
195 Eigen also provides a set of block operations designed specifically for the special case of vectors and one-dimensional arrays:
  /external/oprofile/events/i386/atom/
unit_masks 15 0x05 dtlb_miss_ld DTLB misses due to load operations
16 0x09 l0_dtlb_miss_ld L0_DTLB misses due to load operations
17 0x06 dtlb_miss_st DTLB misses due to store operations
27 0x01 s Multiply operations executed
28 0x81 ar Multiply operations retired
30 0x01 s Divide operations executed
31 0x81 ar Divide operations retired
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 111 * {@link SelectionKey interest set} is updated to {@code operations}. The
122 * {@code register(selector, operations, null)}.
126 * @param operations
141 public final SelectionKey register(Selector selector, int operations)
143 return register(selector, operations, null);
183 * Gets the set of valid {@link SelectionKey operations} of this channel.
186 * @return the set of operations that this channel supports.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 97 // all operations on cross-process cursors can throw random exceptions
118 // all operations on cross-process cursors can throw random exceptions
133 // all operations on cross-process cursors can throw random exceptions
145 // all operations on cross-process cursors can throw random exceptions
158 // all operations on cross-process cursors can throw random exceptions
251 // all operations on cross-process cursors can throw random exceptions
271 // all operations on cross-process cursors can throw random exceptions
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 0 /* Operations with long integers.
35 operations where the results depend on signedness (division, comparisons),
44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
141 of the following operations, if the precision of the numbers
156 /* Logical operations. */
209 /* Shift operations. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 0 /* Operations with long integers.
35 operations where the results depend on signedness (division, comparisons),
44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
141 of the following operations, if the precision of the numbers
156 /* Logical operations. */
209 /* Shift operations. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 0 /* Operations with long integers.
35 operations where the results depend on signedness (division, comparisons),
44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
141 of the following operations, if the precision of the numbers
156 /* Logical operations. */
209 /* Shift operations. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 0 /* Operations with long integers.
35 operations where the results depend on signedness (division, comparisons),
44 operations that do not perform arithmetics modulo 2^precision (comparisons,
129 /* The following operations perform arithmetics modulo 2^precision,
141 of the following operations, if the precision of the numbers
156 /* Logical operations. */
209 /* Shift operations. */
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 335 if (operationsAt(valueList, firstIndex)->operations().size() > 0)
349 if (val->operations().isEmpty())
352 if (firstVal->operations().size() != val->operations().size())
355 for (size_t j = 0; j < firstVal->operations().size(); ++j) {
356 if (!firstVal->operations().at(j)->isSameType(*val->operations().at(j)))
367 list.resize(firstVal->operations().size());
368 for (size_t j = 0; j < firstVal->operations().size(); ++j) {
369 TransformOperation::OperationType type = firstVal->operations().at(j)->getOperationType()
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaTests.java 45 * correctly build expected "diff" operations.
169 // Assert that writing unchanged produces few operations
187 // Assert two operations: insert Data row and enforce version
191 assertEquals("Unexpected operations", 4, diff.size());
227 // Assert three operations: update Contact, insert Data row, enforce version
231 assertEquals("Unexpected operations", 5, diff.size());
270 assertEquals("Unexpected operations", 4, diff.size());
299 // Assert two operations: delete Contact and enforce version
303 assertEquals("Unexpected operations", 2, diff.size());
324 // Assert two operations: delete Contact and enforce versio
    [all...]
  /external/chromium/net/disk_cache/
in_flight_io.h 24 // is keeping track of all operations. When done, we notify the controller
51 InFlightIO* controller_; // The controller that tracks all operations.
67 // This class keeps track of asynchronous IO operations. A single instance
94 // Blocks the current thread until all IO operations tracked by this object
121 IOList io_list_; // List of pending, in-flight io operations.
  /external/kernel-headers/original/linux/
sem.h 28 struct sem_queue *sem_pending; /* pending operations to be processed */
97 struct sem_queue *sem_pending; /* pending operations to be processed */
111 struct sem_array * sma; /* semaphore array for operations */
113 struct sembuf * sops; /* array of pending operations */
114 int nsops; /* number of operations */
sysdev.h 8 * want to perform basic operations on these devices.
33 /* Default operations for these types of devices */
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultimap.java 36 * <p>This class is not threadsafe when any concurrent operations update the
37 * multimap. Concurrent read operations will work correctly. To allow concurrent
38 * update operations, wrap your multimap with a call to {@link
  /external/kernel-headers/original/asm-generic/
fcntl.h 148 /* operations for bsd flock(), also used by the kernel implementation */
156 #define LOCK_READ 64 /* which allows concurrent read operations */
157 #define LOCK_WRITE 128 /* which allows concurrent write operations */
  /external/libsepol/include/sepol/
policydb.h 23 * Subsequent operations using the policy file will read and write
26 * subsequent policydb write operations in order to determine the
40 * Subsequent operations using the policy file will read and write
  /external/webkit/Source/JavaScriptCore/dfg/
DFGOperations.h 52 // These routines are provide callbacks out to C++ implementations of operations too complex to JIT.
69 // the return location from one of the calls out to one of the helper operations above.
82 // These operations implement the implicitly called ToInt32, ToNumber, and ToBoolean conversions from ES5.
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 53 * Note: The VM ensures 32-bit atomic read/write operations so we don't have
73 * Note: The VM ensures 32-bit atomic read/write operations so we don't have
83 * Note: The VM ensures 32-bit atomic read/write operations so we don't have
  /frameworks/base/docs/html/training/run-background-service/
index.jd 37 Unless you specify otherwise, most of the operations you do in an app run in the foreground on
38 a special thread called the UI thread. This can cause problems, because long-running operations
41 help you off-load operations onto a separate thread running in the background. The most useful
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 32 * operations from running on their main event loop (or "UI") threads.
65 * Called on network operations.
116 * The default, permissive policy that doesn't prevent any operations.
  /external/chromium/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 51 // Edit operations on the page.
59 // Navigation operations.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 34 // A mask of the allowed drag operations.
54 // Returns a mask of the allowed drag operations.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
ProgressMonitor.java 37 * Monitors are passed into the expensive operations, and those operations
  /external/oprofile/events/i386/nehalem/
unit_masks 18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19 0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are unknown (STA block)
59 0x01 packed_mpy Counts number of 128 bit SIMD integer multiply operations
60 0x02 packed_shift Counts number of 128 bit SIMD integer shift operations
61 0x04 pack Counts number of 128 bit SIMD integer pack operations
62 0x08 unpack Counts number of 128 bit SIMD integer unpack operations
63 0x10 packed_logical Counts number of 128 bit SIMD integer logical operations
64 0x20 packed_arith Counts number of 128 bit SIMD integer arithmetic operations
65 0x40 shuffle_move Counts number of 128 bit SIMD integer shuffle and move operations
72 0x01 cycles_div_busy Counts the number of cycles the divider is busy executing divide or square root operations
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 20 0x02 mul Multiply operations executed
82 0x01 x87 Computational floating-point operations executed
102 0x02 x87 Retired floating-point operations (Precise Event)
246 0x01 packed_mpy 128 bit SIMD integer multiply operations
247 0x02 packed_shift 128 bit SIMD integer shift operations
248 0x04 pack 128 bit SIMD integer pack operations
249 0x08 unpack 128 bit SIMD integer unpack operations
250 0x10 packed_logical 128 bit SIMD integer logical operations
251 0x20 packed_arith 128 bit SIMD integer arithmetic operations
252 0x40 shuffle_move 128 bit SIMD integer shuffle/move operations
    [all...]

Completed in 1544 milliseconds

1 2 3 4 5 6 78 91011>>