OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapList
(Results
1 - 6
of
6
) sorted by null
/external/srec/tools/grxmlcompile/
sub_supp.cpp
381
int *
mapList
= new int [numVertex];
383
mapList
[ii]= -1;
387
mapList
[id]= 1;
390
mapList
[id]= 1;
395
if (
mapList
[ii] > 0) {
396
mapList
[ii]= count;
402
arc[ii]->AssignFromId(
mapList
[id]);
405
arc[ii]->AssignToId(
mapList
[id]);
407
startId=
mapList
[startId];
409
lastId=
mapList
[lastId]
[
all
...]
/dalvik/dx/src/com/android/dx/dex/
TableOfContents.java
41
public final Section
mapList
= new Section(0x1000);
53
header, stringIds, typeIds, protoIds, fieldIds, methodIds, classDefs,
mapList
,
72
readMap(buffer.open(
mapList
.off));
97
mapList
.off = headerIn.readInt();
98
if (
mapList
.off == 0) {
177
out.writeInt(
mapList
.off);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c
405
static MapPtr *
mapList
= NULL;
413
old =
mapList
;
414
mapList
= realloc(
mapList
, sizeof(MapPtr) * (numMaps + 1));
415
if (!
mapList
) {
416
mapList
= old;
419
mapList
[numMaps] = malloc(sizeof(MapRec));
420
if (!
mapList
[numMaps])
422
return
mapList
[numMaps++];
448
if (
mapList
[i]->physaddr == address &
[
all
...]
/dalvik/dx/src/com/android/dx/merge/
DexMerger.java
115
contentsOut.
mapList
.off = dexOut.getLength();
116
contentsOut.
mapList
.size = 1;
117
mapListOut = dexOut.appendSection(writerSizes.
mapList
, "map list");
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
/libcore/benchmarks/libs/
caliper.jar
Completed in 198 milliseconds