Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 12 of 12) sorted by relevance

/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java111 String[] pieces = param.substring(8).split("\\+"); in parseOptions() local
112 if (pieces.length > 3) { in parseOptions()
115 if (pieces.length > 0 && pieces[0].length() > 0) { in parseOptions()
116 options.backoffFixedMillis = parseSeconds(pieces[0]); in parseOptions()
118 if (pieces.length > 1 && pieces[1].length() > 0) { in parseOptions()
119 options.backoffIncrementalMillis = parseSeconds(pieces[1]); in parseOptions()
121 if (pieces.length > 2 && pieces[2].length() > 0) { in parseOptions()
122 options.backoffExponentialMillis = (int)parseSeconds(pieces[2]); in parseOptions()
/frameworks/base/tools/aapt2/jni/
Daapt2_jni.cpp72 std::vector<StringPiece> pieces; in extract_pieces() local
76 [&pieces](const ScopedUtfChars &p) { pieces.push_back(p.c_str()); }); in extract_pieces()
78 return pieces; in extract_pieces()
/frameworks/base/tools/aapt2/util/
DUtil.cpp123 size_t pieces = 0; in IsJavaClassName() local
125 pieces++; in IsJavaClassName()
139 return pieces >= 2; in IsJavaClassName()
147 size_t pieces = 0; in IsJavaPackageName() local
149 pieces++; in IsJavaPackageName()
162 return pieces >= 1; in IsJavaPackageName()
/frameworks/base/core/java/android/net/
DNetworkUtils.java301 String[] pieces = ipAndMaskString.split("/", 2); in parseIpAndMask() local
302 prefixLength = Integer.parseInt(pieces[1]); in parseIpAndMask()
303 address = InetAddress.parseNumericAddress(pieces[0]); in parseIpAndMask()
/frameworks/compile/mclinker/
DLICENSE.TXT57 The following pieces of software have additional or alternate copyrights,
/frameworks/base/cmds/bootanimation/
DFORMAT.md97 cd <path-to-pieces>
/frameworks/compile/slang/
DNOTICE257 The following pieces of software have additional or alternate copyrights,
329 The following pieces of software have additional or alternate copyrights,
/frameworks/compile/libbcc/
DNOTICE259 The following pieces of software have additional or alternate copyrights,
/frameworks/support/development/checkstyle/
DLICENSE31 it if you want it; that you can change the software and use pieces of
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt31 it if you want it; that you can change the software and use pieces of
/frameworks/av/media/libaaudio/
DDoxyfile.orig1442 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
DDoxyfile1451 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces