Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/chromium_org/net/disk_cache/
Din_flight_backend_io.cc341 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in Init() local
348 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in OpenEntry() local
355 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in CreateEntry() local
362 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomEntry() local
369 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomAllEntries() local
377 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomEntriesBetween() local
384 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomEntriesSince() local
391 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in OpenNextEntry() local
398 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in OpenPrevEntry() local
404 scoped_refptr<BackendIO> operation( in EndEnumeration() local
[all …]
Din_flight_io.cc62 BackgroundIO* operation = it->get(); in DropPendingIO() local
70 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete()
85 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback()
105 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
/external/chromium/net/disk_cache/
Din_flight_backend_io.cc294 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in Init() local
301 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in OpenEntry() local
308 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in CreateEntry() local
315 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomEntry() local
321 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomAllEntries() local
329 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomEntriesBetween() local
336 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in DoomEntriesSince() local
343 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in OpenNextEntry() local
350 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, callback)); in OpenPrevEntry() local
356 scoped_refptr<BackendIO> operation(new BackendIO(this, backend_, NULL)); in EndEnumeration() local
[all …]
Din_flight_io.cc52 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete()
68 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback()
82 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAlarmManager.java24 public void set(int type, long triggerAtTime, PendingIntent operation) { in set()
29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){ in setRepeating()
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) { in internalSet()
98 public PendingIntent operation; field in ShadowAlarmManager.ScheduledAlarm
100 public ScheduledAlarm(int type, long triggerAtTime, PendingIntent operation) { in ScheduledAlarm()
104 … public ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation) { in ScheduledAlarm()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DContentProviderOperationTest.java26 ContentProviderOperation operation = builder.build(); in newInsert() local
42 ContentProviderOperation operation = builder.build(); in newInsertWithValueBackReference() local
54 ContentProviderOperation operation = builder.build(); in newUpdate() local
68 ContentProviderOperation operation = builder.build(); in newDelete() local
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_operation_runner.cc47 FileSystemOperation* operation = in CreateFile() local
70 FileSystemOperation* operation = in CreateDirectory() local
93 FileSystemOperation* operation = in Copy() local
120 FileSystemOperation* operation = in Move() local
141 FileSystemOperation* operation = in DirectoryExists() local
161 FileSystemOperation* operation = in FileExists() local
181 FileSystemOperation* operation = in GetMetadata() local
201 FileSystemOperation* operation = in ReadDirectory() local
222 FileSystemOperation* operation = in Remove() local
245 FileSystemOperation* operation = in Write() local
[all …]
/external/chromium_org/media/audio/pulse/
Dpulse_input.cc83 pa_operation* operation = pa_stream_cork(handle_, 0, NULL, NULL); in Start() local
98 pa_operation* operation = pa_stream_flush(handle_, in Stop() local
146 pa_operation* operation = NULL; in SetVolume() local
176 pa_operation* operation = pa_context_get_source_info_by_index( in GetVolume() local
190 pa_operation* operation = pa_context_get_source_info_by_index( in GetVolume() local
Dpulse_output.cc84 pa_operation* operation = pa_stream_flush( in Reset() local
176 pa_operation* operation = pa_stream_cork( in Start() local
195 pa_operation* operation = pa_stream_flush( in Stop() local
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableClipPathOperation.h42 static PassRefPtr<AnimatableClipPathOperation> create(ClipPathOperation* operation) in create()
52 AnimatableClipPathOperation(ClipPathOperation* operation) in AnimatableClipPathOperation()
/external/proguard/src/proguard/evaluation/value/
DCompositeFloatValue.java39 private final byte operation; field in CompositeFloatValue
48 byte operation, in CompositeFloatValue()
DCompositeDoubleValue.java39 private final byte operation; field in CompositeDoubleValue
48 byte operation, in CompositeDoubleValue()
DCompositeLongValue.java45 private final byte operation; field in CompositeLongValue
54 byte operation, in CompositeLongValue()
DCompositeIntegerValue.java45 private final byte operation; field in CompositeIntegerValue
54 byte operation, in CompositeIntegerValue()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
Dv8_callback_interface.py96 def add_includes_for_operation(operation): argument
102 def generate_method(operation): argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Dsearch_operation_unittest.cc28 SearchOperation operation(blocking_task_runner(), scheduler(), metadata()); in TEST_F() local
58 SearchOperation operation(blocking_task_runner(), scheduler(), metadata()); in TEST_F() local
124 SearchOperation operation(blocking_task_runner(), scheduler(), metadata()); in TEST_F() local
Dcreate_file_operation_unittest.cc17 CreateFileOperation operation(blocking_task_runner(), in TEST_F() local
80 CreateFileOperation operation(blocking_task_runner(), in TEST_F() local
Dremove_operation_unittest.cc18 RemoveOperation operation(blocking_task_runner(), observer(), metadata(), in TEST_F() local
81 RemoveOperation operation(blocking_task_runner(), observer(), metadata(), in TEST_F() local
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
/external/openssl/crypto/dh/
Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
/external/iptables/include/linux/netfilter/
Dxt_CHECKSUM.h17 __u8 operation; /* bitset of operations */ member
/external/chromium_org/content/browser/download/
Dbase_file.cc342 const char* operation, in LogNetError()
351 const char* operation, in LogSystemError()
362 const char* operation, in LogInterruptReason()
/external/chromium_org/win8/delegate_execute/
Ddelegate_execute.cc95 int RelaunchChrome(const DelegateExecuteOperation& operation) { in RelaunchChrome()
150 DelegateExecuteOperation operation; in _tWinMain() local
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dx_req.c82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()

12345678910