HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 201 - 225 of 644) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtCXX.h 311 ReturnValue, ///< Return value for thunk function: p.get_return_object().
337 Expr *ReturnValue = nullptr;
389 return cast<Expr>(getStoredStmts()[SubStmt::ReturnValue]);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtCXX.h 311 ReturnValue, ///< Return value for thunk function: p.get_return_object().
337 Expr *ReturnValue = nullptr;
389 return cast<Expr>(getStoredStmts()[SubStmt::ReturnValue]);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtCXX.h 311 ReturnValue, ///< Return value for thunk function: p.get_return_object().
338 Expr *ReturnValue = nullptr;
392 return cast<Expr>(getStoredStmts()[SubStmt::ReturnValue]);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtCXX.h 311 ReturnValue, ///< Return value for thunk function: p.get_return_object().
338 Expr *ReturnValue = nullptr;
392 return cast<Expr>(getStoredStmts()[SubStmt::ReturnValue]);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtCXX.h 311 ReturnValue, ///< Return value for thunk function: p.get_return_object().
338 Expr *ReturnValue = nullptr;
392 return cast<Expr>(getStoredStmts()[SubStmt::ReturnValue]);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtCXX.h 311 ReturnValue, ///< Return value for thunk function: p.get_return_object().
338 Expr *ReturnValue = nullptr;
392 return cast<Expr>(getStoredStmts()[SubStmt::ReturnValue]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 976 VOID NTAPI RtlUnwind (PVOID TargetFrame,PVOID TargetIp,PEXCEPTION_RECORD ExceptionRecord,PVOID ReturnValue)
    [all...]
  /external/libxml2/
nanohttp.c 140 int returnValue; /* the protocol return value */
407 ret->returnValue = 0;
741 ctxt->returnValue = ret;
    [all...]
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r10211.htm 534 CLASS="RETURNVALUE"
537 CLASS="RETURNVALUE"
r10944.htm 463 CLASS="RETURNVALUE"
466 CLASS="RETURNVALUE"
r12878.htm 432 CLASS="RETURNVALUE"
435 CLASS="RETURNVALUE"
r13696.htm 377 CLASS="RETURNVALUE"
380 CLASS="RETURNVALUE"
r7771.htm 401 CLASS="RETURNVALUE"
404 CLASS="RETURNVALUE"
r8087.htm 465 CLASS="RETURNVALUE"
468 CLASS="RETURNVALUE"
r9149.htm 414 CLASS="RETURNVALUE"
417 CLASS="RETURNVALUE"
r9539.htm 434 CLASS="RETURNVALUE"
437 CLASS="RETURNVALUE"
  /external/webrtc/webrtc/modules/video_coding/
video_sender.cc 56 int32_t returnValue = VCM_OK;
75 return returnValue;
  /frameworks/support/compat/src/androidTest/java/androidx/core/view/
DragStartHelperTest.java 67 private DragStartListener createListener(boolean returnValue) {
70 .thenReturn(returnValue);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 56 * ReturnValue from the MonkeyCommand that indicates whether the
791 * @param returnValue the value to return from this command.
793 private void returnOk(String returnValue) {
796 output.println(returnValue);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 598 BOOLEAN ReturnValue; // TRUE if this the Title Header line of *some* MAN file.
601 ReturnValue = FALSE;
640 ReturnValue = TRUE; // This is *some* command's title header line.
684 return ReturnValue;
  /external/clang/lib/CodeGen/
CGCUDABuiltin.cpp 71 ReturnValueSlot ReturnValue) {
  /external/clang/test/Parser/
MicrosoftExtensions.c 55 [returnvalue:SA_Post( attr=1)]
  /external/clang/tools/scan-build/share/scan-build/
sorttable.js 412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
  /external/clang/tools/scan-build-py/libscanbuild/resources/
sorttable.js 412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir04.c 40 * check the returnvalue, if succeeded (return=0)

Completed in 459 milliseconds

1 2 3 4 5 6 7 891011>>