HomeSort by relevance Sort by last modified time
    Searched refs:vr (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /cts/tests/framework/base/windowmanager/app/
Android.mk 31 ../../../../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java
  /cts/tests/vr/src/android/vr/cts/
VrSetFIFOThreadTest.java 16 package android.vr.cts;
30 import com.android.cts.verifier.vr.MockVrListenerService;
VrDisplayTest.java 16 package android.vr.cts;
RendererBasicTest.java 16 package android.vr.cts;
VrExtensionBehaviorTest.java 16 package android.vr.cts;
  /device/linaro/hikey/
BoardConfigCommon.mk 51 DEVICE_MANIFEST_FILE += device/linaro/hikey/vr/manifest.xml
  /device/google/marlin/
device-sailfish.mk 62 # VR packages
64 vr.sailfish
device-marlin.mk 62 # VR packages
64 vr.marlin
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 71 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr ) {
72 this.origVariableResolver = this.variableResolver = vr;
76 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr,
78 this.origVariableResolver = this.variableResolver = vr;
  /external/kernel-headers/original/uapi/linux/
mic_common.h 161 * @vr: The virtio ring.
164 * @va: The va for the buffer allocated for vr and info.
165 * @len: The length of the buffer required for allocating vr and info.
168 struct vring vr; member in struct:mic_vring
  /external/skqp/tests/
OpChainTest.cpp 107 for (const auto& vr : op.fValueRanges) {
108 for (unsigned i = 0; i < vr.fRange.fLength; ++i) {
109 result[vr.fRange.fOffset + i] = vr.fValue;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 412 SRInfo(SlotIndex i, unsigned vr, bool f)
413 : index(i), vreg(vr), canFold(f) {}
416 bool alsoFoldARestore(int Id, SlotIndex index, unsigned vr,
419 void eraseRestoreInfo(int Id, SlotIndex index, unsigned vr,
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
Pass3aVerifier.java 198 VerificationResult vr = VerificationResult.VR_OK; //default local
203 vr = new VerificationResult(VerificationResult.VERIFIED_REJECTED, cce.getMessage());
204 return vr;
211 vr = new VerificationResult(VerificationResult.VERIFIED_REJECTED, scce.getMessage());
214 vr = new VerificationResult(VerificationResult.VERIFIED_REJECTED, "Class Cast Exception: " + cce.getMessage());
216 return vr;
524 final VerificationResult vr = v.doPass1(); local
525 if (vr.getStatus() != VerificationResult.VERIFIED_OK) {
527 "Class '"+o.getLoadClassType(cpg).getClassName()+"' is referenced, but cannot be loaded: '"+vr+"'.");
715 final VerificationResult vr = v.doPass2(); local
729 final VerificationResult vr = v.doPass2(); local
    [all...]
  /build/make/target/product/
handheld_system.mk 75 vr \
  /cts/tests/vr/
Android.mk 36 LOCAL_SRC_FILES := $(call all-java-files-under, src) ../../apps/CtsVerifier/src/com/android/cts/verifier/vr/MockVrListenerService.java
  /device/google/muskie/
device-common.mk 136 device/google/muskie/thermal-engine-vr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-vr.conf
  /device/google/taimen/
device.mk 66 device/google/taimen/thermal-engine-vr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-vr.conf
  /external/e2fsprogs/doc/
Makefile.in 72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
  /external/pdfium/third_party/libopenjpeg20/
mct.c 403 __m128 vr, vg, vb; local
408 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
411 _mm_store_ps(c0, vr);
421 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
424 _mm_store_ps(c0, vr);
  /device/google/wahoo/
device.mk 98 frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-0.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-0.idc \
99 frameworks/native/services/vr/virtual_touchpad/idc/vr-virtual-touchpad-1.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/vr-virtual-touchpad-1.idc
197 frameworks/native/data/etc/android.hardware.vr.headtracking-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.headtracking.xml \
198 frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vr.high_performance.xml
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
InstConstraintVisitor.java 235 final VerificationResult vr = v.doPass2(); local
236 if (vr.getStatus() != VerificationResult.VERIFIED_OK) {
238 "' is referenced, but cannot be loaded and resolved: '"+vr+"'.");
296 final VerificationResult vr = v.doPass2(); local
297 if (vr.getStatus() != VerificationResult.VERIFIED_OK) {
298 constraintViolated(o, "Class '"+name+"' is referenced, but cannot be loaded and resolved: '"+vr+"'.");
1830 final VerificationResult vr = v.doPass2(); local
1922 final VerificationResult vr = v.doPass2(); local
2012 final VerificationResult vr = v.doPass2(); local
2065 final VerificationResult vr = v.doPass2(); local
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 574 Scalar vr = (m_eivalues.coeff(i).real() - p) * (m_eivalues.coeff(i).real() - p) + m_eivalues.coeff(i).imag() * m_eivalues.coeff(i).imag() - q * q; local
576 if ((vr == Scalar(0)) && (vi == Scalar(0)))
577 vr = eps * norm * (abs(w) + abs(q) + abs(x) + abs(y) + abs(lastw));
579 ComplexScalar cc = ComplexScalar(x*lastra-lastw*ra+q*sa,x*lastsa-lastw*sa-q*ra) / ComplexScalar(vr,vi);
  /bootable/recovery/
Android.mk 21 # TARGET_RECOVERY_UI_LIB should be one of librecovery_ui_{default,wear,vr} or a device-specific
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-notification.hpp 275 inline std::ostream& operator<< (std::ostream& out, const std::vector<rxcpp::notifications::recorded<T>>& vr) {
276 return rxcpp::notifications::detail::ostreamvector(out, vr);
  /external/fonttools/Lib/fontTools/mtiLib/
__init__.py 275 vr = rec2[0]
278 vr = rec2[1]
279 assert not hasattr(vr, what), (vr, what)
280 setattr(vr, what, value)
326 vr = rec2.Value1
329 vr = rec2.Value2
330 assert not hasattr(vr, what), (vr, what)
331 setattr(vr, what, value
    [all...]

Completed in 380 milliseconds

1 23 4 5