HomeSort by relevance Sort by last modified time
    Searched refs:wordlist (Results 1 - 13 of 13) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WhitelistDictionary.java 45 private void initWordlist(String[] wordlist) {
47 final int N = wordlist.length;
56 final int score = Integer.valueOf(wordlist[i]);
57 final String before = wordlist[i + 1];
58 final String after = wordlist[i + 2];
  /system/media/wilhelm/tools/hashgen/
frag3.c 10 const char *x = wordlist[i];
  /external/ppp/pppd/
auth.c 143 /* Wordlist giving addresses which the peer may use
145 static struct wordlist *noauth_addrs;
150 /* Wordlist giving remote telephone numbers which may connect. */
151 static struct wordlist *permitted_numbers;
154 static struct wordlist *extra_options;
176 struct wordlist **paddrs,
177 struct wordlist **popts)) = NULL;
193 int (*null_auth_hook) __P((struct wordlist **paddrs,
194 struct wordlist **popts)) = NULL;
260 struct wordlist **, struct wordlist **
    [all...]
pppd.h 180 struct wordlist { struct
181 struct wordlist *next;
679 int options_from_list __P((struct wordlist *, int privileged));
680 /* Parse options from a wordlist */
704 struct wordlist **paddrs,
705 struct wordlist **popts));
    [all...]
options.c 518 * options_from_list - process a string of options in a wordlist.
522 struct wordlist *w;
528 struct wordlist *w0;
    [all...]
  /build/core/
definitions.mk     [all...]
node_fns.mk 104 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
206 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
dex_preopt.mk 75 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
base_rules.mk 365 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
373 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
  /external/ppp/pppd/plugins/
winbind.c 96 struct wordlist **paddrs,
97 struct wordlist **popts);
494 struct wordlist **paddrs,
495 struct wordlist **popts)
  /external/ppp/pppd/plugins/radius/
radius.c 73 struct wordlist **paddrs,
74 struct wordlist **popts);
245 struct wordlist **paddrs,
246 struct wordlist **popts)
    [all...]
  /external/mksh/src/
syn.c 45 static char **wordlist(void);
410 t->vars = wordlist();
681 wordlist(void) function
  /external/libvpx/build/make/
Makefile 164 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\

Completed in 239 milliseconds