/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ManifestSchemaFactory.java | 62 ExtensionSchemas.lite(), in createSchema() 80 NewInstanceSchemas.lite(), in newSchema() 81 ListFieldSchema.lite(), in newSchema() 83 ExtensionSchemas.lite(), in newSchema() 84 MapFieldSchemas.lite()) in newSchema() 88 NewInstanceSchemas.lite(), in newSchema() 89 ListFieldSchema.lite(), in newSchema() 92 MapFieldSchemas.lite()); in newSchema()
|
H A D | MapFieldSchemas.java | 41 static MapFieldSchema lite() { in lite() method in MapFieldSchemas
|
H A D | NewInstanceSchemas.java | 41 static NewInstanceSchema lite() { in lite() method in NewInstanceSchemas
|
H A D | ExtensionSchemas.java | 46 static ExtensionSchema<?> lite() { in lite() method in ExtensionSchemas
|
H A D | ListFieldSchema.java | 39 * Utility class that aids in properly manipulating list fields for either the lite or full runtime. 58 static ListFieldSchema lite() { in lite() method in ListFieldSchema 145 /** Implementation for the lite runtime. */
|
H A D | MessageSchema.java | 154 private final boolean lite; field in MessageSchema 156 // TODO(xiaofeng): Make both full-runtime and lite-runtime support cached field size. 201 this.lite = defaultInstance instanceof GeneratedMessageLite; in MessageSchema() 5477 // TODO(xiaofeng): Consider creating separate implementations for full and lite. In lite in mergeMap() 5479 // code is shared by both full and lite. It might be better if full/lite uses different in mergeMap() 5676 } else if (lite) { in readString()
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 73 static void child_alloc(int testcase, int lite, int threads) in child_alloc() argument 78 if (lite) { in child_alloc() 115 * @lite: if non-zero, child makes only single TESTMEM+MB allocation 125 void oom(int testcase, int lite, int retcode, int allow_sigkill) in oom() argument 136 child_alloc(testcase, lite, threads); in oom() 213 void testoom(int mempolicy, int lite, int retcode, int allow_sigkill) in testoom() argument 220 oom(NORMAL, lite, retcode, allow_sigkill); in testoom() 223 oom(MLOCK, lite, retcode, allow_sigkill); in testoom() 226 * Skip oom(KSM) if lite == 1, since limit_in_bytes may vary from in testoom() 229 if (access(PATH_KSM, F_OK) == -1 || lite in testoom() [all...] |
/third_party/ltp/testcases/kernel/mem/include/ |
H A D | mem.h | 45 void oom(int testcase, int lite, int retcode, int allow_sigkill); 46 void testoom(int mempolicy, int lite, int retcode, int allow_sigkill);
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 121 int lite = 0; /* -L flag */ variable 281 if (lite) { in save_buffer() 444 tf->fd = open(tf->path, O_RDWR | (lite ? 0 : O_CREAT | O_TRUNC), in open_test_files() 741 if (lite) { in dowrite() 802 if (lite) { in domapwrite() 931 if (lite ? 0 : ftruncate(fd, file_size) == -1) { in writefileimage() 976 unsigned long op = rv % (3 + !lite + mapped_writes); in test() 1001 if (lite ? 0 : op == 3 && (style & 1) == 0) /* vanilla truncate? */ in test() 1006 if (lite ? 0 : op == 3) in test() 1010 if (op == 1 || op == (lite in test() [all...] |
/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_single_artifact.bat | 57 copy vcprojects\Release\libprotobuf-lite.lib src\.libs\libprotobuf-lite.a
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | LazyMessageLiteTest.java | 301 LazyMessageLite lite = LazyMessageLite.newBuilder().setInner(innerMessage).build(); in testExtensions() 302 assertTrue(lite.getInner().hasExtension(LazyExtension.extension)); in testExtensions() 303 assertEquals("name", lite.getInner().getExtension(LazyExtension.extension).getName()); in testExtensions()
|
/third_party/protobuf/ |
H A D | update_file_lists.sh | 118 set_cmake_value $CMAKE_DIR/libprotobuf-lite.cmake libprotobuf_lite_files $CMAKE_PREFIX $LIBPROTOBUF_LITE_SOURCES
|