/external/clang/test/Coverage/ |
html-diagnostics.c | 8 // emitted to the output as comment.
|
/external/clang/test/Modules/Inputs/Module.framework/Headers/ |
Module.h | 4 // This "0-1" is only here because the warning is only emitted when the
|
/external/llvm/test/CodeGen/X86/ |
visibility2.ll | 2 ; emitted they are not treated as definitions. Test case for r132825.
|
fltused.ll | 1 ; The purpose of this test to to verify that the fltused symbol is emitted when 3 ; is not emitted otherwise.
|
fltused_function_pointer.ll | 1 ; The purpose of this test to to verify that the fltused symbol is emitted when 3 ; is not emitted otherwise.
|
label-redefinition.ll | 2 ; RUN: not llc %s -o - 2>&1 | grep "'_foo' label emitted multiple times to assembly"
|
overlap-shift.ll | 3 ;; emitted before the shift to save the register value before it is
|
/external/clang/test/CodeGen/ |
alias.c | 15 // Make sure that aliases cause referenced values to be emitted. 28 void test7() { test6(); } // test6 is emitted as extern.
|
/external/clang/test/Misc/ |
error-limit-multiple-notes.cpp | 3 // error and three notes emitted 21 // CHECK: fatal error: too many errors emitted, stopping now
|
/external/jpeg/ |
djpeg.1 | 72 emitted if 77 format is emitted. 86 emitted if 91 format is emitted. 95 PGM is emitted if the JPEG file is gray-scale or if 97 is specified; otherwise PPM is emitted. 103 Select Targa output format. Gray-scale format is emitted if the JPEG file is 106 is specified; otherwise, colormapped format is emitted if 108 is specified; otherwise, 24-bit full-color format is emitted.
|
/external/qemu/distrib/jpeg-6b/ |
djpeg.1 | 72 emitted if 77 format is emitted. 86 emitted if 91 format is emitted. 95 PGM is emitted if the JPEG file is gray-scale or if 97 is specified; otherwise PPM is emitted. 103 Select Targa output format. Gray-scale format is emitted if the JPEG file is 106 is specified; otherwise, colormapped format is emitted if 108 is specified; otherwise, 24-bit full-color format is emitted.
|
/external/clang/test/Sema/ |
vla-2.c | 4 // a different codepath when we have already emitted an error.)
|
warn-unused-function.c | 9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} 49 static void unused(void) { unused(); } // expected-warning{{not needed and will not be emitted}}
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleHazardRecognizer.h | 38 NoHazard, // This instruction can be emitted at this cycle. 39 Hazard, // This instruction can't be emitted at this cycle. 40 NoopHazard // This instruction can't be emitted, and needs noops. 70 /// emitted, to advance the hazard state.
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
nested-struct.cpp | 4 // If debug info for my_number() is emitted outside function foo's scope
|
/dalvik/dx/tests/120-disable-extended-ops/ |
run | 27 echo "No iget/jumbo emitted without --target-api" 34 echo "Found $count iget/jumbo emitted with --target-api=11"
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.h | 136 /// emitted immediately after the function entry point. 145 /// should be emitted. 149 /// should be emitted. 153 /// should be emitted. 170 /// emitted immediately after the function entry point. 190 /// emitted immediately after the function entry point. 199 /// info should be emitted. 203 /// should be emitted. 207 /// should be emitted. 222 /// emitted immediately after the function entry point [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebinspector.cpp | 131 * @web_inspector: the object on which the signal is emitted 134 * Emitted when the user activates the 'inspect' context menu item 159 * @web_inspector: the object on which the signal is emitted 162 * Emitted when the inspector window should be displayed. Notice 179 * @web_inspector: the object on which the signal is emitted 182 * Emitted when the inspector should appear at the same window as 198 * @web_inspector: the object on which the signal is emitted 201 * Emitted when the inspector should appear in a separate window. 216 * @web_inspector: the object on which the signal is emitted 219 * Emitted when the inspector window should be closed. You ca [all...] |
/external/skia/include/pdf/ |
SkPDFDocument.h | 51 * Will fail if the document has already been emitted. 59 * true if successful. Will fail if the document has already been emitted.
|
/frameworks/compile/mclinker/lib/LD/ |
DiagnosticEngine.cpp | 54 bool emitted = m_pInfoMap->process(*this); local 56 return emitted;
|
/frameworks/compile/slang/lit-tests/ |
README | 25 more than just emitted bitcode. For example, with some changes to the testcases 27 write tests that verify the emitted Java code.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
ITestRunListener.java | 79 * metrics which may have been emitted during the test case's execution. 82 * @param testMetrics a {@link Map} of the metrics emitted
|
/dalvik/dx/tests/111-use-null-as-array/ |
info.txt | 16 This test compares emitted code against a known-good (via eyeballing)
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x-fixits.cpp | 3 // Verify that the appropriate fixits are emitted for narrowing conversions in
|
/external/dexmaker/ |
README | 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
|