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

  /external/webkit/Source/WebCore/css/
makevalues.pl 37 open GPERF, ">CSSValueKeywords.gperf" || die "Could not open CSSValueKeywords.gperf for writing";
38 print GPERF << "EOF";
65 print GPERF $name . ", CSSValue" . $id . "\n";
68 print GPERF << "EOF";
75 print GPERF " \"" . $name . "\",\n";
78 print GPERF << "EOF";
96 close GPERF;
137 system("gperf --key-positions=\"*\" -D -n -s 2 CSSValueKeywords.gperf > CSSValueKeywords.cpp") == 0 || die "call (…)
    [all...]
makeprop.pl 37 open GPERF, ">CSSPropertyNames.gperf" || die "Could not open CSSPropertyNames.gperf for writing";
38 print GPERF << "EOF";
65 print GPERF $name . ", CSSProperty" . $id . "\n";
68 print GPERF<< "EOF";
140 system("gperf --key-positions=\"*\" -D -n -s 2 CSSPropertyNames.gperf > CSSPropertyNames.cpp") == 0 || die "calling gperf failed: $?";

Completed in 36 milliseconds