HomeSort by relevance Sort by last modified time
    Searched refs:COMPILE_ASSERT (Results 151 - 175 of 512) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.h 148 #define SpinLockHolder(x) COMPILE_ASSERT(0, spin_lock_decl_missing_var_name)
basictypes.h 128 // The COMPILE_ASSERT macro can be used to verify that a compile time
132 // COMPILE_ASSERT(sizeof(num_content_type_names) == sizeof(int),
137 // COMPILE_ASSERT(sizeof(foo) < 128, foo_too_large);
143 // Implementation details of COMPILE_ASSERT:
145 // - COMPILE_ASSERT works by defining an array type that has -1
150 // #define COMPILE_ASSERT(expr, msg) typedef char msg[(expr) ? 1 : -1]
158 // COMPILE_ASSERT(foo, msg); // not supposed to compile as foo is
172 // COMPILE_ASSERT(5 > 0, some_message);
188 #define COMPILE_ASSERT(expr, msg) \
213 COMPILE_ASSERT(sizeof(Dest) == sizeof(Source), bitcasting_unequal_sizes)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.h 168 COMPILE_ASSERT(sizeof(d) == sizeof(uint64_t), DoubleMustBe64Bits);
  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 144 COMPILE_ASSERT(kOneDigit > kZeroDigit, OrdinalOneDigitGreaterThanMinDigit);
145 COMPILE_ASSERT(kMidDigit > kOneDigit, OrdinalMidDigitGreaterThanOneDigit);
146 COMPILE_ASSERT(kMaxDigit > kMidDigit, OrdinalMaxDigitGreaterThanMidDigit);
147 COMPILE_ASSERT(kMinLength > 0, OrdinalMinLengthIsPositive);
148 COMPILE_ASSERT(kMidDigitValue > 1, OrdinalMidDigitValueGreaterThanOne);
149 COMPILE_ASSERT(kMaxDigitValue > kMidDigitValue,
151 COMPILE_ASSERT(kRadix == kMaxDigitValue + 1,
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 132 COMPILE_ASSERT(arraysize(keys) == arraysize(values), array_sizes_must_match);
158 COMPILE_ASSERT(arraysize(keys) == arraysize(values), array_sizes_must_match);
180 COMPILE_ASSERT(arraysize(keys) == arraysize(values),
233 COMPILE_ASSERT(arraysize(socket_keys) == arraysize(socket_values),
244 COMPILE_ASSERT(arraysize(keys) == arraysize(values), array_sizes_must_match);
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 148 COMPILE_ASSERT(static_cast<int>(WebFontDescription::Weight100) ==
151 COMPILE_ASSERT(static_cast<int>(WebFontDescription::Weight900) ==
154 COMPILE_ASSERT(WebFontDescription::GenericFamilyStandard ==
157 COMPILE_ASSERT(WebFontDescription::GenericFamilySerif ==
160 COMPILE_ASSERT(WebFontDescription::GenericFamilySansSerif ==
163 COMPILE_ASSERT(WebFontDescription::GenericFamilyMonospace ==
  /external/chromium/base/
bind_internal.h     [all...]
  /external/chromium_org/cc/animation/
animation.cc 28 COMPILE_ASSERT(static_cast<int>(cc::Animation::RunStateEnumSize) ==
38 COMPILE_ASSERT(static_cast<int>(cc::Animation::TargetPropertyEnumSize) ==
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarms_api.cc 55 COMPILE_ASSERT(kReleaseDelayMinimum == 1, update_warning_message_below);
71 COMPILE_ASSERT(kReleaseDelayMinimum == 1, update_warning_message_below);
  /external/chromium_org/chrome/installer/util/
util_constants.h 87 // Friendly reminder: note the COMPILE_ASSERT below.
92 COMPILE_ASSERT(installer::DIFF_PATCH_SOURCE_MISSING == 50,
131 COMPILE_ASSERT(DEFERRING_TO_HIGHER_VERSION == 18,
  /external/chromium_org/net/disk_cache/flash/
log_store_entry.cc 36 COMPILE_ASSERT(sizeof(stream_sizes) == kFlashLogStoreEntryHeaderSize,
145 COMPILE_ASSERT(sizeof(stream_sizes) == kFlashLogStoreEntryHeaderSize,
  /external/chromium_org/remoting/host/
screen_capturer_fake.cc 22 COMPILE_ASSERT(kBoxWidth < kWidth && kBoxHeight < kHeight, bad_box_size);
23 COMPILE_ASSERT((kBoxWidth % kSpeed == 0) && (kWidth % kSpeed == 0) &&
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 156 COMPILE_ASSERT(sizeof(T) <= sizeof(arguments_[0]), invalid_size);
164 COMPILE_ASSERT(sizeof(T) <= sizeof(arguments_[0]), invalid_size);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
WorkerGlobalScopeFileSystem.cpp 139 COMPILE_ASSERT(static_cast<int>(WorkerGlobalScopeFileSystem::TEMPORARY) == static_cast<int>(FileSystemTypeTemporary), enum_mismatch);
140 COMPILE_ASSERT(static_cast<int>(WorkerGlobalScopeFileSystem::PERSISTENT) == static_cast<int>(FileSystemTypePersistent), enum_mismatch);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 128 // The COMPILE_ASSERT macro can be used to verify that a compile time
132 // COMPILE_ASSERT(sizeof(num_content_type_names) == sizeof(int),
137 // COMPILE_ASSERT(sizeof(foo) < 128, foo_too_large);
143 // Implementation details of COMPILE_ASSERT:
145 // - COMPILE_ASSERT works by defining an array type that has -1
150 // #define COMPILE_ASSERT(expr, msg) typedef char msg[(expr) ? 1 : -1]
158 // COMPILE_ASSERT(foo, msg); // not supposed to compile as foo is
172 // COMPILE_ASSERT(5 > 0, some_message);
188 #define COMPILE_ASSERT(expr, msg) \
213 COMPILE_ASSERT(sizeof(Dest) == sizeof(Source), bitcasting_unequal_sizes)
    [all...]
  /external/chromium_org/ui/aura/
window_property.h 120 COMPILE_ASSERT(sizeof(TYPE) <= sizeof(int64), property_type_too_large); \
127 COMPILE_ASSERT(sizeof(TYPE) <= sizeof(int64), property_type_too_large); \
  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 34 #define COMPILE_ASSERT(expr, err) static const char err[(expr) ? 1 : -1] = "";
67 COMPILE_ASSERT(NELEM(aw_info.transform) == NELEM(gl_info->transform),
  /external/chromium/webkit/glue/
webvideoframe_impl.cc 31 COMPILE_ASSERT(int(WebKit::WebVideoFrame::webkit_name) == \
  /external/chromium_org/base/
rand_util.cc 37 COMPILE_ASSERT(std::numeric_limits<double>::radix == 2, otherwise_use_scalbn);
  /external/chromium_org/chrome/browser/performance_monitor/
metric.cc 64 COMPILE_ASSERT(ARRAYSIZE_UNSAFE(kMetricBounds) == METRIC_NUMBER_OF_METRICS,
  /external/chromium_org/chrome/common/metrics/
entropy_provider.cc 83 COMPILE_ASSERT(sizeof(bits) < sizeof(sha1_hash), need_more_data);
  /external/chromium_org/content/renderer/media/
webmediaplayer_util.cc 17 COMPILE_ASSERT( \
webmediasourceclient_impl.cc 19 COMPILE_ASSERT(static_cast<int>(WebMediaSourceClient::webkit_name) == \
  /external/chromium_org/ppapi/shared_impl/
ppb_trace_event_impl.cc 44 COMPILE_ASSERT(sizeof(unsigned long long) == sizeof(uint64_t), msg);
  /external/chromium_org/skia/ext/
convolver.h 64 COMPILE_ASSERT(sizeof(Fixed) == 2, fixed_type_should_fit_in_float_mantissa);

Completed in 732 milliseconds

1 2 3 4 5 67 8 91011>>