HomeSort by relevance Sort by last modified time
    Searched defs:av (Results 26 - 50 of 170) sorted by null

12 3 4 5 6 7

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 1487 AnnotationVisitor av; local
    [all...]
  /external/opencv3/modules/calib3d/test/
test_chessboardgenerator.cpp 192 float av = static_cast<float>(rng.uniform(-fovy/2 * cov, fovy/2 * cov) * CV_PI / 180); local
197 p.y = p.z * tan(av);
257 float av = static_cast<float>(rng.uniform(-fovy/2 * cov, fovy/2 * cov) * CV_PI / 180); local
262 p.y = p.z * tan(av);
  /external/webp/src/enc/
delta_palettization.c 298 const int32_t av = (actual_value >> i) & 0xff; local
300 distance += Square(pv - av);
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 270 String av = "{" + a; local
273 av += "=" + val + "}";
275 av += "}";
277 result = av;
279 result = result + ", " + av;
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 324 char *av[ac]; local
375 av[0] = "ndk-stack";
376 av[1] = "-fpC"; // f:function, p:pretty-print, C:demangle
377 av[2] = "-e"; // e:exe-filename
378 av[3] = sym_file;
379 av[4] = pc_address;
383 return addr2line_main(ac, av);
  /external/dng_sdk/source/
dng_exif.cpp 657 real64 av = FNumberToApertureValue (fFNumber); local
659 if (av >= 0.0 && av <= 99.99)
662 fApertureValue.Set_real64 (av, 1000000);
679 void dng_exif::SetApertureValue (real64 av)
685 SetFNumber (ApertureValueToFNumber (av));
693 real64 dng_exif::ApertureValueToFNumber (real64 av)
696 return pow (2.0, 0.5 * av);
702 real64 dng_exif::ApertureValueToFNumber (const dng_urational &av)
705 return ApertureValueToFNumber (av.As_real64 ())
2069 dng_urational av = stream.TagValue_urational (tagType); local
4207 real64 av = mav; local
    [all...]
dng_xmp.cpp 2592 dng_urational av = exif.fApertureValue; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 377 FieldVisitor av = cv.visitField(access, name, desc, signature, value); local
378 return new CheckFieldAdapter(av);
TraceMethodVisitor.java 105 AnnotationVisitor av = super.visitAnnotation(desc, visible); local
107 ((TraceAnnotationVisitor) av).av = mv.visitAnnotation(desc, visible);
109 return av;
135 tav.av = mv.visitAnnotationDefault();
156 tav.av = mv.visitParameterAnnotation(parameter, desc, visible);
  /external/selinux/libselinux/src/
audit2why.c 46 sepol_access_vector_t av; member in struct:avc_t
112 avc->av, &avd, &reason);
321 sepol_access_vector_t perm, av; local
350 /* Convert the permission list to an AV. */
351 av = 0;
372 av |= perm;
376 rc = sepol_compute_av_reason_buffer(ssid, tsid, tclass, av, &avd, &reason, &reason_buf, 0);
387 avc->av = av;
389 if (av & ~avd.auditdeny)
    [all...]
  /build/kati/
func.cc 592 vector<unique_ptr<SimpleVar>> av; local
596 av.push_back(move(s));
609 sv.emplace_back(new ScopedGlobalVar(tmpvar_name_sym, av[i-1].get()));
616 av.emplace_back(new SimpleVar("", VarOrigin::AUTOMATIC));
617 sv.emplace_back(new ScopedGlobalVar(tmpvar_name_sym, av[i-1].get()));
  /external/clang/test/Parser/
altivec.c 124 __vector unsigned int av = gccv; local
130 av = gv8; // expected-error {{assigning to '__vector unsigned int' (vector of 4 'unsigned int' values) from incompatible type '__attribute__((__vector_size__(2 * sizeof(unsigned int)))) unsigned int' (vector of 2 'unsigned int' values)}}
cxx-altivec.cpp 113 __vector unsigned int av = gccv; local
119 av = gv8; // expected-error {{assigning to '__vector unsigned int' (vector of 4 'unsigned int' values) from incompatible type '__attribute__((__vector_size__(2 * sizeof(unsigned int)))) unsigned int' (vector of 2 'unsigned int' values)}}
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 29 CArchiveVersion av; local
30 av.Major = kMajorVersion;
31 av.Minor = 2;
32 RINOK(WriteDirectByte(av.Major));
33 return WriteDirectByte(av.Minor);
  /system/bt/bta/av/
bta_av_act.c 868 tBTA_AV av; local
926 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id;
927 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state;
928 av.remote_cmd.p_data = p_data->rc_msg.msg.pass.p_pass_data;
929 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len;
930 memcpy(&av.remote_cmd.hdr, &p_data->rc_msg.msg.hdr, sizeof (tAVRC_HDR));
931 av.remote_cmd.label = p_data->rc_msg.label;
940 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id;
941 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state;
942 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype
    [all...]
  /system/bt/btif/src/
btif_av.c 217 ** Description Timer to trigger AV open if the remote headset establishes
218 ** RC connection w/o AV connection. The timer is needed to IOP
219 ** with headsets that do establish AV after RC connection.
295 ** Description State managing disconnected AV link
354 /* IOP_FIX: Jabra 620 only does RC open without AV open whenever it connects. So
355 * as per the AV WP, an AVRC connection cannot exist without an AV connection. Therefore,
356 * we initiate an AV connection if an RC_OPEN_EVT is received when we are in AV_CLOSED state.
357 * We initiate the AV connection after a small 3s timeout to avoid any collisions from the
359 * immediately initiate the AV connectio
1115 tBTA_AV *av = (tBTA_AV *)p_data; local
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 599 AnnotationValue av = evp.value(); local
600 String description = av.toString();
  /external/freetype/src/truetype/
ttgxvar.c 1216 GX_AVarSegment av; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 1198 GX_AVarSegment av; local
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_getimage.c 1556 uint32 rv, gv, bv, av; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 1158 GX_AVarSegment av; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c 1615 uint32 rv, gv, bv, av; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bout.c 238 bfd_vma av, bv; local
242 av = sec->output_section->vma + sec->output_offset + (*a)->symbol.value;
246 if (av < bv)
248 if (av > bv)
    [all...]
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 

Completed in 1081 milliseconds

12 3 4 5 6 7