OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constValue
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmUtils.java
30
V
constValue
) {
36
if (enumConst.getValue().equals(
constValue
)) {
43
JFmLog.e(TAG, "getEnumConst: Invalid const (" +
constValue
+ ") for "
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
IpoHelper.java
143
* @param
constValue
147
public Ipo fromValue(float
constValue
) {
148
return new ConstIpo(
constValue
);
166
private float
constValue
;
171
* @param
constValue
174
public ConstIpo(float
constValue
) {
176
this.
constValue
=
constValue
;
181
return
constValue
;
186
return
constValue
;
[
all
...]
/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
693
std::string
constValue
= CI->getValue().toString(10, true);
697
<< ", StringRef(\"" <<
constValue
<< "\"), 10));";
[
all
...]
Completed in 546 milliseconds