OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constType
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java
263
Type
constType
= null;
269
constType
= typeBuilder.create();
270
sb.addConstant(
constType
);
279
Allocation constantData = Allocation.createTyped(mRS,
constType
);
/external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm
354
my $
constType
= (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));
360
$newDataNode->type($
constType
);
366
print " | |> Constant; TYPE \"$
constType
\" NAME \"$constName\" VALUE \"$constValue\"\n" unless $beQuiet;
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp
502
bool
constType
= true;
518
constType
= false;
523
if (
constType
)
[
all
...]
/dalvik/vm/analysis/
CodeVerify.cpp
365
static RegType constTypeToRegType(RegType
constType
)
367
switch (
constType
) {
375
return
constType
;
[
all
...]
Completed in 322 milliseconds