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

<<11121314151617181920>>

  /external/chromium_org/content/public/browser/
browser_main_parts.h 34 // How to add stuff (to existing parts):
42 // "parts" (e.g., |EarlyInitialization()|) and provide platform-specific
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressor.h 44 // of the loudest parts of the signal and raises the volume of the softest parts,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
multiprocessing_bootstrap.py 44 def run(*parts):
53 module_path = os.path.join(script_dir, *parts)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 51 parts = test.split('/')
52 for part in parts:
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 46 // ScrollbarTheme parts
56 // RenderTheme parts
  /external/chromium_org/third_party/WebKit/public/platform/android/
WebThemeEngine.h 46 // ScrollbarTheme parts
56 // RenderTheme parts
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 46 // ScrollbarTheme parts
56 // RenderTheme parts
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
filter_policy.h 59 // Note: if you are using a custom comparator that ignores some parts
62 // corresponding parts of the keys. For example, if the comparator
  /external/chromium_org/tools/grit/grit/gather/
igoogle_strings.py 83 parts = PLACEHOLDER_RE.split(unescaped_text)
85 for part in parts:
muppet_strings.py 89 parts = PLACEHOLDER_RE.split(unescaped_text)
91 for part in parts:
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 46 change nontranslateable parts of the messages into placeholders (using the
48 nontranslateable parts and create placeholders for them. -->
  /external/dropbear/
filelist.txt 2 The basic naming convention is svr- and cli- for seperate parts,
3 then common- for common parts. Some files have no prefix.
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 15 /* The protocol-specific manipulable parts of the tuple: always in
51 /* These are the parts of the tuple which are fixed. */
  /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:
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
ConversionUtilities.java 30 * Values for HEADER_ANDROID_BODY_QUOTED_PART to tag body parts
112 // Most of the time, just process regular body parts
  /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)
  /external/chromium_org/base/strings/
string_util_unittest.cc 774 std::vector<std::string> parts; local
775 EXPECT_EQ(std::string(), JoinString(parts, separator));
777 parts.push_back("a");
778 EXPECT_EQ("a", JoinString(parts, separator));
780 parts.push_back("b");
781 parts.push_back("c");
782 EXPECT_EQ("a, b, c", JoinString(parts, separator));
784 parts.push_back(std::string());
785 EXPECT_EQ("a, b, c, ", JoinString(parts, separator));
786 parts.push_back(" ")
793 std::vector<string16> parts; local
    [all...]
  /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...]
  /bionic/libc/arch-arm/bionic/
kill.S 36 traces after the C library or other parts of the system
tgkill.S 36 traces after the C library or other parts of the system
tkill.S 36 traces after the C library or other parts of the system
  /development/build/
product_sdk.mk 28 # Host tools and java libraries that are parts of the SDK.
  /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 75 * The first 64 bits of the fractional parts of the square roots

Completed in 735 milliseconds

<<11121314151617181920>>