Home
last modified time | relevance | path

Searched defs:lite (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchemas.java46 static ExtensionSchema<?> lite() { in lite() method in ExtensionSchemas
DNewInstanceSchemas.java41 static NewInstanceSchema lite() { in lite() method in NewInstanceSchemas
DMapFieldSchemas.java41 static MapFieldSchema lite() { in lite() method in MapFieldSchemas
DListFieldSchema.java58 static ListFieldSchema lite() { in lite() method in ListFieldSchema
DMessageSchema.java154 private final boolean lite; field in MessageSchema
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c75 static void child_alloc(int testcase, int lite, int threads) in child_alloc()
127 void oom(int testcase, int lite, int retcode, int allow_sigkill) in oom()
215 void testoom(int mempolicy, int lite, int retcode, int allow_sigkill) in testoom()
/third_party/weex-loader/
Dpackage.json28 "lite": "npm run lint && npm run build && npm run lite:build", string
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java301 LazyMessageLite lite = LazyMessageLite.newBuilder().setInner(innerMessage).build(); in testExtensions() local
/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c121 int lite = 0; /* -L flag */ variable