HomeSort by relevance Sort by last modified time
    Searched defs:outputH (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
rule_bison.py 95 outputH = os.path.join(outputDir, inputRoot + '.h')
97 outputHFile = open(outputH, 'w')
  /frameworks/base/tools/aidl/
options_test.cpp 15 const char* outputH;
113 // outputH
114 if (answer.outputH != options.outputH) {
115 cout << "mismatch: outputH: got " << options.outputH
116 << " expected " << answer.outputH << endl;
146 /* outputH */ "",
152 /* argv */ { "test", "inputFileName.aidl_cpp", "-oh", "outputH", NULL, NULL, NULL, NULL },
158 /* outputH */ "outputH"
    [all...]

Completed in 106 milliseconds