Home
last modified time | relevance | path

Searched defs:writeLong (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java191 public void writeLong(long l) throws IOException { in writeLong() method in FontOutputStream
DWritableFontData.java344 public int writeLong(int index, long l) { in writeLong() method in WritableFontData
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java191 public void writeLong(long l) throws IOException { in writeLong() method in FontOutputStream
DWritableFontData.java344 public int writeLong(int index, long l) { in writeLong() method in WritableFontData
/third_party/curl/src/
Dtool_writeout.c225 static int writeLong(FILE *stream, const struct writeoutvar *wovar, in writeLong() function
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DStandardMessageCodec.java163 protected static final void writeLong(ByteArrayOutputStream stream, long value) { in writeLong() method in StandardMessageCodec
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js119 this.writeLong = function (...args) { method