HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 551 - 575 of 4773) sorted by null

<<21222324252627282930>>

  /frameworks/base/tools/aapt/
AaptAssets.cpp 373 Vector<String8> parts; local
384 parts.add(val);
385 //printf("part: %s\n", parts[parts.size()-1].string());
390 parts.add(val);
391 //printf("part: %s\n", parts[parts.size()-1].string());
393 const int N = parts.size();
395 String8 part = parts[index];
407 part = parts[index]
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 116 * divided the message into correctly sized parts by calling
122 * @param parts an <code>ArrayList</code> of strings that, in order,
147 String destinationAddress, String scAddress, ArrayList<String> parts,
152 if (parts == null || parts.size() < 1) {
156 if (parts.size() > 1) {
161 destinationAddress, scAddress, parts, local
176 sendTextMessage(destinationAddress, scAddress, parts.get(0),
  /libcore/luni/src/main/java/java/net/
URL.java 37 * <h3>Parts of a URL</h3>
38 * A URL is composed of many parts. This class can both parse URL strings into
39 * parts and compose URL strings from parts. For example, consider the parts of
195 * Creates a new URL of the given component parts. The URL uses the
206 * Creates a new URL of the given component parts. The URL uses the
220 * Creates a new URL of the given component parts. The URL uses the
URI.java 33 * <h3>Parts of a URI</h3>
34 * A URI is composed of many parts. This class can both parse URI strings into
35 * parts and compose URI strings from parts. For example, consider the parts of
143 /** for java.net.URL, which foolishly combines these two parts */
208 * Creates a new URI instance of the given unencoded component parts.
231 * Creates a new URI instance of the given unencoded component parts.
293 * Creates a new URI instance of the given unencoded component parts.
302 * Creates a new URI instance of the given unencoded component parts
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 736 * @return The name split into three parts.
744 String parts[] = nsSupport.processName(qName, nameParts,
746 if (parts == null) {
750 parts = new String[3];
751 parts[0] = parts[1] = "";
752 parts[2] = qName.intern();
754 return parts;
741 String parts[] = nsSupport.processName(qName, nameParts, local
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 82 * Determines if the underlying stream has more parts (this stream has
85 * @return <code>true</code> if there are more parts in the underlying
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libxcb.so.1 
libxcb.so.1.0 
libxcb.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libxcb.so.1 
libxcb.so.1.0 
libxcb.so.1.0.0 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
repr.py 29 parts = typename.split()
30 typename = '_'.join(parts)
warnings.py 113 parts = arg.split(':')
114 if len(parts) > 5:
116 while len(parts) < 5:
117 parts.append('')
119 for s in parts]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
repr.py 29 parts = typename.split()
30 typename = '_'.join(parts)
warnings.py 113 parts = arg.split(':')
114 if len(parts) > 5:
116 while len(parts) < 5:
117 parts.append('')
119 for s in parts]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 32 * Each tree viewer used in the application page's parts needs to keep a model representing
36 * and the tree viewers or the corresponding page parts.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 196 String[] parts = unfold(header).split(";"); local
198 return parts[0].trim();
201 for (String part : parts) {
401 * @param viewables This arraylist will be populated with all parts that appear to be
403 * @param attachments This arraylist will be populated with all parts that appear to be
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 72 std::vector<Record*> Parts =
74 if (!Parts.empty()) {
75 if (Parts.size() < 2)
79 for (unsigned i = 0, e = Parts.size(); i != e; ++i)
80 IdxParts.push_back(RegBank.getSubRegIdx(Parts[i]));
350 SmallVector<CodeGenSubRegIndex*, 8> Parts;
352 Parts.push_back(getSubRegIndex(SR->ExplicitSubRegs[j]));
354 // Offer this as an existing spelling for the concatenation of Parts.
355 RegBank.addConcatSubRegIndex(Parts, ExplicitSubRegIndices[i]);
439 SmallVector<CodeGenSubRegIndex*, 8> Parts(1, I->first)
    [all...]
  /cts/tools/dasm/src/java_cup/
production.java 34 * an array of RHS parts (including terminals, non terminals, and
171 /** A collection of parts for the right hand side. */
174 /** Access to the collection of parts for the right hand side. */
432 * @param rhs array of RHS parts.
449 /* walk down the parts and extract the labels */
488 /** Helper routine to merge adjacent actions in a set of RHS parts
489 * @param rhs_parts array of RHS parts.
543 * @param rhs_parts array of RHS parts.
626 /* otherwise we need to test all of our parts */
646 /* if we make it here all parts are nullable *
    [all...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc 34 static bool CookiePartsContains(const std::vector<std::string>& parts,
36 return std::find(parts.begin(), parts.end(), part) != parts.end();
442 std::vector<std::string> parts; local
443 base::SplitString(cookie, ';', &parts);
445 if (!CookiePartsContains(parts, kClientLoginToOAuth2CookiePartSecure) ||
446 !CookiePartsContains(parts, kClientLoginToOAuth2CookiePartHttpOnly)) {
451 for (iter = parts.begin(); iter != parts.end(); ++iter)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /external/libvorbis/lib/
res0.c 44 int parts; member in struct:__anon22897
86 for(j=0;j<look->parts;j++){
129 for(j=0;j<look->parts;j++){
143 for(j=0;j<look->parts;j++)
278 look->parts=info->partitions;
283 look->partbooks=_ogg_calloc(look->parts,sizeof(*look->partbooks));
285 for(j=0;j<look->parts;j++){
303 look->partvals*=look->parts;
309 long mult=look->partvals/look->parts;
314 mult/=look->parts;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 143 """Return True if the message consists of multiple parts."""
405 parts = []
408 parts.append(k.replace('_', '-'))
410 parts.append(_formatparam(k.replace('_', '-'), v))
412 parts.insert(0, _value)
413 self._headers.append((_name, SEMISPACE.join(parts)))
737 parts = []
740 parts.append(k)
742 parts.append('%s=%s' % (k, v))
743 newheaders.append((h, SEMISPACE.join(parts)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 143 """Return True if the message consists of multiple parts."""
405 parts = []
408 parts.append(k.replace('_', '-'))
410 parts.append(_formatparam(k.replace('_', '-'), v))
412 parts.insert(0, _value)
413 self._headers.append((_name, SEMISPACE.join(parts)))
737 parts = []
740 parts.append(k)
742 parts.append('%s=%s' % (k, v))
743 newheaders.append((h, SEMISPACE.join(parts)))
    [all...]

Completed in 679 milliseconds

<<21222324252627282930>>