/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
cmdline.py | 160 """Command-line parser for coverage.py classic arguments.""" 384 # The command syntax we parse depends on the first argument. Classic 386 classic = argv[0].startswith('-') 387 if classic: 403 if classic: 573 == classic ==================================================================== 636 Use "coverage help classic" for help on older command syntax.
|
/external/stlport/stlport/stl/ |
_locale.h | 187 static const locale& _STLP_CALL classic(); 273 static const locale& _STLP_CALL classic() { function in class:locale 274 return __STATIC_CAST(const locale&, _Locale::classic());
|
_move_construct_fwk.h | 54 * implemented tells if a the special move constructor has to be called or the classic
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 187 static const locale& _STLP_CALL classic(); 273 static const locale& _STLP_CALL classic() { function in class:locale 274 return __STATIC_CAST(const locale&, _Locale::classic());
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 185 static const locale& _STLP_CALL classic(); 271 static const locale& _STLP_CALL classic() { function in class:locale 272 return __STATIC_CAST(const locale&, _Locale::classic());
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 185 static const locale& _STLP_CALL classic(); 271 static const locale& _STLP_CALL classic() { function in class:locale 272 return __STATIC_CAST(const locale&, _Locale::classic());
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 187 static const locale& _STLP_CALL classic(); 273 static const locale& _STLP_CALL classic() { function in class:locale 274 return __STATIC_CAST(const locale&, _Locale::classic());
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 187 static const locale& _STLP_CALL classic(); 273 static const locale& _STLP_CALL classic() { function in class:locale 274 return __STATIC_CAST(const locale&, _Locale::classic());
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_locale.h | 187 static const locale& _STLP_CALL classic(); 273 static const locale& _STLP_CALL classic() { function in class:locale 274 return __STATIC_CAST(const locale&, _Locale::classic());
|
/development/samples/Snake/src/com/example/android/snake/ |
Snake.java | 30 * This is an implementation of the classic Game "Snake", in which you control a serpent roaming
|
/external/chromium/chrome/browser/sync/protocol/ |
autofill_specifics.proto | 77 // that this entity represents a classic autofill object. In this case,
|
/external/chromium/chrome/browser/ui/views/ |
theme_helpers.cc | 40 // On Windows 2000 or Windows XP+ with the Classic theme selected, we need
|
/external/chromium_org/cloud_print/service/win/ |
service_resources.grd | 28 Connects classic printers with Google Cloud Print.
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineWin.h | 35 // the UXTheme theming engine present in XP, Vista, and Win 7, or the "classic"
|
/external/chromium_org/v8/test/mjsunit/ |
object-literal-overwrite.js | 95 // Test for the classic code generator.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2564.js | 69 // The first two frames are still classic mode.
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
SceneProcessor.java | 41 * Scene processors are used to compute/render things before and after the classic render of the scene.
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-06-TypeNotationDebateResp1.txt | 54 and Windows are two classic examples of bad technology that are difficult to
|
/external/qemu/distrib/sdl-1.2.15/ |
CREDITS | 29 * Max Watson, Matt Slot, and Kyle for help with the MacOS Classic port
|
/external/stlport/src/ |
locale_impl.h | 59 // be used for classic locale only
|
/external/v8/test/mjsunit/ |
object-literal-overwrite.js | 79 // Test for the classic code generator.
|
/frameworks/base/services/common_time/ |
common_clock_service.h | 76 // would have a classic A/B, B/A ordering deadlock. To avoid this, the
|
/frameworks/webview/chromium/tools/ |
run_webview_cts.py | 112 print ('More than 5 new passes? Either you''re running webview classic, or '
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
compare.pass.cpp | 22 std::locale l = std::locale::classic();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
scan_is.pass.cpp | 25 std::locale l = std::locale::classic();
|