/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 */
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 328 RangeList conversions; local 338 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted 340 if(conversions.size()) { // there are some elements to convert 342 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array 387 RangeList conversions; local 395 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted 396 if(conversions.size()) { // there are some elements to convert 398 int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by offset to indices in this array
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
MathDetector.java | 51 "avoid conversions", 57 "written to operate on floats, so you avoid conversions back and forth to double.",
|
/external/clang/lib/Analysis/ |
PrintfFormatString.cpp | 505 // The plus prefix only makes sense for signed conversions 528 // Alternate form flag only valid with the oxXaAeEfFgG conversions 552 // Leading zeroes flag only valid with the diouxXaAeEfFgG conversions 579 // The space prefix only makes sense for signed conversions 602 // The left justified flag is valid for all conversions except n 634 // Precision is only valid with the diouxXaAeEfFgGs conversions 661 // 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
|
utf_offset_string_conversions.h | 19 // Like the conversions in utf_string_conversions.h, but also takes one or more
|
/external/clang/test/FixIt/ |
fixit-function-call.cpp | 59 // Test derived to base conversions.
|
/external/kernel-headers/original/asm-mips/ |
addrspace.h | 124 * 64-bit address conversions
|
/external/llvm/include/llvm/Analysis/ |
ProfileInfoLoader.h | 11 // information read in from the dump file. If conversions between formats are
|
/external/v8/src/ |
v8conversions.cc | 33 #include "conversions-inl.h"
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 11 # floating point to integer conversions
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGGraph.h | 65 // The order may be significant for nodes with side-effects (property accesses, value conversions).
|
DFGOperations.h | 82 // These operations implement the implicitly called ToInt32, ToNumber, and ToBoolean conversions from ES5.
|
/external/webkit/Source/WebCore/platform/ |
HostWindow.h | 58 // Methods for doing coordinate conversions to and from screen coordinates.
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformKeyboardEventChromium.cpp | 50 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
|
/external/webkit/Source/WebCore/platform/iphone/ |
KeyEventIPhone.mm | 89 // Can only change type from KeyDown to RawKeyDown or Char, as we lack information for other conversions.
|
/frameworks/av/services/audioflinger/ |
AudioResampler.h | 35 // certain fixed rate conversions. Sample rate cannot be
|
/frameworks/compile/mclinker/include/mcld/Support/ |
LEB128.h | 96 * rid of annoying type conversions when using the LEB128 encoding/decoding APIs
|