Searched defs:choice (Results 26 - 43 of 43) sorted by relevance

12

/external/icu/icu4c/source/common/
H A Ducnv2022.cpp393 _ISO2022Reset(UConverter *converter, UConverterResetChoice choice);
701 _ISO2022Reset(UConverter *converter, UConverterResetChoice choice) { argument
703 if(choice<=UCNV_RESET_TO_UNICODE) {
708 if(choice!=UCNV_RESET_TO_UNICODE) {
713 if(choice<=UCNV_RESET_TO_UNICODE) {
722 if(choice!=UCNV_RESET_TO_UNICODE) {
735 if(choice<=UCNV_RESET_TO_UNICODE) {
738 if(choice!=UCNV_RESET_TO_UNICODE) {
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2939 int32_t p, v, choice=0, rev; local
2946 log_data_err("Never got anything after 10 tries.\nYour data is probably fried. Quitting this test\n", p, choice);
2950 for (choice=0; ; ++choice) {
2951 const char* name = u_getPropertyName(propEnum, (UPropertyNameChoice)choice);
2955 log_verbose("%d=\"%s\"", choice, name);
2966 if (!name && choice>0) break;
2985 for (choice=0; ; ++choice) {
2986 const char* vname = u_getPropertyValueName(propEnum, v, (UPropertyNameChoice)choice);
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp740 uint32_t choice = (exceptionTableData & 0x0f000000) >> 24; local
742 switch (choice) {
/external/libvorbis/lib/
H A Dpsy.c396 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];
/external/libxml2/
H A Drngparser.c770 xmlNodePtr insert = ctxt->insert, last, choice; local
778 choice = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_choice);
780 if (choice == NULL) CRNG_MEM_ERROR0();
783 xmlAddChild(choice, last);
784 xmlAddChild(choice, ctxt->insert);
785 last = choice;
1116 BAD_CAST "choice");
1148 BAD_CAST "choice");
1487 ctxt.key_choice = xmlDictLookup(ctxt.dict, BAD_CAST "choice", -1);
1529 | element group|interleave|choice|optiona
[all...]
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dhists.c1293 int nr_options = 0, choice = -1, ret = -1; local
1352 choice = ui__popup_menu(nr_options, options);
1353 if (choice < nr_options && choice >= 0) {
1354 tmp = strdup(abs_path[choice]);
1422 int choice = 0, local
1620 choice = ui__popup_menu(nr_options, options);
1622 if (choice == nr_options - 1)
1625 if (choice == -1) {
1630 if (choice
[all...]
/external/toybox/toys/pending/
H A Dfdisk.c1001 int choice, idx, i, free_part = 0; local
1021 choice = 0x20 | read_input(msg, NULL);
1023 if (choice == 'p') {
1028 if (choice =='l' && extended_offset) {
1032 if (choice == 'e' && !extended_offset) {
1326 int choice, idx; local
1333 choice = 0x20 | read_input(msg, NULL);
1334 switch (choice) {
1394 xprintf("Unknown command '%c'\n",choice);
1466 int choice, local
[all...]
H A Dxzcat.c1279 uint16_t choice; member in struct:lzma_len_dec
1773 if (!rc_bit(&s->rc, &l->choice)) {
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp690 int32_t choice = (int32_t) nameStyle; local
691 if (choice < 0 || choice > 1) {
731 s = ures_getStringByIndex(rb, choice, len, &ec2);
1602 * UCURR_SYMBOL_NAME, but if the latter is a choice format, then the
H A DdecNumber.c6119 /* just one NaN; force choice to be the non-NaN operand */
6157 const decNumber *choice; local
6186 choice=(result>0 ? lhs : rhs); /* choose */
6188 decCopyFit(res, choice, set, &residue, status);
/external/lzma/C/
H A DLzmaEnc.c206 CLzmaProb choice; member in struct:__anon11521
724 p->choice = p->choice2 = kProbInitValue;
737 RangeEnc_EncodeBit(rc, &p->choice, 0);
742 RangeEnc_EncodeBit(rc, &p->choice, 1);
758 UInt32 a0 = GET_PRICE_0a(p->choice);
759 UInt32 a1 = GET_PRICE_1a(p->choice);
/external/v8/src/
H A Djsregexp.cc797 // For each choice except the last {
800 // <generate code to test for choice>
804 // <generate code to test for last choice>
823 // by the choice nodes, whereas the registers are saved and restored by
841 // A choice node looks at the following character and eliminates some of
1350 // This is called as we come into a loop choice node and some other tricky
1373 // Here we have a concrete backtrack location. These are set up by choice
2467 // any choice would eat, so if the bounds check fails, then none of the
2469 // than go to the next choice.
3443 // this alternative and back to this choice nod
4442 TableEntryBodyPrinter(OStream& os, ChoiceNode* choice) argument
4455 ChoiceNode* choice() { return choice_; } function in class:v8::internal::TableEntryBodyPrinter
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1188 milliseconds

12