HomeSort by relevance Sort by last modified time
    Searched full:choice (Results 151 - 175 of 1774) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ucontext.h 47 is as good as any other choice. */
  /system/media/camera/docs/
metadata_properties.xsd 53 <choice maxOccurs="unbounded">
57 </choice>
79 <choice>
83 </choice>
  /external/chromium_org/chrome/browser/
about_flags.cc 132 const Experiment::Choice kEnableCompositingForFixedPositionChoices[] = {
142 const Experiment::Choice kEnableCompositingForTransitionChoices[] = {
150 const Experiment::Choice kEnableAcceleratedFixedRootBackgroundChoices[] = {
158 const Experiment::Choice kTouchEventsChoices[] = {
168 const Experiment::Choice kTouchOptimizedUIChoices[] = {
178 const Experiment::Choice kNaClDebugMaskChoices[] = {
189 const Experiment::Choice kImplSidePaintingChoices[] = {
197 const Experiment::Choice kDeadlineSchedulingChoices[] = {
205 const Experiment::Choice kUIDeadlineSchedulingChoices[] = {
213 const Experiment::Choice kLCDTextChoices[] =
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 45 * Three sample input types are shown: checkbox, single-choice, and multi-choice. When the
144 // Initializes the single choice restriction entry and updates its corresponding
  /developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 45 * Three sample input types are shown: checkbox, single-choice, and multi-choice. When the
144 // Initializes the single choice restriction entry and updates its corresponding
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java 45 * Three sample input types are shown: checkbox, single-choice, and multi-choice. When the
144 // Initializes the single choice restriction entry and updates its corresponding
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 254 assertEquals("Wrong choice for -1", "Less than one", r);
257 assertEquals("Wrong choice for 0", "Less than one", r);
260 assertEquals("Wrong choice for 1", "one", r);
263 assertEquals("Wrong choice for 2", "Between one and two", r);
266 assertEquals("Wrong choice for 3", "Greater than two", r);
285 assertEquals("Wrong choice for 0.5", "Less than one", r);
288 assertEquals("Wrong choice for 1.5", "Between one and two", r);
291 assertEquals("Wrong choice for 2.5", "Greater than two", r);
417 MessageFormat mf = new MessageFormat("CHOICE {1,choice}");
    [all...]
  /external/clang/test/SemaCXX/
expressions.cpp 3 void choice(int);
4 int choice(bool);
8 int i = choice(!1);
  /external/dropbear/libtomcrypt/src/pk/asn1/der/choice/
der_decode_choice.c 15 ASN.1 DER, decode a CHOICE, Tom St Denis
21 Decode a CHOICE
180 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.c,v $ */
  /external/eigen/doc/
I01_TopicLazyEvaluation.dox 21 Expression-templates-based libraries can avoid evaluating sub-expressions into temporaries, which in many cases results in large speed improvements. This is called <i>lazy evaluation</i> as an expression is getting evaluated as late as possible, instead of immediately. However, most other expression-templates-based libraries <i>always</i> choose lazy evaluation. There are two problems with that: first, lazy evaluation is not always a good choice for performance; second, lazy evaluation can be very dangerous, for example with matrix products: doing <tt>matrix = matrix*matrix</tt> gives a wrong result if the matrix product is lazy-evaluated, because of the way matrix product works.
37 Eigen chooses lazy evaluation at every stage in that example, which is clearly the correct choice. In fact, lazy evaluation is the "default choice" and Eigen will choose it except in a few circumstances.
  /external/iputils/doc/
clockdiff.sgml 17 <arg choice="opt"><option>-o</option></arg>
18 <arg choice="opt"><option>-o1</option></arg>
19 <arg choice="req"><replaceable/destination/</arg>
rarpd.sgml 17 <arg choice="opt"><option>-aAvde</option></arg>
18 <arg choice="opt">-b <replaceable/bootdir/</arg>
19 <arg choice="opt"><replaceable/interface/</arg>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 572 for (Object choice : choices) {
578 if (choice instanceof ElementDescriptor) {
579 keyword = ((ElementDescriptor)choice).getXmlName();
580 icon = ((ElementDescriptor)choice).getGenericIcon();
582 } else if (choice instanceof TextValueDescriptor) {
584 } else if (choice instanceof SeparatorAttributeDescriptor) {
586 } else if (choice instanceof AttributeDescriptor) {
587 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
588 icon = ((AttributeDescriptor)choice).getGenericIcon();
593 nsUri = ((AttributeDescriptor)choice).getNamespaceUri()
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509Certificate.java 89 * CertificateValidityDate ::= CHOICE {
151 * Name ::= CHOICE {
207 * Name ::= CHOICE {
386 * GeneralName ::= CHOICE {
420 * GeneralName ::= CHOICE {
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 43 String pattern = "A {3, number, currency} B {2, time} C {0, number, percent} D {4} E {1,choice,0#off|1#on} F {0, date}";
179 .applyPattern("{0,choice,0#zero|1#one '{1,choice,2#two {2,time}}'}");
186 assertEquals("Choice not recursive:\n" + expected + "\n" + buffer,
227 pattern = "abc {4, number, integer} def {3,date} ghi {2,number} jkl {1,choice,0#low|1#high} mnop {0}";
284 "hamburger{2,choice,1#|1<s}.";
335 String pattern = "A {3, number, currency} B {2, time} C {0, number, percent} D {4} E {1,choice,0#off|1#on} F {0, date}";
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1t.h 234 /* This pair helps declare a CHOICE type. We can do:
237 * ... CHOICE options ...
297 /* These help with SEQUENCE or CHOICE components */
551 * SEQUENCE is being combined with a CHOICE for
569 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */
571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
594 * For CHOICE types the templates field points
612 * for a CHOICE of character strings where the
640 * like CHOICE
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h 234 /* This pair helps declare a CHOICE type. We can do:
237 * ... CHOICE options ...
297 /* These help with SEQUENCE or CHOICE components */
551 * SEQUENCE is being combined with a CHOICE for
569 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */
571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
594 * For CHOICE types the templates field points
612 * for a CHOICE of character strings where the
640 * like CHOICE
    [all...]
  /external/openssl/crypto/asn1/
asn1t.h 234 /* This pair helps declare a CHOICE type. We can do:
237 * ... CHOICE options ...
297 /* These help with SEQUENCE or CHOICE components */
551 * SEQUENCE is being combined with a CHOICE for
569 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */
571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
594 * For CHOICE types the templates field points
612 * for a CHOICE of character strings where the
640 * like CHOICE
    [all...]
  /external/openssl/include/openssl/
asn1t.h 234 /* This pair helps declare a CHOICE type. We can do:
237 * ... CHOICE options ...
297 /* These help with SEQUENCE or CHOICE components */
551 * SEQUENCE is being combined with a CHOICE for
569 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */
571 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */
572 long tcount; /* Number of templates if SEQUENCE or CHOICE */
594 * For CHOICE types the templates field points
612 * for a CHOICE of character strings where the
640 * like CHOICE
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
cc_generator.py 191 for choice in type_.choices:
193 choice))
195 choice,
197 'out->as_%s' % choice.unix_name,
205 (" or ".join(choice.name for choice in type_.choices),
249 choice)
250 for choice in real_type.choices)
379 """Generates a function that serializes a choice-representing type
385 for choice in type_.choices
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 97 * * begin listening for the user's choice using the
104 * * begin speaking the "invalid choice" message, along with the list
113 * if the result is a valid choice, begin speaking the action chosen,initiate
115 * if not a valid choice, speak the "invalid choice" message, begin
565 // of the choice list completes.
577 // a choice from the alert dialog. We will wait
    [all...]
  /external/srec/srec/crec/
srec_results.c 155 int srec_nbest_put_confidence_value(void* rec_void, int choice, int confidence_value)
165 stack->complete_path_confidences[choice] = confidence_value;
170 int srec_nbest_get_confidence_value(void* rec_void, int choice)
174 return stack->complete_path_confidences[choice];
198 LCHAR* srec_nbest_get_word(void* nbest, size_t choice)
201 return rec->context->olabels->words[choice];
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.cc 107 console_task_->Print("choice:");
126 console_task_->Print("choice:");
162 // It's an index-based roster choice.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
es.po 159 msgid "Never synchronize with vertical refresh, ignore application's choice"
163 msgid "Initial swap interval 0, obey application's choice"
167 msgid "Initial swap interval 1, obey application's choice"
fr.po 161 msgid "Never synchronize with vertical refresh, ignore application's choice"
165 msgid "Initial swap interval 0, obey application's choice"
169 msgid "Initial swap interval 1, obey application's choice"

Completed in 1113 milliseconds

1 2 3 4 5 67 8 91011>>