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

  /packages/inputmethods/LatinIME/dictionaries/
sample.xml 1 <!-- This is a sample wordlist that can be converted to a binary dictionary
10 <wordlist>
14 <w f="1">wordlist</w>
15 </wordlist>
  /system/media/opensles/tools/hashgen/
frag3.c 9 const char *x = wordlist[i];
Makefile 53 sed -n '/static const char . const wordlist.. =/,/^ };/p' < part23in.c >> $@
  /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...]
  /external/libvpx/examples/includes/geshi/geshi/
make.php 67 //'suffix', 'warning', 'wildcard', 'word', 'wordlist', 'words'
130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
  /external/webkit/WebKit/chromium/src/
WebEntities.cpp 94 wordlist,
95 sizeof(wordlist) / sizeof(Entity),
  /external/chromium/net/base/
effective_tld_names_unittest2.cc 117 static const struct DomainRule wordlist[] = local
140 register const char *s = wordlist[index].name;
143 return &wordlist[index];
effective_tld_names_unittest1.cc 137 static const struct DomainRule wordlist[] = local
173 register const char *s = wordlist[index].name;
176 return &wordlist[index];
effective_tld_names.cc 235 static const struct DomainRule wordlist[] = local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.c 304 LIR *dataTarget = cUnit->wordList;
326 newValue->generic.next = cUnit->wordList;
327 cUnit->wordList = (LIR *) newValue;
ArchUtility.c 380 for (lirInsn = cUnit->wordList; lirInsn; lirInsn = lirInsn->next) {
Assemble.c     [all...]
  /build/core/
dex_preopt.mk 74 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
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)))
base_rules.mk 326 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
333 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
  /external/ppp/pppd/plugins/
winbind.c 96 struct wordlist **paddrs,
97 struct wordlist **popts);
494 struct wordlist **paddrs,
495 struct wordlist **popts)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 523 * @param wordList List to store words
526 private void addAutoGeneratedCandidates(String input, ArrayList wordList, boolean all) {
527 wordList.add(new WnnWord(input, input, mPosDefault, (CLAUSE_COST - 1) * input.length()));
  /packages/inputmethods/LatinIME/tests/data/
wordlist.xml 0 <wordlist>
244 </wordlist>
  /dalvik/vm/compiler/
CompilerIR.h 169 LIR *wordList;
  /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/libvpx/build/make/
Makefile 164 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /ndk/build/gmsl/
__gmsl 201 rest = $(__gmsl_tr1)$(wordlist 2,$(words $1),$1)
208 chop = $(__gmsl_tr1)$(wordlist 2,$(words $1),x $1)
406 substr = $(__gmsl_tr3)$(call assert_no_dollar,$0,$1$2$3)$(strip $(eval __temp := $$(subst $$(__gmsl_space),? ,$$1))$(foreach a,$(__gmsl_characters),$(eval __temp := $$(subst $$a,$$a$$(__gmsl_space),$(__temp))))$(eval __temp := $(wordlist $2,$3,$(__temp))))$(subst ?,$(__gmsl_space),$(subst $(__gmsl_space),,$(__temp)))
512 int_encode = $(__gmsl_tr1)$(wordlist 1,$1,$(__gmsl_input_int))
696 $(wordlist 2,$(words $1),$1), \
    [all...]

Completed in 3441 milliseconds