/third_party/node/deps/icu-small/source/common/ |
D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/third_party/icu/icu4c/source/common/ |
D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unisetspan.h | 41 BACK = 0x10, enumerator 53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED, 54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED, 55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED, 56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_read_buffer.txt | 59 framebuffer is bound, then ReadBufferNV accepts value BACK. If a 93 takes a symbolic constant as argument. <src> must be FRONT, BACK, 111 <src> must be FRONT, BACK or NONE. If the requested buffer is 114 READ_BUFFER_NV is BACK, otherwise it is NONE. 170 2. Should we have FRONT/BACK, LEFT/RIGHT buffer enums for <mode> 175 only support FRONT and BACK. 213 default read buffer. ES 3.0 instead calls it BACK. 227 7 09/27/13 achauveau Harmonize BACK vs. FRONT selection
|
/third_party/openGLES/extensions/NV/ |
D | NV_read_buffer.txt | 59 framebuffer is bound, then ReadBufferNV accepts value BACK. If a 93 takes a symbolic constant as argument. <src> must be FRONT, BACK, 111 <src> must be FRONT, BACK or NONE. If the requested buffer is 114 READ_BUFFER_NV is BACK, otherwise it is NONE. 170 2. Should we have FRONT/BACK, LEFT/RIGHT buffer enums for <mode> 175 only support FRONT and BACK. 213 default read buffer. ES 3.0 instead calls it BACK. 227 7 09/27/13 achauveau Harmonize BACK vs. FRONT selection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regexec.c | 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 101 #undef BACK 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 101 #undef BACK 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.cpp | 78 case BACK: return "back"; in typeStr() 187 if (ei.getType() == Edge::BACK) in reachableBy() 307 case Graph::Edge::BACK: in search() 381 edge->type = node->tag ? Edge::BACK : Edge::CROSS; in classifyDFS() 395 edge->type = node->tag ? Edge::BACK : Edge::CROSS; in classifyDFS()
|
D | nv50_ir_graph.h | 48 BACK, enumerator 220 if (ei.getType() != Edge::BACK) in incidentCountFwd()
|
/third_party/boost/tools/build/src/engine/ |
D | regexp.cpp | 100 #define BACK 7 /* no Match "", "next" ptr points backward. */ macro 444 regoptail(ret, regnode(BACK)); /* and loop */ in regpiece() 454 regtail(regnode(BACK), ret); /* loop back */ in regpiece() 745 if (OP(scan) == BACK) in regtail() 975 case BACK: in regmatch() 1160 if (OP(p) == BACK) in regnext() 1248 case BACK: in regprop()
|
/third_party/node/deps/npm/scripts/ |
D | install.sh | 89 BACK="$PWD" 237 && cd "$BACK" \
|
/third_party/ltp/testcases/misc/lvm/ |
D | cleanup_lvm.sh | 18 DEVLIST=`losetup -lnO NAME,BACK-FILE | grep "$LVM_IMGDIR" | cut -d ' ' -f 1`
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimodalInput_mouseEvent.js | 33 BACK: 6, property
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UnicodeSetStringSpan.java | 37 public static final int BACK = 0x10; field in UnicodeSetStringSpan 46 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED; 47 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED; 171 if (0 != (which & BACK)) { in UnicodeSetStringSpan() 189 if (0 != (which & BACK)) { in UnicodeSetStringSpan()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 33 public static final int BACK = 0x10; field in UnicodeSetStringSpan 42 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED; 43 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED; 174 if (0 != (which & BACK)) { in UnicodeSetStringSpan() 192 if (0 != (which & BACK)) { in UnicodeSetStringSpan()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_draw_buffers.txt | 201 Each buffer listed in <bufs> must be BACK, NONE, or one of the 209 and the constant must be BACK or NONE. When draw buffer zero is 210 BACK, color values are written into the sole buffer for single- 213 BACK and NONE, or with a value of <n> other than 1, the error 233 buffer out of order, BACK, or COLOR_ATTACHMENT<m>_EXT where <m> is 259 fragment color zero is BACK if there is a default framebuffer 400 - <bufs> contains a value other than BACK or NONE. 448 - can be used to with default framebuffer to set NONE/BACK (see Issue 4) 506 DrawBuffers to toggle between BACK and NONE on the default FBO.
|
D | EXT_stencil_two_side.txt | 266 BACK 324 where face is either FRONT or BACK. Stencil commands (StencilFunc, 327 stencil state if the active stencil face is BACK. Additionally, 409 2.0" back state; BACK sets "EXT_stencil_two_side" back state. 442 take a face argument which can be FRONT, BACK, or FRONT_AND_BACK and 443 indicates which set of state is affected. If <face> is BACK or 448 identical values. If the active stencil face is BACK, the corresponding
|
D | EXT_index_material.txt | 81 <face> is one of FRONT, BACK, or FRONT_AND_BACK, indicating whether 123 BACK, or FRONT_AND_BACK.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_draw_buffers.txt | 201 Each buffer listed in <bufs> must be BACK, NONE, or one of the 209 and the constant must be BACK or NONE. When draw buffer zero is 210 BACK, color values are written into the sole buffer for single- 213 BACK and NONE, or with a value of <n> other than 1, the error 233 buffer out of order, BACK, or COLOR_ATTACHMENT<m>_EXT where <m> is 259 fragment color zero is BACK if there is a default framebuffer 400 - <bufs> contains a value other than BACK or NONE. 448 - can be used to with default framebuffer to set NONE/BACK (see Issue 4) 506 DrawBuffers to toggle between BACK and NONE on the default FBO.
|
D | EXT_stencil_two_side.txt | 266 BACK 324 where face is either FRONT or BACK. Stencil commands (StencilFunc, 327 stencil state if the active stencil face is BACK. Additionally, 409 2.0" back state; BACK sets "EXT_stencil_two_side" back state. 442 take a face argument which can be FRONT, BACK, or FRONT_AND_BACK and 443 indicates which set of state is affected. If <face> is BACK or 448 identical values. If the active stencil face is BACK, the corresponding
|
D | EXT_index_material.txt | 81 <face> is one of FRONT, BACK, or FRONT_AND_BACK, indicating whether 123 BACK, or FRONT_AND_BACK.
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EXT_draw_buffers.txt | 201 Each buffer listed in <bufs> must be BACK, NONE, or one of the 209 and the constant must be BACK or NONE. When draw buffer zero is 210 BACK, color values are written into the sole buffer for single- 213 BACK and NONE, the error INVALID_OPERATION is generated. 230 buffer out of order, BACK, or COLOR_ATTACHMENT<m>_EXT where <m> is 256 fragment color zero is BACK if there is a default framebuffer 396 - <bufs> contains a value other than BACK or NONE. 444 - can be used to with default framebuffer to set NONE/BACK (see Issue 4) 502 DrawBuffers to toggle between BACK and NONE on the default FBO.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_ES3_1_compatibility.txt | 166 paragraph describing GetFramebufferAttachmentParameteriv to add BACK as 170 be one of FRONT_LEFT, FRONT_RIGHT, BACK, BACK_LEFT, or BACK_RIGHT, 172 this command can only query a single framebuffer attachment, BACK is 213 special value BACK. When the value BACK is used then <n> must 217 <bufs> contains the value BACK and <n> does not equal 1." 587 14 09/18/14 Jon Leech Add FRONT and BACK as valid <attachment>s for 602 with BACK.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES3_1_compatibility.txt | 176 paragraph describing GetFramebufferAttachmentParameteriv to add BACK as 180 be one of FRONT_LEFT, FRONT_RIGHT, BACK, BACK_LEFT, or BACK_RIGHT, 182 this command can only query a single framebuffer attachment, BACK is 223 special value BACK. When the value BACK is used then <n> must 227 <bufs> contains the value BACK and <n> does not equal 1." 597 14 09/18/14 Jon Leech Add FRONT and BACK as valid <attachment>s for 612 with BACK.
|