Home
last modified time | relevance | path

Searched refs:returnNull (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Analysis/diagnostics/
Dshortest-path-suppression.c4 int *returnNull() { return 0; } in returnNull() function
10 int *x = returnNull(); in testCycle()
13 x = returnNull(); in testCycle()
/external/opencensus-java/api/src/test/java/io/opencensus/common/
DFunctionsTest.java34 assertThat(Functions.returnNull().apply("ignored")).isNull(); in testReturnNull()
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DFunctions.java70 public static <T> Function<Object, /*@Nullable*/ T> returnNull() { in returnNull() method in Functions
/external/opencensus-java/exporters/trace/instana/src/main/java/io/opencensus/exporter/trace/instana/
DInstanaExporterHandler.java126 Functions.</*@Nullable*/ String>returnNull()); in attributeValueToString()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc766 bool returnNull = flags & PartitionAllocReturnNull; in PartitionAllocSlowPath() local
772 if (returnNull) in PartitionAllocSlowPath()
826 if (returnNull) in PartitionAllocSlowPath()
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
DTraceProtoUtils.java265 Functions.</*@Nullable*/ AttributeValue>returnNull()); in toAttributeValueProto()
/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverV2ExporterHandler.java436 Functions.</*@Nullable*/ AttributeValue>returnNull()); in toAttributeValueProto()
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DTracezZPageHandler.java666 Functions.</*@Nullable*/ String>returnNull()); in attributeValueToString()