OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dotted
(Results
1 - 3
of
3
) sorted by null
/dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java
268
* Converts a type descriptor to human-readable "
dotted
" form. For
321
String
dotted
= descriptorToDot(typeName);
local
323
int start =
dotted
.lastIndexOf(".");
325
return
dotted
;
327
return
dotted
.substring(start+1);
333
*
dotted
form.
336
String
dotted
= descriptorToDot(typeName);
local
338
int end =
dotted
.lastIndexOf(".");
343
return
dotted
.substring(0, end);
/dalvik/dexdump/
DexDump.cpp
121
* Converts a type descriptor to human-readable "
dotted
" form. For
177
* "
dotted
" form.
555
char*
dotted
= descriptorToDot(interfaceName);
local
556
printf("<implements name=\"%s\">\n</implements>\n",
dotted
);
557
free(
dotted
);
[
all
...]
/external/bison/src/
vcg.h
311
dotted
,
345
consists of single dashes ( - - - ) ffl
dotted
the edge is made of
348
To draw a dashed or
dotted
line needs more time than solid lines.
310
dotted
,
enumerator in enum:linestyle
[
all
...]
Completed in 899 milliseconds