OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constvalue
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm
84
our $
constValue
= '("[^"\r\n]*")|(0[xX][a-fA-F0-9]+)|(-?[0-9]*)';
96
our $constantSelector = 'const\s*' . $supportedTypes . '\s*(' . $idlType . '*)\s*=\s*(' . $
constValue
. ')';
IDLParser.pm
356
my $
constValue
= (defined($3) ? $3 : die("Parsing error!\nSource:\n$line\n)"));
361
$newDataNode->value($
constValue
);
366
print " | |> Constant; TYPE \"$constType\" NAME \"$constName\" VALUE \"$
constValue
\"\n" unless $beQuiet;
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
680
std::string
constValue
= CI->getValue().toString(10, true);
684
<< ", StringRef(\"" <<
constValue
<< "\"), 10));";
[
all
...]
/external/chromium/testing/gmock/test/
gmock-actions_test.cc
[
all
...]
Completed in 1806 milliseconds