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

  /build/core/tasks/tools/
package-modules.mk 53 $(call copy-tests-in-batch,$(wordlist 1,200,$(PRIVATE_COPY_PAIRS)))
54 $(call copy-tests-in-batch,$(wordlist 201,400,$(PRIVATE_COPY_PAIRS)))
55 $(call copy-tests-in-batch,$(wordlist 401,600,$(PRIVATE_COPY_PAIRS)))
56 $(call copy-tests-in-batch,$(wordlist 601,800,$(PRIVATE_COPY_PAIRS)))
57 $(call copy-tests-in-batch,$(wordlist 801,1000,$(PRIVATE_COPY_PAIRS)))
58 $(call copy-tests-in-batch,$(wordlist 1001,1200,$(PRIVATE_COPY_PAIRS)))
59 $(call copy-tests-in-batch,$(wordlist 1201,9999,$(PRIVATE_COPY_PAIRS)))
  /frameworks/wilhelm/tools/hashgen/
frag3.c 10 const char *x = wordlist[i];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 101 final WordListMetadata wordList, final boolean forceStartNow) {
102 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList);
104 mWordList = wordList;
225 public EnableAction(final String clientId, final WordListMetadata wordList) {
226 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList);
228 mWordList = wordList;
260 public DisableAction(final String clientId, final WordListMetadata wordlist) {
261 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist);
263 mWordList = wordlist;
302 public MakeAvailableAction(final String clientId, final WordListMetadata wordlist) {
    [all...]
  /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;
681 int options_from_list __P((struct wordlist *, int privileged));
682 /* Parse options from a wordlist */
706 struct wordlist **paddrs,
707 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/
node_fns.mk 102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
204 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
definitions.mk     [all...]
dex_preopt_libdvm.mk 69 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
base_rules.mk 356 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
364 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
  /build/core/tasks/
factory_bundle.mk 47 $(eval _fb_dests := $(wordlist 2,999,$(_fb_m_tuple))) \
factory_ramdisk.mk 55 $(eval _fr_dests := $(wordlist 2,999,$(_fr_m_tuple))) \
  /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 55 static char **wordlist(void);
430 t->vars = wordlist();
728 wordlist(void) function
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 223 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /external/libvpx/libvpx/build/make/
Makefile 213 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 213 $(call pairmap,$(1),$(wordlist 3,$(words $(2)),$(2)))\
  /ndk/build/core/
definitions.mk 160 # Same as $(wordlist ...) except the start index, if 0, is bumped to 1
161 index-word-list = $(wordlist $(call bump-0-to-1,$1),$2,$3)
184 $$(hide) $$(HOST_ECHO_N) "$(wordlist $10,$19,$2) " >> $$@
191 $$(hide) $$(HOST_ECHO_N) "$(wordlist $10,$19,$2) " >> $$@
    [all...]

Completed in 377 milliseconds