HomeSort by relevance Sort by last modified time
    Searched refs:same (Results 51 - 75 of 461) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeissamenode08.js 80 Using isSameNode check if 2 Notation nodes that reference the same object are
81 the same.
nodeisequalnode07.js 84 Using isEqualNode check if 2 Element nodes having the same nodeName and namespaceURI attribute
85 created by two different Document objects obtained by parsing the same xml document are equal.
nodeisequalnode25.js 86 Using isEqualNode check if 2 EntityNode having the same name of two DocumentType nodes
87 returned by parsing the same xml document are equal.
nodeisequalnode26.js 86 Using isEqualNode check if 2 NotationNode having the same name of two DocumnotationType nodes
87 returned by parsing the same xml documnotation are equal.
nodesetuserdata06.js 81 twice using the same key. Verify if the UserData object that was by the
82 second setUserData is the same as original Entity.
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 29 // The same address can be written with different contractions, but should
30 // get canonicalized to the same thing.
path.js 19 // escaped dots should be unescaped and treated the same as dots
37 // Invalid escape sequence: bad characters should be treated the same as
  /external/e2fsprogs/intl/
relocatable.c 223 bool same = false; local
234 same = true;
247 if (!same)
249 /* The last pathname component was the same. opi and cpi now point
397 initially been installed in the same orig_prefix. But we can do
420 typically created from the same Makefile variable as orig_prefix came
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 116 Bool same; member in struct:__anon13828
307 if (line.prev > line.no + OVERFLOW_DIFFERENCE && file.same) {
313 file.same = True;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 155 boolean same = true;
175 same = false;
183 return same;
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 635 same = wiz.equals(t1, t2)
636 self.failUnless(same)
643 same = wiz.equals(t1, t2)
644 self.failUnless(same)
651 same = wiz.equals(t1, t2)
652 self.failUnless(not same)
659 same = wiz.equals(t1, t2)
660 self.failUnless(not same)
667 same = wiz.equals(t1, t2)
668 self.failUnless(not same)
    [all...]
  /external/v8/test/mjsunit/
array-tostring.js 58 // Non-existing join function is treated same as non-callable.
90 // Non-callable join works same as for Array.
97 // Non-existing join works same as for Array.
105 // that "join" is read from is the same one passed as receiver later.
144 // ToObject is called first and the same object is being used for the
double-equals.js 63 // Compare values of same type.
65 // Numbers are equal if same, unless NaN, which isn't equal to anything, and
86 // Strings are equal if containing the same code points.
93 // Booleans are equal if they are the same.
104 // Objects are equal if they are the same object only.
debug-enable-disable-breakpoints.js 48 // with several break points in the same location.
66 // Set another breakpoint in f at the same place.
debug-ignore-breakpoints.js 48 // break points in the same location.
61 // Set another breakpoint in f at the same place.
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 372 boolean same = TreeWizard.equals(t1, t2, adaptor);
373 assertTrue(same);
380 boolean same = TreeWizard.equals(t1, t2, adaptor);
381 assertTrue(same);
388 boolean same = TreeWizard.equals(t1, t2, adaptor);
389 assertTrue(!same);
  /external/icu4c/test/intltest/
tfsmalls.cpp 274 UBool same = TRUE; local
277 same = FALSE;
280 if (same) {
ucdtest.cpp 423 UBool same= a==b; local
424 if(!same && diffIsError) {
427 return same;
  /external/mesa3d/docs/
MESA_shader_debug.spec 211 produce the same output, assuming they were issued from the same
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 26 ; * blocks 0 to 3 in the same macroblock.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 26 ; * blocks 0 to 3 in the same macroblock.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xteststr.h 73 BOOL same; member in struct:__anon22766
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xteststr.h 73 BOOL same; member in struct:__anon24356
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xteststr.h 73 BOOL same; member in struct:__anon25868
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 121 // We get a lot of repeated selection requests for the same selection
131 boolean same = true;
138 same = false;
142 same = false;
146 if (same) {

Completed in 920 milliseconds

1 23 4 5 6 7 8 91011>>