/third_party/typescript/tests/baselines/reference/ |
H A D | unionTypeWithIndexSignature.js | 22 declare var both: Both 23 both['s'] = 'ok' 24 both[0] = 1 25 both[1] = 0 // not ok 26 both[0] = 'not ok' 27 both[sym] = 'not ok' 41 both['s'] = 'ok';
42 both[0] = 1;
43 both[1] = 0; // not ok
44 both[ [all...] |
H A D | typeFromPropertyAssignment36.js | 68 g.both = 'hi' 71 g.both = 0 73 g.both 139 g.both = 'hi';
142 g.both = 0;
144 g.both;
|
H A D | objectRest.js | 26 get both(): number { return 12 } 27 set both(value: number) { } 81 get both() { return 12; }
82 set both(value) { }
|
/third_party/mesa3d/src/util/ |
H A D | ralloc.c | 399 char *both; in cat() local 404 both = resize(*dest, existing_length + n + 1); in cat() 405 if (unlikely(both == NULL)) in cat() 408 memcpy(both + existing_length, str, n); in cat() 409 both[existing_length + n] = '\0'; in cat() 411 *dest = both; in cat() 432 char *both; in ralloc_str_append() local 435 both = resize(*dest, existing_length + str_size + 1); in ralloc_str_append() 436 if (unlikely(both == NULL)) in ralloc_str_append() 439 memcpy(both in ralloc_str_append() 868 char *both; linear_cat() local [all...] |
/third_party/musl/src/setjmp/powerpc64/ |
H A D | longjmp.s | 15 # 3) restore TOC into both r2 and the caller's stack. 17 # locally or non-locally, but it's always safe to restore to both.
|
/third_party/mesa3d/src/util/tests/ |
H A D | register_allocate_test.cpp | 238 const unsigned both = 8 + i; 241 ra_add_reg_conflict(regs, low, both); 242 ra_add_reg_conflict(regs, high, both);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | LSTMBreakEngine.java | 381 float both[] = new float[2*hunits]; in divideUpDictionaryRange() 391 System.arraycopy(forwardH, 0, both, 0, hunits); in divideUpDictionaryRange() 392 System.arraycopy(hBackward[i], 0, both, hunits, hunits); in divideUpDictionaryRange() 395 //print(both); in divideUpDictionaryRange() 400 addDotProductTo(both, this.fData.fOutputW, logp); in divideUpDictionaryRange()
|
/third_party/lame/misc/ |
H A D | ath.c | 622 both = 2, enumerator 668 case both: in experiment() 760 " earmode: left, right, both, phase90, phase180\n" in usage() 808 if ( argc < 8 ) earmode = both; in main() 811 else if ( 0 == strncmp ( argv[7], "bo" , 2) ) earmode = both; in main()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 152 both("foo", "bar", null, INTERNAL, "forward-alias", "backward-alias", ++idx)); in testBoth() 204 checkArgument(dir != BOTH, "use both() for bidirectional transforms"); in oneWay() 222 private static CldrValue both( in both() method in TransformsMapperTest
|
/third_party/musl/dist/ |
H A D | config.mak | 21 #LDFLAGS += -Wl,--hash-style,both
|
/third_party/python/Tools/buildbot/ |
H A D | remotePythonInfo.bat | 33 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
|
H A D | test.bat | 49 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
|
H A D | remoteDeploy.bat | 58 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
|
/third_party/python/PCbuild/ |
H A D | env.bat | 4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_flush_cache.tex | 31 As a special case, if arguments \Var{lo} and \Var{hi} are both 0, all
|
H A D | libunwind.tex | 129 Normally, \Prog{libunwind} supports both local and remote unwinding 133 the generic implementation which supports both kinds of unwinding. To 137 employ both local-only and generic unwinding. That is, whether or not 268 performance impact on JIT-compilers. In particular, both routines are
|
/third_party/node/test/parallel/ |
H A D | test-net-connect-options-allowhalfopen.js | 84 console.log(`connection ${index} has been closed by both sides,` +
|
/third_party/gn/src/gn/ |
H A D | command_check.cc | 168 could be considered conceptually a member of both.
|
H A D | label.cc | 168 // Can't use both implicit filename and name (":"). in Resolve() 241 project needs to be both standalone and pulled into other projects in
|
/third_party/skia/modules/canvaskit/tests/ |
H A D | util.js | 137 it(`draws gm ${name} on both CanvasKit and using Canvas2D`, (done) => { 174 * for both a CanvasKit.Canvas and a native Canvas2D. The result of both will be
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 270 unsigned both = levels_z & levels_s; in si_blit_decompress_zs_in_place() local 273 if (both) { in si_blit_decompress_zs_in_place() 274 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_Z | PIPE_MASK_S, both, in si_blit_decompress_zs_in_place() 276 levels_z &= ~both; in si_blit_decompress_zs_in_place() 277 levels_s &= ~both; in si_blit_decompress_zs_in_place() 520 * to disable both the FMASK decompression and fast clear elimination passes. in si_blit_decompress_color()
|
/third_party/ffmpeg/ffbuild/ |
H A D | library.mak | 21 # In case both shared libs and static libs are enabled, it can happen
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapper.java | 76 private enum Direction { forward, backward, both } enum constant
|
/third_party/node/deps/v8/tools/vim/ |
H A D | ninja-build.vim | 70 # Escape \ for Vim, and ^ for both Vim and shell.
|
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
H A D | compile.rs | 322 /// shuffle are taken from the haystack. AND'ing the shuffles for both the
|