HomeSort by relevance Sort by last modified time
    Searched full:convert (Results 1251 - 1275 of 5560) sorted by null

<<51525354555657585960>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
AddNativeWizard.java 80 // Convert to CDT project
  /hardware/invensense/libsensors_iio/software/core/mllite/
data_builder.c 139 * @return A scale factor to convert device units to degrees per second scaled by 2^16
149 * @return A scale factor to convert device units to g's scaled by 2^16
159 * @return A scale factor to convert device units to micro Tesla scaled by 2^16
171 * @param[in] sensitivity A Scale factor to convert from hardware units to
184 * can convert the transformation matrix to this scalar and describes the
186 * @param[in] sensitivity A scale factor to convert device units to degrees per second scaled by 2^16
370 * can convert the transformation matrix to this scalar and describes the
372 * @param[in] sensitivity A scale factor to convert device units to g's
393 * can convert the transformation matrix to this scalar and describes the
395 * @param[in] sensitivity A scale factor to convert device units to u
    [all...]
  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 62 * convert a network format address to presentation format.
119 * convert IPv6 binary address into presentation (printable) format
  /bionic/libc/upstream-netbsd/libc/regex/
regerror.c 129 = #define REG_ATOI 255 // convert name to number (!)
130 = #define REG_ITOA 0400 // convert number to name (!)
  /development/testrunner/test_defs/
test_walker.py 102 """Convert given path to one relative to build tree root.
105 path: absolute file system path to convert.
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockTest.java 141 assertEquals("Convert byte from " + testValues[i].getClass(), byteExpected[i], AndroidMock
143 assertEquals("Convert short from " + testValues[i].getClass(), shortExpected[i], AndroidMock
145 assertEquals("Convert int from " + testValues[i].getClass(), intExpected[i], AndroidMock
147 assertEquals("Convert long from " + testValues[i].getClass(), longExpected[i], AndroidMock
149 assertEquals("Convert float from " + testValues[i].getClass(), floatExpected[i], AndroidMock
151 assertEquals("Convert double from " + testValues[i].getClass(), doubleExpected[i],
153 assertEquals("Convert char from " + testValues[i].getClass(), charExpected[i], AndroidMock
155 assertEquals("Convert boolean from " + testValues[i].getClass(), booleanExpected[i],
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 75 | unable to automatically convert input #{ input.inspect }
280 raise ArgumentError, "cannot convert %p to an instance variable name" % name
  /external/bison/examples/calc++/
calc++-parser.hh 216 /// Convert the symbol name \a n to a form suitable for a diagnostic.
243 /// Convert a scanner token number \a t to a symbol number.
  /external/bison/lib/
time.in.h 140 /* Convert TIMER to RESULT, assuming local time and UTC respectively. See
206 /* Convert TM to a time_t value, assuming UTC. */
  /external/ceres-solver/examples/
pgm_image.h 196 // Convert to integer by rounding when writing file
220 // Convert the string
  /external/chromium/base/
time_unittest.cc 27 // Convert to ours.
40 // Convert exploded back to the time struct.
  /external/chromium/chrome/browser/themes/
theme_service.h 189 // Convert a bitfield alignment into a string like "top left". Public so that
197 // Convert a tiling value into a string like "no-repeat". Public
  /external/chromium/googleurl/src/
url_canon_query.cc 95 // UTF-16, we have to convert first. The converter must be non-NULL.
127 // Harder: convert to the proper encoding first.
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 84 // to convert to a wstring to do this.
173 // Convert the headers into a string ending with LF.
  /external/chromium/net/udp/
udp_socket_win.cc 269 // Convert address.
340 // Convert address.
  /external/clang/lib/CodeGen/
TargetInfo.h 93 /// Performs the code-generation required to convert a return
103 /// Performs the code-generation required to convert the address
  /external/clang/test/SemaCXX/
conversion-function.cpp 31 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
32 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
  /external/clang/test/SemaTemplate/
instantiate-cast.cpp 26 (void)((U)t); // expected-error{{cannot convert 'A' to 'int' without a conversion operator}}
92 (void)U(t); // expected-error{{cannot convert 'A' to 'int' without a conversion operator}}
  /external/compiler-rt/lib/
truncdfsf2.c 22 // *narrowing* operations; if you need to convert to a *wider* floating-point
108 // destination format. We can convert by simply right-shifting with
  /external/elfutils/libelf/
elf_getshstrndx.c 149 CONVERT (shdr_mem.sh_link);
187 CONVERT (shdr_mem.sh_link);
version_xlate.h 61 To recognize them we have to walk the data structure and convert
155 To recognize them we have to walk the data structure and convert
  /external/expat/lib/
xmltok.h 290 CONVERTER convert,
310 CONVERTER convert,
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshAnimationLoader.java 212 // // convert poses and weights to arrays and create a PoseFrame
226 // // convert times and frames to arrays and write to the track
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
ImprovedNoise.java 90 int h = hash & 15; // CONVERT LO 4 BITS OF HASH CODE
97 int h = hash & 15; // CONVERT LO 4 BITS OF HASH CODE
  /external/libxml2/include/libxml/
encoding.h 92 * Take a block of chars in the original encoding and try to convert
112 * Take a block of UTF-8 chars in and try to convert it to another

Completed in 1258 milliseconds

<<51525354555657585960>>