Searched
full:convert (Results
1351 -
1375 of
5560) sorted by null
<<51525354555657585960>>
/external/llvm/lib/Support/ |
APFloat.cpp | 901 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored); [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegOps.java | 156 * convert int to byte) 161 * {@code r,x: int :: r = x & 0xffff} (Java-style convert int to char) 167 * convert int to short)
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegOps.java | 156 * convert int to byte) 161 * {@code r,x: int :: r = x & 0xffff} (Java-style convert int to char) 167 * convert int to short)
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_utils.c | 48 ** Description Convert a 16 bits UUID to be an standard 128 bits one. 93 /* convert a 16 bits UUID to 128 bits value */ 102 /* convert a 16 bits UUID to 128 bits value */
|
/external/clang/test/SemaCXX/ |
overload-call.cpp | 222 void derived4(C*); // expected-note{{candidate function not viable: cannot convert from base class pointer 'A *' to derived class pointer 'C *' for 1st argument}} 359 void foo(Base *); // expected-note 2 {{cannot convert argument of incomplete type}} 360 void foo(Base &); // expected-note 2 {{cannot convert argument of incomplete type}}
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegOps.java | 156 * convert int to byte) 161 * {@code r,x: int :: r = x & 0xffff} (Java-style convert int to char) 167 * convert int to short)
|
/external/icu4c/i18n/ |
tridpars.h | 195 * Convert the elements of the 'list' vector, which are SingleID 202 * the reverse. THIS MAY RESULT IN AN EMPTY VECTOR. Convert 321 * Givens a Specs object, convert it to a SingleID object. The
|
/external/jdiff/src/jdiff/ |
API.java | 270 * Convert all HTML tags to text by placing them inside a CDATA element. 283 * Convert all HTML tags to text by stuffing text into the HTML tag 312 * Convert text with stuffed HTML tags ("lEsS_tHaN", etc) into HTML text.
|
/external/jmonkeyengine/engine/src/bullet-native/ |
com_jme3_bullet_PhysicsSpace.cpp | 371 jmeBulletUtil::convert(env, vector, &gravity); 436 jmeBulletUtil::convert(env, to, &native_to); 439 jmeBulletUtil::convert(env, from, &native_from);
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
GeometryBatchFactory.java | 29 // convert to be in component units 49 // convert to be in component units 69 // convert to be in component units
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 67 (* Convert bool 0/1 to double 0.0 or 1.0 *) 99 (* Convert condition to a bool by comparing equal to 0.0 *) 220 (* Convert condition to a bool by comparing equal to 0.0. *)
|
/external/llvm/include/llvm/Transforms/Utils/ |
Local.h | 50 /// constant value, convert it into an unconditional branch to the constant 218 // Convert to correct type. 222 // We'll let instcombine(mul) convert this to a shl if possible.
|
/external/openfst/src/include/fst/ |
float-weight.h | 566 // Convert to tropical 577 // Convert to log 588 // Convert to log64
|
/external/openssl/crypto/asn1/ |
x_name.c | 113 * form and caches encodings so we have to process the internal form and convert 198 /* Convert internal representation to X509_NAME structure */ 417 /* Convert string in place to canonical form.
|
/external/oprofile/opjitconv/ |
opjitconv.c | 3 * Convert a jit dump file to an ELF file 385 /* Convert the dump file as the special user 'oprofile'. */ 563 verbprintf(debug, "JIT convert error %d\n", rc);
|
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 118 // Convert the variable values to types. 126 // Convert the stack values to types. 143 // Convert the initial variable values to types.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
video.html | 255 > -- Convert a surface to the display format</DT 260 > -- Convert a surface to the display format</DT 423 >convert</A
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testoverlay2.c | 102 /* Convert */ 135 /* Convert */ 468 fprintf(stderr, "Couldn't convert picture to 32bits RGB: %s\n", SDL_GetError());
|
/external/skia/src/core/ |
SkDevice.cpp | 286 // We're going to have to convert from a config8888 to the native config 303 // we convert to a temporary bitmap and draw that as a sprite 313 // copy pixels to dstBmp and convert from config8888 to native config.
|
/external/stlport/stlport/stl/ |
_alloc.h | 175 /* macro to convert the allocator for initialization 179 * not used implicitly to convert allocator parameter, so let us do it explicitly */ 185 /* else convert, but only if partial specialization works, since else
|
/external/webkit/Source/WebCore/bridge/ |
NP_jsobject.cpp | 197 // Convert and return the result of the function call. 247 // Convert and return the result of the function call. 521 // Convert and return the result.
|
/frameworks/av/drm/libdrmframework/include/ |
DrmManagerClientImpl.h | 249 * @return Return handle for the convert session 260 * @param[in] convertId Handle for the convert session 276 * @param[in] convertId Handle for the convert session
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
IDrmEngine.h | 268 * @param[in] convertId Handle for the convert session 281 * @param[in] convertId Handle for the convert session 298 * @param[in] convertId Handle for the convert session
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_file.c | 56 * Convert a Java string into a nul terminated ascii string to pass to posix 288 /* entrySize is bytes for some reason. Convert to ucs chars */ 500 /* Convert DRM file modes to posix modes */
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 151 "Failed to convert " + value + " into a ColorStateList", e, 253 "Failed to convert " + stringValue + " into a drawable", e, 274 false /* convert */);
|
Completed in 1801 milliseconds
<<51525354555657585960>>