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

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 112 static struct wordlist *addresses[NUM_PPP];
115 /* Wordlist giving addresses which the peer may use
117 static struct wordlist *noauth_addrs;
120 static struct wordlist *extra_options;
146 struct wordlist **paddrs,
147 struct wordlist **popts)) = NULL;
192 struct wordlist { struct
193 struct wordlist *next;
213 static int ip_addr_check (u32_t, struct wordlist *);
217 struct wordlist **, struct wordlist **
    [all...]
  /frameworks/wilhelm/tools/hashgen/
frag3.c 10 const char *x = wordlist[i];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 100 public StartDownloadAction(final String clientId, final WordListMetadata wordList) {
101 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList);
103 mWordList = wordList;
211 public EnableAction(final String clientId, final WordListMetadata wordList) {
212 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList);
214 mWordList = wordList;
246 public DisableAction(final String clientId, final WordListMetadata wordlist) {
247 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist);
249 mWordList = wordlist;
288 public MakeAvailableAction(final String clientId, final WordListMetadata wordlist) {
    [all...]
  /external/ppp/pppd/
auth.c 138 /* Wordlist giving addresses which the peer may use
140 static struct wordlist *noauth_addrs;
145 /* Wordlist giving remote telephone numbers which may connect. */
146 static struct wordlist *permitted_numbers;
149 static struct wordlist *extra_options;
171 struct wordlist **paddrs,
172 struct wordlist **popts)) = NULL;
188 int (*null_auth_hook) __P((struct wordlist **paddrs,
189 struct wordlist **popts)) = NULL;
259 struct wordlist **, struct wordlist **
    [all...]
pppd.h 180 struct wordlist { struct
181 struct wordlist *next;
706 int options_from_list __P((struct wordlist *, int privileged));
707 /* Parse options from a wordlist */
731 struct wordlist **paddrs,
732 struct wordlist **popts));
    [all...]
options.c 544 * options_from_list - process a string of options in a wordlist.
548 struct wordlist *w;
554 struct wordlist *w0;
    [all...]
  /build/make/core/
node_fns.mk 102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
204 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
cleanbuild.mk 125 echo "CURRENT_CLEAN_STEPS := $(wordlist 1,500,$(INTERNAL_CLEAN_STEPS))" >> $(clean_steps_file) \
130 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 501,1000,$(INTERNAL_CLEAN_STEPS)))
131 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1001,1500,$(INTERNAL_CLEAN_STEPS)))
132 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 1501,2000,$(INTERNAL_CLEAN_STEPS)))
133 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 2001,2500,$(INTERNAL_CLEAN_STEPS)))
134 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 2501,3000,$(INTERNAL_CLEAN_STEPS)))
135 $(call -cs-write-clean-steps-if-arg1-not-empty,$(wordlist 3001,99999,$(INTERNAL_CLEAN_STEPS)))
definitions.mk 498 $(if $(1),$(call reverse-list,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
    [all...]
dex_preopt_libart.mk 88 LIBART_TARGET_BOOT_ART_EXTRA_FILES := $(foreach jar,$(wordlist 2,999,$(LIBART_TARGET_BOOT_JARS)),boot-$(jar).art boot-$(jar).oat boot-$(jar).vdex)
java_common.mk 122 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
130 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
package_internal.mk 158 my_overlay_res_dirs := $(wordlist 2,999,$(my_resource_dirs))
envsetup.mk 19 $(call find_and_earlier,$(wordlist 2,$(words $(1)),$(1)),$(2)))))
  /external/ppp/pppd/plugins/
winbind.c 96 struct wordlist **paddrs,
97 struct wordlist **popts);
488 struct wordlist **paddrs,
489 struct wordlist **popts)
  /build/kati/
func.cc 242 "*** non-numeric first argument to `wordlist' function: '%s'.",
247 "*** invalid first argument to `wordlist' function: %s`",
255 "*** non-numeric second argument to `wordlist' function: '%s'.",
821 { "wordlist", &WordlistFunc, 3, 3, false, false },
func.go 59 "wordlist": func() mkFunc { return &funcWordlist{} },
421 err := assertArity("wordlist", 3, len(f.args))
434 return ev.errorf(`*** non-numeric first argument to "wordlist" function: %q.`, v)
437 return ev.errorf(`*** invalid first argument to "wordlist" function: %s`, f.args[1])
442 return ev.errorf(`*** non-numeric second argument to "wordlist" function: %q.`, v)
457 stats.add("funcbody", "wordlist", t)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 603 wordlist = words.items()
609 wordlist.sort(key=word_key)
613 while escapes * 256 < len(wordlist):
626 n = n + len(wordlist[i][1])
632 wordlist, wordtail = wordlist[:short], wordlist[short:]
634 wordlist.extend(wordtail)
644 for w, x in wordlist:
    [all...]
  /build/make/core/tasks/tools/
build_custom_image.mk 52 $(eval my_copy_dest := $(wordlist 2,999,$(my_copy_dest)))\
  /external/ppp/pppd/plugins/radius/
radius.c 75 struct wordlist **paddrs,
76 struct wordlist **popts);
247 struct wordlist **paddrs,
248 struct wordlist **popts)
    [all...]
  /device/google/marlin/common/
utils.mk 44 # return output of an exact match of word w in wordlist wlist
  /external/mksh/src/
syn.c 56 static char **wordlist(void);
446 t->vars = wordlist();
750 wordlist(void) function
  /external/libvpx/libvpx/build/make/
Makefile 235 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /build/soong/androidmk/parser/
parser.go 553 "wordlist",
  /external/minijail/
common.mk 865 $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
    [all...]
  /external/modp_b64/
common.mk 865 $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1))
    [all...]

Completed in 1883 milliseconds