HomeSort by relevance Sort by last modified time
    Searched refs:check_string (Results 1 - 15 of 15) sorted by null

  /external/dtc/tests/
stringlist.c 106 static void check_string(const void *fdt, const char *path, function
149 check_string(fdt, "/", "compatible", 0, "test-strings");
150 check_string(fdt, "/device", "compatible", 0, "foo");
151 check_string(fdt, "/device", "compatible", 1, "bar");
  /external/skia/tests/
JSONTest.cpp 179 static void check_string(skiatest::Reporter* reporter, const Value& v, const char* s) { function
210 check_string(reporter, v, nullptr);
222 check_string(reporter, v, nullptr);
234 check_string(reporter, v, nullptr);
246 check_string(reporter, v, nullptr);
258 check_string(reporter, v, nullptr);
270 check_string(reporter, v, "foo");
282 check_string(reporter, v, nullptr);
298 check_string(reporter, v, nullptr);
304 check_string(reporter, m0.fKey, "kk1")
    [all...]
  /external/skqp/tests/
JSONTest.cpp 179 static void check_string(skiatest::Reporter* reporter, const Value& v, const char* s) { function
210 check_string(reporter, v, nullptr);
222 check_string(reporter, v, nullptr);
234 check_string(reporter, v, nullptr);
246 check_string(reporter, v, nullptr);
258 check_string(reporter, v, nullptr);
270 check_string(reporter, v, "foo");
282 check_string(reporter, v, nullptr);
298 check_string(reporter, v, nullptr);
304 check_string(reporter, m0.fKey, "kk1")
    [all...]
  /external/grpc-grpc/test/core/json/
json_rewrite.cc 69 static void check_string(json_reader_userdata* state, size_t needed) { function
87 check_string(state, 1);
json_rewrite_test.cc 80 static void check_string(json_reader_userdata* state, size_t needed) { function
98 check_string(state, 1);
  /external/mdnsresponder/mDNSShared/
DebugServices.h 568 /*! @defined check_string
577 Code inside check_string() statements is not compiled into production builds.
581 #undef check_string macro
583 #if( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
    [all...]
DebugServices.c     [all...]
  /external/libchrome/base/metrics/
field_trial_unittest.cc 1253 std::string check_string; local
1291 std::string check_string; local
1381 std::string check_string; local
    [all...]
  /external/scapy/scapy/asn1/
ber.py 199 def check_string(cls, s): member in class:BERcodec_Object
205 cls.check_string(s)
230 cls.check_string(s)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 95 def check_string(string): function
126 check_string(element.tag)
129 check_string(element.text)
131 check_string(element.tail)
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 987 static int check_string(const void * value, void *check_value_data) { function
    [all...]
  /external/python/cpython2/Lib/test/
test_xml_etree.py 157 def check_string(string): function in function:ElementTreeTest.test_interface
183 check_string(element.tag)
186 check_string(element.text)
188 check_string(element.tail)
    [all...]
  /external/python/cpython3/Lib/test/
test_xml_etree.py 184 def check_string(string): function in function:ElementTreeTest.test_interface
212 check_string(element.tag)
215 check_string(element.text)
217 check_string(element.tail)
    [all...]
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 453 check_string( gQueryList->refCount == 1, "NSPCleanup with outstanding queries!" );
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 1240 milliseconds