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

<<51525354555657585960>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLgamma.java 84 // Extract the inputs.
156 // Extract the inputs.
228 // Extract the inputs.
300 // Extract the inputs.
387 // Extract the inputs.
390 // Extract the outputs.
465 // Extract the inputs.
468 // Extract the outputs.
543 // Extract the inputs.
546 // Extract the outputs
    [all...]
TestNativeExpm1.java 84 // Extract the inputs.
156 // Extract the inputs.
228 // Extract the inputs.
300 // Extract the inputs.
379 // Extract the inputs.
383 // Extract the outputs.
450 // Extract the inputs.
454 // Extract the outputs.
521 // Extract the inputs.
525 // Extract the outputs
    [all...]
TestNativeTan.java 84 // Extract the inputs.
156 // Extract the inputs.
228 // Extract the inputs.
300 // Extract the inputs.
379 // Extract the inputs.
383 // Extract the outputs.
450 // Extract the inputs.
454 // Extract the outputs.
521 // Extract the inputs.
525 // Extract the outputs
    [all...]
TestNativeTanpi.java 84 // Extract the inputs.
156 // Extract the inputs.
228 // Extract the inputs.
300 // Extract the inputs.
379 // Extract the inputs.
383 // Extract the outputs.
450 // Extract the inputs.
454 // Extract the outputs.
521 // Extract the inputs.
525 // Extract the outputs
    [all...]
  /dalvik/libdex/
CmdUtils.cpp 34 * Extract "classes.dex" from archive file.
77 fprintf(stderr, "Extract of '%s' from '%s' failed\n",
132 * "classes.dex" inside. We need to extract the compressed
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
AppLinkHelper.java 111 return extract(uri, URI_INDEX_CHANNEL);
145 return Long.valueOf(extract(uri, index));
148 private static String extract(Uri uri, int index) { method in class:AppLinkHelper
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.h 78 This function allows a caller to extract the current configuration for one
178 @param Token - The token value of the string to extract
205 Extract device path for given HII handle and class guid.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DxeCrc32GuidedSectionExtractLib.c 4 to parse CRC32 encapsulation section and extract raw data.
101 Extraction handler tries to extract raw data from the input guided section.
215 Register the handler to extract CRC32 guided section.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.h 198 @param Token The token value of the string to extract
228 Extract information pertaining to the HiiHandle
239 @retval EFI_SUCCESS Successfully extract data from Hii database.
  /external/ImageMagick/utilities/
animate.1 14 transparent, extract, background, or shape
69 \-extract geometry extract area from image
animate.1.in 14 transparent, extract, background, or shape
69 \-extract geometry extract area from image
composite.1 15 \ transparent, extract, background, or shape
78 \-extract geometry extract area from image
composite.1.in 15 \ transparent, extract, background, or shape
78 \-extract geometry extract area from image
identify.1 14 transparent, extract, background, or shape
28 \-extract geometry extract area from image
identify.1.in 14 transparent, extract, background, or shape
28 \-extract geometry extract area from image
  /external/autotest/server/site_tests/platform_Flashrom/
platform_Flashrom.py 90 # 5.1) Extract shellball RW section B.
96 # Extract RW B, offset detail
102 # 5.2) Extract flash RW section B.
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorEvaluator.h 276 /// required by sycl in order to extract the accessor
278 /// required by sycl in order to extract the accessor
346 /// required by sycl in order to extract the accessor
425 /// required by sycl in order to extract the accessor
427 /// required by sycl in order to extract the accessor
429 /// required by sycl in order to extract the accessor
526 /// required by sycl in order to extract the accessor
528 /// required by sycl in order to extract the accessor
530 /// required by sycl in order to extract the accessor
617 /// required by sycl in order to extract the accesso
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 47 message.extract(0, message.length(), buffer, sizeof(buffer));
54 message.extract(0, message.length(), buffer, sizeof(buffer));
61 message.extract(0, message.length(), buffer, sizeof(buffer));
246 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode);
248 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode);
250 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode);
411 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode);
413 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode);
415 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode);
605 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode)
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_horz.s 404 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
407 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
408 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
417 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2]
420 @vext.u8 d16,d12,d13,#4 @vector extract of src[0_4]
421 @vext.u8 d18,d12,d13,#6 @vector extract of src[0_6]
643 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
644 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
646 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
649 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2
    [all...]
  /external/python/cpython2/Lib/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
index.html 93 <li><a href="/cmds/llvm-extract.html"><b>llvm-extract</b></a> -
94 extract a function from an LLVM bytecode file</li>
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFContext.cpp 30 while (set.extract(arangesData, &offset))
75 Aranges->extract(arangesData);
108 if (!CUs.back().extract(debug_info_data, &offset)) {
  /external/tcpdump/
INSTALL.txt 60 cpack.c - functions to extract packed data
61 cpack.h - declarations of functions to extract packed data
69 extract.h - alignment definitions
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
pandas_io.py 70 """Extract data from pandas.DataFrame for predictors.
72 Given a DataFrame, will extract the values and cast them to float. The
115 """Extract data from pandas.DataFrame for labels.

Completed in 887 milliseconds

<<51525354555657585960>>