Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DBatchedScanResult.java35 public boolean truncated; field in BatchedScanResult
45 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);
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java455 boolean truncated = (text.length() == 70); in dump()
457 if (truncated) out.append(" ..."); in dump()
/frameworks/native/cmds/installd/
Dcommands.cpp206 bool truncated = ftruncate(ufd.get(), 0) == 0; in clear_profile() local
207 if (!truncated) { in clear_profile()
213 return truncated; in clear_profile()
/frameworks/base/docs/html/design/wear/
Dstyle.jd91 …rings should be as concise as possible, and long pieces of text will be truncated to fit on a sing…
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2On1Adapter.cpp1490 int32_t truncated = static_cast<int32_t>(f * 10); in approximateFloatString() local
1491 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd483 is truncated to something like "Create…ication". You have no control over
/frameworks/base/docs/html/ndk/reference/
Dgroup___asset.jd306 …he start or length cannot be represented by a 32-bit number, it will be truncated. If the file is …
/frameworks/base/docs/html/google/play/licensing/
Dadding-licensing.jd895 …private static final String BASE64_PUBLIC_KEY = "MIIBIjANBgkqhkiG ... "; //truncated for this exam…
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd2679 <li>Fixed {@code mips-linux-gnu} relocation truncated to fit {@code R_MIPS_TLS_LDM} issue.
/frameworks/base/api/
Dsystem-current.txt26347 field public boolean truncated;