HomeSort by relevance Sort by last modified time
    Searched full:conversions (Results 101 - 125 of 1763) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_inexact.pass.cpp 17 // inexact conversions allowed for floating point reps
convert_int_to_float.pass.cpp 17 // conversions from integral to floating point durations allowed
  /external/clang/test/SemaObjCXX/
arc-overloading.mm 3 // Simple ownership conversions + diagnostics.
49 // Prefer non-ownership conversions to ownership conversions.
  /external/clang/lib/Sema/
SemaOverload.cpp 83 OverloadCandidateSet& Conversions,
221 /// implicit conversions.
239 // array-to-pointer or function-to-pointer implicit conversions, so
393 // Boolean conversions can be from pointers and pointers to members
394 // [conv.bool], and those aren't considered narrowing conversions.
412 // Such conversions on variables are always narrowing.
446 // Other kinds of conversions are not narrowings.
486 OS << "No conversions required";
536 new (&conversions()) ConversionSet();
540 conversions().~ConversionSet()
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 233 'ActiveSupport::CoreExtensions::Array::Conversions',
235 'ActiveSupport::CoreExtensions::Date::Conversions',
236 'ActiveSupport::CoreExtensions::Hash::Conversions',
237 'ActiveSupport::CoreExtensions::Hash::Conversions::ClassMethods',
246 'ActiveSupport::CoreExtensions::Range::Conversions',
248 'ActiveSupport::CoreExtensions::String::Conversions',
255 'ActiveSupport::CoreExtensions::Time::Conversions',
  /external/chromium_org/sync/notifier/
p2p_invalidator_unittest.cc 122 // Make sure the P2PNotificationTarget <-> string conversions work.
159 // Make sure the P2PNotificationData <-> string conversions work for a
177 // Make sure the P2PNotificationData <-> string conversions work for a
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 3 // This test checks for the various conversions and casting operations
184 // Well-formed conversions
192 // Ill-formed conversions
altivec.cpp 1 // RUN: %clang_cc1 -faltivec -fno-lax-vector-conversions -triple powerpc-unknown-unknown -fcxx-exceptions -verify %s
i-c-e-cxx.cpp 63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
switch.cpp 33 switch (B()) { // expected-error{{multiple conversions}}
  /external/clang/utils/
FindSpecRefs 36 ('6.3 Conversions', '42'),
278 ('G.4 Conversions', '467'),
337 ('4 Standard conversions', '73'),
341 ('4.4 Qualification conversions', '74'),
344 ('4.7 Integral conversions', '76'),
345 ('4.8 Floating point conversions', '76'),
346 ('4.9 Floating-integral conversions', '77'),
347 ('4.10 Pointer conversions', '77'),
348 ('4.11 Pointer to member conversions', '77'),
349 ('4.12 Boolean conversions', '78')
    [all...]
  /dalvik/vm/mterp/x86/
cvtfp_int.S 2 /* On fp to int conversions, Java requires that
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3encodings.c 3 * the various Unicode character conversions. There are of
  /external/chromium/base/threading/
thread_local_storage_unittest.cc 15 // Ignore warnings about ptr->int conversions that we use when
  /external/chromium/googleurl/src/
url_test_utils.h 30 // Convenience functions for string conversions.
  /external/chromium_org/media/base/
audio_timestamp_helper.h 16 // in repeated sample count to timestamp conversions.
  /external/chromium_org/third_party/WebKit/Source/platform/
HostWindow.h 58 // Methods for doing coordinate conversions to and from screen coordinates.
  /external/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 100 static const AttributeConversion conversions[12] = { variable
119 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
120 if(conversions[i].value == value) {
121 return conversions[i].letter;
131 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
132 if(conversions[i].letter == letter) {
133 return conversions[i].value;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 30 * Helper functions for packing/unpacking conversions.
  /external/chromium_org/third_party/sqlite/src/test/
enc3.test 13 # The focus of this file is testing of the proper handling of conversions
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along."
numeric-conversion-expected.txt 24 This test checks for accuracy in numeric conversions, particularly with large or infinite values.
numeric-conversion.js 25 "This test checks for accuracy in numeric conversions, particularly with large or infinite values."
  /external/clang/test/Analysis/
bool-assignment.c 6 // casts to bool. Arguably, however, these conversions are okay; the result
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 4 // Verify that narrowing conversions in initializer lists cause errors in C++0x
160 // Bool is also an integer type, but conversions to it are a different AST
166 // Conversions from pointers to booleans aren't narrowing conversions.

Completed in 845 milliseconds

1 2 3 45 6 7 8 91011>>