OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:etok
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/
pathstuff.c
29
char *
etok
; /* token separator for old Path */
local
35
for (
etok
= Path;
etok
&& *
etok
;
etok
++)
36
if (isblank ((unsigned char) *
etok
))
37
*
etok
= to_delim;
48
char *
etok
; /* token separator for old Path */
local
52
for (p = Path,
etok
= strpbrk(p, ":;");
53
etok
;
132
char *
etok
; \/* token separator for old path *\/
local
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java
415
StringTokenizer
eTok
= new StringTokenizer(e, ".");
417
val[index++] = (Integer.parseInt(
eTok
.nextToken()) << 8) | Integer.parseInt(
eTok
.nextToken());
418
val[index++] = (Integer.parseInt(
eTok
.nextToken()) << 8) | Integer.parseInt(
eTok
.nextToken());
/packages/apps/Browser/res/values-sk/
strings.xml
189
<string name="pref_privacy_clear_cache_summary" msgid="2216463577207991454">"Vymaza? v?
etok
obsah a databázy ulo?ené do miestnej medzipamäte"</string>
190
<string name="pref_privacy_clear_cache_dlg" msgid="4344512581716422465">"Odstráni? v?
etok
obsah a databázy ulo?ené do miestnej vyrovnávacej pamäte?"</string>
[
all
...]
/packages/apps/Settings/res/values-sk/
strings.xml
[
all
...]
Completed in 579 milliseconds