HomeSort by relevance Sort by last modified time
    Searched refs:ss0 (Results 1 - 25 of 40) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/
member_swap.pass.cpp 23 std::istringstream ss0(" 123 456");
25 ss.swap(ss0);
34 ss0 >> i;
36 ss0 >> i;
40 std::wistringstream ss0(L" 123 456");
42 ss.swap(ss0);
51 ss0 >> i;
53 ss0 >> i;
nonmember_swap.pass.cpp 26 std::istringstream ss0(" 123 456");
28 swap(ss, ss0);
37 ss0 >> i;
39 ss0 >> i;
43 std::wistringstream ss0(L" 123 456");
45 swap(ss, ss0);
54 ss0 >> i;
56 ss0 >> i;
move.pass.cpp 24 std::istringstream ss0(" 123 456");
26 ss = std::move(ss0);
37 std::wistringstream ss0(L" 123 456");
39 ss = std::move(ss0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/
member_swap.pass.cpp 23 std::ostringstream ss0(" 123 456");
25 ss.swap(ss0);
32 ss0 << i << ' ' << 567;;
33 assert(ss0.str() == "234 567");
36 std::wostringstream ss0(L" 123 456");
38 ss.swap(ss0);
45 ss0 << i << ' ' << 567;;
46 assert(ss0.str() == L"234 567");
nonmember_swap.pass.cpp 23 std::ostringstream ss0(" 123 456");
25 swap(ss, ss0);
32 ss0 << i << ' ' << 567;;
33 assert(ss0.str() == "234 567");
36 std::wostringstream ss0(L" 123 456");
38 swap(ss, ss0);
45 ss0 << i << ' ' << 567;;
46 assert(ss0.str() == L"234 567");
move.pass.cpp 24 std::ostringstream ss0(" 123 456");
26 ss = std::move(ss0);
35 std::wostringstream ss0(L" 123 456");
37 ss = std::move(ss0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/
member_swap.pass.cpp 23 std::stringstream ss0(" 123 456 ");
25 ss.swap(ss0);
36 ss0 << i << ' ' << 123;
37 assert(ss0.str() == "456 123");
40 std::wstringstream ss0(L" 123 456 ");
42 ss.swap(ss0);
53 ss0 << i << ' ' << 123;
54 assert(ss0.str() == L"456 123");
nonmember_swap.pass.cpp 26 std::stringstream ss0(" 123 456 ");
28 swap(ss, ss0);
39 ss0 << i << ' ' << 123;
40 assert(ss0.str() == "456 123");
43 std::wstringstream ss0(L" 123 456 ");
45 swap(ss, ss0);
56 ss0 << i << ' ' << 123;
57 assert(ss0.str() == L"456 123");
move.pass.cpp 24 std::stringstream ss0(" 123 456 ");
26 ss = std::move(ss0);
39 std::wstringstream ss0(L" 123 456 ");
41 ss = std::move(ss0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
move.pass.cpp 24 std::ostringstream ss0(" 123 456");
25 std::ostringstream ss(std::move(ss0));
34 std::wostringstream ss0(L" 123 456");
35 std::wostringstream ss(std::move(ss0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
move.pass.cpp 24 std::istringstream ss0(" 123 456");
25 std::istringstream ss(std::move(ss0));
36 std::wistringstream ss0(L" 123 456");
37 std::wistringstream ss(std::move(ss0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/
move.pass.cpp 24 std::stringstream ss0(" 123 456 ");
25 std::stringstream ss(std::move(ss0));
38 std::wstringstream ss0(L" 123 456 ");
39 std::wstringstream ss(std::move(ss0));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 52 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
53 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
57 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
58 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
61 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
62 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
65 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
66 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
69 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
70 sampler->ss0.mip_filter = BRW_MIPFILTER_LINEAR
    [all...]
brw_wm_sampler_state.c 177 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
178 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
182 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
183 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
186 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
187 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
190 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
191 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
194 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
195 sampler->ss0.mip_filter = BRW_MIPFILTER_LINEAR
    [all...]
gen7_wm_surface_state.c 69 surf->ss0.tiled_surface = 0;
70 surf->ss0.tile_walk = 0;
73 surf->ss0.tiled_surface = 1;
74 surf->ss0.tile_walk = BRW_TILEWALK_XMAJOR;
77 surf->ss0.tiled_surface = 1;
78 surf->ss0.tile_walk = BRW_TILEWALK_YMAJOR;
158 assert(surf->ss0.surface_array_spacing == GEN7_SURFACE_ARYSPC_LOD0);
219 switch (surf->ss0.surface_format) {
250 surf->ss0.surface_type = BRW_SURFACE_BUFFER;
251 surf->ss0.surface_format = brw_format_for_mesa_format(format)
    [all...]
gen7_blorp.cpp 161 surf->ss0.vertical_alignment = 1;
163 surf->ss0.horizontal_alignment = 1;
165 surf->ss0.surface_format = surface->brw_surfaceformat;
166 surf->ss0.surface_type = BRW_SURFACE_2D;
167 surf->ss0.surface_array_spacing = surface->array_spacing_lod0 ?
236 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
237 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
238 sampler->ss0.mag_filter = BRW_MAPFILTER_LINEAR;
244 // sampler->ss0.min_mag_neq = 1;
248 sampler->ss0.lod_bias = 0
    [all...]
gen6_blorp.cpp 516 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
517 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
518 sampler->ss0.mag_filter = BRW_MAPFILTER_LINEAR;
524 sampler->ss0.min_mag_neq = 1;
528 sampler->ss0.lod_bias = 0;
530 sampler->ss0.lod_preclamp = 1; /* OpenGL mode */
531 sampler->ss0.default_color_mode = 0; /* OpenGL/DX10 mode */
540 sampler->ss0.base_level = U_FIXED(0, 1);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 52 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
53 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
57 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
58 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
61 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
62 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
65 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
66 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
69 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
70 sampler->ss0.mip_filter = BRW_MIPFILTER_LINEAR
    [all...]
brw_wm_sampler_state.c 177 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
178 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
182 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
183 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
186 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
187 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
190 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
191 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
194 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
195 sampler->ss0.mip_filter = BRW_MIPFILTER_LINEAR
    [all...]
gen7_wm_surface_state.c 69 surf->ss0.tiled_surface = 0;
70 surf->ss0.tile_walk = 0;
73 surf->ss0.tiled_surface = 1;
74 surf->ss0.tile_walk = BRW_TILEWALK_XMAJOR;
77 surf->ss0.tiled_surface = 1;
78 surf->ss0.tile_walk = BRW_TILEWALK_YMAJOR;
158 assert(surf->ss0.surface_array_spacing == GEN7_SURFACE_ARYSPC_LOD0);
219 switch (surf->ss0.surface_format) {
250 surf->ss0.surface_type = BRW_SURFACE_BUFFER;
251 surf->ss0.surface_format = brw_format_for_mesa_format(format)
    [all...]
gen7_blorp.cpp 161 surf->ss0.vertical_alignment = 1;
163 surf->ss0.horizontal_alignment = 1;
165 surf->ss0.surface_format = surface->brw_surfaceformat;
166 surf->ss0.surface_type = BRW_SURFACE_2D;
167 surf->ss0.surface_array_spacing = surface->array_spacing_lod0 ?
236 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
237 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
238 sampler->ss0.mag_filter = BRW_MAPFILTER_LINEAR;
244 // sampler->ss0.min_mag_neq = 1;
248 sampler->ss0.lod_bias = 0
    [all...]
gen6_blorp.cpp 516 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
517 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
518 sampler->ss0.mag_filter = BRW_MAPFILTER_LINEAR;
524 sampler->ss0.min_mag_neq = 1;
528 sampler->ss0.lod_bias = 0;
530 sampler->ss0.lod_preclamp = 1; /* OpenGL mode */
531 sampler->ss0.default_color_mode = 0; /* OpenGL/DX10 mode */
540 sampler->ss0.base_level = U_FIXED(0, 1);
    [all...]
  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 92 stringstream ss0; local
93 Cardinality::DescribeActualCallCountTo(0, &ss0);
94 EXPECT_EQ("never called", ss0.str());
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 170 unsigned short ss0,__ss0h; member in struct:i386_hw_tss
234 #define INIT_TSS { .x86_tss = { .esp0 = sizeof(init_stack) + (long)&init_stack, .ss0 = __KERNEL_DS, .ss1 = __KERNEL_CS, .io_bitmap_base = INVALID_IO_BITMAP_OFFSET, }, .io_bitmap = { [ 0 ... IO_BITMAP_LONGS] = ~0 }, }
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 170 unsigned short ss0,__ss0h; member in struct:i386_hw_tss
234 #define INIT_TSS { .x86_tss = { .esp0 = sizeof(init_stack) + (long)&init_stack, .ss0 = __KERNEL_DS, .ss1 = __KERNEL_CS, .io_bitmap_base = INVALID_IO_BITMAP_OFFSET, }, .io_bitmap = { [ 0 ... IO_BITMAP_LONGS] = ~0 }, }

Completed in 281 milliseconds

1 2