HomeSort by relevance Sort by last modified time
    Searched refs:REPEAT (Results 51 - 67 of 67) sorted by null

1 23

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CanvasTests.java 203 BitmapShader bitmapShader = new BitmapShader(hwBitmap, Shader.TileMode.REPEAT,
204 Shader.TileMode.REPEAT);
206 Color.BLACK, Color.CYAN, Shader.TileMode.REPEAT);
216 BitmapShader bitmapShader = new BitmapShader(hwBitmap, Shader.TileMode.REPEAT,
217 Shader.TileMode.REPEAT);
219 Color.BLACK, Color.CYAN, Shader.TileMode.REPEAT);
    [all...]
  /external/eigen/bench/
sparse_setter.cpp 14 #ifndef REPEAT
15 #define REPEAT 2
40 for (int _k=0; _k<REPEAT; ++_k) { \
167 for (int k=0; k<REPEAT; ++k)
175 for (int k=0; k<REPEAT; ++k)
  /external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DrawManager.java 83 planeShader = new BitmapShader(planeTexture, Shader.TileMode.REPEAT,
84 Shader.TileMode.REPEAT);
  /external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DrawManager.java 83 planeShader = new BitmapShader(planeTexture, Shader.TileMode.REPEAT,
84 Shader.TileMode.REPEAT);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 46 NV30_WRAP(REPEAT);
  /external/python/cpython3/Tools/stringbench/
stringbench.py 33 REPEAT = 1
34 REPEAT = 3
35 #REPEAT = 7
611 @bench('"A"*10', "repeat 1 character 10 times", 1000)
617 @bench('"A"*1000', "repeat 1 character 1000 times", 1000)
623 @bench('"ABCDE"*10', "repeat 5 characters 10 times", 1000)
629 @bench('"ABCDE"*1000', "repeat 5 characters 1000 times", 1000)
    [all...]
  /external/python/cpython3/Lib/
sre_compile.py 20 _REPEATING_CODES = {REPEAT, MIN_REPEAT, MAX_REPEAT}
152 emit(REPEAT)
712 elif op in (REPEAT, REPEAT_ONE, MIN_REPEAT_ONE):
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 44 REPEAT 32
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ExceptionHandlerAsm.asm 38 REPEAT 32
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 277 REPEAT (78h - 20)
efi64.asm 299 REPEAT (78h - 20)
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 349 Shader s = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
    [all...]
  /external/u-boot/drivers/fpga/
ivm_core.c 118 * Stores the current repeat loop value.
161 * g_pucHeapMemory: holds the entire repeat loop.
162 * g_iHeapCounter: points to the current byte in the repeat loop.
163 * g_iHEAPSize: the current size of the repeat in bytes.
933 case REPEAT:
1342 * The number of times the block repeat itself
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 279 #define META_MINMAX 0x803a0000u /* {n,m} repeat */
280 #define META_MINMAX_PLUS 0x803b0000u /* {n,m}+ repeat */
281 #define META_MINMAX_QUERY 0x803c0000u /* {n,m}? repeat */
618 /* Offsets from OP_STAR for case-independent and negative repeat opcodes. */
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 720 milliseconds

1 23