HomeSort by relevance Sort by last modified time
    Searched full:thing (Results 251 - 275 of 2976) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unary.py 37 # Make sure '**' does the right thing; these form a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 69 # thing.
414 whole thing is.
435 thing = object()
436 self.assertIs(thing, thing)
437 self.assertRaises(self.failureException, self.assertIs, thing, object())
440 thing = object()
441 self.assertIsNot(thing, object())
442 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
    [all...]
  /system/core/adb/
adb_utils.cpp 48 // Escape any ' in the string (before we single-quote the whole thing).
  /system/core/init/
parser.cpp 90 /* unterminated quoted thing */
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 112 // FilterExprWalker#isDocOrdered() did the right thing.
162 // // FilterExprWalker#isDocOrdered() did the right thing.
  /external/lldb/examples/python/
cmdtemplate.py 53 # from now on, replace lldb.<thing>.whatever with <thing>.whatever
  /external/llvm/test/CodeGen/SystemZ/
fp-mul-06.ll 36 ; The important thing here is that we don't generate an out-of-range
51 ; Here too the important thing is that we don't generate an out-of-range
fp-mul-07.ll 36 ; The important thing here is that we don't generate an out-of-range
51 ; Here too the important thing is that we don't generate an out-of-range
fp-mul-08.ll 39 ; The important thing here is that we don't generate an out-of-range
55 ; Here too the important thing is that we don't generate an out-of-range
fp-mul-09.ll 39 ; The important thing here is that we don't generate an out-of-range
55 ; Here too the important thing is that we don't generate an out-of-range
  /external/llvm/test/tools/llvm-cov/Inputs/
test_-a.cpp.gcov 100 2: 68: A thing;
105 8589934592: 70: thing.B();
test_-a_-b.cpp.gcov 121 2: 68: A thing;
128 8589934592: 70: thing.B();
test_-a_-b_-c_-u.cpp.gcov 143 2: 68: A thing;
152 8589934592: 70: thing.B();
  /external/strace/linux/
dummy.h 109 /* printargs does the right thing */
128 /* printargs_lu/ld does the right thing */
  /external/valgrind/none/tests/x86/
bug126147-x86.c 121 check (int thing, int number)
123 if (!thing)
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CertBlacklisterTest.java 60 // build a new thing to blacklist
120 // build a new thing to blacklist
  /frameworks/support/v7/appcompat/res/values/
strings.xml 34 thing is going to do. -->
39 tapping/clicking the whole thing is going to do. -->
  /packages/apps/Email/res/values/
arrays.xml 84 <!-- Mail sync window sizes for EAS mailboxes. It's the same thing as
96 <!-- Mail sync window size codes for EAS milboxes. It's the same thing as
  /prebuilts/sdk/current/support/v7/appcompat/res/values/
strings.xml 34 thing is going to do. -->
39 tapping/clicking the whole thing is going to do. -->
  /art/runtime/
dex_instruction.cc 228 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_21c(), VRegB_21c());
302 os << StringPrintf("%s v%d, v%d, thing@%d", opcode, VRegA_22c(), VRegB_22c(), VRegC_22c());
322 os << StringPrintf("%s v%d, thing@%d", opcode, VRegA_31c(), VRegB_31c()); break;
377 << ", v" << arg[3] << ", v" << arg[4] << "}, thing@" << VRegB_35c();
405 os << StringPrintf("%s, {v%d .. v%d}, thing@%d", opcode, VRegC_3rc(),
dex_instruction.h 102 k21c, // op vAA, thing@BBBB
107 k22c, // op vA, vB, thing@CCCC
112 k31c, // op vAA, thing@BBBBBBBB
113 k35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG)
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 36 /// default implementation of clone() will NOT do the right thing, and you
49 /// default implementation of clone() will NOT do the right thing, and you
86 /// default implementation of clone() will NOT do the right thing, and you
  /external/netperf/
netcpu_pstatnew.c 227 thing in measuring user, kernel, interrupt and idle all together
252 netperf run. this may not be a particularly safe thing to
283 /* since HP-UX 11.23 does the _RIGHT_ thing and idle/user/kernel
  /art/test/088-monitor-verification/src/
Main.java 92 Class thing = Thread.class; local
  /bionic/libc/arch-arm/bionic/
atomics_arm.c 53 * intrinsics to perform the same thing.

Completed in 216 milliseconds

<<11121314151617181920>>