Searched refs:nothing (Results 1 - 25 of 64) sorted by relevance

123

/external/openssh/
H A Dfixpaths12 die $0: nothing to do - no substitutions listed!
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp22 struct nothing { struct
46 nothing n;
/external/clang/test/Sema/
H A Dblock-literal.c6 void nothing();
16 nothing();
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
H A Ddump_syms_regtest.cc61 char *nothing = object.h(object); local
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
H A Ddump_syms_regtest.cc62 char *nothing = object.h(object); local
/external/llvm/test/MC/Sparc/
H A Dsparc-directives.s4 ! '.proc' is documented to do nothing in the binutils assembler.
5 ! so it should do nothing for clang either, i.e. not be an error.
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp236 enum x2 { nothing }; enumerator in enum:PR18653::x2
242 enum class x3 { nothing };
298 enum local { nothing }; enumerator in enum:PR18653::S5::local
306 enum class local { nothing };
334 enum local { nothing }; enumerator in enum:PR18653::S02::local
343 enum class local { nothing };
370 enum { nothing } x; enumerator in enum:PR18653::S05::__anon3254
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp66 tcu::Maybe<deUint32> minVersion_ = tcu::nothing<deUint32>(),
67 tcu::Maybe<deUint32> maxVersion_ = tcu::nothing<deUint32>())
83 tcu::Maybe<deUint32> minSpecVersion_ = tcu::nothing<deUint32>(),
84 tcu::Maybe<deUint32> maxSpecVersion_ = tcu::nothing<deUint32>(),
85 tcu::Maybe<deUint32> minImplVersion_ = tcu::nothing<deUint32>(),
86 tcu::Maybe<deUint32> maxImplVersion_ = tcu::nothing<deUint32>())
H A DvkWsiPlatform.hpp55 virtual Window* createWindow (const tcu::Maybe<tcu::UVec2>& initialSize = tcu::nothing<tcu::UVec2>()) const = 0;
/external/nanohttpd/
H A DAndroid.mk4 # is enough for HTTP 1.1 support and nothing else.
/external/deqp/framework/common/
H A DtcuMaybe.hpp63 Maybe<T> nothing (void) function in namespace:tcu
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp1371 postCommon.enableBlend = tcu::nothing<bool>();
1495 const BlendState emptyState = BlendState(tcu::nothing<bool>(), tcu::nothing<Either<BlendEq, SeparateBlendEq> >(), tcu::nothing<Either<BlendFunc, SeparateBlendFunc> >(), tcu::nothing<BVec4>());
1502 tcu::nothing<BVec4>());
1513 tcu::nothing<Either<BlendEq, SeparateBlendEq> >(),
1515 tcu::nothing<BVec4>());
1532 const BlendState emptyState = BlendState(tcu::nothing<bool>(), tcu::nothing<Eithe
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DSignals.inc217 // we support), we will bail out since there would be nothing to report.
469 // Note: if the interrupt function throws an exception, there is nothing
/external/vboot_reference/scripts/image_signing/
H A Dtofactory.sh31 DEFINE_boolean nothing $FLAGS_FALSE \
128 # If --nothing was specified, keep flashrom from writing
/external/doclava/res/assets/templates-sdk/
H A Dmacros_override.cs4 <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?>
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia32/
H A Dmath.c167 cmc ; No - do nothing
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/x86_64/
H A Dmath.c167 cmc ; No - do nothing
/external/v8/src/snapshot/
H A Dcode-serializer.cc237 MaybeHandle<FixedArray> nothing; local
242 return nothing;
252 return nothing;
264 if (obj.is_null() || !obj.ToHandleChecked()->IsFixedArray()) return nothing;
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DProgram.inc312 // Install a timeout handler. The handler itself does nothing, but the simple
424 // Do nothing, as Unix doesn't differentiate between text and binary.
429 // Do nothing, as Unix doesn't differentiate between text and binary.
434 // Do nothing, as Unix doesn't differentiate between text and binary.
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as30 // now consume past EOF for a few ticks, nothing should change
/external/mesa3d/docs/
H A DMESA_shader_debug.spec203 true or false. If it is true, nothing happens. If it is false,
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m102 % do nothing
/external/llvm/lib/Support/Unix/
H A DProgram.inc334 // Install a timeout handler. The handler itself does nothing, but the
423 // Do nothing, as Unix doesn't differentiate between text and binary.
428 // Do nothing, as Unix doesn't differentiate between text and binary.
/external/llvm/test/MC/ARM/
H A Deh-directive-pad.s36 @ The assembler should emit nothing (will be filled up with finish opcode).
/external/v8/src/wasm/
H A Dwasm-module.cc725 MaybeHandle<WasmCompiledModule> nothing; local
784 if (thrower->error()) return nothing;
962 MaybeHandle<JSObject> nothing; local
1057 return nothing;
1084 if (num_imported_functions < 0) return nothing;
1104 if (memory_.is_null()) return nothing; // failed to allocate memory
1234 return nothing;
1919 MaybeHandle<WasmModuleObject> nothing; local
1924 return nothing;
1935 if (maybe_compiled_module.is_null()) return nothing;
[all...]

Completed in 970 milliseconds

123