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

1 2 3 4 56 7 8 91011>>

  /cts/apps/CameraITS/tests/scene0/
test_param_sensitivity_burst.py 44 for i, cap in enumerate(caps):
46 s_res = cap['metadata']['android.sensor.sensitivity']
  /cts/apps/CameraITS/tests/scene3/
test_lens_position.py 76 cap = its.image.stationary_lens_cap(cam, req, fmt)
78 data['loc'] = cap['metadata']['android.lens.focusDistance']
81 y, _, _ = its.image.convert_capture_to_planes(cap, props)
95 for i, cap in enumerate(caps):
97 data['loc'] = cap['metadata']['android.lens.focusDistance']
98 data['lens_moving'] = (cap['metadata']['android.lens.state']
100 timestamp = cap['metadata']['android.sensor.timestamp'] * 1E-6
107 y, _, _ = its.image.convert_capture_to_planes(cap, props)
  /external/libcap/libcap/include/sys/
capability.h 96 #define CAP_IS_SUPPORTED(cap) (cap_get_bound(cap) >= 0)
  /external/mesa3d/src/glx/
render2.c 328 __indirect_glEnable(GLenum cap)
336 switch (cap) {
345 __indirect_glEnableClientState(cap);
352 __GLX_PUT_LONG(4, cap);
357 __indirect_glDisable(GLenum cap)
365 switch (cap) {
374 __indirect_glDisableClientState(cap);
381 __GLX_PUT_LONG(4, cap);
  /external/pdfium/core/fxge/
cfx_graphstate.cpp 42 void CFX_GraphState::SetLineCap(CFX_GraphStateData::LineCap cap) {
43 m_Ref.GetPrivateCopy()->m_LineCap = cap;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPaint.java 23 private Paint.Cap cap; field in class:ShadowPaint
54 this.cap = otherShadowPaint.cap;
130 public void setStrokeCap(Paint.Cap cap) {
131 this.cap = cap;
135 public Paint.Cap getStrokeCap() {
136 return cap;
    [all...]
  /external/strace/tests/
caps-abbrev.awk 31 cap = "(0|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+)*|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+){37}\\|0xffffffc0)"
  /external/strace/tests-m32/
caps-abbrev.awk 31 cap = "(0|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+)*|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+){37}\\|0xffffffc0)"
  /external/strace/tests-mx32/
caps-abbrev.awk 31 cap = "(0|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+)*|1<<CAP_[A-Z_]+(\\|1<<CAP_[A-Z_]+){37}\\|0xffffffc0)"
  /external/strace/xlat/
cap.h 1 /* Generated by ./xlat/gen.sh from ./xlat/cap.in; do not edit. */
5 # error static const struct xlat cap in mpers mode
10 const struct xlat cap[] = { variable in typeref:struct:xlat
  /external/syslinux/gpxe/src/drivers/bus/
pciextra.c 10 * @v cap Capability code
18 int pci_find_capability ( struct pci_device *pci, int cap ) {
45 if ( id == cap )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
capability.h 99 #define CAP_IS_SUPPORTED(cap) (cap_get_bound(cap) >= 0)
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3741.go 11 return len(s) == cap(s)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug491.go 24 // cap
28 a, b, c := cap(x), f(), cap(x)
31 println("cap call not ordered:", a, b, c)
issue7525c.go 12 e [cap(z.e)]int // ERROR "array bound|typechecking loop|invalid array"
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3741.go 11 return len(s) == cap(s)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug491.go 24 // cap
28 a, b, c := cap(x), f(), cap(x)
31 println("cap call not ordered:", a, b, c)
issue7525c.go 12 e [cap(z.e)]int // ERROR "array bound|typechecking loop|invalid array"
  /frameworks/base/core/java/com/android/internal/print/
DumpUtils.java 71 * @param cap The capabilities to write
75 @NonNull PrinterCapabilitiesInfo cap) {
78 cap.getMinMargins());
80 int numMediaSizes = cap.getMediaSizes().size();
83 cap.getMediaSizes().get(i));
86 int numResolutions = cap.getResolutions().size();
89 cap.getResolutions().get(i));
92 if ((cap.getColorModes() & PrintAttributes.COLOR_MODE_MONOCHROME) != 0) {
96 if ((cap.getColorModes() & PrintAttributes.COLOR_MODE_COLOR) != 0) {
101 if ((cap.getDuplexModes() & PrintAttributes.DUPLEX_MODE_NONE) != 0)
135 PrinterCapabilitiesInfo cap = info.getCapabilities(); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttNative.java 264 boolean isCalledFromPrivilegedContext, RttCapabilities cap) {
284 if (config.type == RttType.ONE_SIDED && cap != null && !cap.rttOneSidedSupported) {
317 if (cap != null) { // constrain parameters per device capabilities
318 config.mustRequestLci = config.mustRequestLci && cap.lciSupported;
319 config.mustRequestLcr = config.mustRequestLcr && cap.lcrSupported;
320 config.bw = halRttChannelBandwidthCapabilityLimiter(config.bw, cap);
321 config.preamble = halRttPreambleCapabilityLimiter(config.preamble, cap);
408 * Note: the halRttChannelBandwidth is a single bit flag of the ones used in cap.bwSupport (HAL
412 RttCapabilities cap) {
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_param_noise_reduction.py 61 cap = cam.do_capture(req)
62 rgb_image = its.image.convert_capture_to_rgb_image(cap)
85 cap = cam.do_capture(req)
86 rgb_image = its.image.convert_capture_to_rgb_image(cap)
89 cap["metadata"]["android.noiseReduction.mode"])
  /external/pdfium/third_party/agg23/
agg_vcgen_stroke.cpp 66 static inline void calc_butt_cap(float* cap,
73 cap[0] = v0.x - dx;
74 cap[1] = v0.y + dy;
75 cap[2] = v0.x + dx;
76 cap[3] = v0.y - dy;
  /external/tinyxml/
tinystr.h 190 void reserve (size_type cap);
216 void init(size_type sz, size_type cap)
218 if (cap)
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap));
222 rep_->capacity = cap;
  /external/toybox/toys/other/
acpi.c 63 int cap = 0, curr = 0, max = 0; local
65 if ((cap = read_int_at(dfd, "capacity")) < 0) {
70 if (max > 0 && curr >= 0) cap = 100 * curr / max;
72 if (cap >= 0) printf("Battery %d: %d%%\n", TT.bat++, cap);
  /libcore/ojluni/src/main/java/java/util/
AbstractCollection.java 224 int cap = r.length; local
225 if (i == cap) {
226 int newCap = cap + (cap >> 1) + 1;
229 newCap = hugeCapacity(cap + 1);

Completed in 819 milliseconds

1 2 3 4 56 7 8 91011>>