Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/builtins/arm/
Daeabi_div0.c34 __aeabi_idiv0(int return_value) { in __aeabi_idiv0()
39 __aeabi_ldiv0(long long return_value) { in __aeabi_ldiv0()
/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/libvpx/libvpx/test/
Dvp9_thread_test.cc50 int ThreadHook(void* data, void* return_value) { in ThreadHook()
64 int return_value = 1; // return successfully from the hook in TEST_P() local
83 int return_value = 0; // return failure from the hook in TEST_P() local
108 int return_value[kNumWorkers]; in TEST_P() local
/external/lldb/source/Expression/
DIRExecutionUnit.cpp445 uint8_t *return_value = m_default_mm_ap->allocateStub(F, StubSize, Alignment); in allocateStub() local
474 uint8_t *return_value = m_default_mm_ap->allocateSpace(Size, Alignment); in allocateSpace() local
497 uint8_t *return_value = m_default_mm_ap->allocateCodeSection(Size, Alignment, SectionID); in allocateCodeSection() local
522 …uint8_t *return_value = m_default_mm_ap->allocateDataSection(Size, Alignment, SectionID, IsReadOnl… in allocateDataSection() local
544 uint8_t *return_value = m_default_mm_ap->allocateGlobal(Size, Alignment); in allocateGlobal() local
DClangFunction.cpp308 ExecutionResults return_value = eExecutionSetupError; in WriteFunctionArguments() local
587 ExecutionResults return_value = eExecutionSetupError; in ExecuteFunction() local
/external/lldb/test/expression_command/timeout/
Dwait-a-while.c10 int return_value = 1; in wait_a_while() local
/external/lldb/source/Interpreter/
DScriptInterpreter.cpp69 std::string return_value; in LanguageToString() local
DOptions.cpp913 bool return_value = false; in HandleOptionArgumentCompletion() local
/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/lldb/source/Target/
DThreadPlanStepInRange.cpp299 bool return_value = avoid_regexp_to_use->Execute(frame_function_name, &regex_match); in FrameMatchesAvoidRegexp() local
412 bool return_value; in DoPlanExplainsStop() local
DThreadPlanStepOverRange.cpp304 bool return_value; in DoPlanExplainsStop() local
/external/lldb/test/lang/c/stepping/
Dmain.c18 int return_value = val; // basic break at the start of b in a() local
/external/regex-re2/re2/testing/
Drequired_prefix_test.cc12 bool return_value; member
/external/libunwind/src/
DLos-common.c174 int return_value = -UNW_ENOINFO; in local_get_elf_image() local
/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator_test.c60 int return_value; in example_test_fprintf() local
75 int return_value; in example_test_printf() local
Dcalculator.c239 int return_value; in main() local
/external/mesa3d/src/glsl/
Dlower_jumps.cpp212 ir_variable* return_value; member
315 ir_variable* return_value = this->function.get_return_value(); in insert_lowered_return() local
Dglsl_parser_extras.cpp795 ast_jump_statement::ast_jump_statement(int mode, ast_expression *return_value) in ast_jump_statement()
/external/lldb/source/Symbol/
DSymbolContext.cpp677 bool return_value = true; in AddLineSpecification() local
701 bool return_value = true; in AddSpecification() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dmain.rb463 def present( return_value ) argument
/external/lldb/source/Core/
DSourceManager.cpp108 size_t return_value = 0; in DisplaySourceLinesWithLineNumbersUsingLastFile() local
/external/pcre/dist/
Dpcre_jit_test.c1428 int return_value; in regression_tests() local
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c231 uint8_t* return_value = NULL; in VbGetBuffer() local
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c231 uint8_t* return_value = NULL; in VbGetBuffer() local
/external/libnfc-nxp/src/
DphFriNfc_Llcp.c870 uint8_t return_value = FALSE; in phFriNfc_Llcp_HandlePendingSend() local

12