HomeSort by relevance Sort by last modified time
    Searched full:unwritten (Results 1 - 25 of 50) sorted by null

1 2

  /external/autotest/client/deps/ibusclient/src/
ibusclient.cc 274 GVariant* unwritten = NULL; local
275 if (!ibus_config_get_unused(ibus_config, &unread, &unwritten)) {
283 g_variant_unref(unwritten);
287 if (g_variant_classify(unwritten) != G_VARIANT_CLASS_ARRAY) {
288 printf("FAIL (unwritten is not an array)\n");
290 g_variant_unref(unwritten);
297 g_variant_unref(unwritten);
301 printf("Unwritten:\n");
302 if (!PrintArray(unwritten)) {
304 g_variant_unref(unwritten);
    [all...]
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_C40Encoder.cpp 46 int32_t unwritten = (buffer.GetLength() / 3) * 2; local
47 int32_t curCodewordCount = context.getCodewordCount() + unwritten;
94 int32_t unwritten = (buffer.GetLength() / 3) * 2; local
96 int32_t curCodewordCount = context.getCodewordCount() + unwritten;
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 207 ptrdiff_t unwritten = this->pptr() - this->pbase(); local
208 if (unwritten != 0) {
211 if (this->pptr() - this->pbase() < unwritten)
  /external/kernel-headers/original/uapi/linux/
falloc.h 34 * unwritten extents - even though file system may choose to zero out the
  /external/autotest/client/bin/
fsinfo_unittest.py 63 'data: unwritten': 1,
84 '-d unwritten': 1,
fsinfo.py 257 'data: unwritten': '-d unwritten',
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 129 // Unwritten thunks have higher offsets, check if it's within range.
  /external/llvm/lib/Target/AArch64/
AArch64Schedule.td 95 // Read the unwritten lanes of the VLD's destination registers.
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer.go 65 // Close closes the Writer, flushing any unwritten data to the underlying
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer.go 65 // Close closes the Writer, flushing any unwritten data to the underlying
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 121 * the written contents exactly (that is, with no extra unwritten
456 // Remove annotations that refer to unwritten data.
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 133 * the written contents exactly (that is, with no extra unwritten
452 // Remove annotations that refer to unwritten data.
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 130 * the written contents exactly (that is, with no extra unwritten
449 // Remove annotations that refer to unwritten data.
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 37 nb int64 // number of unwritten bytes for current file entry
376 // Close closes the tar archive, flushing any unwritten
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 37 nb int64 // number of unwritten bytes for current file entry
376 // Close closes the tar archive, flushing any unwritten
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer.go 177 // Close closes the Writer, flushing any unwritten data to the underlying
  /prebuilts/go/linux-x86/src/compress/zlib/
writer.go 177 // Close closes the Writer, flushing any unwritten data to the underlying
  /external/libpng/contrib/examples/
pngpixel.c 290 * unwritten pixels so far for each pass. When we
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 248 // Close closes the Writer, flushing any unwritten data to the underlying
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 248 // Close closes the Writer, flushing any unwritten data to the underlying
  /external/e2fsprogs/misc/
filefrag.c 164 strcat(flags, "unwritten,");
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 234 // If this node is part of the unwritten right branch edge,
  /external/skia/src/core/
SkPictureFlat.h 369 fTopBot[0] = SK_ScalarNaN; // Mark as unwritten.
  /external/curl/lib/vtls/
schannel.c     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go     [all...]

Completed in 1767 milliseconds

1 2