Searched refs:return_ (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/lower_jumps/ |
D | create_test_cases.py | 95 def return_(value = None): function 319 complex_if('', return_()) 336 complex_if('', return_()) 354 return_() 368 return_(const_float(1)) 382 complex_if('', return_(const_float(1))) + 383 return_(const_float(2)) 401 simple_if('a', return_(const_float(1)), 402 return_(const_float(2))) 425 complex_if('a', return_()) + [all …]
|
/external/pdfium/fxjs/ |
D | cjs_return.h | 23 bool HasReturn() const { return !return_.IsEmpty(); } in HasReturn() 24 v8::Local<v8::Value> Return() const { return return_; } in Return() 31 v8::Local<v8::Value> return_; variable
|
D | cjs_return.cpp | 14 : is_error_(false), return_(ret) {} in CJS_Return()
|
/external/clang/test/CodeGenCXX/ |
D | arm-swiftcall.cpp | 16 extern "C" SWIFTCALL TYPE return_##TYPE(void) { \ 23 take_##TYPE(return_##TYPE()); \
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_caching.py | 53 def create_mock(self, *names, return_=None): argument 58 return return_
|
/external/clang/test/CodeGen/ |
D | arm-swiftcall.c | 71 SWIFTCALL TYPE return_##TYPE(void) { \ 78 take_##TYPE(return_##TYPE()); \
|
/external/v8/src/builtins/ |
D | builtins-typed-array-gen.cc | 1457 Label return_##type##array(this); \ in TF_BUILTIN() 1458 BIND(&return_##type##array); \ in TF_BUILTIN() 1463 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype) &return_##type##array, in TF_BUILTIN()
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | AppleScript_Suite.py | 842 return_ = _Prop_return_() variable
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 828 conflicting_enum = protobuf_unittest::return_; in TEST()
|