OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lasts
(Results
1 - 7
of
7
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java
37
private final CodeAddress[]
lasts
;
field in class:BlockAddresses
54
this.
lasts
= new CodeAddress[maxLabel];
87
return
lasts
[block.getLabel()];
98
return
lasts
[label];
139
lasts
[label] = new CodeAddress(pos);
/dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java
37
private final CodeAddress[]
lasts
;
field in class:BlockAddresses
54
this.
lasts
= new CodeAddress[maxLabel];
87
return
lasts
[block.getLabel()];
98
return
lasts
[label];
139
lasts
[label] = new CodeAddress(pos);
/external/bluetooth/glib/gio/fen/
fen-node.c
189
gchar*
lasts
;
local
199
if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &
lasts
)) != NULL) {
212
} while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &
lasts
)) != NULL);
246
gchar*
lasts
;
local
258
if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &
lasts
)) != NULL) {
268
} while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &
lasts
)) != NULL);
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
585
corresponding to NODE is stored in
LASTS
. */
592
Idx alasts; /* Allocation size of
LASTS
. */
593
Idx nlasts; /* The number of
LASTS
. */
594
re_sub_match_last_t **
lasts
;
member in struct:__anon16805
/external/icu4c/tools/tzcode/
zic.c
361
static struct lookup const
lasts
[] = {
variable
[
all
...]
/external/libxml2/
relaxng.c
9115
xmlNodePtr *list = NULL, *
lasts
= NULL;
local
[
all
...]
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 94 milliseconds