Home
last modified time | relevance | path

Searched defs:return_value (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/src/system_wrappers/source/
Dlist_unittest.cc161 ListItem* return_value = new ListItem( in CreateListItem() local
173 bool return_value = false; in DestroyListItemContent() local
188 const int return_value = list_.PushBack( in PushBack() local
201 const int return_value = list_.PushFront( in PushFront() local
239 ListWrapperSimple* return_value = ListWrapperSimple::Create( in CreateAscendingList() local
255 ListWrapperSimple* return_value = ListWrapperSimple::Create( in CreateDescendingList() local
273 ListWrapperSimple* return_value = ListWrapperSimple::Create( in CreateInterleavedList() local
/external/chromium/net/url_request/
Durl_request_throttler_header_adapter.cc20 std::string return_value; in GetNormalizedValue() local
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_chromeos.cc100 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetReleaseTrackCallback() local
133 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetLoginInfo() local
226 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetBatteryInfo() local
256 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetNetworkInfo() local
356 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetProxySettings() local
Dautomation_provider_observers_chromeos.cc136 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in OnNetworkManagerChanged() local
145 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in OnNetworkManagerChanged() local
Dautomation_provider_observers.cc144 DictionaryValue* return_value = new DictionaryValue; in GetTimingInformation() local
536 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in Observe() local
549 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in Observe() local
1116 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in Observe() local
1291 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in Observe() local
1324 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in Observe() local
1506 scoped_ptr<DictionaryValue> return_value( in OnDownloadUpdated() local
1519 scoped_ptr<DictionaryValue> return_value( in OnDownloadOpened() local
1586 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in HistoryQueryComplete() local
1656 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in OnPasswordStoreRequestDone() local
[all …]
Dtesting_automation_provider.cc2506 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetBrowserInfo() local
2608 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetNavigationInfo() local
2721 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetDownloadsInfo() local
2877 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetSearchEngineInfo() local
2986 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetPrefsInfo() local
3024 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetOmniboxInfo() local
3129 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetInstantInfo() local
3140 scoped_ptr<DictionaryValue> return_value( in GetInitialLoadTimes() local
3193 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in GetPluginsInfo() local
3417 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in AddSavedPassword() local
[all …]
/external/netperf/
Dnetlib.h338 #define SOCKET_EINTR(return_value) (errno == EINTR) argument
339 #define SOCKET_EADDRINUSE(return_value) (errno == EADDRINUSE) argument
340 #define SOCKET_EADDRNOTAVAIL(return_value) (errno == EADDRNOTAVAIL) argument
348 #define SOCKET_EINTR(return_value) \ argument
353 #define SOCKET_EADDRINUSE(return_value) \ argument
356 #define SOCKET_EADDRNOTAVAIL(return_value) \ argument
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc360 bool return_value = true; in AwaitGroupSyncCycleCompletion() local
376 bool return_value = true; in AwaitQuiescence() local
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
Dmock.py99 def __init__(self, spec=None, side_effect=None, return_value=DEFAULT, argument
135 return_value = property(__get_return_value, __set_return_value) variable in Mock
/external/chromium/net/http/
Dhttp_byte_range_unittest.cc64 bool return_value = range.ComputeBounds(tests[i].instance_size); in TEST() local
Dhttp_util_unittest.cc658 bool return_value = HttpUtil::ParseRanges(std::string(tests[i].headers), in TEST() local
/external/bluetooth/glib/gobject/
Dgclosure.c737 g_closure_invoke (GClosure *closure, in g_closure_invoke()
863 g_type_class_meta_marshal (GClosure *closure, in g_type_class_meta_marshal()
886 g_type_iface_meta_marshal (GClosure *closure, in g_type_iface_meta_marshal()
Dgsourceclosure.c69 GValue *return_value, in source_closure_marshal_BOOLEAN__VOID()
Dgsignal.c1848 GValue *return_value) in g_signal_chain_from_overridden()
2027 GValue return_value = { 0, }; in g_signal_chain_from_overridden_handler() local
2802 GValue *return_value) in g_signal_emitv()
2983 GValue return_value = { 0, }; in g_signal_emit_valist() local
/external/mesa3d/src/glsl/
Dlower_jumps.cpp148 ir_variable* return_value; member
375 ir_variable* return_value = this->function.get_return_value(); in visit() local
Dglsl_parser_extras.cpp591 ast_jump_statement::ast_jump_statement(int mode, ast_expression *return_value) in ast_jump_statement()
/external/chromium/net/base/
Dcookie_monster_store_test.cc22 bool return_value, in SetLoadExpectation()
/external/chromium/base/synchronization/
Dwaitable_event_posix.cc185 const bool return_value = sw.fired(); in TimedWait() local
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DVideoSinkGStreamer.cpp311 marshal_VOID__MINIOBJECT(GClosure * closure, GValue * return_value, in marshal_VOID__MINIOBJECT()
/external/chromium/chrome/browser/ui/webui/options/
Dcore_options_handler.cc139 Value* return_value; in FetchPref() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dmain.rb463 def present( return_value ) argument
/external/chromium/base/
Dstring_util_unittest.cc25 const TrimPositions return_value; member
43 const TrimPositions return_value; member
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath() local
/external/libnfc-nxp/src/
DphFriNfc_Llcp.c858 uint8_t return_value = FALSE; in phFriNfc_Llcp_HandlePendingSend() local
/external/chromium/chrome/browser/ui/views/
Dshell_dialogs_win.cc42 std::wstring return_value = filename; in AppendExtensionIfNeeded() local

12