/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.special/ |
double_float_implicit.pass.cpp | 25 std::complex<double> cf = cd; local 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 32 constexpr std::complex<double> cf = cd; local 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
double_long_double_implicit.fail.cpp | 24 std::complex<double> cf = cd; local 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
float_double_implicit.fail.cpp | 24 std::complex<float> cf = cd; local 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
float_long_double_implicit.fail.cpp | 24 std::complex<float> cf = cd; local 25 assert(cf.real() == cd.real()); 26 assert(cf.imag() == cd.imag());
|
long_double_double_implicit.pass.cpp | 25 std::complex<long double> cf = cd; local 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 32 constexpr std::complex<long double> cf = cd; local 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
long_double_float_implicit.pass.cpp | 25 std::complex<long double> cf = cd; local 26 assert(cf.real() == cd.real()); 27 assert(cf.imag() == cd.imag()); 32 constexpr std::complex<long double> cf = cd; local 33 static_assert(cf.real() == cd.real(), ""); 34 static_assert(cf.imag() == cd.imag(), "");
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
chromeframe.js | 10 goog.provide('google.cf.ChromeFrame'); 19 google.cf.ChromeFrame = function(opt_windowInstance) { 33 google.cf.ChromeFrame.CONTROL_NAME = 'ChromeTab.ChromeFrame'; 39 google.cf.ChromeFrame.prototype.isPlatformSupported = function() { 59 google.cf.ChromeFrame.prototype.isActiveRenderer = function () { 70 google.cf.ChromeFrame.prototype.activate = function() { 71 // Look for CF in the User Agent before trying more expensive checks 79 new this.window_.ActiveXObject(google.cf.ChromeFrame.CONTROL_NAME));
|
cfinstall.js | 12 goog.provide('google.cf.installer.CFInstall'); 14 goog.require('google.cf.ChromeFrame'); 15 goog.require('google.cf.installer.InlineDelegate'); 16 goog.require('google.cf.installer.Installer'); 17 goog.require('google.cf.installer.OverlayDelegate'); 18 goog.require('google.cf.installer.Prompt'); 25 google.cf.installer.CFInstall = function() { 26 this.prompt_ = new google.cf.installer.Prompt(); 27 this.chromeFrame_ = new google.cf.ChromeFrame(); 28 this.installer_ = new google.cf.installer.Installer [all...] |
frame.js | 10 goog.provide('google.cf.installer.frame'); 18 google.cf.installer.frame.setProperties = function(node, args) { 36 google.cf.installer.frame.getParentNode = function(args) {
|
installer.js | 9 goog.provide('google.cf.installer.Installer'); 11 goog.require('google.cf.ChromeFrame'); 12 goog.require('google.cf.installer.Prompt'); 17 google.cf.installer.Installer = function(prompt, chromeFrame) { 22 google.cf.installer.Installer.prototype.require =
|
overlaydelegate.js | 10 goog.provide('google.cf.installer.OverlayDelegate'); 12 goog.require('google.cf.installer.InteractionDelegate'); 13 goog.require('google.cf.installer.frame'); 19 * @implements {google.cf.installer.InteractionDelegate} 21 google.cf.installer.OverlayDelegate = function(args) { 30 google.cf.installer.OverlayDelegate.styleInjected_ = false; 36 google.cf.installer.OverlayDelegate.injectCss_ = function() { 37 if (google.cf.installer.OverlayDelegate.styleInjected_) 71 google.cf.installer.OverlayDelegate.styleInjected_ = true; 78 google.cf.installer.OverlayDelegate.injectHtml_ = function() [all...] |
prompt.js | 10 goog.provide('google.cf.installer.Prompt'); 12 goog.require('google.cf.installer.InteractionDelegate'); 21 google.cf.installer.Prompt = function(opt_windowInstance) { 27 * @type {!google.cf.installer.InteractionDelegate|undefined} 30 google.cf.installer.Prompt.prototype.customInteractionDelegate_ = undefined; 36 google.cf.installer.Prompt.prototype. 41 * @param {!google.cf.installer.InteractionDelegate} interactionDelegate The 44 google.cf.installer.Prompt.prototype.setInteractionDelegate = 54 google.cf.installer.Prompt.prototype.setSameDomainResourceUri = function(uri) { 62 * google.cf.installer.InteractionDelegate=, string=) [all...] |
inlinedelegate.js | 10 goog.provide('google.cf.installer.InlineDelegate'); 14 goog.require('google.cf.installer.InteractionDelegate'); 15 goog.require('google.cf.installer.frame'); 21 * @implements {google.cf.installer.InteractionDelegate} 23 google.cf.installer.InlineDelegate = function(args) { 34 google.cf.installer.InlineDelegate.styleInjected_ = false; 40 google.cf.installer.InlineDelegate.injectCss_ = function() { 41 if (google.cf.installer.InlineDelegate.styleInjected_) 53 google.cf.installer.InlineDelegate.styleInjected_ = true; 59 google.cf.installer.InlineDelegate.prototype.getIFrameContainer = function() [all...] |
/external/chromium_org/chrome_frame/cfinstall/src/implementation/ |
crossdomaininstall.js | 11 goog.provide('google.cf.installer.CrossDomainInstall'); 17 goog.require('google.cf.installer.InteractionDelegate'); 18 goog.require('google.cf.installer.DialogInteractionDelegate'); 23 google.cf.installer.CrossDomainInstall = {}; 28 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL = 39 * @param {google.cf.installer.InteractionDelegate=} opt_interactionDelegate An 44 google.cf.installer.CrossDomainInstall.execute = function( 49 google.cf.installer.CrossDomainInstall.DEFAULT_DOWNLOAD_PAGE_URL); 55 new google.cf.installer.DialogInteractionDelegate(); 104 google.cf.installer.CrossDomainInstall.execute) [all...] |
dialoginteractiondelegate.js | 10 goog.provide('google.cf.installer.DialogInteractionDelegate'); 17 goog.require('google.cf.installer.InteractionDelegate'); 20 * An implementation of google.cf.installer.InteractionDelegate that decorates 23 * @implements {google.cf.installer.InteractionDelegate} 25 google.cf.installer.DialogInteractionDelegate = function() { 33 google.cf.installer.DialogInteractionDelegate.injectedCss_ = false; 39 google.cf.installer.DialogInteractionDelegate.injectCss_ = function() { 40 if (google.cf.installer.DialogInteractionDelegate.injectedCss_) 43 google.cf.installer.DialogInteractionDelegate.injectedCss_ = true; 102 google.cf.installer.DialogInteractionDelegate.prototype.dialog_ = null [all...] |
/external/chromium_org/chrome_frame/cfinstall/src/common/ |
cf-interactiondelegate-externs.js | 10 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer; 11 google.cf.installer.InteractionDelegate.prototype.reset; 12 google.cf.installer.InteractionDelegate.prototype.show; 13 google.cf.installer.InteractionDelegate.prototype.customizeIFrame;
|
interactiondelegate.js | 11 goog.provide('google.cf.installer.InteractionDelegate'); 18 google.cf.installer.InteractionDelegate = function() {}; 26 google.cf.installer.InteractionDelegate.prototype.getIFrameContainer = 35 google.cf.installer.InteractionDelegate.prototype.customizeIFrame = 42 google.cf.installer.InteractionDelegate.prototype.show = function() {}; 49 google.cf.installer.InteractionDelegate.prototype.reset = function() {};
|
/dalvik/dx/src/com/android/dx/command/dump/ |
ClassDumper.java | 19 import com.android.dx.cf.direct.DirectClassFile; 20 import com.android.dx.cf.direct.StdAttributeFactory; 61 DirectClassFile cf = local 64 cf.setAttributeFactory(StdAttributeFactory.THE_ONE); 65 cf.setObserver(this); 66 cf.getMagic(); // Force parsing to happen.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
SimException.java | 17 package com.android.dx.cf.code;
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
Field.java | 17 package com.android.dx.cf.iface;
|
Method.java | 17 package com.android.dx.cf.iface;
|
ParseException.java | 17 package com.android.dx.cf.iface;
|
/external/compiler-rt/lib/lsan/ |
lsan.cc | 26 CommonFlags *cf = common_flags(); local 27 cf->external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH"); 28 cf->symbolize = (cf->external_symbolizer_path && 29 cf->external_symbolizer_path[0]); 30 cf->strip_path_prefix = ""; 31 cf->fast_unwind_on_malloc = true; 32 cf->malloc_context_size = 30; 33 cf->detect_leaks = true; 34 cf->leak_check_at_exit = true [all...] |
/external/openfst/src/bin/ |
fstdifference.cc | 64 fst::ComposeFilter cf; local 67 cf = fst::AUTO_FILTER; 69 cf = fst::SEQUENCE_FILTER; 71 cf = fst::ALT_SEQUENCE_FILTER; 73 cf = fst::MATCH_FILTER; 80 fst::DifferenceOptions opts(FLAGS_connect, cf);
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttAnnotationDefault.java | 17 package com.android.dx.cf.attrib;
|