HomeSort by relevance Sort by last modified time
    Searched refs:nothing (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /external/openssh/
fixpaths 12 die $0: nothing to do - no substitutions listed!
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 22 struct nothing { struct
46 nothing n;
  /external/clang/test/Sema/
block-literal.c 6 void nothing();
16 nothing();
  /external/google-breakpad/src/tools/solaris/dump_syms/testdata/
dump_syms_regtest.cc 61 char *nothing = object.h(object); local
  /external/google-breakpad/src/tools/windows/dump_syms/testdata/
dump_syms_regtest.cc 62 char *nothing = object.h(object); local
  /external/llvm/test/MC/Sparc/
sparc-directives.s 4 ! '.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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-directives.s 4 ! '.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.
  /art/test/684-select-condition/src/
Main.java 63 static void $noinline$nothing() {}
77 $noinline$nothing();
  /bionic/libc/arch-x86_64/bionic/
__bionic_clone.S 74 # We're the parent; nothing to do.
  /external/curl/docs/cmdline-opts/
head.d 7 to get nothing but the header of a document. When used on an FTP or FILE file,
create-dirs.d 6 mentioned with the --output option, nothing else. If the --output file name
  /external/eigen/lapack/
dsecnd_NONE.f 1 *> \brief \b DSECND returns nothing
19 *> DSECND returns nothing instead of returning the user time for a process in seconds.
second_NONE.f 1 *> \brief \b SECOND returns nothing
19 *> SECOND returns nothing instead of returning the user time for a process in seconds.
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils_test.cc 29 Tensor nothing = test::AsTensor<float>({}, {0}); local
30 EXPECT_EQ(Sum<float>(nothing), 0.0);
66 Tensor nothing = test::AsTensor<float>({}, {0}); local
69 Initialize<float>(nothing, -1.0);
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 236 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::__anon18189
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 80 tcu::Maybe<deUint32> minVersion_ = tcu::nothing<deUint32>(),
81 tcu::Maybe<deUint32> maxVersion_ = tcu::nothing<deUint32>())
97 tcu::Maybe<deUint32> minSpecVersion_ = tcu::nothing<deUint32>(),
98 tcu::Maybe<deUint32> maxSpecVersion_ = tcu::nothing<deUint32>(),
99 tcu::Maybe<deUint32> minImplVersion_ = tcu::nothing<deUint32>(),
100 tcu::Maybe<deUint32> maxImplVersion_ = tcu::nothing<deUint32>())
  /build/kati/testcase/
wildcard_cache.mk 26 # This should show nothing.
  /external/libdrm/
Android.sources.bp.mk 8 @# Do nothing
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
InvokeDynamicTest.java 21 DoNothing nothing = new DoNothing(); local
22 assertThat(nothing.identity(5)).isEqualTo(0);
  /external/syzkaller/vendor/golang.org/x/net/context/
go19.go 19 // After the first call, subsequent calls to a CancelFunc do nothing.
  /build/make/tools/droiddoc/templates-ndk/
macros_override.cs 4 <?cs # if obj has nothing on obj.showAnnotations, nothing will be output ?>
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
VideoPlayerActivity.java 80 protected void onPostExecute(Void nothing) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
memcpy.asm 36 cmp rdx, rcx ; if Source == Destination, do nothing
38 cmp r8, 0 ; if Count == 0, do nothing
memcpyRep1.asm 36 cmp rdx, rcx ; if Source == Destination, do nothing
38 cmp r8, 0 ; if Count == 0, do nothing
memcpyRep4.asm 36 cmp rdx, rcx ; if Source == Destination, do nothing
38 cmp r8, 0 ; if Count == 0, do nothing

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 9