Searched refs:truncated (Results 1 – 11 of 11) sorted by relevance
35 public boolean truncated; field in BatchedScanResult45 truncated = source.truncated; in BatchedScanResult()54 append("truncated: ").append(String.valueOf(truncated)). in toString()70 dest.writeInt(truncated ? 1 : 0); in writeToParcel()82 result.truncated = (in.readInt() == 1);
455 boolean truncated = (text.length() == 70); in dump()457 if (truncated) out.append(" ..."); in dump()
206 bool truncated = ftruncate(ufd.get(), 0) == 0; in clear_profile() local207 if (!truncated) { in clear_profile()213 return truncated; in clear_profile()
91 …rings should be as concise as possible, and long pieces of text will be truncated to fit on a sing…
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
1490 int32_t truncated = static_cast<int32_t>(f * 10); in approximateFloatString() local1491 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString()
483 is truncated to something like "Create…ication". You have no control over
306 …he start or length cannot be represented by a 32-bit number, it will be truncated. If the file is …
895 …private static final String BASE64_PUBLIC_KEY = "MIIBIjANBgkqhkiG ... "; //truncated for this exam…
2679 <li>Fixed {@code mips-linux-gnu} relocation truncated to fit {@code R_MIPS_TLS_LDM} issue.
26347 field public boolean truncated;