HomeSort by relevance Sort by last modified time
    Searched refs:XYZ (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 30 void initArray(int x, double XYZ[3]) {
34 XYZ[0] = 1;
35 XYZ[1] = 1;
36 XYZ[2] = 1;
39 double XYZ[3];
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}
42 return 1 * XYZ[1]; //expected-warning {{The right operand of '*' is a garbage value}}
    [all...]
  /external/clang/test/CodeGenCXX/
2007-04-10-PackedUnion.cpp 14 typedef void (*XYZ)();
21 XYZ bg;
  /external/clang/test/Preprocessor/
macro_paste_bad.c 3 #define XYZ x ## +
4 XYZ // expected-error {{pasting formed 'x+', an invalid preprocessing token}}
  /external/webkit/LayoutTests/fast/dom/Text/script-tests/
replaceWholeText.js 12 textB.replaceWholeText("XYZ");
13 shouldBe("textB.wholeText", "'XYZ'");
  /dalvik/tests/031-class-attributes/src/
ClassAttrs.java 104 static class MemberClass<XYZ> {
105 public MemberClass<XYZ> mWha;
107 public MemberClass(MemberClass<XYZ> memb) {
111 public Class<XYZ> foo() throws NoSuchMethodException {
  /external/bison/djgpp/
djunpack.bat 28 Rem djunpack bison-XYZ.tar.gz
30 Rem djunpack bison-XYZ.tar.bz2
32 Rem where XYZ is the version number. If the argument includes leading
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 226 named XYZ will have a base module named XYZ and a customized CommonToken
227 subclass named XYZ::Token.
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h     [all...]

Completed in 242 milliseconds