Home
last modified time | relevance | path

Searched refs:Cut (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/
Dflatecut_test.go28 testcut.Test(t, SmallestValidMaxEncodedLen, Cut, newReader, []string{
37 testcut.Benchmark(b, SmallestValidMaxEncodedLen, Cut, newReader,
155 encLen, decLen, err := Cut(nil, b, i)
219 encLen, decLen, err := Cut(nil, b, len(enc)-1)
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Djieba_tokenizer_op.cc42 mp_seg->Cut(sentence, tmp, MAX_WORD_LENGTH); in Tokenize()
46 hmm_seg->Cut(sentence, tmp); in Tokenize()
50 mix_seg->Cut(sentence, tmp, true); in Tokenize()
/third_party/flutter/skia/third_party/externals/wuffs/lib/zlibcut/
Dzlibcut_test.go25 testcut.Test(t, SmallestValidMaxEncodedLen, Cut, zlib.NewReader, []string{
33 testcut.Benchmark(b, SmallestValidMaxEncodedLen, Cut, zlib.NewReader,
Dzlibcut.go62 func Cut(w io.Writer, encoded []byte, maxEncodedLen int) (encodedLen int, decodedLen int, retErr er… func
98 encodedLen, decodedLen, err := flatecut.Cut(
Dexample_test.go66 encodedLen, decodedLen, err := zlibcut.Cut(nil, compressed, 200)
/third_party/python/Tools/peg_generator/scripts/
Dgrammar_grapher.py31 Cut,
58 elif isinstance(item, Cut):
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dcupertino_en_AU.arb18 "cutButtonLabel": "Cut",
Dcupertino_en_SG.arb18 "cutButtonLabel": "Cut",
Dcupertino_en_GB.arb18 "cutButtonLabel": "Cut",
Dcupertino_en_CA.arb18 "cutButtonLabel": "Cut",
Dcupertino_en_IE.arb18 "cutButtonLabel": "Cut",
Dcupertino_en_IN.arb18 "cutButtonLabel": "Cut",
Dcupertino_en_ZA.arb18 "cutButtonLabel": "Cut",
/third_party/python/Tools/peg_generator/pegen/
Dfirst_sets.py11 Cut,
77 def visit_Cut(self, item: Cut) -> Set[str]: argument
Dmetagrammar.gram6 Cut,
100 | '~' {Cut()}
Dgrammar.py452 class Cut: class
467 if not isinstance(other, Cut):
479 Item = Union[Plain, Opt, Repeat, Forced, Lookahead, Rhs, Cut]
485 LookaheadOrCut = Union[Lookahead, Cut]
Dvalidator.py4 Cut,
Dpython_generator.py6 Cut,
126 def visit_Cut(self, node: Cut) -> Tuple[str, str]: argument
/third_party/cef/include/
Dcef_frame.h84 virtual void Cut() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dframe_ctocpp.h45 void Cut() override;
/third_party/cef/libcef/browser/
Dframe_host_impl.h52 void Cut() override;
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
Dmain.m59 [edit addItemWithTitle: @"Cut"
/third_party/cef/libcef/renderer/
Dframe_impl.h55 void Cut() override;
/third_party/tzdata/
Dzdump.8.txt40 Cut off interval output at the given year(s). Cutoff times are
50 Cut off interval output at the given time(s), given in decimal
/third_party/grpc/doc/
Dgrpc_release_schedule.md11 Release |Scheduled Branch Cut|Scheduled Release Date

1234