Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 59) sorted by relevance

123

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DDeviceBridge.java77 } catch (IOException e) { in isViewServerRunning()
78 e.printStackTrace(); in isViewServerRunning()
79 } catch (TimeoutException e) { in isViewServerRunning()
80 e.printStackTrace(); in isViewServerRunning()
81 } catch (AdbCommandRejectedException e) { in isViewServerRunning()
82 e.printStackTrace(); in isViewServerRunning()
83 } catch (ShellCommandUnresponsiveException e) { in isViewServerRunning()
84 e.printStackTrace(); in isViewServerRunning()
101 } catch (IOException e) { in startViewServer()
102 e.printStackTrace(); in startViewServer()
[all …]
/sdk/templates/docs/
Djquery-1.8.0.min.js2e="data-"+c.replace(I,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="t… argument
Dprettify.js2 …1),8):b==="u"||b==="x"?parseInt(a.substring(2),16):a.charCodeAt(1)}function e(a){if(a<32)return(a<… function in anonymousFunctionda0809480100.L
4 f.length;++c)i=f[c],b.push(e(i[0])),i[1]>i[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(e(i[1])));b.push("]…
6 …n("|"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))br…
7e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.g… argument
8 …l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p);B(l+i+k,f.substring(k),e,p)}else p.push(l+i,b)}a.e=p…
9e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=r;r=r[1];n=""+r…
10 …|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e.push(["str",/^<(?:(?…
11e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.…
12e.push(["kwd",RegExp("^(?:"+a.replace(/[\s,]+/g,"|")+")\\b"),q]);m.push(["pln",/^\s+/,q," \r\n\t\x… function in D
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/
DHierarchyViewer.java53 } catch (ClassNotFoundException e) { in initUserInterface()
54 e.printStackTrace(); in initUserInterface()
55 } catch (InstantiationException e) { in initUserInterface()
56 e.printStackTrace(); in initUserInterface()
57 } catch (IllegalAccessException e) { in initUserInterface()
58 e.printStackTrace(); in initUserInterface()
59 } catch (UnsupportedLookAndFeelException e) { in initUserInterface()
60 e.printStackTrace(); in initUserInterface()
68 } catch (InterruptedException e) { in listDevices()
69 e.printStackTrace(); in listDevices()
[all …]
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java53 } catch (IOException e) { in newData()
57 System.out.println(e); in newData()
105 } catch (InterruptedException e) { in main()
123 } catch (FileNotFoundException e) { in main()
124 e.printStackTrace(); in main()
125 } catch (Exception e) { in main()
126 e.printStackTrace(); in main()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DChannel.java253 } catch (InterruptedException e) { in Channel()
254 Log.e(TAG, "MsgThread-" + mChannelName, e); in Channel()
358 } catch (IOException e) { in disconnect()
438 } catch (IOException e) { in sendMessage()
439 Loge("Exception " + e + " in sendMessage for Channel " + mChannelName); in sendMessage()
466 } catch (IOException e) { in sendMessage()
467 Loge("Exception " + e + " in sendMessage for Channel " + mChannelName); in sendMessage()
494 } catch (IOException e) { in sendMessage()
495 Loge("Exception " + e + " in sendMessage for Channel " + mChannelName); in sendMessage()
511 } catch (InterruptedException e) { in postMessage()
[all …]
/sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/
DLib2.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/javaProjectTest/javaProject/src/com/android/tests/javaprojecttest/javaproject/
DJavaProject.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
DApp.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/basicJar2/src/com/android/tests/basicjar2/
DBasicJar2.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/javaProjectTest/lib2/src/com/android/tests/javaprojecttest/lib2/
DLib2.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/javaProjectTest/javaProject2/src/com/android/tests/javaprojecttest/javaproject2/
DJavaProject2.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/javaProjectTest/javaProject3/src/com/android/tests/javaprojecttest/javaproject3/
DJavaProject3.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/
DLib1.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
DApp.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/basicJar3/src/com/android/tests/basicjar3/
DBasicJar3.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/basicJar/src/com/android/tests/basicjar/
DBasicJar.java21 } catch (IOException e) { in getContent()
26 } catch (IOException e) { in getContent()
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/
DLib2.java31 } catch (IOException e) { in getContent()
36 } catch (IOException e) { in getContent()
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/
DApp.java31 } catch (IOException e) { in getContent()
36 } catch (IOException e) { in getContent()
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
DLib1.java31 } catch (IOException e) { in getContent()
36 } catch (IOException e) { in getContent()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java70 } catch (IOException e) { in saveLayers()
71 e.printStackTrace(); in saveLayers()
123 } catch (Exception e) { in readLayer()
124 e.printStackTrace(); in readLayer()
147 } catch (IOException e) { in loadCapture()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
DNotificationStudioActivity.java94 final View e = findViewById(R.id.editors); in initPreviewScroller()
96 e.animate() in initPreviewScroller()
100 FrameLayout.LayoutParams lp = (LayoutParams) e.getLayoutParams(); in initPreviewScroller()
102 e.setTranslationY(0); in initPreviewScroller()
103 e.setLayoutParams(lp); in initPreviewScroller()
190 } catch (Exception e) { in refreshRemoteViews()
192 exceptionView.setText(e.getClass().getSimpleName() + ": " + e.getMessage()); in refreshRemoteViews()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java345 public void actionPerformed(ActionEvent e) { in buildStatusPanel()
359 public void actionPerformed(ActionEvent e) { in buildStatusPanel()
371 public void insertUpdate(DocumentEvent e) { in buildStatusPanel()
372 updateFilter(e); in buildStatusPanel()
375 public void removeUpdate(DocumentEvent e) { in buildStatusPanel()
376 updateFilter(e); in buildStatusPanel()
379 public void changedUpdate(DocumentEvent e) { in buildStatusPanel()
380 updateFilter(e); in buildStatusPanel()
784 public void actionPerformed(ActionEvent e) { in buildLayoutViewControlButtons()
797 public void actionPerformed(ActionEvent e) { in buildLayoutViewControlButtons()
[all …]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java62 } catch (IOException e) { in launch()
64 Log.w(TAG, msg, e); in launch()
69 try { fo.close(); } catch (Exception e) { } in launch()

123