Searched defs:choice (Results 1 - 4 of 4) sorted by last modified time

/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; local
279 if (totalProbability <= choice)
/frameworks/support/renderscript/v8/rs_support/
H A Drsg_generator.c611 char choice = fgetc(input); local
614 if (choice < '0' || choice > '3') {
615 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
625 switch (choice) {
/frameworks/rs/
H A Drsg_generator.c611 char choice = fgetc(input); local
614 if (choice < '0' || choice > '3') {
615 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
625 switch (choice) {
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java616 private native void nativeSendListBoxChoice(int nativeClass, int choice); argument

Completed in 192 milliseconds