HomeSort by relevance Sort by last modified time
    Searched full:parts (Results 226 - 250 of 3568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePattern.java 41 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
46 * List of "parts":
63 * <li>Literal output text is not represented directly by "parts" but accessed
64 * between parts of a message, from one part's getLimit() to the next part's getIndex().
253 parts.clear();
287 parts.equals(o.parts);
288 // No need to compare numericValues if msg and parts are the same.
297 return (aposMode.hashCode()*37+(msg!=null ? msg.hashCode() : 0))*37+parts.hashCode();
419 * Returns the number of "parts" created by parsing the pattern string
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 41 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
46 * List of "parts":
63 * <li>Literal output text is not represented directly by "parts" but accessed
64 * between parts of a message, from one part's getLimit() to the next part's getIndex().
253 parts.clear();
287 parts.equals(o.parts);
288 // No need to compare numericValues if msg and parts are the same.
297 return (aposMode.hashCode()*37+(msg!=null ? msg.hashCode() : 0))*37+parts.hashCode();
419 * Returns the number of "parts" created by parsing the pattern string
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 353 * Get the already parsed parts.
363 List<Part> parts = new ArrayList<Part>(); local
367 parts.addAll(asList);
369 return parts;
373 * Delete any tmp storage for parts, and clear out the parts list.
380 Collection<Part> parts = getParsedParts(); local
382 for (Part p:parts)
400 * Parse, if necessary, the multipart data and return the list of Parts.
411 List<Part> parts = new ArrayList<Part>() local
    [all...]
  /external/libgsm/src/
code.c 39 * frame (160 samples of signal d[0..159]). These parts produce at
48 * 40 samples. These parts produce at the output of the coder:
  /external/skia/src/gpu/
GrProgramDesc.h 16 of this is GL-specific. The GL-specific parts could be factored out into a subclass. */
97 // The key, stored in fKey, is composed of four parts:
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 40 * Full path to the publicly available parts of {@link #sourceDir},
53 * Full path to the publicly available parts of {@link #splitSourceDirs},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 323 parts = aname.split()
324 length = len(parts)
330 qname = "%s:%s" % (parts[2], parts[1])
331 apair = parts[0], parts[1]
334 qname = parts[1]
335 apair = tuple(parts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 323 parts = aname.split()
324 length = len(parts)
330 qname = "%s:%s" % (parts[2], parts[1])
331 apair = parts[0], parts[1]
334 qname = parts[1]
335 apair = tuple(parts)
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 72 private ArrayList<Part> parts; field in class:AbstractMessageParser
104 this.parts = new ArrayList<Part>();
118 /** Return the number of parts. */
119 public final int getPartCount() { return parts.size(); }
122 public final Part getPart(int index) { return parts.get(index); }
124 /** Return the list of parts from the parsed text */
125 public final List<Part> getParts() { return parts; }
229 * Builds the parts list.
236 if (token.isMedia() || (parts.size() == 0) || lastPart().isMedia()) {
237 parts.add(new Part())
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 13 very closely, which hopefully makes it easier to port. The parts visible to
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 80 * The first 64 bits of the fractional parts of the square roots
SHA512Digest.java 82 * The first 64 bits of the fractional parts of the square roots
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
cachecontrol.py 222 parts = []
225 parts.append(name)
230 parts.append('%s=%s' % (name, value))
231 return ', '.join(parts)
  /external/clang/
CODE_OWNERS.TXT 50 D: All parts of Clang not covered by someone else
  /external/compiler-rt/test/asan/TestCases/Windows/
seh.cc 2 // build this program in two parts: the code with SEH is built with CL,
  /external/google-breakpad/src/processor/
pathname_stripper.h 30 // pathname_stripper.h: Manipulates pathnames into their component parts.
  /external/harfbuzz_ng/
COPYING 2 For parts of HarfBuzz that are licensed under different licenses see individual
NOTICE 2 For parts of HarfBuzz that are licensed under different licenses see individual
  /external/icu/icu4c/source/common/
unistr_case_locale.cpp 15 * were moved here to break dependency cycles among parts of the common library.
unistr_titlecase_brkiter.cpp 15 * were moved here to break dependency cycles among parts of the common library.
ustr_titlecase_brkiter.cpp 15 * were moved here to break dependency cycles among parts of the common library.
  /external/jmonkeyengine/
README 15 which should be enough to use the core parts of the library.
  /external/kernel-headers/original/uapi/linux/
meye.h 12 * Some parts borrowed from various video4linux drivers, especially
  /external/libxml2/
libxml.3 39 (XML Path Language) is a language for addressing parts of an
  /external/lldb/test/pexpect-2.4/
INSTALL 23 it's parts of the Standard Python Library.

Completed in 142 milliseconds

1 2 3 4 5 6 7 8 91011>>