Home
last modified time | relevance | path

Searched refs:sourceID (Results 1 – 4 of 4) sorted by relevance

/external/walt/ios/WALT/
DMIDIClient.m275 SInt32 sourceID = 0, destinationID = 0, deviceID = 0;
276 MIDIObjectGetIntegerProperty(sourceDevice, kMIDIPropertyUniqueID, &sourceID);
280 return (deviceID == sourceID || deviceID == destinationID);
/external/v8/src/inspector/
Dv8-debugger.h53 const String16& sourceID, v8::Local<v8::String> newSource, bool dryRun,
Ddebugger-script.js111 …var breakId = Debug.setScriptBreakPointById(info.sourceID, info.lineNumber, info.columnNumber, inf…
Dv8-debugger.cc387 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()