HomeSort by relevance Sort by last modified time
    Searched defs:parse_null (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/tools/trace/
parse.py 256 def parse_null(self): member in class:TraceParser
  /external/pcre/dist/
pcrecpp.cc 662 bool Arg::parse_null(const char* str, int n, void* dest) { function in class:pcrecpp::Arg
  /external/regex-re2/util/
pcre.cc 695 bool PCRE::Arg::parse_null(const char* str, int n, void* dest) { function in class:re2::PCRE::Arg
    [all...]
  /external/regex-re2/re2/
re2.cc 938 bool RE2::Arg::parse_null(const char* str, int n, void* dest) { function in class:re2::RE2::Arg
    [all...]
  /frameworks/native/cmds/installd/
installd.cpp 178 static char* parse_null(char* arg) { function in namespace:android::installd
194 return create_app_data(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]),
201 return restorecon_app_data(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), atoi(arg[4]), arg[5]);
206 return migrate_app_data(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]));
211 return clear_app_data(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), atol(arg[4]));
216 return destroy_app_data(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), atol(arg[4]));
321 return free_cache(parse_null(arg[0]), (int64_t)atoll(arg[1])); /* uuid, free_size */
333 res = get_app_size(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), atol(arg[4]),
350 res = get_app_data_inode(parse_null(arg[0]), arg[1], atoi(arg[2]), atoi(arg[3]), &inode);
360 return move_complete_app(parse_null(arg[0]), parse_null(arg[1]), arg[2], arg[3]
    [all...]
commands.cpp 1461 static const char* parse_null(const char* arg) { function in namespace:android::installd
    [all...]

Completed in 3941 milliseconds