Searched defs:null (Results 1 - 25 of 77) sorted by relevance

1234

/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.hpp31 namespace null namespace in namespace:tcu
41 } // null
H A DtcuNullContextFactory.cpp29 namespace null namespace in namespace:tcu
33 : glu::ContextFactory("null", "Null Render Context")
42 } // null
H A DtcuNullPlatform.hpp34 namespace null namespace in namespace:tcu
52 } // null
H A DtcuNullPlatform.cpp33 namespace null namespace in namespace:tcu
42 // \note All functions in library are null
58 : eglu::NativeDisplayFactory("null", "Null EGL Display", eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY)
93 } // null
98 return new tcu::null::Platform();
H A DtcuNullRenderContext.hpp41 namespace null namespace in namespace:tcu
74 } // null
/external/iproute2/misc/
H A Dssfilter.y48 applet: null expr
53 | null
55 null: /* NOTHING */ { $$ = NULL; } label
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dsanitizer_set_report_fd_test.cc22 volatile int *null = 0; variable
34 *null = 0;
H A Ddedup_token_length_test.cc15 volatile int *null = 0; variable
19 *null = 0;
/external/syslinux/gpxe/src/include/gpxe/
H A Dnull_nap.h19 NAP_INLINE ( null, cpu_nap ) ( void ) { argument
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstring_unittest.cc26 const char* null = nullptr; local
27 String s(null);
72 // Test null strings.
86 String null; local
88 EXPECT_FALSE(null < null2);
89 EXPECT_FALSE(null2 < null);
92 EXPECT_TRUE(null < real);
93 EXPECT_FALSE(real < null);
/external/ImageMagick/Magick++/demo/
H A Ddemo.cpp59 // Construct initial list containing seven copies of a null image
60 Image null; local
61 null.size( Geometry(70,70) );
62 null.read( "NULL:black" );
63 list<Image> images( 7, null );
/external/valgrind/none/tests/
H A Dpth_cvsimple.c29 void *inc_count(void *null) argument
47 void *watch_count(void *null) argument
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dquaternion.hpp60 enum ctor{null}; enumerator in enum:glm::detail::tquat::ctor
/external/clang/test/Sema/
H A Dattr-format.c47 void null(int i, const char *a, ...) __printf0like(2,0); // no-error
48 void null(int i, const char *a, ...) { // expected-note{{passing argument to parameter 'a' here}} function
54 null(0, 0); // no error
55 null(0, (char*)0); // no error
56 null(0, (void*)0); // no error
57 null(0, (int*)0); // expected-warning {{incompatible pointer types}}
/external/compiler-rt/test/ubsan/TestCases/Misc/
H A Dnonnull-arg.cpp19 C(int *null, __attribute__((nonnull)) int *nonnull) argument
20 : null_(null), nonnull_(nonnull) {}
22 int method(int *nonnull, int *null) __attribute__((nonnull(2))) { argument
45 // CTOR: {{.*}}nonnull-arg.cpp:[[@LINE-1]]:21: runtime error: null pointer passed as argument 2, which is declared to never be null
49 // METHOD: {{.*}}nonnull-arg.cpp:[[@LINE-1]]:36: runtime error: null pointer passed as argument 1, which is declared to never be null
53 // FUNC: {{.*}}nonnull-arg.cpp:[[@LINE-1]]:19: runtime error: null pointer passed as argument 1, which is declared to never be null
57 // VARIADIC: {{.*}}nonnull-arg.cpp:[[@LINE-1]]:27: runtime error: null pointe
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h31 struct nouveau_object *null; member in struct:nv30_screen
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DFunctionDescriptor.cpp90 FunctionDescriptor FunctionDescriptor::null() { function in class:SPIR::FunctionDescriptor
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dsimd_quat.hpp73 enum ctor{null}; enumerator in enum:glm::detail::ctor
H A Ddual_quaternion.hpp59 enum ctor{null}; enumerator in enum:glm::detail::tdualquat::ctor
/external/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c81 CBB spki, algorithm, oid, null, key_bitstring; local
86 !CBB_add_asn1(&algorithm, &null, CBS_ASN1_NULL) ||
107 CBS null; local
108 if (!CBS_get_asn1(params, &null, CBS_ASN1_NULL) ||
109 CBS_len(&null) != 0 ||
138 CBB pkcs8, algorithm, oid, null, private_key; local
144 !CBB_add_asn1(&algorithm, &null, CBS_ASN1_NULL) ||
157 CBS null; local
158 if (!CBS_get_asn1(params, &null, CBS_ASN1_NULL) ||
159 CBS_len(&null) !
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dprogram.cpp125 static const struct build null; local
126 return _builds.count(&dev) ? _builds.find(&dev)->second : null;
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_gentype.hpp53 enum ctor{null}; enumerator in enum:glm::detail::genType::ctor
/external/clang/test/SemaCXX/
H A Dnullptr.cpp1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 -ffreestanding -Wno-null-conversion %s
13 nullptr_t f(nullptr_t null) argument
16 null = nullptr;
18 p = null;
20 pi = null;
21 null = 0;
23 pm = null;
25 pf = null;
27 pmf = null;
34 (void)(null
186 constexpr int null() { return 0; } function in namespace:null_pointer_constant
[all...]
/external/ltp/testcases/kernel/syscalls/mount/
H A Dmount02.c62 static const char *null = NULL; variable
88 {&null, &mntpoint, &fs_type, 0, EINVAL, NULL, NULL},
89 {&device, &mntpoint, &null, 0, EINVAL, NULL, NULL},
/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonToken.cs88 // A value is a string, number, array, object, null, true or false
101 private JsonToken(TokenType type, string stringValue = null, double numberValue = 0) argument
119 hash = hash * 31 + stringValue == null ? 0 : stringValue.GetHashCode();
130 return "null";
158 if (ReferenceEquals(other, null))

Completed in 8745 milliseconds

1234