/external/clang/test/SemaCXX/ |
warn-unused-value.cpp | 5 class Box { 13 Box* box = new Box; local 14 box->i; // expected-warning {{expression result unused}} 15 box->j;
|
/external/skia/src/animator/ |
SkAnimatorScript.h | 48 static bool Box(void* user, SkScriptValue* );
|
SkAnimatorScript.cpp | 60 boxCallBack(Box, (void*) this); 99 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
|
/external/proguard/src/proguard/gui/ |
MemberSpecificationDialog.java | 158 accessPanel.add(Box.createGlue(), labelConstraints); 162 accessPanel.add(Box.createGlue(), constraintsLastStretch); 306 panel.add(Box.createGlue(), lastGlueConstraints);
|
ClassSpecificationDialog.java | 193 accessPanel.add(Box.createGlue(), labelConstraints); 197 accessPanel.add(Box.createGlue(), constraintsLastStretch); 337 panel.add(Box.createGlue(), lastGlueConstraints);
|
ProGuardGUI.java | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xregion.h | 54 } Box, BOX, BoxRec, *BoxPtr; 79 BOX *rects; 80 BOX extents; 116 (firstrect) = (BOX *) Xrealloc \ 117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodegettextcontent14.js | 103 assertEquals("nodegettextcontent13","\n EMP0003\n Roger\n Jones\n Department Manager\n 100,000\n Element data\n PO Box 27 Irving, texas 98553\n ",textContent);
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
waitbar_j.m | 170 'Box','on', ...
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 18 import javax.swing.Box; 168 panel.add(Box.createVerticalGlue(), 434 add(Box.createHorizontalGlue(), new GridBagConstraints(5, 0, 1, 1, 1.0f, 0.0f,
|
Workspace.java | 85 import javax.swing.Box; 332 leftSide.add(Box.createHorizontalStrut(6)); [all...] |
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
ImageEditorPanel.java | 28 import javax.swing.Box; 271 status.add(Box.createHorizontalGlue(), new GridBagConstraints(6, 0, 1, 1, 1.0f, 1.0f, [all...] |
/frameworks/base/docs/html/resources/ |
resources-data.js | 239 en: 'Quick Search Box' 242 en: 'Quick Search Box (QSB) is a powerful, system-wide search framework. QSB makes it possible for users to quickly and easily find what they\'re looking for, both on their devices and on the web. This article discusses how to work with the QSB framework to add new search results for an installed application.' 627 en: 'A sample application that demonstrates Android\'s search framework, including how to provide search suggestions for Quick Search Box.'
|