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

1 2

  /development/samples/ApiDemos/res/layout/
wallpaper_2.xml 15 android:id="@+id/randomize"
18 android:text="@string/randomize"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 67 Button randomize = (Button) findViewById(R.id.randomize); local
68 randomize.setOnClickListener(new OnClickListener() {
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.in 25 randomize off; # enable randomize length.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 47 * @param randomizeThrottle Whether to randomize throttle.
71 * @param randomizeThrottle Whether to randomize throttle.
Monkey.java 154 /** Whether to randomize each throttle (0-mThrottle ms) inserted between events. */
626 } else if (opt.equals("--randomize-throttle")) {
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsXtraDownloader.java 77 // randomize first server
  /bionic/libc/netbsd/resolv/
res_data.c 143 * has set it to something in particular, we can randomize it now.
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 238 /* now randomize it */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 69 --rand Randomize the data
104 { "rand", 0, 0, G_OPTION_ARG_NONE, &rand, "Randomize the data", NULL },
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
c1035pf.cpp 225 n_param = Number of parameters to randomize (Word16)
537 n_param = Number of parameters to randomize (Word16)
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.cpp 226 n_param = Number of parameters to randomize (Word16)
538 n_param = Number of parameters to randomize (Word16)
  /external/ipsec-tools/src/racoon/
cftoken.l 199 <S_PAD>randomize { YYD; return(PAD_RANDOMIZE); }
racoon.conf.5 1054 .It Ic randomize (on | off) ;
    [all...]
  /external/kernel-headers/original/linux/
sysctl.h 146 KERN_RANDOMIZE=68, /* int: randomize virtual address space */
sched.h     [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
b_cn_cod.h 150 ; PURPOSE: Randomize the speech parameters. So that they
b_cn_cod.cpp 402 n_param = Number of parameters to randomize (Word16)
  /external/ppp/pppd/
fsm.c 47 * Randomize fsm id on link/init.
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
b_cn_cod.h 150 ; PURPOSE: Randomize the speech parameters. So that they
b_cn_cod.cpp 402 n_param = Number of parameters to randomize (Word16)
  /development/samples/ApiDemos/res/values/
strings.xml 45 <string name="randomize">Randomize</string>
    [all...]
  /external/netcat/
netcat.c     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py     [all...]
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]
  /packages/providers/DownloadProvider/docs/
index.html 156 <tr><td > DLMGR_C_3 </td><td > The Download Manager SHOULD randomize the retry delay </td><td > 2007 </td><td > <b>YES</b> done in Cupcake </td></tr>
    [all...]

Completed in 415 milliseconds

1 2