/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
elementsetidattribute07.js | 78 First use setAttribute to create two new attribute of the second and third strong element with different values. 80 with two different values on document.
|
elementsetidattribute09.js | 78 First use setAttribute to create two new attributes on the second strong element and sup element. 80 with two different values on document.
|
nodecomparedocumentposition03.js | 84 Using compareDocumentPosition check if the document position of two Document nodes obtained from the 85 same xml document is disconnected, implementation specific, and that the order of these two documents
|
/external/chromium/third_party/libevent/test/ |
regress.c | 707 * make two bases to catch signals, use both of them. this only works 1228 struct test_pri_event one, two; local 1237 memset(&two, 0, sizeof(two)); 1245 timeout_set(&two.ev, test_priorities_cb, &two); 1246 if (event_priority_set(&two.ev, npriorities - 1) == -1) { 1255 if (event_add(&two.ev, &tv) == -1) 1261 event_del(&two.ev); 1264 if (one.count == 3 && two.count == 3 [all...] |
/external/elfutils/src/ |
ldscript.c | 176 struct version *two); [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_EXECUTE_INLINE.S | 53 jl 2f # handle two args
|
/device/samsung/maguro/ |
full_maguro.mk | 20 # details, it only fundamentally contains two inherit-product
|
/device/samsung/tuna/ |
full_tuna.mk | 20 # details, it only fundamentally contains two inherit-product
|
/device/ti/panda/ |
full_panda.mk | 20 # details, it only fundamentally contains two inherit-product
|
/external/chromium/chrome/browser/resources/net_internals/ |
topmidbottomview.js | 7 * one that fills the remaining space between those two.
|
/external/libvpx/vp8/common/ppc/ |
copy_altivec.asm | 20 ;# but the output will be. So two reads and a perm
|
/external/v8/test/mjsunit/compiler/ |
regress-rep-change.js | 28 // Regression test for the case where a phi has two input operands with
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
segments-from-data-url.js | 18 ["http://f:fifty-two/c", [":","","0","","",""]],
|
/ndk/build/core/ |
setup-abi.mk | 41 # everything when you switch between these two modes. For projects
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
UtilityUnitTests.java | 267 final long[] two = Utility.toPrimitiveLongArray(createLongCollection(3, 4)); local 268 assertEquals(2, two.length); 269 assertEquals(3, two[0]); 270 assertEquals(4, two[1]); 280 final Set<Long> two = Utility.toLongSet(new long[] {1, 2}); local 281 assertEquals(2, two.size()); 282 assertTrue(two.contains(1L)); 283 assertTrue(two.contains(2L));
|
/dalvik/tests/046-reflect/src/ |
Main.java | 43 String one, two, three, four; local 50 two = (String) field.get(instance); 55 System.out.println(" ::: " + one + ":" + two + ":" + three);
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session_unittest.cc | 289 SyncSession two(context_.get(), this, source_two, routes_two, workers_two); 291 one.Coalesce(two); 293 EXPECT_EQ(two.source().updates_source, one.source().updates_source);
|
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframe_func_neon.asm | 47 ; copy two rows at one time 105 ;copy two rows at one time
|
/external/webkit/Source/WebCore/css/ |
CSSStyleApplyProperty.cpp | 43 ApplyPropertyExpanding(ApplyPropertyBase* one = 0, ApplyPropertyBase* two = 0, ApplyPropertyBase *three = 0, ApplyPropertyBase* four = 0) 46 m_propertyMap[1] = two; 75 ApplyPropertyExpandingSuppressValue(ApplyPropertyBase* one = 0, ApplyPropertyBase* two = 0, ApplyPropertyBase *three = 0, ApplyPropertyBase* four = 0) 76 : ApplyPropertyExpanding(one, two, three, four) {}
|
/bionic/libm/src/ |
e_pow.c | 20 * 1. Compute and return log2(x) in two pieces: 70 two = 2.0, variable 297 r = (z*t1)/(t1-two)-(w+z*w);
|
e_powf.c | 29 two = 2.0, variable 240 r = (z*t1)/(t1-two)-(w+z*w);
|
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/ |
sample.js | 24 // Create a parent item and two children.
|
/external/fdlibm/ |
e_pow.c | 20 * 1. Compute and return log2(x) in two pieces: 73 two = 2.0, variable 302 r = (z*t1)/(t1-two)-(w+z*w);
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.ml | 55 overhead on top of the two stubs that are already invoked for each
|
/external/v8/test/mjsunit/ |
string-compare-alignment.js | 28 // Test that we can compare two strings that are not 4-byte aligned.
|