Searched refs:pieces (Results 1 – 12 of 12) sorted by relevance
111 String[] pieces = param.substring(8).split("\\+"); in parseOptions() local112 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()
72 std::vector<StringPiece> pieces; in extract_pieces() local76 [&pieces](const ScopedUtfChars &p) { pieces.push_back(p.c_str()); }); in extract_pieces()78 return pieces; in extract_pieces()
123 size_t pieces = 0; in IsJavaClassName() local125 pieces++; in IsJavaClassName()139 return pieces >= 2; in IsJavaClassName()147 size_t pieces = 0; in IsJavaPackageName() local149 pieces++; in IsJavaPackageName()162 return pieces >= 1; in IsJavaPackageName()
301 String[] pieces = ipAndMaskString.split("/", 2); in parseIpAndMask() local302 prefixLength = Integer.parseInt(pieces[1]); in parseIpAndMask()303 address = InetAddress.parseNumericAddress(pieces[0]); in parseIpAndMask()
57 The following pieces of software have additional or alternate copyrights,
97 cd <path-to-pieces>
257 The following pieces of software have additional or alternate copyrights,329 The following pieces of software have additional or alternate copyrights,
259 The following pieces of software have additional or alternate copyrights,
31 it if you want it; that you can change the software and use pieces of
1442 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
1451 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces