Home
last modified time | relevance | path

Searched refs:FILL (Results 1 – 25 of 150) sorted by relevance

123456

/external/python/cpython2/Modules/cjkcodecs/
D_codecs_kr.c307 #define FILL 0xfd macro
311 NONE, FILL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05,
317 NONE, NONE, FILL, 0x00, 0x01, 0x02, 0x03, 0x04,
323 NONE, FILL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
330 NONE, FILL, 0x31, 0x32, 0x34, 0x37, 0x38, 0x39,
336 NONE, NONE, FILL, 0x4f, 0x50, 0x51, 0x52, 0x53,
342 NONE, FILL, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36,
381 if (i_cho == FILL) { in DECODER()
382 if (i_jung == FILL) { in DECODER()
383 if (i_jong == FILL) in DECODER()
[all …]
/external/python/cpython3/Modules/cjkcodecs/
D_codecs_kr.c320 #define FILL 0xfd macro
324 NONE, FILL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05,
330 NONE, NONE, FILL, 0x00, 0x01, 0x02, 0x03, 0x04,
336 NONE, FILL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
343 NONE, FILL, 0x31, 0x32, 0x34, 0x37, 0x38, 0x39,
349 NONE, NONE, FILL, 0x4f, 0x50, 0x51, 0x52, 0x53,
355 NONE, FILL, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36,
393 if (i_cho == FILL) { in DECODER()
394 if (i_jung == FILL) { in DECODER()
395 if (i_jong == FILL) in DECODER()
[all …]
/external/llvm-project/lld/test/ELF/linkerscript/
Dfill.test8 FILL(0x11111111)
10 FILL(0x10101010)
15 FILL(0x22220000 + 0x2222);
23 # RUN: echo 'SECTIONS { .out : { FILL 0x11111111 } }' > %t.script
/external/deqp-deps/amber/tests/cases/
Dopencl_generated_push_constants.amber39 BUFFER work_dim_buf DATA_TYPE uint32 SIZE 1 FILL -1
40 BUFFER global_offset_buf DATA_TYPE uint32 SIZE 3 FILL -1
41 BUFFER all_constants_buf DATA_TYPE uint32 SIZE 4 FILL -1
Dcopy_data_buffer.amber16 BUFFER orig_buf DATA_TYPE int32 SIZE 100 FILL 11
17 BUFFER dest_buf DATA_TYPE int32 SIZE 100 FILL 22
Dshader_specialization.amber100 BUFFER x_buf DATA_TYPE uint32 SIZE 16 FILL 0
101 BUFFER y_buf DATA_TYPE uint32 SIZE 16 FILL 0
102 BUFFER z_buf DATA_TYPE uint32 SIZE 16 FILL 0
103 BUFFER s_buf DATA_TYPE uint32 SIZE 16 FILL 0
Dcompute_dynamic_buffers_descriptor_array.amber35 BUFFER buf0 DATA_TYPE vec4<float> SIZE 17 FILL 0.0
36 BUFFER buf1 DATA_TYPE vec4<float> SIZE 17 FILL 0.0
Dcompute_dynamic_buffers.amber40 BUFFER buf0 DATA_TYPE vec4<float> SIZE 17 FILL 0.0
41 BUFFER buf1 DATA_TYPE vec4<float> SIZE 17 FILL 0.0
Dcompute_descriptor_array_storagetexelbuffer.amber37 BUFFER texel_buffer_out0 DATA_TYPE R32G32B32A32_SFLOAT SIZE 4 FILL 0
38 BUFFER texel_buffer_out1 DATA_TYPE R32G32B32A32_SFLOAT SIZE 4 FILL 0
Dopencl_read_and_write_image3d_rgba32i.amber40 BUFFER out_buf DATA_TYPE vec4<int32> SIZE 8 FILL 15
42 WIDTH 2 HEIGHT 2 DEPTH 2 FILL 0
Dglsl_read_and_write_image3d_rgba32i.amber42 BUFFER out_buf DATA_TYPE vec4<int32> SIZE 8 FILL 15
44 WIDTH 2 HEIGHT 2 DEPTH 2 FILL 0
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DSizeMetric.java38 case FILL: in validatePair()
52 case FILL: in getPixelValue()
DLayoutManager.java47 anchorPaint.setStyle(Paint.Style.FILL);
54 marginPaint.setStyle(Paint.Style.FILL);
58 paddingPaint.setStyle(Paint.Style.FILL);
232 outlineShadowPaint.setStyle(Paint.Style.FILL); in setDrawOutlineShadowsEnabled()
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMusicKeyboardView.java107 mShadowPaint.setStyle(Paint.Style.FILL); in init()
111 mBlackOnKeyPaint.setStyle(Paint.Style.FILL); in init()
115 mBlackOffKeyPaint.setStyle(Paint.Style.FILL); in init()
119 mWhiteOnKeyPaint.setStyle(Paint.Style.FILL); in init()
123 mWhiteOffKeyPaint.setStyle(Paint.Style.FILL); in init()
/external/llvm-project/lld/test/ELF/
Dfill-trap.s13 # RUN: od -Ax -x -N16 -j0x1ff0 %t | FileCheck %s --check-prefix=FILL
18 # RUN: od -Ax -x -N16 -j0x1ff0 %t | FileCheck %s --check-prefix=FILL
38 # FILL: 001ff0 cccc cccc cccc cccc cccc cccc cccc cccc
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp50 enum class PaintOperation { STROKE, FILL }; enumerator
223 sColor = GenerateColorAP(color, PaintOperation::FILL); in GenerateBorderAP()
255 sColor = GenerateColorAP(crLeftTop, PaintOperation::FILL); in GenerateBorderAP()
271 sColor = GenerateColorAP(crRightBottom, PaintOperation::FILL); in GenerateBorderAP()
287 sColor = GenerateColorAP(color, PaintOperation::FILL); in GenerateBorderAP()
399 PaintOperation::FILL) in GetPopupContentsString()
429 PaintOperation::FILL); in GenerateTextSymbolAP()
543 pInteriorColor, CFX_Color(CFX_Color::kTransparent), PaintOperation::FILL); in GenerateCircleAP()
615 CFX_Color(CFX_Color::kRGB, 1, 1, 0), PaintOperation::FILL); in GenerateHighlightAP()
752 PaintOperation::FILL); in GeneratePopupAP()
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dbrownian.py15 FILL = 'red' variable
23 p = canvas.create_oval(x-r, y-r, x+r, y+r, fill=FILL)
Dbrownian2.py14 FILL = 'red' variable
23 p = canvas.create_oval(x-r, y-r, x+r, y+r, fill=FILL)
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DVolumeBarView.java46 mBarPaint.setStyle(Paint.Style.FILL); in init()
50 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieChart.java63 SizeLayoutType.FILL, in onPreInit()
65 SizeLayoutType.FILL)); in onPreInit()
/external/deqp/external/vulkancts/data/vulkan/amber/texture/conversion/ufloat_negative_values/
Db10g11r11-ufloat-pack32.amber57 IMAGE texture FORMAT B10G11R11_UFLOAT_PACK32 DIM_2D WIDTH 50 HEIGHT 50 FILL 0
58 BUFFER result DATA_TYPE int32 SIZE 1 FILL 0
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/
Dno_output_write_before_terminate.amber133 BUFFER in_data_buf DATA_TYPE int32 SIZE 6 FILL 0
135 IMAGE out_data DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
136 IMAGE expect_frame DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
Dno_output_write.amber134 BUFFER in_data_buf DATA_TYPE int32 SIZE 6 FILL 0
136 IMAGE out_data DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
137 IMAGE expect_frame DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
Dssbo_store_before_terminate.amber144 BUFFER in_data_buf DATA_TYPE int32 SIZE 6 FILL 0
146 IMAGE out_data DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
147 BUFFER a_buf DATA_TYPE int32 SIZE 64 FILL 0
Dsubgroup_vote.amber149 BUFFER in_data_buf DATA_TYPE int32 SIZE 6 FILL 0
151 IMAGE out_data DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0
152 IMAGE expect_frame DATA_TYPE int32 DIM_2D WIDTH 8 HEIGHT 8 FILL 0

123456