/external/clang/test/Parser/ |
D | missing-selector-name.mm | 15 PodiumWalkerController *controller; 16 return controller.PROP; 29 PodiumWalkerController *controller; 30 return controller.PROP; 50 PodiumWalkerController *controller; 51 return controller.PROP;
|
/external/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 47 def CallMethod(self, method, controller, request, response, callback): argument 49 self.controller = controller 104 def CallMethod(self, method, controller, request, argument 107 self.controller = controller 131 self.assertEqual(rpc_controller, channel.controller)
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 487 def __init__ (self, ticks, seq, channel, controller, value): argument 493 self.controller = controller 498 controller = ReadByte(stream) 503 if controller >= 120: 504 return ChannelModeEvent(ticks, seq, channel, controller, value) 505 return ControlChangeEvent(ticks, seq, channel, controller, value) 507 self.WriteRunningStatus(stream, track, filters, CONTROL_CHANGE, self.controller, self.value) 509 return '%s: ch=%d c=%d v=%d' % (self.name, self.channel, self.controller, self.value) 515 def __init__ (self, ticks, seq, channel, controller, value): argument 521 self.controller = controller [all …]
|
/external/google-breakpad/src/client/ios/ |
D | BreakpadController.mm | 161 NSAssert(started_, @"The controller must be started before " 172 @"The controller must be started before setUploadingEnabled is called"); 192 @"The controller must not be started when updateConfiguration is called"); 202 @"The controller must not be started when resetConfiguration is called"); 213 @"The controller must not be started when setUploadingURL is called"); 219 @"The controller must not be started when setUploadInterval is called"); 227 NSAssert(!started_, @"The controller must not be started when " 235 @"The controller must be started before addUploadParameter is called"); 243 NSAssert(started_, @"The controller must be started before " 253 @"The controller must be started before withBreakpadRef is called"); [all …]
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 266 static SkFlatData* Create(SkFlatController* controller, const T& obj, int index) { in Create() argument 269 SkWriteBuffer buffer(storage, sizeof(storage), controller->getWriteBufferFlags()); in Create() 271 buffer.setBitmapHeap(controller->getBitmapHeap()); in Create() 272 buffer.setTypefaceRecorder(controller->getTypefaceSet()); in Create() 273 buffer.setNamedFactoryRecorder(controller->getNamedFactorySet()); in Create() 281 SkFlatData* result = (SkFlatData*) controller->allocThrow(allocSize); in Create() 369 explicit SkFlatDictionary(SkFlatController* controller) in SkFlatDictionary() argument 370 : fController(SkRef(controller)) in SkFlatDictionary() 371 , fScratch(controller->getWriteBufferFlags()) in SkFlatDictionary()
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | vim_panes.py | 204 def update(self, target, controller): argument 206 self.panes[name].update(target, controller) 281 def update(self, target, controller): argument 296 if self.write(self.get_content(target, controller)): 364 def get_content(self, target, controller): argument 400 def get_content(self, target, controller): argument 509 def get_content(self, target, controller): argument 516 (success, output) = controller.getCommandOutput(self.command, self.args) 534 def get_content(self, target, controller): argument 544 (success, output) = controller.getCommandOutput(self.command, self.args) [all …]
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | do-it-yourself.txt | 118 … must then match that regular expression. The matches will include a "controller" variable, which… 125 app.add_route('/', controller='controllers:index') 127 controller='controllers:archive') 129 controller='controllers:archive') 131 controller='controllers:view') 132 app.add_route('/post', controller='controllers:post') 137 * Something to load the controller 200 Routing: controller loading 220 …O`` (also known as ``req.path_info``) and hands off the request to the controller that matches tha… 231 ... def add_route(self, template, controller, **vars): [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
D | parse_html_deps.py | 111 def YieldHTMLInPieces(self, controller, minify=False): argument 112 yield self.GenerateHTML(controller, minify) 114 def GenerateHTML(self, controller, minify=False): argument 141 html = controller.GetHTMLForInlineStylesheet(str(style.string)) 152 html = controller.GetHTMLForStylesheetHRef(stylesheet_link['href'])
|
/external/skia/tests/ |
D | BitmapHeapTest.cpp | 59 SimpleFlatController controller; in DEF_TEST() local 60 controller.setBitmapStorage(&heap); in DEF_TEST() 61 FlatDictionary dictionary(&controller); in DEF_TEST()
|
/external/skia/experimental/iOSSampleApp/Shared/ |
D | SkUIDetailViewController.mm | 109 UIPrintInteractionController *controller = [UIPrintInteractionController sharedPrintController]; 118 controller.printInfo = printInfo; 119 controller.printingItem = data; 132 [controller presentFromBarButtonItem:fPrintButton animated:YES 135 [controller presentAnimated:YES completionHandler:SkCompletionHandler];
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 172 RpcController controller = control.createMock(RpcController.class); in testNewReflectiveService() local 187 impl.foo(EasyMock.same(controller), EasyMock.same(request), in testNewReflectiveService() 193 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService() 201 RpcController controller = control.createMock(RpcController.class); in testNewReflectiveBlockingService() local 210 EasyMock.expect(impl.foo(EasyMock.same(controller), EasyMock.same(request))) in testNewReflectiveBlockingService() 216 service.callBlockingMethod(fooMethod, controller, request); in testNewReflectiveBlockingService()
|
/external/protobuf/src/google/protobuf/ |
D | service.h | 167 RpcController* controller, 279 RpcController* controller,
|
/external/jpeg/ |
D | structure.doc | 280 Each buffer controller sees the world as follows: 284 ------------------ controller ------------------ 286 The controller knows the dataflow requirements of steps A and B: how much data 310 particular job. The buffer controller concept should be regarded as an 312 task performed by any one controller. 320 |-- Preprocessing controller --| 322 Main controller --| 324 |-- Coefficient controller --| 334 * Main controller: buffer controller for the subsampled-data buffer, which 335 holds the preprocessed input data. This controller invokes preprocessing to [all …]
|
D | filelist.doc | 66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor). 67 jcprepct.c Preprocessor buffer controller. 68 jccoefct.c Buffer controller for DCT coefficient buffer. 83 jdinput.c Input controller: controls input processing modules. 84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor). 85 jdcoefct.c Buffer controller for DCT coefficient buffer. 86 jdpostct.c Postprocessor buffer controller.
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | jet.c | 64 pEvent->controller = (EAS_U8) ((event & JET_EVENT_CTRL_MASK) >> JET_EVENT_CTRL_SHIFT); in JET_ParseEvent() 893 if ((event.controller == JET_EVENT_MARKER) && in JET_Process() 1009 void JET_Event (EAS_DATA_HANDLE easHandle, EAS_U32 segTrack, EAS_U8 channel, EAS_U8 controller, EAS… in JET_Event() argument 1017 if (controller == JET_EVENT_TRIGGER_CLIP) in JET_Event() 1056 event = (channel << JET_EVENT_CHAN_SHIFT) | (controller << JET_EVENT_CTRL_SHIFT) | value; in JET_Event() 1059 …if ((controller >= easHandle->jetHandle->config.appEventRangeLow) && (controller <= easHandle->jet… in JET_Event() 1074 else if ((controller >= JET_EVENT_LOW) && (controller <= JET_EVENT_HIGH)) in JET_Event()
|
D | eas_vm_protos.h | 419 void VMControlChange (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, E… 446 EAS_RESULT VMUpdateRPNStateMachine (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 valu…
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | yjp-controller-api-redist.jar | ... hashCode ()
}
com/yourkit/api/Controller.class
Controller.java
package com.yourkit. ... |
/external/skia/experimental/DrawingBoard/ |
D | SampleDrawingClient.cpp | 211 SkNetPipeController controller(canvas); in onDrawContent() local 213 SkCanvas* writerCanvas = writer.startRecording(&controller, in onDrawContent() 228 controller.writeToSocket(fSocket, fType); in onDrawContent()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | BlockingRpcChannel.java | 48 RpcController controller, in callBlockingMethod() argument
|
D | RpcChannel.java | 67 RpcController controller, in callMethod() argument
|
D | BlockingService.java | 52 RpcController controller, in callBlockingMethod() argument
|
D | Service.java | 85 RpcController controller, in callMethod() argument
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_vm_protos.h | 419 void VMControlChange (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, E… 446 EAS_RESULT VMUpdateRPNStateMachine (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 valu…
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_vm_protos.h | 419 void VMControlChange (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, E… 446 EAS_RESULT VMUpdateRPNStateMachine (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 controller, EAS_U8 valu…
|
/external/clang/test/CodeGenObjCXX/ |
D | debug-info.mm | 40 BrowserWindowController* controller = [window windowController];
|