Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 260) sorted by relevance

1234567891011

/external/oprofile/libpp/
Ddiff_container.cpp46 profile_container::symbol_choice & choice) in add_sym() argument
48 if (choice.match_image in add_sym()
49 && (image_names.name(sym.image_name) != choice.image_name)) in add_sym()
52 if (fabs(sym.diffs[0]) < choice.threshold) in add_sym()
55 choice.hints = sym.output_hint(choice.hints); in add_sym()
63 profile_container::symbol_choice & choice) in symbol_old() argument
67 add_sym(syms, symbol, choice); in symbol_old()
74 profile_container::symbol_choice & choice) in symbol_new() argument
78 add_sym(syms, symbol, choice); in symbol_new()
86 profile_container::symbol_choice & choice) in symbol_diff() argument
[all …]
Dprofile_container.cpp165 profile_container::select_symbols(symbol_choice & choice) const in select_symbols()
169 double const threshold = choice.threshold / 100.0; in select_symbols()
175 if (choice.match_image in select_symbols()
176 && (image_names.name(it->image_name) != choice.image_name)) in select_symbols()
185 choice.hints = it->output_hint(choice.hints); in select_symbols()
Ddiff_container.h31 get_symbols(profile_container::symbol_choice & choice) const;
/external/openssl/crypto/x509v3/
Dv3_asid.c107 ASIdentifierChoice *choice,
113 if (choice == NULL)
116 switch (choice->type) {
121 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
122 ASIdOrRange *aor = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
201 ASIdentifierChoice **choice; in v3_asid_add_inherit() local
206 choice = &asid->asnum; in v3_asid_add_inherit()
209 choice = &asid->rdi; in v3_asid_add_inherit()
214 if (*choice == NULL) { in v3_asid_add_inherit()
215 if ((*choice = ASIdentifierChoice_new()) == NULL) in v3_asid_add_inherit()
[all …]
/external/srec/tools/cmd/
Dsrecres2utd.pl85 $choice = $1;
86 $token{choices}[0] = $choice;
89 $choice = $2;
91 $choice = $1;
92 $token{choices}[$i] = $choice;
95 $choice = $2;
97 $choice = $1;
98 $choice =~ s/\s+$//;
99 $token{meanings}[$i] = $choice;
183 my $choice = lc $token->{choices}[$i];
[all …]
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Diexploder.rb127 choice = rand(100)
129 if tag =~ /^on/ and choice < 90
131 elsif tag == 'src' or tag == 'data' or tag == 'profile' and choice < 90
135 case choice
157 choice = rand(100)
158 case choice
179 choice = rand(100)
180 case choice
214 choice = rand(100)
215 case choice
[all …]
Dscanner.rb115 choice = rand(line_count).to_i
116 if ! find_lines.include?(choice)
117 find_lines << choice
/external/skia/src/animator/
DSkExtraPathEffects.xsd9 <xs:choice maxOccurs="1">
12 </xs:choice>
19 <xs:choice maxOccurs="1">
22 </xs:choice>
DSkDrawColor.cpp24 static SkScalar RGB_to_HSV(SkColor color, HSV_Choice choice) { in RGB_to_HSV() argument
30 if (choice == kGetValue) in RGB_to_HSV()
34 if (choice == kGetSaturation) in RGB_to_HSV()
51 SkASSERT(choice == kGetHue); in RGB_to_HSV()
60 static SkColor HSV_to_RGB(SkColor color, HSV_Choice choice, SkScalar hsv) { in HSV_to_RGB() argument
61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); in HSV_to_RGB()
62 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); in HSV_to_RGB()
63 SkScalar value = choice == kGetValue ? hsv : RGB_to_HSV(color, kGetValue); in HSV_to_RGB()
/external/skia/src/images/
DSkImageDecoder_libico.cpp99 int choice; in onDecode() local
104 choice = 0; in onDecode()
137 choice = chooser->choose(); in onDecode()
141 if (choice >= count || choice < 0) in onDecode()
147 int w = readByte(buf, 6 + choice*16); in onDecode()
148 int h = readByte(buf, 7 + choice*16); in onDecode()
149 int colorCount = readByte(buf, 8 + choice*16); in onDecode()
153 int size = read4Bytes(buf, 14 + choice*16); //matters? in onDecode()
154 int offset = read4Bytes(buf, 18 + choice*16); in onDecode()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DChoiceTest.java65 private static ASN1Choice choice = new ASN1Choice(new ASN1Type[] { field in ChoiceTest
107 assertEquals("Test case: " + i, testcases[i][0], choice.decode(in)); in testDecode_Valid()
116 DerOutputStream out = new DerOutputStream(choice, testcases[i][0]); in testEncode()
124 ASN1Choice choice = new ASN1Choice(new ASN1Type[] { in testChoiceInSequenceOf() local
140 ASN1SequenceOf sequenceOf = new ASN1SequenceOf(choice); in testChoiceInSequenceOf()
172 ASN1Choice choice = new ASN1Choice(new ASN1Type[] { ASN1Boolean in test_ExplicitChoice() local
184 ASN1Explicit explicit = new ASN1Explicit(0, choice); in test_ExplicitChoice()
/external/bluetooth/glib/gio/
Dgmountoperation.c72 int choice; member
169 g_value_set_int (value, priv->choice); in g_mount_operation_get_property()
625 return op->priv->choice; in g_mount_operation_get_choice()
637 int choice) in g_mount_operation_set_choice() argument
642 if (priv->choice != choice) in g_mount_operation_set_choice()
644 priv->choice = choice; in g_mount_operation_set_choice()
/external/srec/srec/include/
Dsrec_results.h39 int srec_nbest_put_confidence_value(void* rec_void, int choice, int confidence_value);
40 int srec_nbest_get_confidence_value(void* rec_void, int choice);
43 LCHAR* srec_nbest_get_word(void* nbest, size_t choice);
/external/clang/test/SemaCXX/
Dexpressions.cpp3 void choice(int);
4 int choice(bool);
8 int i = choice(!1); in test()
/external/chromium/chrome/common/
Djson_schema_validator.cc240 DictionaryValue* choice = NULL; in ValidateChoices() local
241 CHECK(choices->GetDictionary(i, &choice)); in ValidateChoices()
243 Validate(instance, choice, path); in ValidateChoices()
261 Value* choice = NULL; in ValidateEnum() local
262 CHECK(choices->Get(i, &choice)); in ValidateEnum()
263 switch (choice->GetType()) { in ValidateEnum()
267 if (instance->Equals(choice)) in ValidateEnum()
275 if (GetNumberValue(choice) == GetNumberValue(instance)) in ValidateEnum()
281 CHECK(false) << "Unexpected type in enum: " << choice->GetType(); in ValidateEnum()
/external/chromium/chrome/browser/ui/views/
Dfirst_run_search_engine_view.cc176 SearchEngineChoice* choice = static_cast<SearchEngineChoice*>(sender); in ButtonPressed() local
179 template_url_model->SetSearchEngineDialogSlot(choice->slot()); in ButtonPressed()
180 const TemplateURL* default_search = choice->GetSearchEngine(); in ButtonPressed()
250 SearchEngineChoice* choice = new SearchEngineChoice(this, in OnTemplateURLModelChanged() local
252 search_engine_choices_.push_back(choice); in OnTemplateURLModelChanged()
253 AddChildView(choice->GetView()); // The logo or text view. in OnTemplateURLModelChanged()
254 AddChildView(choice); // The button associated with the choice. in OnTemplateURLModelChanged()
/external/oprofile/pp/
Dopreport.cpp371 profile_container::symbol_choice choice; in output_symbols() local
372 choice.threshold = options::threshold; in output_symbols()
373 symbol_collection symbols = pc.select_symbols(choice); in output_symbols()
396 out->vma_format_64bit(choice.hints & cf_64bit_vma); in output_symbols()
399 format_flags flags = get_format_flags(choice.hints); in output_symbols()
420 profile_container::symbol_choice choice; in output_diff_symbols() local
421 choice.threshold = options::threshold; in output_diff_symbols()
423 diff_collection symbols = dc.get_symbols(choice); in output_diff_symbols()
425 format_flags flags = get_format_flags(choice.hints); in output_diff_symbols()
438 out.vma_format_64bit(choice.hints & cf_64bit_vma); in output_diff_symbols()
Dopgprof.cpp188 profile_container::symbol_choice choice; in output_gprof() local
189 choice.threshold = options::threshold; in output_gprof()
190 symbol_collection symbols = samples.select_symbols(choice); in output_gprof()
/external/srec/srec/ca/
Drec_nbes.c78 int CA_NBestListGetResultConfidenceValue(CA_NBestList *nbest, size_t choice, int *value) in CA_NBestListGetResultConfidenceValue() argument
82 *value =srec_nbest_get_confidence_value(nbest, choice); in CA_NBestListGetResultConfidenceValue()
/external/srec/srec/crec/
Dsrec_results.c155 int srec_nbest_put_confidence_value(void* rec_void, int choice, int confidence_value) in srec_nbest_put_confidence_value() argument
165 stack->complete_path_confidences[choice] = confidence_value; in srec_nbest_put_confidence_value()
170 int srec_nbest_get_confidence_value(void* rec_void, int choice) in srec_nbest_get_confidence_value() argument
174 return stack->complete_path_confidences[choice]; in srec_nbest_get_confidence_value()
198 LCHAR* srec_nbest_get_word(void* nbest, size_t choice) in srec_nbest_get_word() argument
201 return rec->context->olabels->words[choice]; in srec_nbest_get_word()
/external/webkit/Tools/Scripts/webkitpy/common/system/
Duser.py132 choice = {'y': 'Y/n', 'n': 'y/N'}[default]
133 response = raw_input("%s [%s]: " % (message, choice))
/external/icu4c/common/
Ducnv_u16.c569 _UTF16BEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16BEReset() argument
570 if(choice<=UCNV_RESET_TO_UNICODE) { in _UTF16BEReset()
578 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) { in _UTF16BEReset()
1168 _UTF16LEReset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16LEReset() argument
1169 if(choice<=UCNV_RESET_TO_UNICODE) { in _UTF16LEReset()
1177 if(choice!=UCNV_RESET_TO_UNICODE && UCNV_GET_VERSION(cnv)==1) { in _UTF16LEReset()
1271 _UTF16Reset(UConverter *cnv, UConverterResetChoice choice) { in _UTF16Reset() argument
1272 if(choice<=UCNV_RESET_TO_UNICODE) { in _UTF16Reset()
1276 if(choice!=UCNV_RESET_TO_UNICODE) { in _UTF16Reset()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmpplogintask.cc202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance() local
203 if (choice.empty()) { in Advance()
208 sasl_mech_.reset(pctx_->GetSaslMechanism(choice)); in Advance()
/external/linux-tools-perf/util/ui/browsers/
Dhists.c833 int nr_options = 0, choice = 0, i, in perf_evsel__hists_browse() local
934 choice = ui__popup_menu(nr_options, options); in perf_evsel__hists_browse()
939 if (choice == nr_options - 1) in perf_evsel__hists_browse()
942 if (choice == -1) in perf_evsel__hists_browse()
945 if (choice == annotate) { in perf_evsel__hists_browse()
953 } else if (choice == browse_map) in perf_evsel__hists_browse()
955 else if (choice == zoom_dso) { in perf_evsel__hists_browse()
974 } else if (choice == zoom_thread) { in perf_evsel__hists_browse()
/external/bluetooth/glib/build/win32/vs8/
DREADME3 a better choice if you want to start building GLib (and more of the

1234567891011