Home
last modified time | relevance | path

Searched refs:both (Results 1 - 25 of 152) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
H A DunionTypeWithIndexSignature.js22 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 DtypeFromPropertyAssignment36.js68 g.both = 'hi'
71 g.both = 0
73 g.both
139 g.both = 'hi';
142 g.both = 0;
144 g.both;
H A DobjectRest.js26 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 Dralloc.c399 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 Dlongjmp.s15 # 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 Dregister_allocate_test.cpp238 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 DLSTMBreakEngine.java381 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 Dath.c622 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 DTransformsMapperTest.java152 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 Dconfig.mak21 #LDFLAGS += -Wl,--hash-style,both
/third_party/python/Tools/buildbot/
H A DremotePythonInfo.bat33 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
H A Dtest.bat49 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
H A DremoteDeploy.bat58 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
/third_party/python/PCbuild/
H A Denv.bat4 rem of the tools on PATH and use PlatformToolset instead. Ideally, both sets of
/third_party/libunwind/libunwind/doc/
H A Dunw_flush_cache.tex31 As a special case, if arguments \Var{lo} and \Var{hi} are both 0, all
H A Dlibunwind.tex129 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 Dtest-net-connect-options-allowhalfopen.js84 console.log(`connection ${index} has been closed by both sides,` +
/third_party/gn/src/gn/
H A Dcommand_check.cc168 could be considered conceptually a member of both.
H A Dlabel.cc168 // 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 Dutil.js137 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 Dsi_blit.c270 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 Dlibrary.mak21 # 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 DTransformsMapper.java76 private enum Direction { forward, backward, both } enum constant
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim70 # Escape \ for Vim, and ^ for both Vim and shell.
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Dcompile.rs322 /// shuffle are taken from the haystack. AND'ing the shuffles for both the

Completed in 13 milliseconds

1234567