/external/qemu/distrib/sdl-1.2.15/src/main/macos/ |
SDL.shlib.r | 22
#ifndef __TYPES_R__
#include "Types.r"
#endif
#ifndef __BALLOONS_R__
#include "Balloons.r"
#endif
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define REVISION 13
#define STATE release /* development | alpha | beta | release */
#define RELEASE_NO 0 /* number after letter, or zero for release */
#define COUNTRY verUS
#define VERSION_STRING "1.2.13"
#define NAME "SDL"
#define SHORT_DESCRIPTION "Simple DirectMedia Layer by Sam Lantinga"
#define LONG_DESCRIPTION "A cross-platform multimedia library.\n\nhttp://www.libsdl.org"
resource 'vers' (1) {
VERSION_MAJOR,
(VERSION_MINOR << 4) | REVISION,
STATE,
RELEASE_NO,
COUNTRY,
VERSION_STRING,
VERSION_STRING
};
resource 'vers' (2) {
VERSION_MAJOR,
(VERSION_MINOR << 4) | REVISION,
STATE,
RELEASE_NO,
COUNTRY,
VERSION_STRING,
SHORT_DESCRIPTION
};
/* Extension Manager info */
data 'CCI?' (128) {
NAME "\n\n"
LONG_DESCRIPTION
};
/* Finder help balloon */
resource 'hfdr' (kHMHelpID) {
HelpMgrVersion,
hmDefaultOptions,
0,
0,
{
HMStringItem
{
NAME "\n\n"
LONG_DESCRIPTION
}
}
}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_check.py | 55 'long_description': u'More things about esszet \u00df'} 78 # let's see if it detects broken rest in long_description 80 pkg_info, dist = self.create_dist(long_description=broken_rest) 89 'long_description': broken_rest} 94 metadata['long_description'] = u'title\n=====\n\ntest \u00df'
|
test_register.py | 202 # long_description is not reSt compliant 210 # metadata are OK but long_description is broken 214 'long_description': 'title\n==\n\ntext'} 222 metadata['long_description'] = 'title\n=====\n\ntext' 250 'long_description': u'More things about esszet \u00df'} 269 'long_description': description}
|
test_dist.py | 140 'long_description': u'Héhéhé'}) 152 'long_description': 'Hehehe'}) 270 "long_description": long_desc} 413 "long_description": "desc",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_check.py | 55 'long_description': u'More things about esszet \u00df'} 78 # let's see if it detects broken rest in long_description 80 pkg_info, dist = self.create_dist(long_description=broken_rest) 89 'long_description': broken_rest} 94 metadata['long_description'] = u'title\n=====\n\ntest \u00df'
|
test_register.py | 202 # long_description is not reSt compliant 210 # metadata are OK but long_description is broken 214 'long_description': 'title\n==\n\ntext'} 222 metadata['long_description'] = 'title\n=====\n\ntext' 250 'long_description': u'More things about esszet \u00df'} 269 'long_description': description}
|
test_dist.py | 140 'long_description': u'Héhéhé'}) 152 'long_description': 'Hehehe'}) 270 "long_description": long_desc} 413 "long_description": "desc",
|
/external/harfbuzz_ng/contrib/python/ |
setup.py | 24 long_description='Harfbuzz python integration modules and supporting scripts', variable
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ |
CaptureLayersAction.java | 33 putValue(LONG_DESCRIPTION, "Capture current window into a Photoshop PSD file");
|
CaptureNodeAction.java | 33 putValue(LONG_DESCRIPTION, "Display View");
|
DumpDisplayListAction.java | 32 putValue(LONG_DESCRIPTION, "Dump DisplayList");
|
ExitAction.java | 35 putValue(LONG_DESCRIPTION, "Quit");
|
InvalidateAction.java | 33 putValue(LONG_DESCRIPTION, "Invalidate");
|
LoadGraphAction.java | 33 putValue(LONG_DESCRIPTION, "Load View Hierarchy");
|
RefreshWindowsAction.java | 32 putValue(LONG_DESCRIPTION, "Refresh Windows");
|
RequestLayoutAction.java | 33 putValue(LONG_DESCRIPTION, "Request Layout");
|
SaveSceneAction.java | 34 putValue(LONG_DESCRIPTION, "Save as PNG...");
|
ShowDevicesAction.java | 34 putValue(LONG_DESCRIPTION, "Show Devices");
|
StartServerAction.java | 32 putValue(LONG_DESCRIPTION, "Start Server");
|
StopServerAction.java | 32 putValue(LONG_DESCRIPTION, "Stop Server");
|
/external/llvm/utils/lit/ |
setup.py | 16 long_description = """\
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/ |
setup.py | 50 long_description=( variable
|
/external/protobuf/python/ |
setup.py | 125 long_description = variable
|
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 292 long_description=textwrap.dedent('''\
|
/external/chromium_org/third_party/protobuf/python/ |
setup.py | 191 long_description =
|