Home
last modified time | relevance | path

Searched refs:RETURN (Results 1 - 25 of 48) sorted by relevance

12

/third_party/selinux/libselinux/src/
H A Daudit2why.c310 #define RETURN(X) \ macro
342 RETURN(NOPOLICY) in analyze()
346 RETURN(BADSCON) in analyze()
350 RETURN(BADTCON) in analyze()
354 RETURN(BADTCLASS) in analyze()
376 RETURN(BADPERM) in analyze()
384 RETURN(BADCOMPUTE) in analyze() function
387 RETURN(ALLOW) in analyze()
396 RETURN(DONTAUDIT) in analyze()
398 RETURN(TERUL in analyze()
[all...]
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork13.c50 #define RETURN 256 macro
67 retval = i % RETURN; in check()
/third_party/mesa3d/src/amd/common/
H A Dac_shadowed_regs.c1247 #define RETURN(array) \ in ac_get_reg_ranges() macro
1259 RETURN(Gfx11UserConfigShadowRange); in ac_get_reg_ranges()
1261 RETURN(Gfx103UserConfigShadowRange); in ac_get_reg_ranges()
1263 RETURN(Nv10UserConfigShadowRange); in ac_get_reg_ranges()
1265 RETURN(Gfx9UserConfigShadowRange); in ac_get_reg_ranges()
1269 RETURN(Gfx11ContextShadowRange); in ac_get_reg_ranges()
1271 RETURN(Gfx103ContextShadowRange); in ac_get_reg_ranges()
1273 RETURN(Nv10ContextShadowRange); in ac_get_reg_ranges()
1275 RETURN(Gfx9ContextShadowRange); in ac_get_reg_ranges()
1279 RETURN(Gfx11ShShadowRang in ac_get_reg_ranges()
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dtraits.h32 template <typename RETURN, typename... PARAMETERS>
35 using ret = RETURN;
/third_party/python/Objects/
H A Dmemoryobject.c1163 #define RETURN(s) do { return at ? "@" s : s; } while (0) in get_native_fmtstr() macro
1166 case 'c': RETURN("c"); in get_native_fmtstr()
1167 case 'b': RETURN("b"); in get_native_fmtstr()
1168 case 'B': RETURN("B"); in get_native_fmtstr()
1169 case 'h': RETURN("h"); in get_native_fmtstr()
1170 case 'H': RETURN("H"); in get_native_fmtstr()
1171 case 'i': RETURN("i"); in get_native_fmtstr()
1172 case 'I': RETURN("I"); in get_native_fmtstr()
1173 case 'l': RETURN("l"); in get_native_fmtstr()
1174 case 'L': RETURN(" in get_native_fmtstr()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtridpars.cpp479 goto RETURN; in instantiateList()
497 goto RETURN; in instantiateList()
501 goto RETURN; in instantiateList()
516 RETURN: in instantiateList()
/third_party/node/deps/icu-small/source/i18n/
H A Dtridpars.cpp479 goto RETURN; in instantiateList()
497 goto RETURN; in instantiateList()
501 goto RETURN; in instantiateList()
516 RETURN: in instantiateList()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp477 goto RETURN; in instantiateList()
495 goto RETURN; in instantiateList()
500 goto RETURN; in instantiateList()
518 RETURN: in instantiateList()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java216 static final int RETURN = 9; field in CheckTags
448 case RETURN: in doTags()
H A DGatherAPIData.java579 case RETURN: in tagStatus()
628 private static final int RETURN = 9; field in GatherAPIData
H A DGatherAPIDataOld.java441 case RETURN: in tagStatus()
490 private static final int RETURN = 9; field in GatherAPIDataOld
/third_party/f2fs-tools/scripts/
H A Dverify.sh21 echo FAIL RETURN $1
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h73 RETURN = 276, enumerator
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgToken.hpp51 RETURN, enumerator
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Util/
H A DPod.pm67 =head1 RETURN VALUES
/third_party/openssl/util/perl/OpenSSL/Util/
H A DPod.pm67 =head1 RETURN VALUES
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.h76 RETURN = 277, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp180 case WebAssembly::RETURN: in runOnMachineFunction()
/third_party/python/Modules/
H A Dpyexpat.c429 RETURN, GETUSERDATA) \
439 return RETURN; \
441 return RETURN; \
443 if (!args) { flag_error(self); return RETURN;} \
451 return RETURN; \
456 return RETURN; \
/third_party/curl/tests/
H A Dtest1173.pl52 'RETURN VALUE',
61 'RETURN VALUE',
243 if(($SH =~ /^(DESCRIPTION|RETURN VALUE|AVAILABILITY)/i) &&
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h191 RETURN = 10, enumerator
/third_party/node/deps/v8/src/parsing/
H A Dscanner-inl.h66 KEYWORD("return", Token::RETURN) \
H A Dtoken.h152 K(RETURN, "return", 0) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp106 if (MI.getOpcode() == R600::RETURN || in encodeInstruction()
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp.h461 RETURN = 662, /* RETURN */ enumerator

Completed in 24 milliseconds

12