HomeSort by relevance Sort by last modified time
    Searched full:converted (Results 226 - 250 of 6909) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoffLibInternals.h 120 @param Address The address to be converted to the loaded address.
122 @return The converted address or NULL if the address can not be converted.
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
BasePeCoffLibInternals.h 120 @param Address The address to be converted to the loaded address.
123 @return The converted address or NULL if the address can not be converted.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Boolean.java 33 * @param obj an ASN1Boolean or an object that can be converted into one.
34 * @exception IllegalArgumentException if the object cannot be converted.
101 * be converted.
ASN1Enumerated.java 19 * @param obj an ASN1Enumerated or an object that can be converted into one.
20 * @exception IllegalArgumentException if the object cannot be converted.
53 * be converted.
ASN1Integer.java 19 * @param obj an ASN1Integer or an object that can be converted into one.
20 * @throws IllegalArgumentException if the object cannot be converted.
53 * be converted.
DERIA5String.java 20 * @param obj a DERIA5String or an object that can be converted into one.
21 * @exception IllegalArgumentException if the object cannot be converted.
54 * be converted.
DERNumericString.java 20 * @param obj a DERNumericString or an object that can be converted into one.
21 * @exception IllegalArgumentException if the object cannot be converted.
54 * be converted.
DERPrintableString.java 20 * @param obj a DERPrintableString or an object that can be converted into one.
21 * @exception IllegalArgumentException if the object cannot be converted.
54 * be converted.
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 43 // are converted to false; everything else is converted to true.
47 // These do not warn because they can be directly converted to integral
  /external/libmojo/mojo/public/cpp/bindings/
array_traits_stl.h 21 // std::vector<> is always converted to non-null mojom array.
73 // std::set<> is always converted to non-null mojom array.
111 // std::map<> is always converted to non-null mojom array.
  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format.cc 17 // freeze_graph utility) into a format in which large Const ops are converted to
29 // will not be converted to ImmutableConst format, and kept in the graph.
50 "won't be converted into ImmutableConst (be memmapped)"),
  /external/vogar/src/vogar/target/junit/junit3/
AlternateSuiteMethodBuilder.java 47 * <li>A {@link TestSuite} is converted into a {@link Suite}. If it contained {@link TestCase}
50 * take a Class then it should probably be converted to a {@link ParentStatementRunner}</li>
51 * <li>A {@link TestCase} is converted into a {@link StatementRunner}.</li>
TestSuiteRunnerFactory.java 47 * <li>A {@link TestSuite} is converted into a {@link Suite}. If it contained {@link TestCase}
50 * take a Class then it should probably be converted to a {@link ParentStatementRunner}</li>
51 * <li>A {@link TestCase} is converted into a {@link StatementRunner}.</li>
  /frameworks/base/core/java/android/service/autofill/
DateValueSanitizer.java 76 final String converted = mDateFormat.format(date); local
77 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + converted);
79 final Date sanitized = mDateFormat.parse(converted);
  /frameworks/base/tools/aapt2/jni/
aapt2_jni.cpp 41 std::vector<ScopedUtfChars> converted; local
59 converted.push_back(ScopedUtfChars(env, string_obj));
62 return converted;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
ReportStatusCode.c 60 @param CodeType The type of status code being converted.
61 @param Value The status code value being converted.
68 converted ASSERT() arguments specified by Filename, Description,
71 not be converted to ASSERT() arguments.
128 @retval TRUE The status code specified by Data was converted DEBUG() arguments
130 @retval FALSE The status code specified by Data could not be converted to
  /external/guava/guava/src/com/google/common/net/
UrlEscapers.java 64 * <li>The space character " " is converted into a plus sign "+".
65 * <li>All other characters are converted into one or more bytes using UTF-8
112 * <li>The space character " " is converted into %20.
113 * <li>All other characters are converted into one or more bytes using UTF-8
149 * <li>The space character " " is converted into %20.
151 * <li>All other characters are converted into one or more bytes using UTF-8
  /external/icu/icu4c/source/io/
uscanf_p.cpp 294 * @param argConverted The number of arguments converted and assigned, or -1 if an
409 /* will contain the # of items converted thus far */
420 /* we converted 0 args */
485 /* we converted 1 arg */
587 /* we converted 1 arg */
680 /* we converted 1 arg */
744 /* we converted 1 arg */
816 /* we converted 1 arg */
902 /* we converted 1 arg */
974 /* we converted 1 arg *
1349 int32_t count, converted, argConsumed, cpConsumed; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 66 * Gets a UTF-16 code unit at the current position from the converted buffer
77 * Gets a UTF-32 code point at the current position from the converted buffer
88 * Gets a UTF-16 code unit at the current position from the converted buffer after
125 * Returns a pointer to the internal converted buffer
170 * Some Unicode charsets are stateful and need byte identifiers to be converted also to bring
190 * Some Unicode charsets are stateful and need byte identifiers to be converted also to bring
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
Binding.java 242 String converted) {
244 ".getBinding().setVariable(BR." + mName + ", " + converted + ")";
249 String oldValue, String converted) {
291 String converted) {
294 null, converted);
299 String oldValue, String converted) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/
UefiLanguageLib.c 225 If a an ASCII character in Source is in the range 'A'..'Z', then it is converted
265 @retval TRUE The ISO 639-2 language code was converted to a ISO 639-1 code.
307 language subtag is an ISO 639-1 code, then it is converted to its corresponding ISO 639-2
318 @retval TRUE Language code converted successfully.
377 Convert ISO 639-2 language codes to RFC 4646 codes and return the converted codes.
387 @return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
434 Convert RFC 4646 language codes to ISO 639-2 codes and return the converted codes.
445 @return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathToText/
DevicePathToText.h 45 DeviceNode - Points to the device node to be converted.
73 DeviceNode - Points to the device path to be converted.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
Metronome.uni 8 // is called, the number of ticks passed in is converted to either nanosecond or
29 #string STR_MODULE_DESCRIPTION #language en-US "This is a generic implementation of the Metronome Architectural Protocol that layers on top of an instance of the Timer Library. The Timer Library provides functions for nanosecond and microsecond delays. This generic implementation produces a fixed TickPeriod of 100ns unit, and when the WaitForTick() service is called, the number of ticks passed in is converted to either nanosecond or microsecond units. If the number of ticks is small, then nanoseconds are used. If the number of ticks is large, then microseconds are used. This prevents overflows that could occur for long delays if only nanoseconds were used and also provides the greatest accuracy for small delays."
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePathToText.h 30 @param DeviceNode Points to the device node to be converted.
53 @param DevicePath Points to the device path to be converted.
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CConv.c 35 @param[in] c The character to be converted.
55 @param[in] c The character to be converted.

Completed in 1782 milliseconds

1 2 3 4 5 6 7 8 91011>>