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

  /external/chromium/chrome/browser/sync/
js_arg_list_unittest.cc 16 JsArgList arg_list; local
17 EXPECT_TRUE(arg_list.Get().empty());
29 JsArgList arg_list(*list);
31 // Make sure arg_list takes a deep copy.
34 EXPECT_TRUE(arg_list.Get().Equals(list_copy.get()));
49 JsArgList arg_list(vec);
56 // Make sure arg_list takes a deep copy.
59 EXPECT_TRUE(arg_list.Get().Equals(&list));
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 54 def run_command(self, arg_list, error_handler=None, return_exit_code=False,
61 return self._run_command_fn(arg_list)
63 script_error = executive.ScriptError(script_args=arg_list,
  /external/chromium/chrome/browser/ui/webui/
sync_internals_ui.cc 75 std::vector<const Value*> arg_list(args.Get().begin(), args.Get().end());
76 CallJavascriptFunction(name, arg_list);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_unittest.py 42 def mock_run_command(arg_list):
46 return executive.Executive().run_command(arg_list)
48 if 'webkit-build-directory' in arg_list[1]:
49 return mock_webkit_build_directory(arg_list[2:])
53 def mock_webkit_build_directory(arg_list):
54 if arg_list == ['--top-level']:
56 elif arg_list == ['--configuration', '--debug']:
58 elif arg_list == ['--configuration', '--release']:
  /frameworks/base/tools/aidl/
aidl_language_y.y 211 type IDENTIFIER '(' arg_list ')' ';' {
229 | ONEWAY type IDENTIFIER '(' arg_list ')' ';' {
247 | type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
265 | ONEWAY type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
285 arg_list: label
288 | arg_list ',' arg {
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 42 va_list arg_list; local
43 va_start(arg_list, msg);
44 exosTraceVPrintf("LIB_MANIFEST2", EXOS_TRACE_ORG_APPLI, K_PRINT_ERROR_LOG, msg, &arg_list);
45 va_end(arg_list);

Completed in 219 milliseconds