HomeSort by relevance Sort by last modified time
    Searched full:arg_vector (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.h 67 SerializedVarVectorReceiveInput arg_vector,
72 SerializedVarVectorReceiveInput arg_vector,
76 SerializedVarVectorReceiveInput arg_vector,
ppp_class_proxy.h 80 SerializedVarVectorReceiveInput arg_vector,
84 SerializedVarVectorReceiveInput arg_vector,
ppp_class_proxy.cc 345 SerializedVarVectorReceiveInput arg_vector,
351 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
359 SerializedVarVectorReceiveInput arg_vector,
365 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
ppb_var_deprecated_proxy.cc 476 SerializedVarVectorReceiveInput arg_vector,
481 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
491 SerializedVarVectorReceiveInput arg_vector,
496 PP_Var* args = arg_vector.Get(dispatcher(), &arg_count);
  /art/runtime/gc/space/
image_space.cc 55 std::vector<std::string> arg_vector; local
59 arg_vector.push_back(dex2oat);
63 arg_vector.push_back(image_option_string);
65 arg_vector.push_back("--runtime-arg");
66 arg_vector.push_back("-Xms64m");
68 arg_vector.push_back("--runtime-arg");
69 arg_vector.push_back("-Xmx64m");
72 arg_vector.push_back(std::string("--dex-file=") + boot_class_path[i]);
79 arg_vector.push_back(oat_file_option_string);
81 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS))
    [all...]

Completed in 78 milliseconds