Searched refs:nullable (Results 1 - 25 of 27) sorted by relevance

12

/external/bison/src/
H A Dnullable.h25 extern bool *nullable;
H A Dnullable.c31 #include "nullable.h"
42 bool *nullable = NULL; variable
51 nullable[i - ntokens] ? "yes" : "no");
72 nullable = xcalloc (nvars, sizeof *nullable);
108 && ! nullable[rules_ruleno->lhs->number - ntokens])
110 nullable[rules_ruleno->lhs->number - ntokens] = true;
121 if (r->useful && ! nullable[r->lhs->number - ntokens])
123 nullable[r->lhs->number - ntokens] = true;
141 free (nullable);
[all...]
H A Dlalr.c38 #include "nullable.h"
181 if (nullable[sym - ntokens])
265 if (nullable[*rp - ntokens])
H A Dielr.c33 #include "nullable.h"
45 * the same RHS are nullable nonterminals. In other words, the follows of
58 && nullable [item_number_as_symbol_number (ritem[i]) - ntokens])
91 * - All other RHS symbols are nullable nonterminals.
119 are nullable nonterminals, create an edge from the LHS
216 RHS (if any) are nullable nonterminals, then record this item as
267 if (nullable[sym - ntokens])
/external/webrtc/webrtc/api/objc/
H A DRTCIceServer.h21 @property(nonatomic, copy, readonly, nullable) NSString *username;
24 @property(nonatomic, copy, readonly, nullable) NSString *credential;
36 username:(nullable NSString *)username
37 credential:(nullable NSString *)credential
H A DRTCMediaConstraints.h21 (nullable NSDictionary<NSString *, NSString *> *)mandatory
23 (nullable NSDictionary<NSString *, NSString *> *)optional
H A DRTCIceCandidate.h21 @property(nonatomic, readonly, nullable) NSString *sdpMid;
39 sdpMid:(nullable NSString *)sdpMid
H A DRTCVideoFrame.h26 @property(nonatomic, readonly, nullable) const uint8_t *yPlane;
27 @property(nonatomic, readonly, nullable) const uint8_t *uPlane;
28 @property(nonatomic, readonly, nullable) const uint8_t *vPlane;
/external/clang/test/SemaCXX/
H A Dnullability.cpp72 // Check different forms of assignment to a nonull type from a nullable one.
74 void *_Nullable nullable; local
75 void *_Nonnull p(nullable); // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
76 void *_Nonnull p2{nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
77 void *_Nonnull p3 = {nullable}; // expected-warning{{implicit conversion from nullable pointe
[all...]
/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-consistency-2.h13 @property (retain,nullable) SomeClass *property2;
14 - (nullable SomeClass *)method1;
H A Dnullability-pragmas-generics-1.h13 - (nullable T)maybeTee;
/external/guice/core/src/com/google/inject/spi/
H A DDependency.java43 private final boolean nullable; field in class:Dependency
46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { argument
49 this.nullable = nullable;
55 * nullable.
83 return nullable;
/external/clang/test/Index/
H A Dcomplete-method-decls.m89 -(nonnull I2 *)produceI2:(nullable I2 *)i2;
91 @property (nullable, strong) id prop;
92 @property (nullable, strong) void(^propWB)(int *_Nullable);
179 // CHECK-CCF: NotImplemented:{TypedText nullable} (40)
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dtypeannotation_test.py77 def assertNullable(self, type_str, nullable=True):
79 self.assertEquals(nullable, parsed_type.GetNullability(),
80 '"%s" should %sbe nullable' %
81 (type_str, 'not ' if nullable else ''))
84 return self.assertNullable(type_str, nullable=False)
/external/selinux/sepolgen/src/sepolgen/
H A Dyacc.py1306 nullable = {}
1311 nullable[p.name] = 1
1314 if t not in nullable: break
1316 nullable[p.name] = 1
1317 if len(nullable) == num_nullable: break
1318 num_nullable = len(nullable)
1319 return nullable
1352 def dr_relation(C,trans,nullable):
1419 def compute_lookback_includes(C,trans,nullable):
1454 if p.prod[li] not in nullable
[all...]
/external/bison/
H A DAndroid.mk170 src/nullable.c \
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jar ... .String name () public abstract boolean unique () public abstract boolean nullable () public abstract boolean insertable () public abstract boolean updatable () public abstract ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java727 boolean nullable)
725 getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable) argument
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 2324 milliseconds

12