Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/external/protobuf/src/google/protobuf/
Dhas_bits.h83 inline bool HasBits<1>::empty() const { in empty() function
88 inline bool HasBits<2>::empty() const { in empty() function
93 inline bool HasBits<3>::empty() const { in empty() function
98 inline bool HasBits<4>::empty() const { in empty() function
103 inline bool HasBits<doublewords>::empty() const { in empty() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-empty.hpp37 auto empty() in empty() function
44 auto empty(Coordination cn) in empty() function
/external/guava/guava-tests/test/com/google/common/collect/
DComparatorsTest.java45 ImmutableList<String> empty = ImmutableList.of(); in testLexicographical() local
95 Optional<String> empty = Optional.empty(); in testEmptiesFirst() local
107 Optional<String> empty = Optional.empty(); in testEmptiesLast() local
/external/junit-params/src/test/java/junitparams/
DParamsInAnnotationTest.java45 public void emptyFirstParam(String empty, int number) { in emptyFirstParam()
52 public void emptyLastParam(int number, String empty) { in emptyLastParam()
59 public void emptyMiddleParam(int number1, String empty, int number2) { in emptyMiddleParam()
/external/grpc-grpc/src/core/lib/gpr/
Dmpscq.cc45 bool empty; in gpr_mpscq_pop() local
49 gpr_mpscq_node* gpr_mpscq_pop_and_check_end(gpr_mpscq* q, bool* empty) { in gpr_mpscq_pop_and_check_end()
110 bool empty = false; in gpr_locked_mpscq_pop() local
/external/webrtc/webrtc/base/
Dcallback.h82 bool empty() const { return !helper_; } in empty() function
112 bool empty() const { return !helper_; } in empty() function
143 bool empty() const { return !helper_; } in empty() function
175 bool empty() const { return !helper_; } in empty() function
208 bool empty() const { return !helper_; } in empty() function
242 bool empty() const { return !helper_; } in empty() function
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
DScalarAnalysis.java20 public boolean empty; field in ScalarAnalysis
27 public ScalarAnalysis(String scalar, boolean empty, boolean multiline, boolean allowFlowPlain, in ScalarAnalysis()
/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp228 std::vector<int> empty; variable
290 std::vector<int> empty; variable
466 std::vector<double> empty; variable
492 std::vector<double> empty, t1({1, 2}); variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
DMyBean.java26 private List<Integer> empty = new ArrayList<Integer>(); field in MyBean
49 public void setEmpty(List<Integer> empty) { in setEmpty()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractProto3SchemaTest.java124 Proto3Empty empty = in preserveUnknownFields() local
136 Proto3Empty empty = ExperimentalSerializationUtil.fromByteArray(payload, Proto3Empty.class); in preserveUnknownFieldsProto2() local
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D068-accidental-pasting.c1 #define empty macro
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DKeyManagerFactoryTest.java157 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers()
165 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local
184 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager()
226 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local
231 X509ExtendedKeyManager km, boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager()
275 boolean many, boolean empty) throws Exception { in test_X509KeyManager_alias()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DKeyManagerFactoryTest.java161 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers()
169 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local
188 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager()
230 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local
235 X509ExtendedKeyManager km, boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager()
279 boolean many, boolean empty) throws Exception { in test_X509KeyManager_alias()
/external/clang/test/CodeGen/
D2007-02-04-EmptyStruct.c4 struct empty { }; struct
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DSkipBean.java30 private List<File> empty = new ArrayList<File>(0); field in SkipBean
79 public void setEmpty(List<File> empty) { in setEmpty()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dmedia-empty-class.css6 empty { ;} selector
/external/llvm/test/MC/ARM/
Deh-directive-unwind_raw.s18 empty: label
/external/skqp/src/core/
DSkLiteDL.h26 bool empty() const { return fUsed == 0; } in empty() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Deh-directive-unwind_raw.s18 empty: label
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DCodeRegion.h72 bool empty() const { return Instructions.empty(); } in empty() function
121 bool empty() const { in empty() function
/external/libchrome/ipc/
Dipc_message_attachment_set.h38 bool empty() const { return attachments_.empty(); } in empty() function
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitinstruction.h46 static const std::set<AluModifiers> empty; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h24 bool empty() { return size() == 0; } in empty() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Denum_set_test.cpp56 const EnumSet<uint32_t> empty; in TEST() local
63 const EnumSet<uint32_t> empty; in TEST() local
71 const EnumSet<uint32_t> empty; in TEST() local
79 const EnumSet<uint32_t> empty; in TEST() local
89 const EnumSet<uint32_t> empty; in TEST() local
/external/angle/third_party/spirv-tools/src/test/
Denum_set_test.cpp56 const EnumSet<uint32_t> empty; in TEST() local
63 const EnumSet<uint32_t> empty; in TEST() local
71 const EnumSet<uint32_t> empty; in TEST() local
79 const EnumSet<uint32_t> empty; in TEST() local
89 const EnumSet<uint32_t> empty; in TEST() local

12345678910>>...37