| /tools/tradefederation/core/tests/src/com/android/tradefed/util/hostmetric/ |
| AbstractHostMonitorTest.java | 35 public void dispatch() {
|
| HeapHostMonitorTest.java | 52 mMonitor.dispatch();
|
| /external/v8/tools/clang/blink_gc_plugin/ |
| DiagnosticsReporter.cpp | 94 "[blink-gc] Class %0 is missing manual trace dispatch."; 97 "[blink-gc] Class %0 is missing manual finalize dispatch."; 104 "[blink-gc] Missing dispatch to class %0 in manual trace dispatch."; 107 "[blink-gc] Missing dispatch to class %0 in manual finalize dispatch."; 128 "[blink-gc] Manual dispatch %0 declared here:"; 437 CXXMethodDecl* dispatch) { 441 NoteManualDispatchMethod(dispatch); 445 const FunctionDecl* dispatch, [all...] |
| /hardware/qcom/display/msm8909/libqservice/ |
| QServiceUtils.h | 57 err = binder->dispatch(command, &inParcel , &outParcel); 92 err = binder->dispatch(qService::IQService::GET_BW_TRANSACTION_STATUS,
|
| /hardware/qcom/display/msm8909w_3100/libqservice/ |
| QServiceUtils.h | 57 err = binder->dispatch(command, &inParcel , &outParcel); 92 err = binder->dispatch(qService::IQService::GET_BW_TRANSACTION_STATUS,
|
| /hardware/qcom/display/msm8996/libqservice/ |
| QServiceUtils.h | 57 err = binder->dispatch(command, &inParcel , &outParcel); 92 err = binder->dispatch(qService::IQService::GET_BW_TRANSACTION_STATUS,
|
| /hardware/qcom/display/msm8998/libqservice/ |
| QServiceUtils.h | 57 err = binder->dispatch(command, &inParcel , &outParcel); 92 err = binder->dispatch(qService::IQService::GET_BW_TRANSACTION_STATUS,
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/ |
| android-generate.sh | 24 python ../vk-generate.py Android dispatch-table-ops layer > generated/include/vk_dispatch_table_helper.h
|
| /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/ |
| AbstractHostMonitor.java | 32 * Typical class for Host Health Monitoring. implementing dispatch() with specifics of the agent. 36 name = "dispatch-interval", 62 public abstract void dispatch(); method in class:AbstractHostMonitor 76 dispatch(); method
|
| /external/libchrome/base/allocator/ |
| allocator_shim.cc | 108 void InsertAllocatorDispatch(AllocatorDispatch* dispatch) { 113 dispatch->next = chain_head; 124 // Set the chain head to the new dispatch atomically. If we lose the race, 128 reinterpret_cast<subtle::AtomicWord>(dispatch)) == old_value) { 137 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { 138 DCHECK_EQ(GetChainHead(), dispatch); local 140 reinterpret_cast<subtle::AtomicWord>(dispatch->next)); 327 // Prepares the default dispatch. After the intercepted malloc calls have
|
| /external/mesa3d/src/gallium/state_trackers/clover/core/ |
| object.hpp | 34 #include "api/dispatch.hpp" 49 descriptor() : dispatch(&_dispatch) { 54 const _cl_icd_dispatch *dispatch; member in struct:clover::descriptor 70 if (!o || o->dispatch != &_dispatch || 88 if (!d || d->dispatch != &_dispatch) 105 if (!d || d->dispatch != &_dispatch) 122 if (!d || d->dispatch != &_dispatch)
|
| /external/v8/tools/ |
| logreader.js | 169 * Returns whether a particular dispatch must be skipped. 171 * @param {!Object} dispatch Dispatch record. 172 * @return {boolean} True if dispatch must be skipped. 174 LogReader.prototype.skipDispatch = function(dispatch) { 180 * Does a dispatch of a log record. 186 // Obtain the dispatch. 190 var dispatch = this.dispatchTable_[command]; 192 if (dispatch === null || this.skipDispatch(dispatch)) { [all...] |
| /art/dexlayout/ |
| dex_ir.h | 82 virtual void Dispatch(Header* header) = 0; 83 virtual void Dispatch(const StringData* string_data) = 0; 84 virtual void Dispatch(const StringId* string_id) = 0; 85 virtual void Dispatch(const TypeId* type_id) = 0; 86 virtual void Dispatch(const ProtoId* proto_id) = 0; 87 virtual void Dispatch(const FieldId* field_id) = 0; 88 virtual void Dispatch(const MethodId* method_id) = 0; 89 virtual void Dispatch(const CallSiteId* call_site_id) = 0; 90 virtual void Dispatch(const MethodHandleItem* method_handle_item) = 0; 91 virtual void Dispatch(ClassData* class_data) = 0 [all...] |
| /external/harfbuzz_ng/src/ |
| hb-ot-layout-gsub-table.hh | 239 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SingleSubst 244 case 1: return_trace (c->dispatch (u.format1)); 245 case 2: return_trace (c->dispatch (u.format2)); 431 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MultipleSubst 436 case 1: return_trace (c->dispatch (u.format1)); 581 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::AlternateSubst 586 case 1: return_trace (c->dispatch (u.format1)); 903 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::LigatureSubst 908 case 1: return_trace (c->dispatch (u.format1)); 1064 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::ReverseChainSingleSubst 1103 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::SubstLookupSubTable 1262 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SubstLookup [all...] |
| hb-ot-layout-gpos-table.hh | 563 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SinglePos 568 case 1: return_trace (c->dispatch (u.format1)); 569 case 2: return_trace (c->dispatch (u.format2)); 844 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PairPos 849 case 1: return_trace (c->dispatch (u.format1)); 850 case 2: return_trace (c->dispatch (u.format2)); 1025 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::CursivePos 1123 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkBasePos 1241 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkLigPos 1356 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkMarkPos 1407 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::PosLookupSubTable 1478 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PosLookup [all...] |
| /external/e2fsprogs/ext2ed/ |
| file_com.c | 54 dispatch ("settype ext2_inode"); 91 strcpy (buffer,"show");dispatch (buffer); 109 sprintf (buffer,"show");dispatch (buffer); 136 sprintf (buffer,"show");dispatch (buffer); 159 sprintf (buffer,"show");dispatch (buffer); 192 strcpy (buffer,"show");dispatch (buffer); 223 strcpy (buffer,"show");dispatch (buffer); 240 sprintf (buffer,"show");dispatch (buffer); 246 sprintf (buffer,"show");dispatch (buffer); 497 strcpy (buffer,"show");dispatch (buffer) [all...] |
| inode_com.c | 56 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 57 strcpy (buffer,"show");dispatch (buffer); 104 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 105 strcpy (buffer,"show");dispatch (buffer); 307 dispatch (buffer); 312 dispatch (buffer); 326 sprintf (buffer,"setoffset %ld",group_offset);dispatch (buffer); 327 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer); 345 sprintf (buffer,"settype file");dispatch (buffer); 367 sprintf (buffer,"settype dir");dispatch (buffer) [all...] |
| general_com.c | 196 dispatch ("setoffset 0"); 197 dispatch ("help"); /* Show help screen */ 420 dispatch ("show"); 487 strcpy (buffer,"show");dispatch (buffer); 508 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); 522 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); 708 dispatch (buffer); 714 sprintf (buffer,"show");dispatch (buffer); 737 dispatch (buffer); 743 sprintf (buffer,"show");dispatch (buffer) [all...] |
| /external/guice/extensions/servlet/test/com/google/inject/servlet/ |
| VarargsFilterDispatchIntegrationTest.java | 74 //dispatch request 76 pipeline.dispatch(requestMock, null, createMock(FilterChain.class)); 113 //dispatch request 115 pipeline.dispatch(requestMock, null, createMock(FilterChain.class)); 153 //dispatch request 155 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
|
| VarargsServletDispatchIntegrationTest.java | 89 //dispatch request 92 pipeline.dispatch(requestMock, null, createMock(FilterChain.class)); 129 //dispatch request 132 pipeline.dispatch(requestMock, null, createMock(FilterChain.class)); 172 //dispatch request 175 pipeline.dispatch(requestMock, null, createMock(FilterChain.class));
|
| /external/python/cpython3/Lib/idlelib/ |
| debugobj.py | 103 dispatch = { variable 115 if t in dispatch: 116 c = dispatch[t]
|
| /frameworks/base/tests/utils/testutils/java/android/app/test/ |
| TestAlarmManager.java | 36 * Creates an AlarmManager whose alarm dispatch can be controlled 64 * Dispatch a pending alarm with the given tag 67 public boolean dispatch(String tag) { method in class:TestAlarmManager 72 alarm.dispatch(); 119 public void dispatch() { method in class:TestAlarmManager.PendingAlarm
|
| /external/mesa3d/src/mapi/ |
| mapi_glapi.c | 66 _glapi_set_dispatch(struct _glapi_table *dispatch) 68 u_current_set_table((const struct mapi_table *) dispatch); 72 * Return size of dispatch table struct as number of functions (or 82 * Fill-in the dispatch stub for the named function. 85 * a dispatch stub may be created created for the function. A pointer to this 86 * dispatch function will be returned by glXGetProcAddress. 89 * share a common dispatch offset. 100 * The offset in the dispatch table of the named function. A pointer to the 194 * Return offset of entrypoint for named function within dispatch table. 216 * Return the name of the function at the given dispatch offset [all...] |
| /external/mockwebserver/src/test/java/com/google/mockwebserver/ |
| CustomDispatcherTest.java | 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { 65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
|
| /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/ |
| CustomDispatcherTest.java | 42 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { 65 public MockResponse dispatch(RecordedRequest request) throws InterruptedException {
|