/external/webrtc/src/system_wrappers/source/ |
D | list_unittest.cc | 161 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/ |
D | url_request_throttler_header_adapter.cc | 20 std::string return_value; in GetNormalizedValue() local
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_chromeos.cc | 100 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
|
D | automation_provider_observers_chromeos.cc | 136 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in OnNetworkManagerChanged() local 145 scoped_ptr<DictionaryValue> return_value(new DictionaryValue); in OnNetworkManagerChanged() local
|
D | automation_provider_observers.cc | 144 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 …]
|
D | testing_automation_provider.cc | 2506 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/ |
D | netlib.h | 338 #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/ |
D | profile_sync_service_harness.cc | 360 bool return_value = true; in AwaitGroupSyncCycleCompletion() local 376 bool return_value = true; in AwaitQuiescence() local
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
D | mock.py | 99 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/ |
D | http_byte_range_unittest.cc | 64 bool return_value = range.ComputeBounds(tests[i].instance_size); in TEST() local
|
D | http_util_unittest.cc | 658 bool return_value = HttpUtil::ParseRanges(std::string(tests[i].headers), in TEST() local
|
D | http_response_headers_unittest.cc | 1346 bool return_value = parsed->GetContentRange(&first_byte_position, in TEST() local
|
/external/mesa3d/src/glsl/ |
D | lower_jumps.cpp | 148 ir_variable* return_value; member 375 ir_variable* return_value = this->function.get_return_value(); in visit() local
|
D | glsl_parser_extras.cpp | 591 ast_jump_statement::ast_jump_statement(int mode, ast_expression *return_value) in ast_jump_statement()
|
/external/chromium/net/base/ |
D | cookie_monster_store_test.cc | 22 bool return_value, in SetLoadExpectation()
|
/external/chromium/base/synchronization/ |
D | waitable_event_posix.cc | 185 const bool return_value = sw.fired(); in TimedWait() local
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | VideoSinkGStreamer.cpp | 311 marshal_VOID__MINIOBJECT(GClosure * closure, GValue * return_value, in marshal_VOID__MINIOBJECT()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | main.rb | 463 def present( return_value ) argument
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | core_options_handler.cc | 139 Value* return_value; in FetchPref() local
|
/external/chromium/base/ |
D | string_util_unittest.cc | 25 const TrimPositions return_value; member 43 const TrimPositions return_value; member
|
/external/chromium/chrome/browser/ |
D | enumerate_modules_model_win.cc | 87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath() local
|
/external/libnfc-nxp/src/ |
D | phFriNfc_Llcp.c | 858 uint8_t return_value = FALSE; in phFriNfc_Llcp_HandlePendingSend() local
|
/external/chromium/chrome/browser/ui/views/ |
D | shell_dialogs_win.cc | 42 std::wstring return_value = filename; in AppendExtensionIfNeeded() local
|
/external/protobuf/python/ |
D | mox.py | 718 def AndReturn(self, return_value): argument
|
/external/v8/src/ |
D | hydrogen.cc | 179 void HBasicBlock::AddLeaveInlined(HValue* return_value, in AddLeaveInlined() 2865 HValue* return_value = Pop(); in VisitReturnStatement() local 2897 HValue* return_value = Pop(); in VisitReturnStatement() local 5413 HValue* return_value = function_state()->is_construct() in TryInline() local
|