/external/junit/src/org/junit/rules/ |
TemporaryFolder.java | 31 protected void before() throws Throwable { method in class:TemporaryFolder
|
/external/lldb/test/pexpect-2.4/examples/ |
fix_cvs_files.py | 57 print s.before
|
/external/llvm/test/MC/ARM/ |
eh-directive-fnstart-diagnostics.s | 24 @ CHECK: error: .fnstart starts before the end of previous one
|
/external/llvm/test/MC/Mips/ |
nacl-mask.s | 9 # Test that address-masking sandboxing is added before indirect branches and 37 # Test that address-masking sandboxing is added before load instructions. 107 # Test that address-masking sandboxing is added before store instructions. 205 # masks are added before and after the instruction. 212 # but not before. 219 # before nor after. 228 # added before indirect calls.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
auditsPanel.css | 158 .audit-result-tree li.parent::before { 175 .audit-result-tree li.parent::before { 180 .audit-result-tree li.parent::before { 184 .audit-result-tree li.parent.expanded::before { 216 .audit-result-tree .section .header::before {
|
sidebarPane.css | 95 .sidebar-pane-title::before { 110 .sidebar-pane-title::before { 115 .sidebar-pane-title::before { 119 .sidebar-pane-title.expanded::before {
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_rdebug.cpp | 362 link_map_t* before = r_debug_->r_map->l_next; local 363 link_map_t* after = before->l_next; 366 entry->l_prev = before; 369 // IMPORTANT: Before modifying the previous and next entries in the 376 mapper.MapReadWrite(before); 377 before->l_next = entry; 401 // IMPORTANT: Before modifying the previous and next entries in the
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 1285 long before = System.currentTimeMillis(); local 1452 long before = System.currentTimeMillis(); local 1505 long before = System.currentTimeMillis(); local 1574 long before = System.currentTimeMillis(); local [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
website_settings.css | 81 -webkit-margin-before: 0; 102 -webkit-padding-before: 4px; 165 -webkit-margin-before: 4px;
|
search_page.css | 20 /* Create a z-context for search-bubble-innards, its after and before. */ 35 .search-bubble-innards::before {
|
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-941049.js | 95 // x is set locally *before* the last use of arguments before the 98 // y is set locally *after* the last use of arguments before the
|
/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-const.js | 36 // const0: init before break point, changed by debug eval. 39 // const3: context allocated const, init before break point, changed by eval. 110 // Run and compile before debugger is active.
|
/build/tools/droiddoc/templates-pdk/assets/ |
yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{ve (…)
|
/cts/tests/tests/accessibility/ |
Android.mk | 29 # This test runner sets up/cleans up the device before/after running the tests.
|
/cts/tests/tests/display/ |
Android.mk | 32 # This test runner sets up/cleans up the device before/after running the tests.
|
/cts/tests/tests/print/ |
Android.mk | 28 # This test runner sets up/cleans up the device before/after running the tests.
|
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/ |
PropertyAnimations.java | 84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation); 85 setAnimation.play(rotateAnimation).before(scaleAnimation);
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error_overlay.css | 53 -webkit-padding-before: 6px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
plugin_list.css | 31 .num-rules:before {
|
/external/chromium_org/components/onc/docs/ |
onc_spec.css | 42 .rule_id:before {
|
/external/chromium_org/extensions/common/ |
extension_set.cc | 55 size_t before = size(); local 60 return size() != before;
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_query_unittest.cc | 43 base::TimeTicks before = base::TimeTicks::HighResNow(); local 70 EXPECT_LT(result, base::TimeDelta(after - before).InMicroseconds());
|
/external/chromium_org/mojo/tools/ |
mojob.sh | 30 Build/test options (specified before build/test/perftest): 34 Compiler options (specified before gyp):
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
CSSParserValues.cpp | 123 void CSSParserSelector::insertTagHistory(CSSSelector::Relation before, PassOwnPtr<CSSParserSelector> selector, CSSSelector::Relation after) 127 setRelation(before);
|
/external/chromium_org/tools/cr/cr/base/ |
android.py | 62 before = cr.context.exported 84 if str(value) != str(before.get(key, None)): 126 print 'You may need to sync before an output directory can be made.'
|