Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 54) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderLoggerTest.java23 RenderLogger l = new RenderLogger("foo", null); in testLogger1() local
24 assertFalse(l.hasProblems()); in testLogger1()
28 RenderLogger l = new RenderLogger("foo", null); in testLogger2() local
29 assertFalse(l.hasProblems()); in testLogger2()
30 l.fidelityWarning(null, "No perspective Transforms", null, null); in testLogger2()
31 l.fidelityWarning(null, "No GPS", null, null); in testLogger2()
32 assertTrue(l.hasProblems()); in testLogger2()
34 + "* No perspective Transforms\n" + "* No GPS\n", l.getProblems(true)); in testLogger2()
35 assertFalse(l.seenTag("foo")); in testLogger2()
36 assertFalse(l.seenTag(null)); in testLogger2()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java74 Label l = new Label(mComposite, SWT.NONE); in createControl() local
75 l.setText("Size: "); in createControl()
76 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
81 l = new Label(mComposite, SWT.NONE); in createControl()
82 l.setText("Usage: "); in createControl()
83 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
88 l = new Label(mComposite, SWT.NONE); in createControl()
89 l.setText("Type: "); in createControl()
90 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
95 l = new Label(mComposite, SWT.NONE); in createControl()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java129 Label l = new Label(c, SWT.NONE); in createFrameStatisticsPart() local
130 l.setText("Cumulative call duration of all OpenGL Calls in this frame:"); in createFrameStatisticsPart()
131 l.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_DARK_GRAY)); in createFrameStatisticsPart()
132 GridDataFactory.fillDefaults().span(2, 1).applyTo(l); in createFrameStatisticsPart()
134 l = new Label(c, SWT.NONE); in createFrameStatisticsPart()
135 l.setText("Wall Clock Time: "); in createFrameStatisticsPart()
136 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createFrameStatisticsPart()
143 l = new Label(c, SWT.NONE); in createFrameStatisticsPart()
144 l.setText("Thread Time: "); in createFrameStatisticsPart()
145 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createFrameStatisticsPart()
[all …]
/sdk/templates/docs/
Dprettify.js5l=!1,p=0,d=a.length;p<d;++p){var g=a[p];if(g.ignoreCase)l=!0;else if(/[a-z]/i.test(g.source.replac…
6 …ultiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return RegExp(n.join("|"),l?"gi":"g")}function M…
7l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getC…
8 …j=k-c.length);b=b.substring(5);B(l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p);B(l+i+k,f.substring…
9 l=[],p={},d=0,g=e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=…
Djquery-1.8.0.min.js2l=a===cu;for(;j<k&&(l||!h);j++)h=i[j](c,d,e),typeof h=="string"&&(!l||g[h]?h=b:(c.dataTypes.unshif… field
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceCollectorDialog.java98 SelectionListener l = new SelectionAdapter() { in createDialogArea() local
127 eglSwapCheckBox.addSelectionListener(l); in createDialogArea()
128 glDrawCheckBox.addSelectionListener(l); in createDialogArea()
129 glTexImageCheckBox.addSelectionListener(l); in createDialogArea()
167 Label l = new Label(parent, SWT.NONE); in createLabel() local
168 l.setText(text); in createLabel()
172 l.setLayoutData(gd); in createLabel()
174 return l; in createLabel()
DGLTraceOptionsDialog.java159 Label l = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL); in createSeparator() local
162 l.setLayoutData(gd); in createSeparator()
232 SelectionListener l = new SelectionAdapter() { in createCaptureImageOptions() local
241 readFbOnEglSwapCheckBox.addSelectionListener(l); in createCaptureImageOptions()
242 readFbOnGlDrawCheckBox.addSelectionListener(l); in createCaptureImageOptions()
243 readTextureDataCheckBox.addSelectionListener(l); in createCaptureImageOptions()
315 Label l = new Label(parent, SWT.NONE); in createLabel() local
316 l.setText(text); in createLabel()
320 l.setLayoutData(gd); in createLabel()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-applyCompletion7a.diff1 Code completion in completion1.xml for android:gravity="l^eft|bottom" selecting left:
3 - android:gravity="l^eft|bottom"
Dcompletion1-expected-completion7a.txt1 Code completion in completion1.xml for android:gravity="l^eft|bottom":
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DTexImageTransform.java313 int l = sourceData[src] * 3; in createRGBAFromLuminance() local
314 if (l > 255) { // clamp to 255 in createRGBAFromLuminance()
315 l = 255; in createRGBAFromLuminance()
318 data[dst + 0] = data[dst + 1] = data[dst + 2] = (byte) l; // set R = G = B = L * 3 in createRGBAFromLuminance()
331 int l = sourceData[src] * 3; in createRGBAFromLuminanceAlpha() local
332 if (l > 255) { // clamp to 255 in createRGBAFromLuminanceAlpha()
333 l = 255; in createRGBAFromLuminanceAlpha()
336 data[dst + 0] = data[dst + 1] = data[dst + 2] = (byte) l; // set R = G = B = L * 3 in createRGBAFromLuminanceAlpha()
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/
DUsagePreferencePage.java56 Label l = new Label(top, SWT.WRAP); in createContents() local
57 l.setText(SdkStatsPermissionDialog.BODY_TEXT); in createContents()
60 l.setLayoutData(gd); in createContents()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitor.java136 ILogCatBufferChangeListener l = new ILogCatBufferChangeListener() { in monitorDevice() local
143 r.addMessageReceivedEventListener(l); in monitorDevice()
145 mMonitoredDevices.put(device.getSerialNumber(), new DeviceData(r, l)); in monitorDevice()
272 public DeviceData(LogCatReceiver r, ILogCatBufferChangeListener l) { in DeviceData() argument
274 bufferChangeListener = l; in DeviceData()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DSdkLocationChooserDialog.java61 Label l = new Label(c, SWT.NONE); in createDialogArea() local
62 l.setText(DEFAULT_MESSAGE); in createDialogArea()
63 GridDataFactory.fillDefaults().span(2, 1).applyTo(l); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOptionsDialogV2.java101 Label l = new Label(c, SWT.NONE); in createDialogArea() local
102 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
103 l.setText("Destination File: "); in createDialogArea()
177 Label l = new Label(c, SWT.NONE); in createTable() local
178 l.setText(label); in createTable()
179 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createTable()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DAndroidPreferencePage.java190 Label l = new Label(parent, SWT.NONE); in doFillIntoGrid() local
191l.setText("Note: The list of SDK Targets below is only reloaded once you hit 'Apply' or 'OK'."); in doFillIntoGrid()
194 l.setLayoutData(gd); in doFillIntoGrid()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvasViewer.java156 final ISelectionChangedListener l = (ISelectionChangedListener) listeners[i]; in firePostSelectionChanged() local
160 l.selectionChanged(event); in firePostSelectionChanged()
/sdk/eclipse/scripts/
Dcollect_sources_for_sdk.py134 for l in f.readlines():
135 m = _RE_PKG.match(l)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java410 Property[] l = layoutProperties.toArray(new Property[layoutProperties.size()]); in sortByOrigin() local
411 Arrays.sort(l, Property.PRIORITY); in sortByOrigin()
415 l); in sortByOrigin()
416 for (Property p : l) { in sortByOrigin()
663 Property[] l = layoutProperties.toArray(new Property[layoutProperties.size()]); in sortNatural() local
664 Arrays.sort(l, Property.PRIORITY); in sortNatural()
668 l); in sortNatural()
669 for (Property p : l) { in sortNatural()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DEmulatorConfigTab.java264 Label l = new Label(mEmulatorOptionsGroup, SWT.NONE); in createControl() local
265 l.setText("If no compatible and active devices or AVD's are found, then an AVD " in createControl()
269 l.setLayoutData(gd); in createControl()
310 l = new Label(mEmulatorOptionsGroup, SWT.NONE); in createControl()
311 l.setText("Additional Emulator Command Line Options"); in createControl()
314 l.setLayoutData(gd); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java160 SelectionListener l = new SelectionAdapter() { in createControl() local
180 mSoliblist.addSelectionListener(l); in createControl()
181 mAddSolibButton.addSelectionListener(l); in createControl()
182 mDeleteSolibButton.addSelectionListener(l); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java286 Locale l = localeList.get(i); in findAndSetCompatibleConfig() local
289 bundle.config.setLocaleQualifier(l.qualifier); in findAndSetCompatibleConfig()
458 for (int l = 0; l < count; l++) { in getLocaleMatch()
459 Locale locale = localeList.get(l); in getLocaleMatch()
468 return l; in getLocaleMatch()
DVaryingConfiguration.java171 for (Locale l : locales) { in getLocale()
176 if (!l.equals(locale)) { in getLocale()
177 locale = l; in getLocale()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java410 public void addCallSelectionListener(ICallSelectionListener l) { in addCallSelectionListener() argument
411 mListeners.add(l); in addCallSelectionListener()
415 for (ICallSelectionListener l : mListeners) { in sendCallSelectedEvent()
416 l.callSelected(selectedCall); in sendCallSelectedEvent()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DImageViewer.java164 public void addUpdateListener(UpdateListener l) { in addUpdateListener() argument
165 mUpdateListenerList.add(l); in addUpdateListener()
168 public void removeUpdateListener(UpdateListener l) { in removeUpdateListener() argument
169 mUpdateListenerList.remove(l); in removeUpdateListener()
179 public void setStatusChangedListener(StatusChangedListener l) { in setStatusChangedListener() argument
180 mStatusChangedListener = l; in setStatusChangedListener()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
DLogCatPreferencePage.java82 Label l = new Label(getFieldEditorParent(), SWT.SEPARATOR | SWT.HORIZONTAL); in createHorizontalSeparator() local
85 l.setLayoutData(gd); in createHorizontalSeparator()

123