Searched defs:null (Results 1 - 25 of 86) 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.cpp34 namespace null namespace in namespace:tcu
43 // \note All functions in library are null
64 : eglu::NativeDisplayFactory("null", "Null EGL Display", eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY)
99 } // null
104 return new tcu::null::Platform();
H A DtcuNullRenderContext.hpp41 namespace null namespace in namespace:tcu
76 } // 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/python/cpython3/Objects/clinic/
H A Dunicodeobject.c.h26 unicode_maketrans(void *null, PyObject *args) argument
/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/boringssl/src/crypto/
H A Dcompiler_test.cc171 int *null = nullptr; local
172 uint8_t bytes[sizeof(null)] = {0};
174 Bytes(reinterpret_cast<uint8_t *>(&null), sizeof(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/digest_extra/
H A Ddigest_extra.c195 CBB algorithm, oid, null; local
220 if (!CBB_add_asn1(&algorithm, &null, CBS_ASN1_NULL) ||
/external/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c71 CBB spki, algorithm, oid, null, key_bitstring; local
76 !CBB_add_asn1(&algorithm, &null, CBS_ASN1_NULL) ||
92 CBS null; local
93 if (!CBS_get_asn1(params, &null, CBS_ASN1_NULL) ||
94 CBS_len(&null) != 0 ||
117 CBB pkcs8, algorithm, oid, null, private_key; local
123 !CBB_add_asn1(&algorithm, &null, CBS_ASN1_NULL) ||
136 CBS null; local
137 if (!CBS_get_asn1(params, &null, CBS_ASN1_NULL) ||
138 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

Completed in 1281 milliseconds

1234