/external/chromium_org/chrome/browser/search_engines/ |
search_engine_type.h | 8 // Enum to record the user's default search engine choice in UMA. Add new
|
/external/chromium_org/skia/ext/ |
google_logging.cc | 7 // that provides integration with the logging of your choice.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsgtst.h | 39 * Test u_formatMessage() with choice option
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tchcfmt.h | 20 * tests Choice Format, functionality of examples, as well as API functionality
|
/external/icu4c/test/cintltst/ |
cmsgtst.h | 39 * Test u_formatMessage() with choice option
|
/external/icu4c/test/intltest/ |
tchcfmt.h | 20 * tests Choice Format, functionality of examples, as well as API functionality
|
/external/libpng/projects/beos/ |
x86-shared.txt | 15 you'll have to make) is a good choice
|
x86-static.txt | 15 you'll have to make) is a good choice
|
/external/llvm/test/CodeGen/AArch64/ |
regress-tail-livereg.ll | 11 ; which makes it a natural choice for the tail call itself. But we don't
|
/external/oprofile/libpp/ |
diff_container.h | 31 get_symbols(profile_container::symbol_choice & choice) const;
|
/external/chromium_org/printing/backend/ |
cups_helper.cc | 155 (base::strcasecmp(marked_choice->choice, printing::kBlack) != 0) && 156 (base::strcasecmp(marked_choice->choice, printing::kGray) != 0) && 157 (base::strcasecmp(marked_choice->choice, printing::kGrayscale) != 0); 180 // Get the default marked choice to identify the default color setting 188 if ((base::strcasecmp(printout_mode_choice->choice, 190 (base::strcasecmp(printout_mode_choice->choice, kHighGray) == 0) || 191 (base::strcasecmp(printout_mode_choice->choice, kDraftGray) == 0)) { 222 (base::strcasecmp(mode_choice->choice, printing::kColor) == 0); 248 (base::strcasecmp(mode_choice->choice, printing::kColor) == 0); 278 (base::strcasecmp(mode_choice->choice, printing::kGreyscale) != 0) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
DirectoryString.java | 60 throw new IllegalArgumentException("choice item must be explicitly tagged"); 113 * DirectoryString ::= CHOICE {
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawColor.cpp | 24 static SkScalar RGB_to_HSV(SkColor color, HSV_Choice choice) { 30 if (choice == kGetValue) 34 if (choice == kGetSaturation) 51 SkASSERT(choice == kGetHue); 60 static SkColor HSV_to_RGB(SkColor color, HSV_Choice choice, SkScalar hsv) { 61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); 62 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); 63 SkScalar value = choice == kGetValue ? hsv : RGB_to_HSV(color, kGetValue);
|
/external/skia/src/animator/ |
SkDrawColor.cpp | 24 static SkScalar RGB_to_HSV(SkColor color, HSV_Choice choice) { 30 if (choice == kGetValue) 34 if (choice == kGetSaturation) 51 SkASSERT(choice == kGetHue); 60 static SkColor HSV_to_RGB(SkColor color, HSV_Choice choice, SkScalar hsv) { 61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); 62 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); 63 SkScalar value = choice == kGetValue ? hsv : RGB_to_HSV(color, kGetValue);
|
/external/valgrind/main/callgrind/docs/ |
callgrind_control-manpage.xml | 22 <arg choice="opt"><replaceable>options</replaceable></arg> 23 <arg choice="opt" rep="repeat"><replaceable>pid|program-name</replaceable></arg>
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ccosh.c | 87 * The sign of 0 in the result is unspecified. Choice = normally 91 * The sign of 0 in the result is unspecified. Choice = normally 115 * nonzero x. Choice = don't raise (except for signaling NaNs). 124 * The sign of Inf in the result is unspecified. Choice = always +. 140 * Choice = raise. 144 * nonzero y. Choice = don't raise (except for signaling NaNs).
|
/external/iputils/doc/ |
arping.sgml | 18 <arg choice="opt"><option>-AbDfhqUV</option></arg> 19 <arg choice="opt">-c <replaceable/count/</arg> 20 <arg choice="opt">-w <replaceable/deadline/</arg> 21 <arg choice="opt">-s <replaceable/source/</arg> 22 <arg choice="req">-I <replaceable/interface/</arg> 23 <arg choice="req"><replaceable/destination/</arg>
|
tracepath.sgml | 18 <arg choice="opt">-n</arg> 19 <arg choice="opt">-b</arg> 20 <arg choice="opt">-l <replaceable/pktlen/</arg> 21 <arg choice="opt">-m <replaceable/max_hops/</arg> 22 <arg choice="opt">-p <replaceable/port/</arg> 23 <arg choice="req"><replaceable/destination/</arg>
|
ping.sgml | 17 <arg choice="opt"><option>-aAbBdDfhLnOqrRUvV</option></arg> 18 <arg choice="opt">-c <replaceable/count/</arg> 19 <arg choice="opt">-F <replaceable/flowlabel/</arg> 20 <arg choice="opt">-i <replaceable/interval/</arg> 21 <arg choice="opt">-I <replaceable/interface/</arg> 22 <arg choice="opt">-l <replaceable/preload/</arg> 23 <arg choice="opt">-m <replaceable/mark/</arg> 24 <arg choice="opt">-M <replaceable/pmtudisc_option/</arg> 25 <arg choice="opt">-N <replaceable/nodeinfo_option/</arg> 26 <arg choice="opt">-w <replaceable/deadline/</arg [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
DerOutputStream.java | 48 @Override public void encodeChoice(ASN1Choice choice) { 117 @Override public void getChoiceLength(ASN1Choice choice) { 118 int i = choice.getIndex(content); 119 content = choice.getObjectToEncode(content); 121 Object[] values = new Object[] { choice.type[i], content }; 125 choice.type[i].setEncodingContent(this);
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libico.cpp | 97 int choice; local 102 choice = 0; 135 choice = chooser->choose(); 139 if (choice >= count || choice < 0) 145 int w = readByte(buf, 6 + choice*16); 146 int h = readByte(buf, 7 + choice*16); 147 int colorCount = readByte(buf, 8 + choice*16); 148 //int reservedToo = readByte(buf, 9 + choice*16); //0 149 //int planes = read2Bytes(buf, 10 + choice*16); //1 - but often [all...] |
/external/skia/src/images/ |
SkImageDecoder_libico.cpp | 97 int choice; local 102 choice = 0; 135 choice = chooser->choose(); 139 if (choice >= count || choice < 0) 145 int w = readByte(buf, 6 + choice*16); 146 int h = readByte(buf, 7 + choice*16); 147 int colorCount = readByte(buf, 8 + choice*16); 148 //int reservedToo = readByte(buf, 9 + choice*16); //0 149 //int planes = read2Bytes(buf, 10 + choice*16); //1 - but often [all...] |
/external/chromium/chrome/browser/ |
about_flags.h | 35 // the command line of the selected Choice is enabled. 41 struct Choice { 42 // ID of the message containing the choice name. 45 // Command line switch and value to enabled for this choice. 78 const Choice* choices;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
action_choice.css | 10 .action-choice { 29 .action-choice[loading] .content, 30 .action-choice:not([loading]) .loading { 34 .action-choice h1 { 84 /* The action choice content */
|
/external/chromium/chrome/browser/ui/views/ |
first_run_search_engine_view.cc | 176 SearchEngineChoice* choice = static_cast<SearchEngineChoice*>(sender); local 179 template_url_model->SetSearchEngineDialogSlot(choice->slot()); 180 const TemplateURL* default_search = choice->GetSearchEngine(); 222 // If the user's default choice is not in the first three search engines 250 SearchEngineChoice* choice = new SearchEngineChoice(this, local 252 search_engine_choices_.push_back(choice); 253 AddChildView(choice->GetView()); // The logo or text view. 254 AddChildView(choice); // The button associated with the choice. 256 // Push the default choice to the fourth position [all...] |