/external/chromium_org/net/disk_cache/ |
D | in_flight_backend_io.cc | 341 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 …]
|
D | in_flight_io.cc | 62 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/ |
D | in_flight_backend_io.cc | 294 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 …]
|
D | in_flight_io.cc | 52 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/ |
D | ShadowAlarmManager.java | 24 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/ |
D | ContentProviderOperationTest.java | 26 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/ |
D | file_system_operation_runner.cc | 47 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/ |
D | pulse_input.cc | 83 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
|
D | pulse_output.cc | 84 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/ |
D | AnimatableClipPathOperation.h | 42 static PassRefPtr<AnimatableClipPathOperation> create(ClipPathOperation* operation) in create() 52 AnimatableClipPathOperation(ClipPathOperation* operation) in AnimatableClipPathOperation()
|
/external/proguard/src/proguard/evaluation/value/ |
D | CompositeFloatValue.java | 39 private final byte operation; field in CompositeFloatValue 48 byte operation, in CompositeFloatValue()
|
D | CompositeDoubleValue.java | 39 private final byte operation; field in CompositeDoubleValue 48 byte operation, in CompositeDoubleValue()
|
D | CompositeLongValue.java | 45 private final byte operation; field in CompositeLongValue 54 byte operation, in CompositeLongValue()
|
D | CompositeIntegerValue.java | 45 private final byte operation; field in CompositeIntegerValue 54 byte operation, in CompositeIntegerValue()
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
D | v8_callback_interface.py | 96 def add_includes_for_operation(operation): argument 102 def generate_method(operation): argument
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | search_operation_unittest.cc | 28 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
|
D | create_file_operation_unittest.cc | 17 CreateFileOperation operation(blocking_task_runner(), in TEST_F() local 80 CreateFileOperation operation(blocking_task_runner(), in TEST_F() local
|
D | remove_operation_unittest.cc | 18 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/ |
D | dh_asn1.c | 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
|
/external/openssl/crypto/dh/ |
D | dh_asn1.c | 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
|
/external/iptables/include/linux/netfilter/ |
D | xt_CHECKSUM.h | 17 __u8 operation; /* bitset of operations */ member
|
/external/chromium_org/content/browser/download/ |
D | base_file.cc | 342 const char* operation, in LogNetError() 351 const char* operation, in LogSystemError() 362 const char* operation, in LogInterruptReason()
|
/external/chromium_org/win8/delegate_execute/ |
D | delegate_execute.cc | 95 int RelaunchChrome(const DelegateExecuteOperation& operation) { in RelaunchChrome() 150 DelegateExecuteOperation operation; in _tWinMain() local
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | x_req.c | 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
|
D | nsseq.c | 65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
|