Home
last modified time | relevance | path

Searched refs:stripped (Results 51 - 64 of 64) sorted by relevance

123

/third_party/python/Tools/clinic/
H A Dclinic.py3980 stripped = line.lstrip()
3981 if not len(stripped):
3986 return len(line) - len(stripped)
4408 # * All lines will have the first D spaces of the indent stripped
4832 # these F spaces will be stripped.
4834 stripped = line.strip()
4835 if stripped.startswith('#'):
4855 if stripped:
4865 stripped = line.strip()
4866 if stripped
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c452 } else if (meta->vlan.stripped) { in nfp_net_vlan_strip()
H A Dnfp_net.h246 __le16 vlan; /* VLAN if stripped */
265 bool stripped; member
/third_party/python/Lib/test/
H A Dtest_ssl.py2537 stripped = msg.strip()
2538 if not stripped:
2551 elif stripped == b'over':
2557 stripped == b'STARTTLS'):
2564 and stripped == b'ENDTLS'):
2572 elif stripped == b'CB tls-unique':
2577 elif stripped == b'PHA':
2586 elif stripped == b'HASCERT':
2591 elif stripped == b'GETCERT':
2594 elif stripped
[all...]
/third_party/node/tools/
H A Dtest.py1490 stripped = [c.strip() for c in path_arg.split('/')]
1491 return [Pattern(s) for s in stripped if len(s) > 0]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py1291 stripped = strip_api_prefix(cmd_name)
1295 name="%s%s" % (entry_point_prefix(api), stripped),
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c764 meta->vlan.stripped = true; in nfp_nfd3_parse_meta()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc766 with ".framework" suffix; the suffix will be stripped when expanding
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c764 meta->vlan.stripped = true; in nfp_nfdk_parse_meta()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc370 // We successfully stripped the prefix. in MaybeRemove()
5157 std::string stripped = in CheckEnumValueUniqueness() local
5160 insert_result = values.insert(std::make_pair(stripped, value)); in CheckEnumValueUniqueness()
5173 values[stripped]->name() + in CheckEnumValueUniqueness()
/third_party/libabigail/src/
H A Dabg-ir.cc6507 /// stripped off. Usually, types are held by their scope, so their
6519 /// @return the resulting type stripped from its typedefs, or just
6590 function_decl::parameter_sptr stripped in strip_typedef()
6597 parm.push_back(stripped); in strip_typedef()
6617 function_decl::parameter_sptr stripped in strip_typedef()
6624 parm.push_back(stripped); in strip_typedef()
6655 /// @return the stripped type or just return @p t.
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil_test.js2440 // Leading brackets are stripped - these are not used when parsing.
2465 'Should have had national prefix stripped.', strippedNumber,
2482 // stripped.
2502 'Should have had national prefix and carrier code stripped.',
2532 'The number supplied was not stripped of its international ' +
2548 'The number supplied was not stripped of its international ' +
2558 'The number supplied was not stripped of its international ' +
2568 // Test the + symbol is also recognised and stripped.
2576 'The number supplied was not stripped of the plus symbol.',
2589 'stripped
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1463 // Drop stripped fields.
1473 // Remove the instruction if it's a stripped member of gl_PerVertex.
3492 // In the case of OpMemberName, unconditionally remove stripped gl_PerVertex members.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex468 % If a _delimited_ argument is enclosed in braces, they get stripped; so
474 % that a pair of braces would be stripped.

Completed in 78 milliseconds

123