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

<<11121314151617181920>>

  /dalvik/vm/compiler/codegen/x86/
NcgHelper.cpp 58 return 2*s4FromSwitchData(&entries[testVal - firstKey]); //convert from u2 to byte
96 return 2*s4FromSwitchData(&entries[i]); //convert from u2 to byte
  /development/ndk/platforms/android-8/include/
regex.h 87 #define REG_ATOI 255 /* convert name to number (!) */
88 #define REG_ITOA 0400 /* convert number to name (!) */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaScriptTarget.java 32 /** Convert an int to a JavaScript Unicode character literal.
44 /** Convert long to two 32-bit numbers separted by a comma.
  /external/arduino/hardware/arduino/cores/arduino/
wiring_pulse.c 42 // convert the timeout from microseconds to a number of times through
64 // convert the reading to microseconds. The loop has been determined
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 67 we must convert determine the number of ticks since the last update, then
68 convert back to milliseconds before updating timer list */
  /external/chromium/base/
logging_win.cc 30 // Convert the log severity to the most appropriate ETW trace level.
117 // Convert the new trace level to a logging severity
  /external/chromium/chrome/browser/net/
url_fixer_upper.h 21 // This object is designed to convert various types of input into URLs that we
54 // current working directory. If this resolves to a file on disk, convert it
url_request_mock_http_job.cc 65 // So first we convert base FilePath to a URL, then append the URL
66 // path to that, and convert the final URL back to a FilePath.
  /external/chromium/chrome/browser/ui/views/
browser_bubble.cc 124 // |relative_to_| is in browser-relative coordinates, so convert it to
135 // Convert screen coordinates to frame relative.
  /external/dropbear/libtommath/
dep.pl 18 # convert filename to upper case so we can use it as a define
57 # convert filename to upper case so we can use it as a define
  /external/icu4c/io/
ustream.cpp 44 // use the default converter to convert chunks of text
84 // use the default converter to convert chunks of text
  /external/icu4c/test/intltest/
usettest.h 116 * Convert a bitmask to a UnicodeSet.
121 * Convert a UnicodeSet to a bitmask. Only the characters
  /external/iptables/iptables/
iptables-xml.1 22 iptables-xml \(em Convert iptables-save format to XML
28 is used to convert the output of iptables-save into an easily manipulatable
  /external/jdiff/src/jdiff/
MergeChanges.java 6 * Convert some remove and add operations into change operations.
16 * only <i>one</i> method with the same name is added, we can convert these
30 * Convert some remove and add operations into change operations.
76 * Convert some removed and added constructors into changed constructors.
119 * Convert some removed and added methods into changed methods.
129 * Convert single removed and added methods into a changed method.
183 * Convert multiple removed and added methods into changed methods.
297 * Convert some removed and added fields into changed fields.
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp 76 jmeBulletUtil::convert(env, childLocation, &trans.getOrigin());
77 jmeBulletUtil::convert(env, childRotation, &trans.getBasis());
com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp 85 jmeBulletUtil::convert(env, &motionState->worldTransform.getOrigin(), value);
101 jmeBulletUtil::convert(env, &motionState->worldTransform.getBasis(), value);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
KeyNames.java 141 KEY_NAMES[KEY_CONVERT] = "Convert";
142 KEY_NAMES[KEY_NOCONVERT] = "No Convert";
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 63 BufferedImage original = ImageToAwt.convert(image, false, true, 0);
82 BufferedImage original = ImageToAwt.convert(image, false, true, 0);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 97 cShape.setLocalScaling(Converter.convert(getScale()));
102 //TODO return Converter.convert(bulletMesh);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
Point2PointJoint.java 109 constraint = new Point2PointConstraint(nodeA.getObjectId(), nodeB.getObjectId(), Converter.convert(pivotA), Converter.convert(pivotB));
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 69 we must convert determine the number of ticks since the last update, then
70 convert back to milliseconds before updating timer list */
  /external/llvm/include/llvm/Support/
TimeValue.h 223 /// @brief Convert to a number of microseconds (can overflow)
233 /// @brief Convert to a number of milliseconds (can overflow)
241 /// @brief Convert to unix time (100 nanoseconds since 12:00:00a Jan 1,1970)
256 /// @brief Convert to windows time (seconds since 12:00:00a Jan 1, 1601)
265 /// @brief Convert to timespec time (ala POSIX.1b)
273 /// @brief Convert time to a string.
332 /// @brief Convert seconds form PosixTime to TimeValue
341 /// @brief Convert seconds form Windows FILETIME to TimeValue
  /external/llvm/lib/Support/
regex_impl.h 82 #define REG_ATOI 255 /* convert name to number (!) */
83 #define REG_ITOA 0400 /* convert number to name (!) */
  /external/llvm/test/Transforms/InstCombine/
cast-set.ll 10 ; Convert to setne int %X, 12
20 ; Convert to setne int %X, %Y
  /external/llvm/test/Transforms/ObjCARC/
tail-call-invariant-enforcement.ll 66 ; If we convert a tail called @objc_autoreleaseReturnValue to an
75 ; If we convert a called @objc_autorelease to an @objc_autoreleaseReturnValue,

Completed in 865 milliseconds

<<11121314151617181920>>