OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basicType
(Results
1 - 10
of
10
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java
262
private final int
basicType
;
491
* @param
basicType
basic type corresponding to this type; one of the
495
private Type(String descriptor, int
basicType
, int newAt) {
500
if ((
basicType
< 0) || (
basicType
>= BT_COUNT)) {
501
throw new IllegalArgumentException("bad
basicType
");
509
this.
basicType
=
basicType
;
522
* @param
basicType
basic type corresponding to this type; one of the
525
private Type(String descriptor, int
basicType
) {
[
all
...]
/dalvik/dx/src/com/android/dx/rop/type/
Type.java
247
private final int
basicType
;
425
* @param
basicType
basic type corresponding to this type; one of the
429
private Type(String descriptor, int
basicType
, int newAt) {
434
if ((
basicType
< 0) || (
basicType
>= BT_COUNT)) {
435
throw new IllegalArgumentException("bad
basicType
");
443
this.
basicType
=
basicType
;
456
* @param
basicType
basic type corresponding to this type; one of the
459
private Type(String descriptor, int
basicType
) {
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java
247
private final int
basicType
;
425
* @param
basicType
basic type corresponding to this type; one of the
429
private Type(String descriptor, int
basicType
, int newAt) {
434
if ((
basicType
< 0) || (
basicType
>= BT_COUNT)) {
435
throw new IllegalArgumentException("bad
basicType
");
443
this.
basicType
=
basicType
;
456
* @param
basicType
basic type corresponding to this type; one of the
459
private Type(String descriptor, int
basicType
) {
[
all
...]
/dalvik/tools/hprof-conv/
HprofConv.c
308
static int computeBasicLen(HprofBasicType
basicType
)
313
assert(
basicType
>= 0);
314
if (
basicType
>= maxSize)
316
return sizes[
basicType
];
340
HprofBasicType
basicType
;
343
basicType
= buf[2];
344
basicLen = computeBasicLen(
basicType
);
346
DBUG("ERROR: invalid
basicType
%d\n",
basicType
);
361
HprofBasicType
basicType
;
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java
353
int
basicType
= ref.getBasicType();
354
switch (
basicType
) {
366
int
basicType
= ref.getBasicType();
367
switch (
basicType
) {
379
int
basicType
= ref.getBasicType();
380
switch (
basicType
) {
392
int
basicType
= ref.getBasicType();
393
switch (
basicType
) {
/dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java
525
int
basicType
= ref.getBasicType();
526
switch (
basicType
) {
538
int
basicType
= ref.getBasicType();
539
switch (
basicType
) {
551
int
basicType
= ref.getBasicType();
552
switch (
basicType
) {
564
int
basicType
= ref.getBasicType();
565
switch (
basicType
) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java
525
int
basicType
= ref.getBasicType();
526
switch (
basicType
) {
538
int
basicType
= ref.getBasicType();
539
switch (
basicType
) {
551
int
basicType
= ref.getBasicType();
552
switch (
basicType
) {
564
int
basicType
= ref.getBasicType();
565
switch (
basicType
) {
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp
939
TBasicType
basicType
= left->getBasicType();
947
setType(TType(
basicType
, higherPrecision, EvqTemporary, size, true));
952
setType(TType(
basicType
, higherPrecision, EvqTemporary, size, false));
963
setType(TType(
basicType
, higherPrecision, EvqTemporary, size, false));
992
setType(TType(
basicType
, higherPrecision, EvqTemporary, size, false));
1011
setType(TType(
basicType
, higherPrecision, EvqTemporary, size, left->isMatrix() || right->isMatrix()));
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 859 milliseconds