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

1 2 3 4

  /external/clang/test/PCH/
multiple_decls.h 3 struct wide { int value; }; struct
4 int wide(char);
  /external/libchrome/base/strings/
sys_string_conversions_unittest.cc 173 std::wstring wide = kConvertRoundtripCases[i]; local
174 std::wstring trip = SysNativeMBToWide(SysWideToNativeMB(wide));
175 EXPECT_EQ(wide.size(), trip.size());
176 EXPECT_EQ(wide, trip);
181 std::wstring wide = kConvertRoundtripCases[i]; local
182 std::wstring trip = SysNativeMBToWide(WideToUTF8(wide));
183 EXPECT_EQ(wide.size(), trip.size());
184 EXPECT_EQ(wide, trip);
188 std::wstring wide = kConvertRoundtripCases[i]; local
189 std::wstring trip = UTF8ToWide(SysWideToNativeMB(wide));
    [all...]
utf_string_conversions_unittest.cc 49 // we round-trip all the wide strings through UTF-8 to make sure everything
55 std::wostringstream wide; local
56 wide << UTF8ToWide(utf8.str());
58 EXPECT_EQ(kConvertRoundtripCases[i], wide.str());
74 const wchar_t* wide; member in struct:base::UTF8ToWideCase
106 std::wstring expected(convert_cases[i].wide);
  /external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java 35 public boolean wide; field in class:VariableInstruction
46 public VariableInstruction(boolean wide)
48 this.wide = wide;
72 this.wide = requiredVariableIndexSize() > 1 ||
87 this.wide = variableInstruction.wide;
242 // Only make the instruction wide if necessary.
243 wide = requiredVariableIndexSize() > 1 ||
252 return wide;
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 34 boolean wide = false; field in class:HierarchicalMove
100 int widthSpec = wide ? LayoutParams.WRAP_CONTENT : LayoutParams.MATCH_PARENT;
105 wide = !wide;
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 135 case WIDE:
136 return wide(iter, pos);
148 private static String wide(CodeIterator iter, int pos) { method in class:InstructionPrinter
166 throw new RuntimeException("Invalid WIDE operand");
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 56 * Draw a wide line by drawing a quad (two triangles).
61 /*const struct wideline_stage *wide = wideline_stage(stage);*/
87 * Draw wide line as a quad (two tris) by "stretching" the line along
204 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); local
205 if (!wide)
208 wide->stage.draw = draw;
209 wide->stage.name = "wide-line";
210 wide->stage.next = NULL;
211 wide->stage.point = draw_pipe_passthrough_point
    [all...]
draw_pipe_wide_point.c 32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide,
101 const struct draw_context *draw = wide->stage.draw;
106 for (i = 0; i < wide->num_texcoord_gen; i++) {
107 const uint slot = wide->texcoord_gen_slot[i];
127 const struct widepoint_stage *wide = widepoint_stage(stage); local
147 if (wide->psize_slot >= 0) {
148 half_size = header->v[0]->data[wide->psize_slot][0];
152 half_size = wide->half_point_size
200 struct widepoint_stage *wide = widepoint_stage(stage); local
317 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); local
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 593 android_native_rect_t wide = {20, 30, 259, 130}; local
594 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &wide));
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraDualFOVPP.h 56 cam_frame_size_t wide; member in struct:_dualfov_input_params_t
  /system/core/base/
utf8_test.cpp 32 std::wstring wide; local
40 EXPECT_FALSE(android::base::UTF8ToWide("before\xa2" "after", &wide));
52 EXPECT_EQ(0U, wide.find(L"before"));
54 EXPECT_EQ(wide.length() - (arraysize(after_wide) - 1), wide.find(after_wide));
119 // we round-trip all the wide strings through UTF-8 to make sure everything
125 std::wostringstream wide; local
126 wide << UTF8ToWide(utf8.str());
128 EXPECT_EQ(kConvertRoundtripCases[i], wide.str());
144 const wchar_t* wide; member in struct:android::base::UTF8ToWideCase
419 std::wstring wide; local
431 std::wstring wide; local
444 std::wstring wide; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 50 unsigned int wide:1; /* Nonzero for wide character streams. */ member in struct:printf_info
150 PA_WCHAR, /* wide char */
152 PA_WSTRING, /* const wchar_t *, wide character string */
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 219 bool wide = (insn & 0x40000000) != 0; local
220 uint32_t shift = wide ? 3u : 2u;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 38 wide = OpaqueByValueType("wide", "PyMac_Buildwide", "PyMac_Getwide") variable
39 wide_ptr = OpaqueType("wide", "PyMac_Buildwide", "PyMac_Getwide")
  /external/freetype/src/pcf/
pcfread.c 1434 int wide = 0; local
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 38 wide = OpaqueByValueType("wide", "PyMac_Buildwide", "PyMac_Getwide") variable
39 wide_ptr = OpaqueType("wide", "PyMac_Buildwide", "PyMac_Getwide")
  /external/skia/src/gpu/gl/
GrGLGpu.h 627 const bool wide = (width > 1) && SkToBool(width & 0x1); local
629 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
  /external/skqp/src/gpu/gl/
GrGLGpu.h 640 const bool wide = (width > 1) && SkToBool(width & 0x1); local
642 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
  /packages/apps/Messaging/src/com/android/messaging/ui/
MultiAttachmentLayout.java 47 * one of three sizes - small (1x1), wide (2x1) and large (2x2). We have a number of predefined
63 * wide tile and C & D are both small tiles. A starts at (0,0) and ends at (1,1), B starts at
108 public static Tile wide(final int startX, final int startY) { method in class:MultiAttachmentLayout.Tile
134 new Layout(new Tile[] { Tile.large(0, 0), Tile.wide(2, 0), Tile.wide(2, 1) }), // 3 items
135 new Layout(new Tile[] { Tile.large(0, 0), Tile.wide(2, 0), Tile.small(2, 1), // 4+ items
146 new Layout(new Tile[] { Tile.large(2, 0), Tile.wide(0, 0), Tile.wide(0, 1) }), // 3 items
147 new Layout(new Tile[] { Tile.large(2, 0), Tile.wide(0, 0), Tile.small(1, 1), // 4+ items
  /toolchain/binutils/binutils-2.27/opcodes/
mep-asm.c 518 int wide = 0;
536 wide = 1;
546 if (wide)
562 return (wide ? _("Immediate is out of range -512 to 511")
517 int wide = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 1076 PyObject *wide, *utf8; local
1078 wide = PyUnicode_FromWideChar(wtext, wtextlen);
1079 if (wide == NULL)
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 1610 PyObject *wide, *utf8; local
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c 3907 HWord wide = (imm8 & 1); local
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 895 milliseconds

1 2 3 4