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

1234

/external/iproute2/misc/
H A Dssfilter.y44 applet: null expr
49 | null
51 null: /* NOTHING */ { $$ = NULL; } label
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dstring_unittest.cc22 const char* null = NULL; local
23 String s(null);
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.hpp32 namespace null namespace in namespace:tcu
44 } // null
H A DtcuNullPlatform.cpp29 namespace null namespace in namespace:tcu
36 : glu::ContextFactory("null", "Null Render Context")
55 } // null
60 return new tcu::null::Platform();
H A DtcuNullRenderContext.hpp41 namespace null namespace in namespace:tcu
74 } // null
/external/lldb/test/functionalities/inferior-crashing/recursive-inferior/
H A Dmain.c9 char *null=0; local
10 *null = 0; // Crash here.
/external/valgrind/main/none/tests/
H A Dpth_cvsimple.c29 void *inc_count(void *null) argument
47 void *watch_count(void *null) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.h33 struct nouveau_object *null; member in struct:nv30_screen
/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/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h33 struct nouveau_object *null; member in struct:nv30_screen
/external/chromium_org/v8/test/webkit/fast/js/
H A DObject-getOwnPropertyNames.js30 "{a:null}": "['a']",
31 "{a:null, b:null}": "['a', 'b']",
32 "{b:null, a:null}": "['a', 'b']",
33 "{__proto__:{a:null}}": "[]",
47 "[null]": "['0', 'length']",
48 "[null,null]": "['0','1', 'length']",
49 "[null,nul
[all...]
/external/chromium_org/sandbox/mac/
H A Dbootstrap_sandbox.cc22 scoped_ptr<BootstrapSandbox> null; // Used for early returns. local
34 return null.Pass();
42 return null.Pass();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/
H A Dnative_null.c37 #include "null/null_sw_winsys.h"
58 struct null_display *null = null_display(ndpy); local
62 configs = MALLOC(sizeof(*configs) * null->num_configs);
64 for (i = 0; i < null->num_configs; i++)
65 configs[i] = &null->configs[i];
67 *num_configs = null->num_configs;
83 struct null_display *null = null_display(ndpy); local
85 FREE(null->configs);
86 ndpy_uninit(&null->base);
87 FREE(null);
99 struct null_display *null = null_display(ndpy); local
125 struct null_display *null = null_display(ndpy); local
150 struct null_display *null; local
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dtime-unittest.cc45 TimeDelta null = TimeDelta(); local
46 EXPECT_EQ(null, TimeDelta::FromMachTimespec(null.ToMachTimespec()));
63 Time null; local
64 EXPECT_TRUE(null.IsNull());
65 EXPECT_EQ(null, Time::FromTimespec(null.ToTimespec()));
79 Time null; local
80 EXPECT_TRUE(null.IsNull());
81 EXPECT_EQ(null, Tim
97 Time null; local
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/null/
H A Dnative_null.c37 #include "null/null_sw_winsys.h"
58 struct null_display *null = null_display(ndpy); local
62 configs = MALLOC(sizeof(*configs) * null->num_configs);
64 for (i = 0; i < null->num_configs; i++)
65 configs[i] = &null->configs[i];
67 *num_configs = null->num_configs;
83 struct null_display *null = null_display(ndpy); local
85 FREE(null->configs);
86 ndpy_uninit(&null->base);
87 FREE(null);
99 struct null_display *null = null_display(ndpy); local
125 struct null_display *null = null_display(ndpy); local
150 struct null_display *null; local
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dvar.cc48 std::string null; local
49 null.push_back(0);
50 ReplaceSubstringsAfterOffset(&result, 0, null, "\\0");
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.cpp123 const QualifiedName& QualifiedName::null() function in class:blink::QualifiedName
/external/chromium_org/third_party/skia/dm/
H A DDM.cpp63 static const GrContextFactory::GLContextType null = GrContextFactory::kNull_GLContextType; variable
91 START("gpunull", GpuGMTask, null, gpuAPI, 0);
/external/chromium_org/v8/test/cctest/compiler/
H A Dfunction-tester.h180 Handle<Object> null() { return isolate->factory()->null_value(); } function in class:v8::internal::compiler::FunctionTester
/external/clang/test/SemaCXX/
H A Dnullptr.cpp13 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 == nullptr);
35 (void)(null <
186 constexpr int null() { return 0; } function in namespace:null_pointer_constant
[all...]
/external/lldb/source/DataFormatters/
H A DLibCxxList.cpp61 null() function in class:ListEntry
117 if (m_entry.null())
/external/skia/dm/
H A DDM.cpp81 static const GrContextFactory::GLContextType null = GrContextFactory::kNull_GLContextType; variable
114 START("gpunull", GpuGMTask, expectations, null, 0);
142 START("gpunull", GpuBenchTask, null, 0);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DJSONValues.h54 static PassRefPtr<JSONValue> null() function in class:blink::JSONValue
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtdptst.c118 UDate d, null; local
119 null=0;
145 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:", null);
146 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10", null);
147 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 ", null);
148 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01", null);
160 UDate null=0; local
171 if(U_FAILURE(status) || date == null) {
173 if (expected != null)
179 if (expected == null || dat
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditutil.cpp421 LocalUConverterSelectorPointer null; local
429 LocalUCalendarPointer null; local
437 LocalUDateTimePatternGeneratorPointer null; local
444 LocalUMessageFormatPointer null; local
455 LocalURegularExpressionPointer null; local
468 LocalUTransliteratorPointer null; local

Completed in 4647 milliseconds

1234