Searched refs:refPrefix (Results 1 – 8 of 8) sorted by relevance
/external/zstd/tests/fuzz/ |
D | dictionary_loader.c | 32 int const refPrefix) in compress() argument 35 if (refPrefix) in compress() 52 int const refPrefix) in decompress() argument 55 if (refPrefix) in decompress() 71 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in LLVMFuzzerTestOneInput() local 87 compress(cBuf, cBufSize, src, size, src, size, dlm, dct, refPrefix); in LLVMFuzzerTestOneInput() 94 decompress(rBuf, size, cBuf, cSize, src, size, dlm, dct, refPrefix); in LLVMFuzzerTestOneInput()
|
D | dictionary_stream_round_trip.c | 61 FUZZ_dataProducer_t *producer, int refPrefix, in compress() argument 70 if (refPrefix) in compress() 179 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in LLVMFuzzerTestOneInput() local 181 …ompress(cBuf, neededBufSize, src, size, dict.buff, dict.size, producer, refPrefix, dictContentType… in LLVMFuzzerTestOneInput() 183 if (refPrefix) in LLVMFuzzerTestOneInput()
|
D | raw_dictionary_round_trip.c | 35 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in roundTripTest() local 41 if (refPrefix) in roundTripTest() 53 if (refPrefix) in roundTripTest()
|
D | dictionary_round_trip.c | 35 int const refPrefix = FUZZ_dataProducer_uint32Range(producer, 0, 1) != 0; in roundTripTest() local 50 if (refPrefix) in roundTripTest() 62 if (refPrefix) in roundTripTest()
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 266 const xmlChar *refPrefix; /* Deprecated; not used */ member 374 const xmlChar *refPrefix; /* Deprecated; not used */ member 629 const xmlChar *refPrefix; /* Deprecated; not used */ member 791 const xmlChar *refPrefix; /* Deprecated; not used */ member
|
/external/doclava/src/com/google/doclava/ |
D | NavTree.java | 30 public static void writeNavTree(String dir, String refPrefix) { in writeNavTree() argument 35 Node node = new Node("Reference", dir + refPrefix + "packages.html", children, null); in writeNavTree() 50 if (refPrefix == "gms-"){ in writeNavTree() 52 } else if (refPrefix == "gcm-"){ in writeNavTree()
|
D | Doclava.java | 530 String refPrefix = new String(); in start() local 532 refPrefix = "gms-"; in start() 534 refPrefix = "gcm-"; in start() 538 writePackages(refPrefix + "packages" + htmlExtension); in start() 558 NavTree.writeNavTree(javadocDir, refPrefix); in start()
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 372 d refPrefix * const xmlChar * 489 d refPrefix * const xmlChar * 778 d refPrefix * const xmlChar * 960 d refPrefix * const xmlChar *
|