HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1326 - 1350 of 5734) sorted by null

<<51525354555657585960>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestPow.java 81 // Extract the inputs.
160 // Extract the inputs.
239 // Extract the inputs.
318 // Extract the inputs.
405 // Extract the inputs.
489 // Extract the inputs.
573 // Extract the inputs.
    [all...]
TestPown.java 81 // Extract the inputs.
160 // Extract the inputs.
239 // Extract the inputs.
318 // Extract the inputs.
404 // Extract the inputs.
487 // Extract the inputs.
570 // Extract the inputs.
    [all...]
TestPowr.java 81 // Extract the inputs.
160 // Extract the inputs.
239 // Extract the inputs.
318 // Extract the inputs.
405 // Extract the inputs.
489 // Extract the inputs.
573 // Extract the inputs.
    [all...]
TestRadians.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestRemainder.java 81 // Extract the inputs.
160 // Extract the inputs.
239 // Extract the inputs.
318 // Extract the inputs.
405 // Extract the inputs.
489 // Extract the inputs.
573 // Extract the inputs.
    [all...]
TestRint.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestRound.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestRsqrt.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestSign.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestSin.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestSinh.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestSinpi.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestSqrt.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestTan.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestTanh.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestTanpi.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestTgamma.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
TestTrunc.java 74 // Extract the inputs.
143 // Extract the inputs.
212 // Extract the inputs.
281 // Extract the inputs.
356 // Extract the inputs.
429 // Extract the inputs.
502 // Extract the inputs.
575 // Extract the inputs.
  /development/ndk/platforms/android-21/include/net/
if_ether.h 181 /* extract VLAN tag from output/trasmit packet */
185 /* extract VLAN ID value from a VLAN tag */
  /development/ndk/platforms/android-3/include/net/
if_ether.h 181 /* extract VLAN tag from output/trasmit packet */
185 /* extract VLAN ID value from a VLAN tag */
  /device/common/
generate-packages.sh 34 EXTRACT_LIST_FILENAME=extract-lists.txt
132 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 529 * Extract exif data from the metadata
578 ALOGE("%s: Cannot extract Iso value", __func__);
586 ALOGE("%s: Cannot extract Exp time value", __func__);
592 ALOGE("%s: Cannot extract white balance mode", __func__);
599 ALOGE("%s: Cannot extract Aperture value", __func__);
605 ALOGE("%s: Cannot extract flash mode value", __func__);
611 ALOGE("%s: Cannot extract flash state value", __func__);
623 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 529 * Extract exif data from the metadata
578 ALOGE("%s: Cannot extract Iso value", __func__);
586 ALOGE("%s: Cannot extract Exp time value", __func__);
592 ALOGE("%s: Cannot extract white balance mode", __func__);
599 ALOGE("%s: Cannot extract Aperture value", __func__);
605 ALOGE("%s: Cannot extract flash mode value", __func__);
611 ALOGE("%s: Cannot extract flash state value", __func__);
623 ALOGE("%s %d: Failed to extract sensor params", __func__, __LINE__);
  /external/autotest/client/bin/
kernel_unittest.py 158 self.god.stub_function(self.kernel, "extract")
184 self.kernel.extract.expect_call(self.base_tree)
186 # finish creation of kernel object and test (and unstub extract)
190 self.god.unstub(self.kernel, "extract")
250 self.job.record.expect_call('GOOD', self.subdir, 'kernel.extract')
253 self.kernel.extract(self.base_tree)
273 self.job.record.expect_call('GOOD', self.subdir, 'kernel.extract')
276 self.kernel.extract(self.base_tree)
  /external/autotest/client/site_tests/policy_ManagedBookmarks/
policy_ManagedBookmarks.py 89 # Extract dictionary of folders shown in bookmark tree.
108 # Extract list of bookmarks shown in bookmark list-pane.

Completed in 847 milliseconds

<<51525354555657585960>>