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

1 2

  /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 '+'}}
  /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
  /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 cronjobs don't manage to catch everything - uhoh. On the other hand, we'll
  /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.
object-prevent-extensions.js 119 // assignment should return right hand side value
  /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/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 110 // On the other hand, when deletions are not allowed, "Clear All"
116 // On the other hand, when deletions are not allowed, all
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 79 u' set. Don\'t edit by hand! Use record_wpr for'
page_set_archive_info.py 120 'hand! Use record_wpr for updating.')
  /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/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\
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
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\
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
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\
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 63 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
  /external/libunwind/doc/
libunwind-setjmp.tex 33 other hand, executing a non-local goto by calling one of the
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 21 generate a stub function by hand or to pass parameters by reference.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 555 '[t] "equation"; [t] "left hand side"; [n] children/*[1];' +
557 '[t] "right hand side"; [n] children/*[2]',

Completed in 3789 milliseconds

1 2