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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
submodules-preprocess.cpp 8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (but should be
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
crosssect.asm 14 .long (_sys_srt-.)+(.-_sys_info) # GAS cannot handle this but we can
  /ndk/tests/build/flto/jni/
Android.mk 10 # clang does LTO via gold plugin, but gold doesn't support MIPS yet
  /external/llvm/test/MC/ARM/
arm-it-block.s 9 @ 'it' is parsed but not encoded.
  /external/eigen/demos/opengl/
quaternion_demo.cpp 557 QPushButton* but = new QPushButton("reset"); local
558 but->setToolTip("move the camera to initial position (with animation)");
559 layout->addWidget(but);
560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera()));
567 QRadioButton* but; local
568 but = new QRadioButton("turn around");
569 but->setToolTip("look around an object");
570 group->addButton(but, NavTurnAround);
571 boxLayout->addWidget(but);
572 but = new QRadioButton("fly")
586 QRadioButton* but; local
605 QRadioButton* but; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg2.asm 6 ;; can't remember how to print a string in DOS, but if anyone wants
  /external/stlport/
libstlport.mk 3 # We put the STL libraries in front of any user libraries, but we need to
  /ndk/tests/build/issue36131-flto-c++11/jni/
Android.mk 11 # clang does LTO via gold plugin, but gold doesn't support MIPS yet
  /external/chromium_org/chrome/common/extensions/docs/server2/
docs_server_utils.py 38 '''Returns the str |data| as a unicode object. It's expected to be utf8, but
  /external/valgrind/main/drd/tests/
atomic_var.c 22 #error Sorry, but this test program can only be compiled by a compiler that\
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 17 # We should check this on x86 too, but then we'd
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 46 && ( echo vcdiff with no arguments should fail, but succeeded ^
50 rem vcdiff with three arguments but without "encode" or "decode"
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
213 rem Using empty file as dictionary should work, but (because dictionary is empty)
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
238 && ( echo -dictionary option with no file name should fail, but succeeded
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 46 && ( echo vcdiff with no arguments should fail, but succeeded ^
50 rem vcdiff with three arguments but without "encode" or "decode"
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
213 rem Using empty file as dictionary should work, but (because dictionary is empty)
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
238 && ( echo -dictionary option with no file name should fail, but succeeded
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 46 && ( echo vcdiff with no arguments should fail, but succeeded ^
50 rem vcdiff with three arguments but without "encode" or "decode"
54 && ( echo vcdiff without operation argument should fail, but succeeded ^
145 && ( echo Decode using larger dictionary should fail, but succeeded ^
168 && ( echo vcdiff with missing dictionary file should fail, but succeeded ^
177 && ( echo vcdiff with missing target file should fail, but succeeded ^
185 && ( echo vcdiff with missing delta file should fail, but succeeded ^
213 rem Using empty file as dictionary should work, but (because dictionary is empty)
230 && ( echo vcdiff with invalid delta file should fail, but succeeded ^
238 && ( echo -dictionary option with no file name should fail, but succeeded
    [all...]
  /bionic/libc/zoneinfo/
Android.mk 12 # The host build doesn't use bionic, but it does use bionic's zoneinfo data
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 25 throw "Expected " + expected + " but was " + actual;
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 25 throw "Expected " + expected + " but was " + actual;
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
dns_fail.js 25 throw "Expected " + expected + " but was " + actual;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
README 16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
43 with Gallium, but it's really beneficial to be able to compile xorg drivers
53 5) Copies with format conversion and - reinterpretation but without ROP
  /external/jmonkeyengine/
Android.mk 14 # jMonkeyEngine needs these resources, but they will eventually get
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 6 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /external/mesa3d/src/gallium/state_trackers/xa/
README 16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
43 with Gallium, but it's really beneficial to be able to compile xorg drivers
53 5) Copies with format conversion and - reinterpretation but without ROP
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 7 overflow in your program's main thread (unlikely but
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 7 overflow in your program's main thread (unlikely but
  /libcore/json/src/main/java/org/json/
JSONTokener.java 155 * specify this behavior, but it's required to parse
185 * Returns the string up to but not including {@code quote}, unescaping any
187 * should have already been read. This consumes the closing quote, but does
197 * the result as a substring of the input. But if we encounter an escape
332 * Returns the string up to but not including any of the given characters or
367 throw syntaxError("Names must be strings, but " + name
374 * equals sign '=', or an arrow "=>". The last two are bogus but we
402 * "[]" yields an empty array, but "[,]" returns a two-element array
492 throw syntaxError("Expected " + c + " but was " + result);
530 * to but not including the first of
    [all...]

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>