Searched refs:key_start (Results 1 – 5 of 5) sorted by relevance
/external/dbus/bus/ |
D | desktop-file.c | 456 int key_start, key_end; in parse_key_value() local 469 key_start = p; in parse_key_value() 475 if (key_start == key_end) in parse_key_value() 546 if (!_dbus_string_copy_len (&parser->data, key_start, key_end - key_start, in parse_key_value()
|
D | signals.c | 500 const char *key_start; in find_key() local 512 key_start = p; in find_key() 522 if (key_start == key_end) in find_key() 537 if (!_dbus_string_append_len (key, key_start, key_end - key_start)) in find_key()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/ |
D | abstract_datastore_input_reader.py | 221 key_start=None, 231 key_start=random_keys[i], 240 key_start=random_keys[-1],
|
/external/libxml2/ |
D | rngparser.c | 116 const xmlChar *key_start; member 231 (str == ctxt->key_start) || in xmlCRNGIsKeyword() 1100 if (token->token == ctxt->key_start) { in xmlParseCRNG_component() 1103 start = xmlNewNodeEatName(NULL, (xmlChar *) ctxt->key_start); in xmlParseCRNG_component() 1214 if ((token->token == ctxt->key_start) || in xmlParseCRNG_topLevelBody() 1476 ctxt.key_start = xmlDictLookup(ctxt.dict, BAD_CAST "start", -1); in xmlConvertCRNG()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | input_readers.py | 481 key_start=None, 491 key_start=random_keys[i], 500 key_start=random_keys[-1], 1029 key_start=None, 1039 key_start=random_keys[i], 1048 key_start=random_keys[-1],
|