Home
last modified time | relevance | path

Searched defs:parse_string (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc552 string parse_string = strings::Substitute("optional_nested_enum: $0", in TEST_F() local
561 string parse_string = strings::Substitute("sparse_enum: $0", in TEST_F() local
571 string parse_string = "optional_string: " in TEST_F() local
585 string parse_string = "optional_string: \"foo\" \"bar\"\n"; in TEST_F() local
611 string parse_string = "optional_float: 1.0f\n"; in TEST_F() local
623 string parse_string = in TEST_F() local
666 string parse_string = "optional_int32: 1 # a comment\n" in TEST_F() local
683 string parse_string = "optional_nested_message: { bb: 1}\n"; in TEST_F() local
/external/python/cpython2/Lib/lib2to3/tests/
Dsupport.py22 def parse_string(string): function
/external/python/cpython3/Lib/lib2to3/tests/
Dsupport.py26 def parse_string(string): function
/external/python/cpython3/Lib/lib2to3/pgen2/
Ddriver.py101 def parse_string(self, text, debug=False): member in Driver
/external/python/cpython2/Lib/lib2to3/pgen2/
Ddriver.py104 def parse_string(self, text, debug=False): member in Driver
/external/iptables/extensions/
Dlibxt_string.c80 parse_string(const char *s, struct xt_string_info *info) in parse_string() function
/external/selinux/python/sepolgen/src/sepolgen/
Daudit.py483 def parse_string(self, input): member in AuditParser
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb334 def parse_string( string ) method in ANTLR3.Debug.RemoteEventSocketListener
/external/mesa3d/src/gallium/tools/trace/
Dparse.py299 def parse_string(self): member in TraceParser
/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c727 parse_string(struct xkb_compose_table *table, const char *string, size_t len, in parse_string() function
/external/e2fsprogs/debugfs/
Dset_fields.c555 static errcode_t parse_string(struct field_set_info *info, in parse_string() function
/external/pcre/pcrecpp/
Dpcrecpp.cc472 bool Arg::parse_string(const char* str, int n, void* dest) { in parse_string() function in pcrecpp::Arg
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1037 parse_string(const char *s, char *out) in parse_string() function
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc1429 static grpc_error* parse_string(grpc_chttp2_hpack_parser* p, const uint8_t* cur, in parse_string() function
/external/iperf3/src/
Dcjson.c654 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string() function
/external/u-boot/common/
Dcli_hush.c2941 int parse_string(o_string *dest, struct p_context *ctx, const char *src) function