Searched refs:sourceID (Results 1 – 4 of 4) sorted by relevance
/external/walt/ios/WALT/ |
D | MIDIClient.m | 275 SInt32 sourceID = 0, destinationID = 0, deviceID = 0; 276 MIDIObjectGetIntegerProperty(sourceDevice, kMIDIPropertyUniqueID, &sourceID); 280 return (deviceID == sourceID || deviceID == destinationID);
|
/external/v8/src/inspector/ |
D | v8-debugger.h | 53 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
|
D | debugger-script.js | 111 …var breakId = Debug.setScriptBreakPointById(info.sourceID, info.lineNumber, info.columnNumber, inf…
|
D | v8-debugger.cc | 387 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun, in setScriptSource() argument 414 v8::Local<v8::Value> argv[] = {toV8String(m_isolate, sourceID), newSource, in setScriptSource()
|