HomeSort by relevance Sort by last modified time
    Searched full:conversions (Results 51 - 75 of 1048) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/googleurl/src/
url_test_utils.h 30 // Convenience functions for string conversions.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 3 // Verify that narrowing conversions in initializer lists cause errors in C++0x
142 // Bool is also an integer type, but conversions to it are a different AST
148 // Conversions from pointers to booleans aren't narrowing conversions.
  /external/clang/test/Sema/
attr-mode.c 28 // modes. Also test other mode-based conversions.
vector-assign.c 1 // RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversions
  /external/clang/test/SemaTemplate/
member-access-expr.cpp 94 // Fun with template instantiation and conversions
  /external/icu4c/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/webkit/Source/JavaScriptCore/wtf/qt/
StringQt.cpp 35 // String conversions
  /frameworks/base/core/java/android/util/
FloatMath.java 22 * of conversions to and from {@code double}.
  /frameworks/base/include/ui/egl/
android_natives.h 56 * reference-counted object; with proper type conversions.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
string_conversions.h 1 // String Conversions -*- C++ -*-
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 1 // String Conversions -*- C++ -*-
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 1 // String Conversions -*- C++ -*-
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 1 // String Conversions -*- C++ -*-
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 312 RangeList conversions; local
322 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
324 if(conversions.size()) { // there are some elements to convert
326 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array
371 RangeList conversions; local
379 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
380 if(conversions.size()) { // there are some elements to convert
382 int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by offset to indices in this array
  /external/mesa3d/src/glsl/
ir_function.cpp 66 * "There are no implicit array or structure conversions."
135 /* Since there are no bi-directional automatic conversions (e.g.,
  /external/zlib/examples/
zpipe.c 11 1.4 11 Dec 2005 Add hack to avoid MSDOS end-of-line conversions
180 /* avoid end-of-line conversions */
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 514 // The plus prefix only makes sense for signed conversions
537 // Alternate form flag only valid with the oxXaAeEfFgG conversions
561 // Leading zeroes flag only valid with the diouxXaAeEfFgG conversions
588 // The space prefix only makes sense for signed conversions
611 // The left justified flag is valid for all conversions except n
643 // Precision is only valid with the diouxXaAeEfFgGs conversions
670 // The field width is valid for all conversions except n
  /external/bluetooth/glib/docs/reference/gobject/
tut_intro.xml 53 The interpreter also often provides a lot of automatic conversions from one type to the other. For example,
60 Of course, it is also often possible to explicitly specify conversions when the default conversions provided
  /bionic/libc/include/sys/
_types.h 65 * stream conversions. The content must not be referenced by user programs.
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 33 /* Conversions */
  /dalvik/vm/mterp/
config-armv5te-vfp 20 # operations except for "remainder" and conversions to/from 64-bit ints.
  /dalvik/vm/oo/
Array.h 124 * narrowing conversions are not allowed).
  /development/ndk/platforms/android-3/include/sys/
_types.h 65 * stream conversions. The content must not be referenced by user programs.
  /external/bluetooth/glib/tests/
utf8-pointer.c 30 /* Test conversions between offsets and pointers */
  /external/chromium/base/
sys_string_conversions.h 9 // Provides system-dependent string type conversions for cases where it's

Completed in 5334 milliseconds

1 23 4 5 6 7 8 91011>>