HomeSort by relevance Sort by last modified time
    Searched refs:sourceId (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) {
44 mSourceId = sourceId;
57 public String sourceId() {
WebChromeClient.java 310 * @param sourceID The name of the source file that caused the error.
315 public void onConsoleMessage(String message, int lineNumber, String sourceID) { }
326 consoleMessage.sourceId());
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.h 65 sourceId:(WebSourceId)sid
72 sourceId:(WebSourceId)sid
84 sourceId:(WebSourceId)sid
90 sourceId:(WebSourceId)sid
96 sourceId:(WebSourceId)sid
103 sourceId:(WebSourceId)sid
109 sourceId:(WebSourceId)sid
WebScriptDebugger.mm 101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
125 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:baseLineNumber:fromURL:sourceId:forWebFrame:), nsSource, firstLine, nsURL, sourceProvider->asID(), webFrame);
127 CallScriptDebugDelegate(implementations->didParseSourceFunc, webView, @selector(webView:didParseSource:fromURL:sourceId:forWebFrame:), nsSource, [nsURL absoluteString], sourceProvider->asID(), webFrame);
144 void WebScriptDebugger::callEvent(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, int lineNumber)
158 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
163 void WebScriptDebugger::atStatement(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, int lineNumber)
177 CallScriptDebugDelegate(implementations->willExecuteStatementFunc, webView, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
182 void WebScriptDebugger::returnEvent(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, int lineNumber
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 68 String accountName, long rawContactId, String sourceId,
79 if (sourceId == null) {
85 if (appendEscapedSourceId(lookupKey, sourceId)) {
91 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) {
95 int index = sourceId.indexOf('.', start);
97 sb.append(sourceId, start, sourceId.length());
102 sb.append(sourceId, start, index);
DataRowHandlerForGroupMembership.java 168 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID);
169 final long groupId = getOrMakeGroup(db, rawContactId, sourceId,
177 * Returns the group id of the group with sourceId and the same account as rawContactId.
182 * @param sourceId the source ID of the group to query or create
189 private long getOrMakeGroup(SQLiteDatabase db, long rawContactId, String sourceId,
210 ArrayList<GroupIdCacheEntry> entries = mGroupIdCache.get(sourceId);
213 mGroupIdCache.put(sourceId, entries);
226 entry.sourceId = sourceId;
229 // look up the group that contains this sourceId and has the same account as the contac
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorDebuggerAgent.cpp 177 static bool parseLocation(ErrorString* errorString, RefPtr<InspectorObject> location, String* sourceId, int* lineNumber, int* columnNumber)
179 if (!location->getString("sourceID", sourceId) || !location->getNumber("lineNumber", lineNumber)) {
181 *errorString = "sourceId and lineNumber are required.";
191 String sourceId;
195 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber))
200 String breakpointId = makeString(sourceId, ":", String::number(lineNumber), ":", String::number(columnNumber));
204 *actualLocation = resolveBreakpoint(breakpointId, sourceId, breakpoint);
232 String sourceId;
236 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber)
    [all...]
InspectorDebuggerAgent.h 88 void editScriptSource(ErrorString*, const String& sourceID, const String& newContent, RefPtr<InspectorArray>* newCallFrames);
89 void getScriptSource(ErrorString*, const String& sourceID, String* scriptSource);
122 virtual void didParseSource(const String& sourceID, const String& url, const String& data, int lineOffset, int columnOffset, bool isContentScript);
127 PassRefPtr<InspectorObject> resolveBreakpoint(const String& breakpointId, const String& sourceId, const ScriptBreakpoint&);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java 93 final long sourceId = event.getSourceNodeId();
94 clearSubTreeLocked(sourceId);
96 clearSubtreeWithOldInputFocusLocked(sourceId);
99 clearSubtreeWithOldAccessibilityFocusLocked(sourceId);
154 final long sourceId = info.getSourceNodeId();
155 AccessibilityNodeInfo oldInfo = mCacheImpl.get(sourceId);
183 mCacheImpl.put(sourceId, clone);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 637 private boolean fillStreamingSource(int sourceId, AudioStream stream){
642 int processed = alGetSourcei(sourceId, AL_BUFFERS_PROCESSED);
649 alSourceUnqueueBuffers(sourceId, ib);
656 alSourceQueueBuffers(sourceId, ib);
665 private boolean attachStreamToSource(int sourceId, AudioStream stream){
671 alSourceQueueBuffers(sourceId, ib);
676 private boolean attachBufferToSource(int sourceId, AudioBuffer buffer){
677 alSourcei(sourceId, AL_BUFFER, buffer.getId());
681 private boolean attachAudioToSource(int sourceId, AudioData data){
683 return attachBufferToSource(sourceId, (AudioBuffer) data);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.cpp 255 int sourceId,
265 sourceId,
274 m_scriptExecutionContext->addMessage(static_cast<MessageSource>(sourceId),
281 void WebWorkerClientImpl::postConsoleMessageToWorkerObject(int sourceId,
288 postConsoleMessageToWorkerObject(0, sourceId, messageType, messageLevel, message, lineNumber, sourceURL);
390 int sourceId,
397 thisPtr->m_scriptExecutionContext->addMessage(static_cast<MessageSource>(sourceId),
WebWorkerClientImpl.h 137 int sourceId,
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandDetails.java 88 public int sourceId;
ValueParser.java 69 devIds.sourceId = rawValue[valueIndex] & 0xff;
CatService.java 503 private void eventDownload(int event, int sourceId, int destinationId,
525 buf.write(sourceId); // source device id
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 54 String accountName, long rawContactId, String sourceId, String displayName) {
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 207 private long getThreadId(long sourceId, long which) {
209 b = b.appendQueryParameter("row_id", String.valueOf(sourceId));
250 long sourceId = Long.parseLong(u.getQueryParameter("source_id"));
252 long threadId = getThreadId(sourceId, whichTable);
256 onClickIntent.putExtra("select_id", sourceId);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 240 int sourceId = writeString(stackFrame.getFileName());
247 writeId(sourceId);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 222 protected long createGroup(Account account, String sourceId, String title) {
223 return createGroup(account, sourceId, title, 1, false, false);
226 protected long createGroup(Account account, String sourceId, String title, int visible) {
227 return createGroup(account, sourceId, title, visible, false, false);
235 protected long createGroup(Account account, String sourceId, String title,
238 values.put(Groups.SOURCE_ID, sourceId);
417 protected Uri insertGroupMembership(long rawContactId, String sourceId) {
421 values.put(GroupMembership.GROUP_SOURCE_ID, sourceId);
694 protected long assertSingleGroup(Long rowId, Account account, String sourceId, String title) {
698 long actualRowId = assertGroup(c, rowId, account, sourceId, title)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 307 headline.setText(error.sourceId() + ":" + error.lineNumber());
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 316 void ChromeClient::addMessageToConsole(WebCore::MessageSource source, WebCore::MessageType type, WebCore::MessageLevel level, const WTF::String& message, unsigned int lineNumber, const WTF::String& sourceId)
319 g_signal_emit_by_name(m_webView, "console-message", message.utf8().data(), lineNumber, sourceId.utf8().data(), &retval);
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 420 var sourceId = eventList[0].source.id;
427 ' (id=' + sourceId + ')' +
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp     [all...]

Completed in 857 milliseconds

1 2