HomeSort by relevance Sort by last modified time
    Searched refs:its (Results 126 - 150 of 1993) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 15 import its.image
16 import its.caps
17 import its.device
18 import its.objects
35 with its.device.ItsSession() as cam:
37 its.caps.skip_unless(its.caps.manual_sensor(props) and
38 its.caps.manual_post_proc(props) and
39 its.caps.per_frame_control(props))
42 manual_transform = its.objects.float_to_rational
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsException.java 17 package com.android.cts.verifier.camera.its;
StatsImage.java 17 package com.android.cts.verifier.camera.its;
  /external/skia/include/private/
SkSafe_math.h 42 #error Hmm. Looks like math.h has changed its header guards.
  /external/skqp/include/private/
SkSafe_math.h 42 #error Hmm. Looks like math.h has changed its header guards.
  /external/curl/docs/cmdline-opts/
ftp-skip-pasv-ip.d 7 Tell curl to not use the IP address the server suggests in its response
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 12 // Ensures that Sub will finish after its t.Run call already returned.
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 12 // Ensures that Sub will finish after its t.Run call already returned.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
symtab.d 1 # The Alpha has its own version of .set.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
rodata-merge-map1.s 4 @ generate a $d symbol at its beginning.
farcall-group4.s 2 @ and that a large input section forces stub insertion before its
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
defined3.d 7 # Check that DEFINED matches only symbols defined before its location.
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 15 import its.image
16 import its.caps
17 import its.device
18 import its.objects
53 with its.device.ItsSession() as cam:
55 its.caps.skip_unless(its.caps.ae_lock(props) and
56 its.caps.awb_lock(props))
57 if its.caps.read_3a(props):
67 req = its.objects.auto_capture_request(
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
prefix3.s 1 % Check that changing prefixes between the GREG definition, its use and
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 18 import its.caps
19 import its.device
20 import its.image
21 import its.objects
100 fmt = its.objects.get_largest_yuv_format(props, match_ar=match_ar)
104 img = its.image.convert_capture_to_rgb_image(cap, props=props)
166 with its.device.ItsSession() as cam:
168 its.caps.skip_unless(its.caps.read_3a(props))
169 full_device = its.caps.full_or_better(props
    [all...]
  /hardware/nxp/nfc/halimpl/tml/
phOsalNfc_Timer.cc 142 struct itimerspec its; local
152 its.it_interval.tv_sec = 0;
153 its.it_interval.tv_nsec = 0;
154 its.it_value.tv_sec = dwRegTimeCnt / 1000;
155 its.it_value.tv_nsec = 1000000 * (dwRegTimeCnt % 1000);
156 if (its.it_value.tv_sec == 0 && its.it_value.tv_nsec == 0) {
158 its.it_value.tv_nsec = 1;
164 if ((timer_settime(pTimerHandle->hTimerHandle, 0, &its, NULL)) == -1) {
195 static struct itimerspec its = {{0, 0}, {0, 0}} local
    [all...]
  /prebuilts/go/darwin-x86/src/container/ring/
example_test.go 16 // Print out its length
36 // Iterate through the ring and print its contents
63 // Iterate through the ring backwards and print its contents
90 // Iterate through the ring and print its contents
119 // Iterate through the ring and print its contents
156 // Iterate through the combined ring and print its contents
184 // Iterate through the remaining ring and print its contents
  /prebuilts/go/linux-x86/src/container/ring/
example_test.go 16 // Print out its length
36 // Iterate through the ring and print its contents
63 // Iterate through the ring backwards and print its contents
90 // Iterate through the ring and print its contents
119 // Iterate through the ring and print its contents
156 // Iterate through the combined ring and print its contents
184 // Iterate through the remaining ring and print its contents
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
location.go 43 // Optimizations are disabled. s is on the stack and represented in its entirety.
46 // s was not decomposed, but the SSA operates on its parts individually, so
47 // there is a LocalSlot for each of its fields that points into the single stack slot.
50 // s was decomposed. Each of its fields is in its own stack slot and has its own LocalSLot.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
location.go 43 // Optimizations are disabled. s is on the stack and represented in its entirety.
46 // s was not decomposed, but the SSA operates on its parts individually, so
47 // there is a LocalSlot for each of its fields that points into the single stack slot.
50 // s was decomposed. Each of its fields is in its own stack slot and has its own LocalSLot.
  /cts/apps/CameraITS/tools/
run_parallel_tests.py 24 import its.device
54 device0_bfp = its.device.get_device_fingerprint(device0_id)
55 device1_bfp = its.device.get_device_fingerprint(device1_id)
56 chart_host_bfp = its.device.get_device_fingerprint(chart_host_id)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the

Completed in 822 milliseconds

1 2 3 4 56 7 8 91011>>