/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | qualified.rs | 38 let mut segments = Vec::new(); in parse_unquoted() variables
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | qualified.rs | 38 let mut segments = Vec::new(); in parse_unquoted() variables
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | qualified.rs | 38 let mut segments = Vec::new(); in parse_unquoted() variables
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | qualified.rs | 38 let mut segments = Vec::new(); in parse_unquoted() variables
|
/third_party/rust/crates/cxx/syntax/ |
H A D | qualified.rs | 38 let mut segments = Vec::new(); in parse_unquoted() variables
|
/third_party/rust/crates/syn/src/ |
H A D | meta.rs | 406 let mut segments = Punctuated::new(); in parse_meta_path() variables
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt_rule.h | 108 UnicodeFunctor** segments; member in TransliterationRule
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_rule.h | 108 UnicodeFunctor** segments; member in TransliterationRule
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt_rule.h | 108 UnicodeFunctor** segments; member in TransliterationRule
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
H A D | RbPathSubject.java | 27 public final void hasSegments(String... segments) { in hasSegments() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | mtv.c | 41 unsigned int segments; ///< number of 512 byte segments member
|
H A D | hlsproto.c | 63 struct segment **segments; member
|
H A D | oggdec.h | 79 uint8_t segments[255]; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | CMapTableBuilder.java | 121 buildCMapFormat4(CMapFormat4.Builder builder, List<CMap4Segment> segments) buildCMapFormat4() argument
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 152 let mut segments = vec![]; in subcommands_of() variables 235 let mut segments = vec![format!("({name})")]; in get_subcommands_of() variables 322 let mut segments = vec![String::from("_arguments \\"${_arguments_options[@]}\\" \\\\")]; get_args_of() variables [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-segments.cc | 46 Handle<JSSegments> segments = Handle<JSSegments>::cast(result); in Create() local 61 Containing(Isolate* isolate, Handle<JSSegments> segments, double n_double) Containing() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 92 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments, &Segment::length); } in lengths() argument [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util_test.cc | 497 explicit SegmentedZeroCopyOutputStream(std::list<Segment> segments) in SegmentedZeroCopyOutputStream() argument 543 std::list<Segment> segments; in TEST() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 92 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments, &Segment::length); } in lengths() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dfa.c | 72 unsigned segments; in decode_tsw1() local 114 int v, offset, count, segments; in decode_dsw1() local 151 int i, v, offset, count, segments; in decode_dds1() local 200 int count, lines, segments; decode_bdlt() local 243 int count, i, v, lines, segments; decode_wdlt() local 303 uint32_t segments = bytestream2_get_le32(gb); decode_tdlt() local [all...] |
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 69 elfio() noexcept : sections( this ), segments( this ) in segments() function in ELFIO::elfio 1091 Segments segments; global() member in ELFIO::elfio [all...] |
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliterationRule.java | 93 UnicodeMatcher[] segments; field in TransliterationRule [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | RbPath.java | 62 public static RbPath of(String... segments) { in of() argument 71 public static RbPath of(Iterable<String> segments) { in of() argument 95 private final ImmutableList<String> segments; field in RbPath 98 private RbPath(Iterable<String> segments) { in RbPath() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliterationRule.java | 94 UnicodeMatcher[] segments; field in TransliterationRule [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 271 CollectionT &segments() { return impl().segmentsColl(); } segments() function in __anon24032::CalcLiveRangeUtilBase [all...] |