HomeSort by relevance Sort by last modified time
    Searched defs:null (Results 1 - 25 of 427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/headers/posix/
stddef_h.c 34 void* null = NULL; local
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
sanitizer_set_report_fd_test.cc 22 volatile int *null = 0; variable
34 *null = 0;
dedup_token_length_test.cc 15 volatile int *null = 0; variable
19 *null = 0;
  /external/deqp/framework/platform/null/
tcuNullContextFactory.cpp 21 * \brief Null GL Context Factory.
29 namespace null namespace in namespace:tcu
33 : glu::ContextFactory("null", "Null Render Context")
42 } // null
tcuNullContextFactory.hpp 23 * \brief Null GL Context Factory.
31 namespace null namespace in namespace:tcu
41 } // null
tcuNullPlatform.hpp 23 * \brief Null GL platform.
34 namespace null namespace in namespace:tcu
52 } // null
  /external/iproute2/misc/
ssfilter.y 19 if (n == NULL)
23 n->post = NULL;
48 applet: null expr
53 | null
55 null: /* NOTHING */ { $$ = NULL; } label
132 $$ = alloc_node(SSF_S_AUTO, NULL);
169 return NULL;
202 tokptr = NULL;
207 while (tokptr == NULL) {
    [all...]
  /external/testng/src/test/java/test/objectfactory/
ContextAwareFactoryFactory.java 17 assert context != null; local
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_casting_utils_test.cc 50 HloInstruction* null = nullptr; local
51 ASSERT_DEATH(Cast<DummyInstruction>(null), "");
68 HloInstruction* null = nullptr; local
69 DummyInstruction* casted = CastOrNull<DummyInstruction>(null);
88 HloInstruction* null = nullptr; local
89 ASSERT_DEATH(DynCast<DummyInstruction>(null), "");
107 HloInstruction* null = nullptr; local
108 DummyInstruction* casted = DynCastOrNull<DummyInstruction>(null);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicPlayerActivity.java 32 if (savedInstanceState == null) {
34 .add(R.id.container, BrowseFragment.newInstance(null))
42 getMediaController().getTransportControls().playFromMediaId(item.getMediaId(), null); local
46 .addToBackStack(null)
51 .addToBackStack(null)
  /external/ImageMagick/Magick++/demo/
demo.cpp 56 // Construct initial list containing seven copies of a null image
57 Image null; local
58 null.size( Geometry(70,70) );
59 null.read( "NULL:black" );
60 list<Image> images( 7, null );
  /external/bcc/examples/networking/tunnel_monitor/
main.py 21 null = open("/dev/null", "w") variable
43 self.processes.append(NSPopen(host[0].nl.netns, cmd, stdout=null))
87 null.close()
  /external/boringssl/src/crypto/
compiler_test.cc 171 int *null = nullptr; local
172 uint8_t bytes[sizeof(null)] = {0};
174 Bytes(reinterpret_cast<uint8_t *>(&null), sizeof(null)));
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSetMultimap.java 32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null); local
  /external/python/pyasn1/pyasn1/compat/
octets.py 13 null = '' variable
32 null = ints2octs() variable
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyChainTest.java 37 KeyChain.getPrivateKey(null, null);
38 fail("NullPointerException was expected for null arguments to "
47 KeyChain.getPrivateKey(getContext(), null); local
48 fail("NullPointerException was expected with null String argument to "
57 KeyChain.getPrivateKey(null, "");
58 fail("NullPointerException was expected with null Context argument to "
87 return (pm != null && pm.hasSystemFeature("android.software.leanback_only"));
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 83 TEST_RECEIVER_PERMISSION, null, null, 0, "initialData", Bundle.EMPTY); local
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 48 assert ids != null; local
68 if (mSwipeableChildren != null && mSwipeableChildren.length > 0) {
71 if (view != null && view.isShown() && !canViewScrollUp(view)) {
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 48 assert ids != null; local
68 if (mSwipeableChildren != null && mSwipeableChildren.length > 0) {
71 if (view != null && view.isShown() && !canViewScrollUp(view)) {
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 48 assert ids != null; local
68 if (mSwipeableChildren != null && mSwipeableChildren.length > 0) {
71 if (view != null && view.isShown() && !canViewScrollUp(view)) {
  /external/autotest/frontend/client/src/autotest/common/table/
DynamicTableSelectionManager.java 21 query.getPage(null, null, null, this);
49 attachedDynamicTable.getCurrentQuery().getPage(null, null, null, new DefaultDataCallback() {
80 assert id != null; local
  /external/bcc/examples/networking/distributed_bridge/
main.py 33 null = open("/dev/null", "w") variable
92 null.close()
  /external/clang/test/Sema/
attr-format.c 47 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/dagger2/core/src/main/java/dagger/internal/
DoubleCheckLazy.java 36 assert provider != null; local
57 if (provider == null) {
ScopedProvider.java 34 assert factory != null; local
56 if (factory == null) {

Completed in 1115 milliseconds

1 2 3 4 5 6 7 8 91011>>