HomeSort by relevance Sort by last modified time
    Searched full:preamble (Results 51 - 75 of 643) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 75 std::string Preamble;
    [all...]
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 20 PREAMBLE = '''
43 print(PREAMBLE)
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 8 <preamble>
13 </preamble>
  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 8 <preamble>
14 </preamble>
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMultipart.java 71 public void setPreamble(String preamble) throws MessagingException {
72 this.mPreamble = preamble;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
AbstractContentHandler.java 85 * @see org.apache.james.mime4j.ContentHandler#preamble(java.io.InputStream)
87 public void preamble(InputStream is) throws IOException { method in class:AbstractContentHandler
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.h 62 static String preamble(const AtomicString& type);
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 218 * Create builder with preamble string
219 * @param preamble
221 public TextBuilder(String preamble) {
222 mBuilder.append(preamble);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4117.h 38 #define AK4117_REG_Pc0 0x0d /* burst preamble Pc byte 0 */
39 #define AK4117_REG_Pc1 0x0e /* burst preamble Pc byte 1 */
40 #define AK4117_REG_Pd0 0x0f /* burst preamble Pd byte 0 */
41 #define AK4117_REG_Pd1 0x10 /* burst preamble Pd byte 1 */
ak4114.h 44 #define AK4114_REG_Pc0 0x12 /* burst preamble Pc byte 0 */
45 #define AK4114_REG_Pc1 0x13 /* burst preamble Pc byte 1 */
46 #define AK4114_REG_Pd0 0x14 /* burst preamble Pd byte 0 */
47 #define AK4114_REG_Pd1 0x15 /* burst preamble Pd byte 1 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4117.h 38 #define AK4117_REG_Pc0 0x0d /* burst preamble Pc byte 0 */
39 #define AK4117_REG_Pc1 0x0e /* burst preamble Pc byte 1 */
40 #define AK4117_REG_Pd0 0x0f /* burst preamble Pd byte 0 */
41 #define AK4117_REG_Pd1 0x10 /* burst preamble Pd byte 1 */
ak4114.h 44 #define AK4114_REG_Pc0 0x12 /* burst preamble Pc byte 0 */
45 #define AK4114_REG_Pc1 0x13 /* burst preamble Pc byte 1 */
46 #define AK4114_REG_Pd0 0x14 /* burst preamble Pd byte 0 */
47 #define AK4114_REG_Pd1 0x15 /* burst preamble Pd byte 1 */
  /external/chromium_org/chrome/test/base/
tracing.cc 117 const char* preamble = "{\"traceEvents\": "; local
119 DCHECK(StartsWithASCII(*json_trace_output, preamble, true));
121 json_trace_output->erase(0, strlen(preamble));
  /external/chromium_org/ui/surface/
compile_hlsl.py 109 preamble = '\n'.join([
118 h.write(preamble)
131 cc.write(preamble)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 301 # preamble.
307 preamble = []
325 # We saw an inter-part boundary. Were we in the preamble?
327 if preamble:
330 lastline = preamble[-1]
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
334 self._cur.preamble = EMPTYSTRING.join(preamble)
385 # I think we must be in the preamble
387 preamble.append(line
    [all...]
generator.py 214 # If there's a preamble, write it out, with a trailing CRLF
215 if msg.preamble is not None:
217 preamble = fcre.sub('>From ', msg.preamble)
219 preamble = msg.preamble
220 print >> self._fp, preamble
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 301 # preamble.
307 preamble = []
325 # We saw an inter-part boundary. Were we in the preamble?
327 if preamble:
330 lastline = preamble[-1]
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
334 self._cur.preamble = EMPTYSTRING.join(preamble)
385 # I think we must be in the preamble
387 preamble.append(line
    [all...]
generator.py 214 # If there's a preamble, write it out, with a trailing CRLF
215 if msg.preamble is not None:
217 preamble = fcre.sub('>From ', msg.preamble)
219 preamble = msg.preamble
220 print >> self._fp, preamble
  /external/clang/test/Index/
targeted-annotation.c 3 #include "targeted-preamble.h"
24 // LOCAL: Punctuation: "#" [3:1 - 3:2] inclusion directive=targeted-preamble.h
25 // LOCAL: Identifier: "include" [3:2 - 3:9] inclusion directive=targeted-preamble.h
26 // LOCAL: Literal: ""targeted-preamble.h"" [3:10 - 3:31] inclusion directive=targeted-preamble.h
  /external/bluetooth/bluedroid/hci/src/
hci_mct.c 52 /* Preamble length for HCI Commands:
57 /* Preamble length for HCI Events:
62 /* Preamble length for SCO Data:
67 /* Preamble length for ACL Data:
757 /* Receiving preamble */
761 /* Check if we received entire preamble yet */
764 /* Received entire preamble.
937 /* Receiving preamble */
941 /* Check if we received entire preamble yet */
    [all...]
hci_h4.c 51 /* Preamble length for HCI Commands:
56 /* Preamble length for HCI Events:
61 /* Preamble length for SCO Data:
66 /* Preamble length for ACL Data:
71 /* Table of HCI preamble sizes for the different HCI message types */
791 /* Receiving preamble */
795 /* Check if we received entire preamble yet */
831 /* Received entire preamble.
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
component_updater_utils.h 26 // An update protocol request starts with a common preamble which includes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tr.h 24 /* IEEE 802.5 Token-Ring magic constants. The frame sizes omit the preamble
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 24 /* IEEE 802.5 Token-Ring magic constants. The frame sizes omit the preamble
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 24 /* IEEE 802.5 Token-Ring magic constants. The frame sizes omit the preamble

Completed in 434 milliseconds

1 23 4 5 6 7 8 91011>>