HomeSort by relevance Sort by last modified time
    Searched full:identical (Results 26 - 50 of 3767) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/eigen/cmake/
EigenDetermineVSServicePack.cmake 3 # The code is almost identical to the CMake version. The only difference is that we remove
  /external/valgrind/docs/internals/
avx-notes.txt 5 * Important: iropt: Make sure XorV128 and XorV256 of identical
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug327.go 7 // Conversion between identical interfaces.
bug477.go 7 // Test multiple identical unnamed structs with methods. This caused
  /prebuilts/go/linux-x86/test/fixedbugs/
bug327.go 7 // Conversion between identical interfaces.
bug477.go 7 // Test multiple identical unnamed structs with methods. This caused
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
redef3.d 3 #identical to ../all/redef, we just need to reverse the relocs.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollatorTest.java 37 c.setStrength(Collator.IDENTICAL);
49 assertTrue("a) Failed on identical", c.compare(o, o2) < 0);
68 assertEquals("b) Failed on identical", 0, c.compare(o, o2));
85 assertEquals("c) Failed on identical", 0, c.compare(o, o2));
102 assertEquals("d) Failed on identical", 0, c.compare(o, o2));
127 c.setStrength(Collator.IDENTICAL);
132 assertTrue("a) Failed on identical", !c.equals("\u0001", "\u0002"));
140 assertTrue("b) Failed on identical", c.equals("\u0001", "\u0002"));
148 assertTrue("c) Failed on identical", c.equals("\u0001", "\u0002"));
155 assertTrue("d) Failed on identical", c.equals("\u0001", "\u0002"))
    [all...]
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java 31 // Identical to the value specified in res/values/strings.xml.
35 // Identical to the values specified in res/values/strings.xml.
  /external/selinux/libselinux/man/man3/
avc_compute_create.3 25 is used to compute a SID to use for labeling a new object in a particular class based on a SID pair. This call is identical to
30 is used to compute a SID to use for labeling a polyinstantiated object instance of a particular class based on a SID pair. This call is identical to
getfilecon.3 26 is identical to
32 is identical to
setfilecon.3 25 is identical to setfilecon, except in the case of a symbolic link, where the
29 is identical to setfilecon, only the open file pointed to by filedes (as
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
eh-frame-foo.s 19 frame information is identical but changes at the end. The
20 initial identical section is long enough to overflow the
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 1 //== IdenticalExprChecker.cpp - Identical expression checker----------------==//
12 /// unintended use of identical expressions.
14 /// It checks for use of identical expressions with comparison operators and
32 // FindIdenticalExprVisitor - Identify nodes using identical expressions.
66 Message = "identical expressions on both sides of bitwise operator";
68 Message = "identical expressions on both sides of logical operator";
73 "Use of identical expressions",
111 // Check for identical inner condition:
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
123 "conditions of the inner and outer statements are identical",
    [all...]
  /art/runtime/
reference_table.cc 77 // array object), and the number of additional objects that are identical
80 int identical, int equiv)
101 size_t total = identical + equiv + 1;
103 if (identical + equiv != 0) {
214 size_t identical = 0; local
222 ++identical;
229 DumpSummaryLine(os, prev, element_count, identical, equiv);
231 identical = 0;
237 DumpSummaryLine(os, prev, GetElementCount(prev), identical, equiv);
  /external/autotest/client/cros/chameleon/
mirror_comparison.py 40 Then it checks all the resolutions identical and also all the screens
41 identical.
50 logging.info('Checking the resolutions of all screens identical...')
  /art/test/142-classloader2/src-ex/
A.java 18 * Identical class to the main src, except with a different value, so we can distinguish them.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs4.java 21 * Identical to Tabs2. The change is in the theme used in the manifest file.
  /external/autotest/client/common_lib/cros/
servo_afe_board_map.py 11 Many boards are identical to other boards for servo's purposes.
  /external/clang/test/Analysis/
traversal-path-unification.c 22 // The effects of a() and b() are identical (they both invalidate globals).
  /external/clang/test/CodeGen/
cxx-default-arg.cpp 5 // byte code should be identical to the compilation without
  /external/kernel-headers/original/uapi/asm-generic/
ipcbuf.h 10 * everyone just ended up making identical copies without specific
  /external/svox/pico/tts/
Android.mk 4 # excluding the compatibility code. This is identical
  /external/v8/src/parsing/
rewriter.h 27 // to ensure identical behaviour of completion result.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ipcbuf.h 10 * everyone just ended up making identical copies without specific

Completed in 2052 milliseconds

12 3 4 5 6 7 8 91011>>