HomeSort by relevance Sort by last modified time
    Searched refs:choice (Results 26 - 50 of 93) sorted by null

12 3 4

  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 43 /** If set, show choice to use as primary photo. */
45 /** If set, show choice to remove photo. */
110 final ChoiceListItem choice = choices.get(position);
111 switch (choice.getId()) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java 56 mChoice = (TextView) findViewById(R.id.choice);
  /external/oprofile/libpp/
profile_container.h 104 * @param choice parameters to use/fill in when selecting
106 symbol_collection const select_symbols(symbol_choice & choice) const;
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
203 if (choice.empty()) {
208 sasl_mech_.reset(pctx_->GetSaslMechanism(choice));
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 30 * numbers. The choice is specified with an ascending list of doubles, where
220 ChoiceFormat choice = (ChoiceFormat) object; local
221 return Arrays.equals(choiceLimits, choice.choiceLimits)
222 && Arrays.equals(choiceFormats, choice.choiceFormats);
  /external/oprofile/pp/
opgprof.cpp 188 profile_container::symbol_choice choice; local
189 choice.threshold = options::threshold;
190 symbol_collection symbols = samples.select_symbols(choice);
opannotate.cpp 498 profile_container::symbol_choice choice; local
499 choice.threshold = options::threshold;
500 choice.image_name = app_name;
501 choice.match_image = true;
502 symbol_collection symbols = samples->select_symbols(choice);
  /external/icu4c/common/
ucnv_u16.c 569 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) {
570 if(choice<=UCNV_RESET_TO_UNICODE) {
578 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) {
    [all...]
ucnvhz.c 107 _HZReset(UConverter *cnv, UConverterResetChoice choice){
108 if(choice<=UCNV_RESET_TO_UNICODE) {
116 if(choice!=UCNV_RESET_TO_UNICODE) {
ucnv_cnv.h 76 typedef void (*UConverterReset) (UConverter *cnv, UConverterResetChoice choice);
ucnv.c 563 static void _reset(UConverter *converter, UConverterResetChoice choice,
573 if(choice<=UCNV_RESET_TO_UNICODE && converter->fromCharErrorBehaviour != UCNV_TO_U_DEFAULT_CALLBACK) {
588 if(choice!=UCNV_RESET_TO_UNICODE && converter->fromUCharErrorBehaviour != UCNV_FROM_U_DEFAULT_CALLBACK) {
606 if(choice<=UCNV_RESET_TO_UNICODE) {
613 if(choice!=UCNV_RESET_TO_UNICODE) {
623 converter->sharedData->impl->reset(converter, choice);
    [all...]
  /build/
envsetup.sh 443 local choice
444 for choice in ${LUNCH_MENU_CHOICES[@]}
446 echo " $i. $choice"
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
hists.c 833 int nr_options = 0, choice = 0, i, local
934 choice = ui__popup_menu(nr_options, options);
939 if (choice == nr_options - 1)
942 if (choice == -1)
945 if (choice == annotate) {
953 } else if (choice == browse_map)
955 else if (choice == zoom_dso) {
974 } else if (choice == zoom_thread) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 82 Object choice, String replacementString, int replacementOffset,
92 mChoice = choice;
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 702 static void Mac_DoAppleMenu(_THIS, long choice)
707 item = (choice&0xFFFF);
708 choice >>= 16;
709 menu = (choice&0xFFFF);
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 42 package_mirror_url = mirror_servers[random.choice(range(len(mirror_servers)))]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 110 return random.choice(quips)
  /frameworks/wilhelm/tests/sandbox/
monkey.c 273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; local
279 if (totalProbability <= choice)
  /frameworks/rs/
rsg_generator.c 634 char choice = fgetc(input); local
637 if (choice < '0' || choice > '3') {
638 fprintf(stderr, "Uknown command: \'%c\'\n", choice);
648 switch (choice) {
  /external/ganymed-ssh2/examples/
SwingShell.java 414 int choice = JOptionPane.showConfirmDialog(loginFrame, message); local
416 if (choice == JOptionPane.YES_OPTION)
440 if (choice == JOptionPane.CANCEL_OPTION)
  /external/libppp/src/
bundle.c 1942 struct datalink *dl, *choice, *otherlinkup; local
    [all...]
  /external/v8/test/mjsunit/
enumeration-order.js 67 // this just documents our choice.
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 1530 char choice[100]; local
    [all...]
  /external/libvorbis/lib/
psy.c 396 int choice=(int)((amp+dBoffset-P_LEVEL_0)*.1f); local
397 choice=max(choice,0);
398 choice=min(choice,P_LEVELS-1);
399 posts=curves[choice];
    [all...]
  /external/chromium/chrome/browser/
about_flags.cc 74 // When adding a new choice, add it to the end of the list.
361 // Returns the name used in prefs for the choice at the specified index.
453 // Returns the Value representing the choice data in the specified experiment.
459 const Experiment::Choice& choice = experiment.choices[i]; local
463 l10n_util::GetStringUTF16(choice.description_id));
630 // We're being asked to enable a multi-choice experiment. Disable the
631 // currently selected choice.
636 // And enable the new choice, if it is not the default first choice
    [all...]

Completed in 3861 milliseconds

12 3 4