/external/clang/test/CXX/class/class.friend/ |
p1.cpp | 70 friend int Unknown::thing(); // expected-error {{use of undeclared identifier}} 71 friend int friendfunc(), Unknown::thing(); // expected-error {{use of undeclared identifier}} 72 friend int friendfunc(), Unknown::thing() : 4; // expected-error {{use of undeclared identifier}}
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
stat.h | 30 /* We don't need to memset the whole thing just to initialize the padding */ 74 /* We don't need to memset the whole thing just to initialize the padding */ 105 /* We don't need to memset the whole thing just to initialize the padding */
|
/external/clang/test/CXX/basic/basic.def.odr/ |
p1-var.cpp | 19 // Bad. The important thing here is that we don't emit the diagnostic twice.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
_README.txt | 8 and is a one time thing (although it is possible that the Bugzilla server
|
/external/fio/ |
err.h | 9 * This should be a per-architecture thing, to allow different
|
/external/libcap-ng/libcap-ng-0.7/ |
README | 8 will do the wrong thing when the capng_init function probes the kernel
|
/external/nanopb-c/tests/alltypes_callback/ |
SConscript | 19 # Do the same thing with the optional fields present
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
HandlerTest.java | 50 handler1.post(new Say("first thing")); 53 handler2.post(new Say("second thing")); 57 transcript.assertEventsSoFar("first thing", "second thing"); 63 handler1.post(new Say("first thing")); 66 handler2.post(new Say("second thing")); 70 transcript.assertEventsSoFar("first thing", "second thing"); 82 handler1.post(new Say("first thing")); 85 handler2.post(new Say("second thing")); [all...] |
/external/clang/test/SemaCXX/ |
warn-missing-noreturn.cpp | 115 template <typename T> void thingy(T thing) { 116 thing.wibble();
|
/external/libxml2/doc/ |
libxml-doc.el | 63 ;; (thing-at-point 'word) if it matches a symbol 68 ;; - Changed the 'word match from thing-at-point into 'symbol. 76 ;; thing-at-point does not match a symbol and "*" + thing-at-point 136 ((assoc (thing-at-point 'symbol) libxmldoc-symbols) 137 (setq symbol (thing-at-point 'symbol))) 139 ;; note: this could be rewritten to use (thing-at-point 'word) 140 ((assoc (concat "*" (thing-at-point 'symbol)) libxmldoc-symbols) 141 (setq symbol (concat "*" (thing-at-point 'symbol))))
|
/dalvik/libdex/ |
InstrUtils.h | 39 kFmt20bc, // [opt] op AA, thing@BBBB 45 kFmt21c, // op vAA, thing@BBBB 50 kFmt22c, // op vA, vB, thing@CCCC 57 kFmt35c, // op {vC,vD,vE,vF,vG}, thing@BBBB 59 kFmt3rc, // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB
|
/external/bison/tests/ |
actions.at | 394 ]m4_ifval([$6], [%type <ival> '(' 'x' 'y' ')' ';' thing line input END])[ 402 input line thing 'x' 'y' 413 { fprintf (stderr, "Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); } 414 thing 454 thing thing thing ';' 458 V(thing, $1, @1, " "); 459 V(thing, $2, @2, " "); 460 V(thing, $3, @3, " ") [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 77 * @param __t A thing of arbitrary type. 116 * @param __a A thing of arbitrary type. 117 * @param __b Another thing of arbitrary type.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 77 * @param __t A thing of arbitrary type. 116 * @param __a A thing of arbitrary type. 117 * @param __b Another thing of arbitrary type.
|
/external/icu/icu4c/source/i18n/ |
nfrlist.h | 63 void add(NFRule* thing) { 69 fStuff[fCount++] = thing;
|
/external/junit/src/org/junit/rules/ |
ErrorCollector.java | 27 * collector.addError(new Throwable("first thing went wrong")); 28 * collector.addError(new Throwable("second thing went wrong"));
|
/external/protobuf/m4/ |
acx_check_suncc.m4 | 53 dnl does the wrong thing if you don't put it into CXXFLAGS. sigh. 54 dnl (It also needs it in CFLAGS, or it does a different wrong thing!)
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
BluetoothDiscoverableTimeoutReceiver.java | 46 // Cancel any previous alarms that do the same thing. 64 // Cancel any previous alarms that do the same thing.
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
PropertyValuesHolder_Delegate.java | 53 // TODO: return the right thing. 60 // TODO: return the right thing.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 70 * @param a A thing of arbitrary type. 71 * @param b Another thing of arbitrary type.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 70 * @param a A thing of arbitrary type. 71 * @param b Another thing of arbitrary type.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
move.h | 70 * @param a A thing of arbitrary type. 71 * @param b Another thing of arbitrary type.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
basic.rb | 55 parser.reported_errors.should have( 1 ).thing 136 parser.reported_errors.should have( 1 ).thing 146 parser.reported_errors.should have( 1 ).thing 272 parser.reported_errors.should have( 1 ).thing
|
/external/bison/ |
README.android | 11 2) Do the same thing on a Linux machine.
|
/external/boringssl/src/util/bot/ |
vs_env.py | 35 # does the same thing.)
|