HomeSort by relevance Sort by last modified time
    Searched defs:v4 (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-1y.cpp 18 template<template<typename> class...X> int v4; variable
19 template<template<typename> class...X> int v4<X...>; variable
  /external/clang/test/CodeGen/
cxx-value-init.cpp 9 _Complex int v4 = typeof(_Complex int)(); local
mmx-inline-asm.c 9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
vld_dup.c 11 int64x1x3_t v4; local
43 v4 = vld3_dup_s64(v6);
altivec.c 14 // CHECK: @v4 = global <4 x i32> <i32 16909060, i32 0, i32 0, i32 0>
15 vector int v4 = (vector char){1, 2, 3, 4}; variable
vector-alignment.c 15 double __attribute__((vector_size(1024))) v4; variable
16 // CHECK: @v4 {{.*}}, align 32
xcore-abi.c 63 long long int v4 = va_arg (ap, long long int); local
64 f(&v4);
100 // CHECK: [[V4:%[a-z0-9]+]] = bitcast i32* [[V3]] to i8*
101 // CHECK: call void @f(i8* [[V4]])
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 41 View v4 = activity.findViewById(R.id.view4); local
46 assertNotNull(v4);
52 assertFalse(v4.isFocusable());
57 v4.setFocusable(true);
62 assertTrue(v4.isFocusable());
73 v4.setNextFocusLeftId(R.id.view3);
74 v4.setNextFocusUpId(R.id.view2);
86 assertEquals(R.id.view2, v4.getNextFocusUpId());
87 assertEquals(R.id.view3, v4.getNextFocusLeftId());
94 assertSame(v4, v2.focusSearch(View.FOCUS_DOWN))
    [all...]
  /art/runtime/
dex_instruction_visitor_test.cc 64 CountVisitor v4; local
66 v4.Visit(c4, sizeof(c4));
67 EXPECT_EQ(4, v4.count_);
  /external/clang/test/Sema/
altivec-init.c 3 typedef int v4 __attribute((vector_size(16))); typedef
8 v4 b;
10 b = (v4)(5, 6, 7, 8, 9); // expected-warning {{excess elements in vector initializer}}
11 b = (v4)(5, 6, 8, 8.0f);
30 void __attribute__((__overloadable__)) f(v4 a)
40 v4 vGCC;
vector-assign.c 12 v2f v4; local
17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' values)}}
22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' values)}}
27 v3 = v4; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2f' (vector of 2 'float' values)}}
30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2s' (vector of 2 'int' values)}}
31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' values)}}
32 v4 = v3; // expected-error {{assigning to 'v2f' (vector of 2 'float' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
alias-redefinition.c 38 int v4; variable
40 int var4 __attribute((alias("v4"))); // expected-error {{alias definition of 'var4' after tentative definition}}
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 8 int v4 = int(); local
  /external/clang/test/SemaTemplate/
instantiate-deeply.cpp 13 a v4 = v3 * v3; local
14 field += v2 + v4;
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/fio/crc/
xxhash.h 75 uint32_t v4; member in struct:XXH_state32_t
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 631 milliseconds

1 2 3