HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 126 - 150 of 207) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/net/disk_cache/
entry_impl.h 31 enum Operation {
135 // Generates a histogram for the time spent working on this operation.
136 void ReportIOTime(Operation op, const base::TimeTicks& start);
in_flight_backend_io.h 23 // This class represents a single asynchronous disk cache IO operation while it
30 // Runs the actual operation on the background thread.
36 // Called when we are finishing this operation. If |cancel| is true, the user
40 // Returns true if this operation is directed to an entry (vs. the backend).
63 void FlushQueue(); // Dummy operation.
83 enum Operation {
112 // Returns true if this operation returns an entry.
115 // Returns the time that has passed since the operation was created.
123 Operation operation_;
208 virtual void OnOperationComplete(BackgroundIO* operation,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 248 Operation operation = m_queuedOperation; local
250 doOperation(operation);
254 void FileWriter::doOperation(Operation operation)
256 switch (operation) {
282 operation = OperationNone;
289 m_operationInProgress = operation;
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 59 public enum Operation {
148 * 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.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 24 import javax.obex.Operation;
172 public int onPut(final Operation op) {
236 private int pushMessage(final Operation op, String folderName, BluetoothMapAppParams appParams) {
372 public int onGet(Operation op) {
444 * The OBEX operation.
450 private int sendMessageListingRsp(Operation op, BluetoothMapAppParams appParams, String folderName){
553 * The OBEX operation.
559 private int sendFolderListingRsp(Operation op, BluetoothMapAppParams appParams){
639 * The OBEX operation.
647 private int sendGetMessageRsp(Operation op, String handle, BluetoothMapAppParams appParams)
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
configuration_test.cc 23 // Test that the operation type is CLEANUP iff --cleanup is on the cmdline.
24 TEST(MiniInstallerConfigurationTest, Operation) {
26 TestConfiguration(L"spam.exe").operation());
28 TestConfiguration(L"spam.exe --clean").operation());
30 TestConfiguration(L"spam.exe --cleanupthis").operation());
33 TestConfiguration(L"spam.exe --cleanup").operation());
35 TestConfiguration(L"spam.exe --cleanup now").operation());
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 116 template<typename Operation>
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 40 private diff_match_patch.Operation DELETE = diff_match_patch.Operation.DELETE;
41 private diff_match_patch.Operation EQUAL = diff_match_patch.Operation.EQUAL;
42 private diff_match_patch.Operation INSERT = diff_match_patch.Operation.INSERT;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /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/v8/tools/
profile.js 59 Profile.Operation = {
79 * Called whenever the specified operation has failed finding a function
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
91 operation, addr, opt_stackPos) {
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
  /external/v8/tools/
profile.js 59 Profile.Operation = {
79 * Called whenever the specified operation has failed finding a function
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
91 operation, addr, opt_stackPos) {
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 54 import javax.obex.Operation;
167 public int onPut(Operation op) {
428 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) {
TestActivity.java 66 import javax.obex.Operation;
499 public int onPut(Operation op) {
552 public int onGet(Operation op) {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
MESA_packed_depth_stencil.spec 72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
  /external/chromium_org/v8/src/
array-iterator.js 45 // 15.4.5.1 CreateArrayIterator Abstract Operation
  /external/mesa3d/docs/
MESA_swap_control.spec 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 352 typename Operation>
356 OutputIterator result, Operation op)
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation.cc 31 : Operation(manager, extension_id, storage_unit_id),
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.cc 117 enum Operation {
148 void Start(Operation op, bool blocking_dns,
188 // Builds a RequestInfo to service the specified PAC DNS operation.
222 // The operation that this Job is running.
224 Operation operation_;
231 // Used to block the worker thread on a DNS operation taking place on the
606 void ProxyResolverV8Tracing::Job::Start(Operation op, bool blocking_dns,
    [all...]
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.stderr.exp 49 with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint)
113 with error code 1 (EPERM: Operation not permitted)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 55 import org.apache.xpath.operations.Operation;
69 * of operation codes (op map) and then builds from that into an Expression
200 * Bottle-neck compilation of an operation with left and right operands.
202 * @param operation non-null reference to parent operation.
203 * @param opPos The op map position of the parent operation.
205 * @return reference to {@link org.apache.xpath.operations.Operation} instance.
209 private Expression compileOperation(Operation operation, int opPos)
216 operation.setLeftRight(compile(leftPos), compile(rightPos))
    [all...]

Completed in 564 milliseconds

1 2 3 4 56 7 8 9