HomeSort by relevance Sort by last modified time
    Searched refs:hand (Results 1 - 25 of 71) sorted by null

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 198 // platforms. For other systems, they will have to be hand tailored.
201 // it may be possible to hand tailor a more efficient implementation. Such
215 # error defaults not correct; you must hand modify boost/cstdint.hpp
254 # error defaults not correct; you must hand modify boost/cstdint.hpp
289 # error defaults not correct; you must hand modify boost/cstdint.hpp
303 # error defaults not correct; you must hand modify boost/cstdint.hpp
327 # error defaults not correct; you must hand modify boost/cstdint.hpp
472 # error defaults not correct; you must hand modify boost/cstdint.hpp
480 # error defaults not correct; you must hand modify boost/cstdint.hpp
488 # error defaults not correct; you must hand modify boost/cstdint.hp
    [all...]
  /external/clang/test/CXX/expr/expr.ass/
p9-cxx11.cpp 16 a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
17 a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of operator '+'}}
18 a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '*'}} \
19 expected-error {{initializer list cannot be used on the right hand side of operator '*'}}
33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}}
  /system/media/camera/docs/
CameraCaptureResultTest.mako 19 * definitions in /system/media/camera/docs. Do not modify by hand or
CameraMetadataEnums.mako 22 * definitions in /system/media/camera/docs. Do not modify by hand or
CameraMetadataKeys.mako 23 * definitions in /system/media/camera/docs. Do not modify by hand or
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 37 // Think carefully about when to call this. On one hand, mutation observer
40 // after. On the other hand, we intend to do this as early as possible so that
unload_event.js 6 // tab shutdown. On the other hand, onUnload might not always fire, since
  /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/chromium_org/chrome/common/extensions/docs/server2/
instance_servlet.py 27 manage to catch everything - uhoh. On the other hand, we'll figure it out
  /bionic/linker/
Android.mk 52 # hand, as we want to insert an extra step that is not supported by the build system, and
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 221 // right hand side operand.
232 // right hand side operand.
234 // With positive left hand side operand.
266 // With negative left hand side operand.
regexp-string-methods.js 45 // On the other hand test is defined in a semi-coherent way as a call to exec.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1149.js 28 // We should not try to record duplicate bailout IDs for the 'left-hand
regress-815.js 41 // Emitting code for the left hand side of a for-in.
regress-crbug-39160.js 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
  /external/v8/test/mjsunit/
div-mod.js 221 // right hand side operand.
232 // right hand side operand.
234 // With positive left hand side operand.
266 // With negative left hand side operand.
regexp-string-methods.js 45 // On the other hand test is defined in a semi-coherent way as a call to exec.
  /external/v8/test/mjsunit/regress/
regress-1149.js 28 // We should not try to record duplicate bailout IDs for the 'left-hand
regress-815.js 41 // Emitting code for the left hand side of a for-in.
regress-crbug-39160.js 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 142 for hand in hlist:
143 sectname = "handler_%s" % hand
169 handlers[hand] = h
197 for hand in hlist:
198 log.addHandler(handlers[hand])
249 for hand in hlist:
250 logger.addHandler(handlers[hand])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 142 for hand in hlist:
143 sectname = "handler_%s" % hand
169 handlers[hand] = h
197 for hand in hlist:
198 log.addHandler(handlers[hand])
249 for hand in hlist:
250 logger.addHandler(handlers[hand])
    [all...]
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 122 "to produce output; check by hand. ")]
  /build/target/board/generic/
BoardConfig.mk 19 # that are slower to emulate. On the other hand, it is possible to emulate
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info.py 98 'hand! Use record_wpr for updating.')

Completed in 421 milliseconds

1 2 3