HomeSort by relevance Sort by last modified time
    Searched refs:hand (Results 1 - 25 of 58) 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/
CaptureResultTest.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
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 17 to hand-edit this file for your particular application. To
  /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
  /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);
  /bionic/linker/
linker_executable.mk 4 # hand, as we want to insert an extra objcopy step that is not supported by the build
  /external/chromium_org/extensions/renderer/resources/
unload_event.js 6 // tab shutdown. On the other hand, onUnload might not always fire, since
  /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
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 227 // right hand side operand.
238 // right hand side operand.
240 // With positive left hand side operand.
272 // 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
  /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/chrome/browser/ui/webui/
downloads_ui_browsertest.js 104 // On the other hand, when deletions are not allowed, "Clear All"
110 // On the other hand, when deletions are not allowed, all
  /build/target/board/generic/
BoardConfig.mk 19 # that are slower to emulate. On the other hand, it is possible to emulate
  /bionic/libc/tools/
genlibgcc_compat.py 46 * problem. On the other hand, existing shared libraries distributed with
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 154 "to produce output; check by hand. ")]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info.py 126 'hand! Use record_wpr for updating.')
  /external/libvorbis/doc/
01-introduction.tex 303 \item overlap/add left-hand output of transform with right-hand output of previous frame
304 \item store right hand-data from transform of current frame for future lapping
310 MDCT to store the right-hand transform data of a partial MDCT for a
493 Windowed MDCT output is overlapped and added with the right hand data
501 \paragraph{cache right hand data}
502 The decoder must cache the right hand portion of the current frame to
503 be lapped with the left hand portion of the next frame.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 406 See, how she leans her cheek upon her hand!\n\
407 O, that I were a glove upon that hand,\n\

Completed in 828 milliseconds

1 2 3