/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_new.py | 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method')
|
/prebuilts/go/darwin-x86/src/image/png/testdata/pngsuite/ |
README | 17 by the sng command-line tool and some hand editing. The files
|
/prebuilts/go/linux-x86/src/image/png/testdata/pngsuite/ |
README | 17 by the sng command-line tool and some hand editing. The files
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_new.py | 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_new.py | 40 'Broken call of hand-crafted class instance') 42 'Broken call of hand-crafted class instance') 46 'Broken call of hand-crafted instance method') 48 'Broken call of hand-crafted instance method')
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
README | 3 The files *.rc are hand-edited or copied from elsewhere.
|
/external/e2fsprogs/lib/ext2fs/ |
rbtree.c | 385 /* If we have a right-hand child, go down and then left as far 394 /* No right-hand children. Everything down and left is 397 ancestor is a right-hand child of its parent, keep going 398 up. First time it's a left-hand child of its parent, said 413 /* If we have a left-hand child, go down and then right as far 422 /* No left-hand children. Go up till we find an ancestor which 423 is a right-hand child of its parent */
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnalogClock.java | 221 private void drawHand(Canvas canvas, Drawable hand, int x, int y, float angle, 226 final int w = hand.getIntrinsicWidth(); 227 final int h = hand.getIntrinsicHeight(); 228 hand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2)); 230 hand.draw(canvas);
|
/external/eigen/Eigen/src/Core/ |
CwiseBinaryOp.h | 22 * \param Lhs the type of the left-hand side 23 * \param Rhs the type of the right-hand side 27 * both the left-hand side and the right-hand side are Eigen expressions. 149 /** \returns the left hand side nested expression */ 151 /** \returns the right hand side nested expression */
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelWifiVoiceTest.py | 175 # Hand-in, Hand-out test 188 # ePDG Active-Mode Mobility: Hand-in, Hand-out test 361 (for test hand-in and hand-out) [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
genIndexFilters.bat | 28 # will have to hand-edit the index file. 31 # hand-edited and checked before use; it contains comments indicating
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
packet.h | 59 // are sync-packets, then deem the left hand side to be "smaller" 60 // (i.e., "earlier") if it is primary, and right hand side is not.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/ |
BUGS | 38 * Function hypot gives incorrect result when on the one hand the difference 39 between parameters' exponents is near 2*MPFR_EMAX_MAX and on the other hand
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_linux_arm64.go | 1 // Created by cgo -cdefs and converted (by hand) to Go 140 // Created by cgo -cdefs and then converted to Go by hand
|
/prebuilts/go/linux-x86/src/runtime/ |
defs_linux_arm64.go | 1 // Created by cgo -cdefs and converted (by hand) to Go 140 // Created by cgo -cdefs and then converted to Go by hand
|
/art/runtime/interpreter/mterp/mips/ |
op_packed_switch.S | 4 * we decode it and hand it off to a helper function.
|
/build/target/board/generic/ |
BoardConfig.mk | 19 # that are slower to emulate. On the other hand, it is possible to emulate
|
/development/ide/eclipse/ |
README.importing-to-eclipse.txt | 25 from an XML file) by hand. Go to Project > Properties > C/C++ General >
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskListActivity.java | 41 // Hard-coded hand-waving here.
|
/device/moto/shamu/sepolicy/ |
mdm_helper.te | 22 # Access the modem Hand Over Block (HOB)
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
T.g | 47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
|
/external/e2fsprogs/install-utils/ |
convfstab | 22 echo "Please remove it by hand." >&2
|
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
KroneckerTensorProduct.h | 26 * \tparam Lhs Type of the left-hand side, a matrix expression. 27 * \tparam Rhs Type of the rignt-hand side, a matrix expression. 76 * \tparam Lhs Type of the left-hand side, a matrix expression. 77 * \tparam Rhs Type of the rignt-hand side, a matrix expression.
|
/external/fio/lib/ |
rbtree.c | 312 * If we have a right-hand child, go down and then left as far 323 * No right-hand children. Everything down and left is smaller than us, 325 * Go up the tree; any time the ancestor is a right-hand child of its 326 * parent, keep going up. First time it's a left-hand child of its
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
FilterPipeline.java | 34 * If on the other hand, {@link ServletModule} is used to register managed
|