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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
vt.h 28 #include <linux/vt.h>
  /external/clang/test/CodeGenCXX/
2008-01-12-VecInit.cpp 5 v vt = {1, 2, 3, 4}; variable
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 37 VelocityTracker vt = VelocityTracker.obtain(); local
38 assertNotNull(vt);
39 vt.recycle();
49 VelocityTracker vt = VelocityTracker.obtain(); local
50 drag(vt, 100, 200, 100, 200, 10, t, 300);
51 vt.computeCurrentVelocity(1);
52 assertFalse("Velocity should not be null", vt.getXVelocity() == 0.0f);
53 assertFalse("Velocity should not be null", vt.getYVelocity() == 0.0f);
54 vt.clear();
55 vt.computeCurrentVelocity(1)
64 VelocityTracker vt = VelocityTracker.obtain(); local
75 VelocityTracker vt = VelocityTracker.obtain(); local
86 VelocityTracker vt = VelocityTracker.obtain(); local
98 VelocityTracker vt = VelocityTracker.obtain(); local
114 VelocityTracker vt = VelocityTracker.obtain(); local
130 VelocityTracker vt = VelocityTracker.obtain(); local
152 VelocityTracker vt = VelocityTracker.obtain(); local
174 VelocityTracker vt = VelocityTracker.obtain(); local
196 VelocityTracker vt = VelocityTracker.obtain(); local
215 VelocityTracker vt = VelocityTracker.obtain(); local
    [all...]
  /external/chromium_org/base/win/
scoped_variant.cc 20 var_.vt = VT_EMPTY;
25 var_.vt = VT_BSTR;
29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) {
30 var_.vt = vt;
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) {
35 DCHECK(vt == VT_R8 || vt == VT_DATE);
36 var_.vt = vt;
    [all...]
  /frameworks/rs/
rsg_generator.c 24 void printVarType(FILE *f, const VarType *vt) {
26 if (vt->isConst) {
30 switch (vt->type) {
35 fprintf(f, "int%i_t", vt->bits);
38 fprintf(f, "uint%i_t", vt->bits);
41 if (vt->bits == 32)
47 fprintf(f, "%s", vt->typeName);
51 if (vt->ptrLevel) {
53 for (ct=0; ct < vt->ptrLevel; ct++) {
59 void printVarTypeAndName(FILE *f, const VarType *vt) {
168 const VarType *vt = &api->params[ct]; local
222 const VarType *vt = &api->params[ct2]; local
236 const VarType *vt = &api->params[ct2]; local
256 const VarType *vt = &api->params[ct2]; local
273 const VarType *vt = &api->params[ct2]; local
294 const VarType *vt = &api->params[ct2]; local
347 const VarType *vt = &api->params[ct2]; local
355 const VarType *vt = &api->params[ct2]; local
363 const VarType *vt = &api->params[ct2]; local
373 const VarType *vt = &api->params[ct2]; local
381 const VarType *vt = &api->params[ct2]; local
436 const VarType *vt = &api->params[ct2]; local
488 const VarType *vt = &api->params[ct2]; local
527 const VarType *vt = &api->params[ct2]; local
535 const VarType *vt = &api->params[ct2]; local
549 const VarType *vt = &api->params[ct2]; local
572 const VarType *vt = &api->params[ct2]; local
581 const VarType *vt = &api->params[ct2]; local
588 const VarType *vt = &api->params[ct2]; local
604 const VarType *vt = &api->params[ct2]; local
610 const VarType *vt = &api->params[ct2]; local
    [all...]

Completed in 1009 milliseconds

1 23 4 5 6 7 8 91011>>