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

<<51525354555657585960>>

  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseCursorPagerAdapter.java 195 * method to convert their results. The default implementation returns an
199 * @param cursor the cursor to convert to a CharSequence
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 190 * <p>Convert script specific gravity to absolute horizontal value.</p>
196 * @param gravity The gravity to convert to absolute (horizontal) values.
  /libcore/luni/src/main/java/java/lang/
Boolean.java 197 * the boolean to convert.
225 * the boolean to convert to a {@code Boolean}.
Integer.java 405 * the integer to convert.
418 * the integer to convert.
430 * the integer to convert.
448 * the integer to convert.
463 * <p>This method treats its argument as signed. If you want to convert an
469 * the signed integer to convert.
Long.java 392 * the long value to convert.
405 * the long value to convert.
417 * the long value to convert.
435 * the long to convert.
450 * <p>This method treats its argument as signed. If you want to convert an
456 * the signed long to convert.
  /libcore/luni/src/main/java/java/text/
Format.java 26 * convert other objects or values, such as numeric values and dates, and their
29 * such as {@code DecimalFormat} may convert a numeric value such as 12345 to
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.sed 27 # Convert ../: to ::, recur to get whole paths.
29 # Convert ../../ to :::
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 198 /* convert [0,31] ASU signal strength to the [0,5] expected by
212 * Convert the cdma / evdo db levels to appropriate icon level.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 201 /** @see jp.co.omronsoft.openwnn.WnnEngine#convert */
202 public int convert(ComposingText text) { method in class:SymbolList
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
quota.h 50 * Convert diskblocks to blocks and the other way around.
57 * Convert count of filesystem blocks to diskquota blocks, meant
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 50 * Convert diskblocks to blocks and the other way around.
57 * Convert count of filesystem blocks to diskquota blocks, meant
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
quota.h 50 * Convert diskblocks to blocks and the other way around.
57 * Convert count of filesystem blocks to diskquota blocks, meant
  /system/core/adb/
adb_auth_host.c 62 /* Convert OpenSSL RSA private key to android pre-computed RSAPublicKey format */
145 D("Failed to convert to publickey\n");
  /system/media/camera/docs/
metadata_helpers.py 123 Convert an entry name string into an uppercase C symbol.
139 Convert an entry name string into a lowercase C symbol.
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 425 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment;
446 llvm::APSInt AdjInt = AdjustmentType.convert(Int) - Adjustment;
467 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
496 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
525 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
554 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int);
SimpleSValBuilder.cpp 265 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS);
291 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
297 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
300 ConvertedRHS = &BasicVals.Convert(resultTy, RHS);
483 // Convert the two constants to a common type, then combine them.
485 // resultTy may not be the best type to convert to, but it's
491 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
492 const llvm::APSInt &second = IntType.convert(*RHSValue);
870 // Convert the signedness of the integer (if necessary).
    [all...]
  /external/openssh/openbsd-compat/
bsd-snprintf.c 518 char convert[20]; local
544 convert[place++] =
550 convert[place] = 0;
589 DOPR_OUTCH(buffer, *currlen, maxlen, convert[place]);
739 /* Convert integer part */
752 /* Convert fractional part */
  /external/qemu/distrib/jpeg-6b/
jccolor.c 120 * Convert some rows of samples to the JPEG colorspace.
274 * Convert some rows of samples to the JPEG colorspace.
312 * Convert some rows of samples to the JPEG colorspace.
314 * where we convert R=1-C, G=1-M, and B=1-Y to YCbCr using the same
369 * Convert some rows of samples to the JPEG colorspace.
428 * Convert some rows of samples to the JPEG colorspace.
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 179 called to convert to the ETS format (1 bit/word, where 1 word = 16 bits),
184 function if2_to_ets will be called to convert to the ETS format, and
241 // Convert incoming packetized raw WMF data to ETS format
253 // Convert incoming packetized raw IF2 data to ETS format
418 /* Convert incoming packetized raw WMF data to ETS format */
426 /* Convert incoming packetized raw IF2 data to ETS format */
  /frameworks/base/core/java/android/content/res/
TypedArray.java 326 throw new UnsupportedOperationException("Can't convert to color: type=0x"
367 throw new UnsupportedOperationException("Can't convert to integer: type=0x"
398 throw new UnsupportedOperationException("Can't convert to dimension: type=0x"
430 throw new UnsupportedOperationException("Can't convert to dimension: type=0x"
463 throw new UnsupportedOperationException("Can't convert to dimension: type=0x"
549 throw new UnsupportedOperationException("Can't convert to fraction: type=0x"
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 207 * convert the existing bits that are already parsed
209 * convert the existing bits that are already parsed along
277 /* Convert the partial result to make sure that the
646 * convert the existing bits that are already parsed
648 * convert the existing bits that are already parsed along
708 /* Convert the partial result to make sure that the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 130 status.addFatalError("No selection to convert");
135 status.addFatalError("Select precisely one layout to convert");
187 // Don't convert a root GestureOverlayView; convert its child. This looks for
359 // conversion) and then convert all the children into <TableRow> elements.
622 super("com.android.ide.eclipse.adt.refactoring.convert", //$NON-NLS-1$
  /external/icu4c/i18n/
astro.cpp 419 // Convert to local mean time
437 * Convert from ecliptic to equatorial coordinates.
450 * Convert from ecliptic to equatorial coordinates.
481 * Convert from ecliptic longitude to equatorial coordinates.
804 // // 4. Convert LSTs to GSTs. If GST1 > GST2, add 24 to GST2.
845 // // 11. Convert GST to UT and then to local civil time
854 // * Convert local sidereal time to Greenwich sidereal time.
866 // * Convert UT to GST on this date.
877 // * Convert GST to UT on this date.
    [all...]
  /external/expat/lib/
expat.h 469 The data member will be passed as the first argument to the convert
472 The convert function is used to convert multibyte sequences; s will
474 convert function must return the Unicode scalar value represented
477 The convert function may be NULL if the encoding is a single-byte
482 release has been called, the convert function will not be called
509 int (XMLCALL *convert)(void *data, const char *s); member in struct:__anon8039
    [all...]
  /external/libsepol/src/
services.c 567 ERR(NULL, "could not convert %s to sid", scontext);
859 * Convert the values in the security context
882 /* Convert the user. */
893 /* Convert the role. */
902 /* Convert the type. */
993 * Convert the context structures in the SID table to the
1041 /* Convert the internal representations of contexts
    [all...]

Completed in 1067 milliseconds

<<51525354555657585960>>