HomeSort by relevance Sort by last modified time
    Searched full:split (Results 1601 - 1625 of 5986) sorted by null

<<61626364656667686970>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
d_plsf.h 140 * Description : The two sets of LSFs are quantized using split by
141 * 5 matrix quantization (split-MQ) with 1st order MA
164 * indices.1st order MA prediction and split by 3 matrix
165 * quantization (split-MQ)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
qisf_ns.c 21 * The ISF vector is quantized using VQ with split-by-5 *
  /frameworks/base/core/java/android/net/
LinkAddress.java 71 String [] pieces = address.split("/", 2);
  /frameworks/base/docs/html/training/multiple-threads/
index.jd 43 split it into smaller operations running on multiple threads. On a device that has a CPU with
  /frameworks/base/media/java/android/media/
ExifInterface.java 393 String [] parts = rationalString.split(",");
396 pair = parts[0].split("/");
400 pair = parts[1].split("/");
404 pair = parts[2].split("/");
  /frameworks/base/services/java/com/android/server/location/
LocationBlacklist.java 135 String[] splitStrings = flatString.split(",");
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 168 TaskStack split(int stackId, int relativeStackBoxId, int position, float weight) { method in class:StackBox
174 // Propagate the split to see if the targeted StackBox is in either sub box.
175 TaskStack stack = mFirst.split(stackId, relativeStackBoxId, position, weight);
179 return mSecond.split(stackId, relativeStackBoxId, position, weight);
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceResponse.java 111 String[] names = new String(mData, 1, mData.length-1).split(",");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMFixupKinds.h 75 // the 16bit imm field are split into imm{15-12} and imm{11-0}
  /frameworks/native/libs/binder/
MemoryDealer.cpp 346 chunk_t* split = new chunk_t(free_chunk->start, extra); local
348 mList.insertBefore(free_chunk, split);
357 chunk_t* split = new chunk_t( local
359 mList.insertAfter(free_chunk, split);
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 120 String[] tokens = s.split("\\s");
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 111 int split = parse.indexOf(':'); local
112 if (split >= 0) {
113 username = parse.substring(0, split);
114 password = parse.substring(split + 1);
  /libcore/luni/src/main/java/org/w3c/dom/
CDATASection.java 36 * serialization (see also the parameter <code>"split-cdata-sections"</code>
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 43 for (String line : readAndCloseStream(ps.getInputStream()).split("\n")) {
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 162 local @ARGV = split;
223 ($_, $version_text) = split /\n+/, $version_text, 2;
277 for (split /\n/) { s/^ *(or: +)?//; push @syn, $_ }
340 ($copy, $_) = split /\n\n/, $_, 2;
  /ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h 27 /* The include_next requires a split double-inclusion guard. */
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 76 int split, lowrows; local
91 split = low - 1 + (int)
93 build( low, split, &ldo, &ldi, lowrows );
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Delaunay.cpp 76 int split, lowrows; local
91 split = low - 1 + (int)
93 build( low, split, &ldo, &ldi, lowrows );
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
  /packages/apps/Contacts/res/layout-sw600dp/
contact_picker.xml 55 <!-- This should look like a menu on the split action bar. -->
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 173 // If we are going to split all contacts, there is no point in first combining them
234 * Builds {@link AggregationExceptions} to split all constituent raw contacts into
377 * Sets a flag that will split ("explode") the raw_contacts into seperate contacts
444 sb.append("Split=");
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
QueryService.java 113 final String[] columns = projectionString.split(",");
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapUtility.java 70 String[] setItems = set.split(",");
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOptions.java 118 final String[] supportedVersionsArray = supportedVersions.split(",");
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 38 // Do not want to split based on anything under 1 min.
41 // Disregard a cluster split time of anything over 2 hours.
52 // Try and split a cluster if it is bigger than max cluster size.
66 // Make the cluster split time of a large cluster half that of a regular
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 76 int split, lowrows; local
91 split = low - 1 + (int)
93 build( low, split, &ldo, &ldi, lowrows );
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );

Completed in 2182 milliseconds

<<61626364656667686970>>