/hardware/ti/wlan/mac80211/config/ |
hostapd.conf | 15 preamble=1
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 152 def preamble(intype, outtype, inpv, outpv, prim): function 170 preamble(intype, outtype, inpv, outpv, prim='points') 177 preamble(intype, outtype, inpv, outpv, prim='lines') 184 preamble(intype, outtype, inpv, outpv, prim='linestrip') 191 preamble(intype, outtype, inpv, outpv, prim='lineloop') 199 preamble(intype, outtype, inpv, outpv, prim='tris') 207 preamble(intype, outtype, inpv, outpv, prim='tristrip') 218 preamble(intype, outtype, inpv, outpv, prim='trifan') 227 preamble(intype, outtype, inpv, outpv, prim='polygon') 238 preamble(intype, outtype, inpv, outpv, prim='quads' [all...] |
u_unfilled_gen.py | 126 def preamble(intype, outtype, prim): function 144 preamble(intype, outtype, prim='tris') 152 preamble(intype, outtype, prim='tristrip') 160 preamble(intype, outtype, prim='trifan') 169 preamble(intype, outtype, prim='polygon') 177 preamble(intype, outtype, prim='quads') 185 preamble(intype, outtype, prim='quadstrip')
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 152 def preamble(intype, outtype, inpv, outpv, prim): function 170 preamble(intype, outtype, inpv, outpv, prim='points') 177 preamble(intype, outtype, inpv, outpv, prim='lines') 184 preamble(intype, outtype, inpv, outpv, prim='linestrip') 191 preamble(intype, outtype, inpv, outpv, prim='lineloop') 199 preamble(intype, outtype, inpv, outpv, prim='tris') 207 preamble(intype, outtype, inpv, outpv, prim='tristrip') 218 preamble(intype, outtype, inpv, outpv, prim='trifan') 227 preamble(intype, outtype, inpv, outpv, prim='polygon') 238 preamble(intype, outtype, inpv, outpv, prim='quads' [all...] |
u_unfilled_gen.py | 126 def preamble(intype, outtype, prim): function 144 preamble(intype, outtype, prim='tris') 152 preamble(intype, outtype, prim='tristrip') 160 preamble(intype, outtype, prim='trifan') 169 preamble(intype, outtype, prim='polygon') 177 preamble(intype, outtype, prim='quads') 185 preamble(intype, outtype, prim='quadstrip')
|
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher.h | 19 // Maximum size of the preamble stub. We overwrite at least the first 5 45 // a function preamble with a jump to our hook function, which is then 46 // able to call the original function via a specially-made preamble-stub 47 // that imitates the action of the original preamble. 81 // jumps after relocating them to the preamble-stub. Note that 88 // that are copied to the preamble stub, it will crash in an undefined 130 // preamble patching. Uses RawPatch() to do the actual patching 205 // @note The preamble-stub (the memory pointed to by 263 // @param preamble_stub A pointer to a buffer where the preamble stub 265 // hold the preamble bytes [all...] |
preamble_patcher.cc | 95 ASSERT(false, "Unable to allocate preamble-stub."); 99 // Change the protection of the newly allocated preamble stub to 107 ASSERT(false, "Failed to make page preamble stub read-write-execute."); 143 // We disassemble the preamble of the _stub_ to see how many bytes we 195 // previously moved to the preamble stub.
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 131 /// The files and decls are only local (and non-preamble) ones. 137 /// \brief The set of diagnostics produced when creating the preamble. 156 /// precompiled preamble. 158 /// If zero, we will never build a precompiled preamble. Otherwise, 160 /// without the benefit of a precompiled preamble. When it hits 1, 162 /// building the precompiled preamble fails, we won't try again for 205 return Preamble; 210 /// \brief The contents of the preamble that has been precompiled to 212 PreambleData Preamble; 214 /// \brief Whether the preamble ends at the start of a new line [all...] |
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 83 /// \brief The file in which the precompiled preamble is stored. 93 /// \brief Erase the preamble file. 96 /// \brief Erase temporary files and the preamble file. 207 /// \brief After failing to build a precompiled preamble (due to 208 /// errors in the source that occurs in the preamble), the number of 210 /// preamble. 247 // Clean up the temporary files and the preamble file. [all...] |
/external/clang/test/Index/ |
targeted-file-refs.c | 3 #include "targeted-preamble.h" 53 // RUN: c-index-test -file-refs-at=%S/targeted-preamble.h:2:15 %s -include %t.h \ 56 // RUN: | FileCheck %s -check-prefix=PREAMBLE 58 // PREAMBLE: VarDecl=PreambleVar:2:12 59 // PREAMBLE: VarDecl=PreambleVar:2:12 =[2:12 - 2:23]
|
file-includes.c | 3 #include "targeted-preamble.h" 16 // LOCAL: inclusion directive=targeted-preamble.h ({{.*[/\\]}}test{{[/\\]}}Index{{[/\\]}}targeted-preamble.h) =[3:1 - 3:2]
|
targeted-cursor.c | 3 #include "targeted-preamble.h" 54 // RUN: c-index-test -cursor-at=%S/targeted-preamble.h:2:15 %s -include %t.h \ 57 // RUN: | FileCheck %s -check-prefix=PREAMBLE-CURSOR1 62 // PREAMBLE-CURSOR1: VarDecl=PreambleVar:2:12
|
/external/chromium_org/sandbox/win/src/ |
sandbox_types.h | 83 INTERCEPTION_SIDESTEP, // Preamble patch 84 INTERCEPTION_SMART_SIDESTEP, // Preamble patch but bypass internal calls
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_procs.h | 107 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale 142 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale 157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors() 171 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale; \ 204 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale 222 #define PREAMBLE(state) const SkPMColor pmColor = state.fPaintPMColor; 283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache() 338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
|
/external/skia/src/core/ |
SkBitmapProcState_procs.h | 107 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale 142 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale 157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors() 171 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale; \ 204 #define PREAMBLE(state) unsigned alphaScale = state.fAlphaScale 222 #define PREAMBLE(state) const SkPMColor pmColor = state.fPaintPMColor; 283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache() 338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
|
/external/valgrind/main/memcheck/tests/ |
long_namespace_xml.stderr.exp | 8 <preamble> 13 </preamble>
|
/hardware/ti/wlan/mac80211/ti-utils/ |
README | 157 calibrator wlan0 plt tx_cont <delay> <rate> <size> <amount> <power> <seed> <pkt mode> <DC on/off> <gi> <preamble> <type> <scramble> <clpc> <seq nbr mode> <dest mac> 189 Preamble 190 1 Mbps - long preamble mode=0 191 2, 5.5, 11 Mbps - long preamble mode=0, short preamble mode=1 192 6, 9, 12, 18, 24, 36, 48, 54 Mbps - ofdm preamble mode=4 193 from MCS_0 to MCS_7 - n mixed mode preamble mode=6, greenfield preamble mode=7
|
/external/chromium_org/tools/grit/grit/format/ |
js_map_format.py | 14 """The required preamble for JS files."""
|
/external/clang/test/Analysis/ |
uninit-ps-rdar6145427.m | 3 // Delta-Debugging reduced preamble.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
ContentHandler.java | 46 * preamble(...)
122 * Called for the preamble (whatever comes before the first body part)
125 * @param is used to get the contents of the preamble.
128 void preamble(InputStream is) throws IOException;
method in interface:ContentHandler
|
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | 74 std::string Preamble; [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_repeat_neon.h | 48 #ifndef PREAMBLE 49 #define PREAMBLE(state) 61 PREAMBLE(s); 168 PREAMBLE(s); 283 PREAMBLE(s); 416 PREAMBLE(s); 458 PREAMBLE(s); 488 PREAMBLE(s); 535 #undef PREAMBLE
|
/external/skia/src/opts/ |
SkBitmapProcState_matrix_repeat_neon.h | 48 #ifndef PREAMBLE 49 #define PREAMBLE(state) 61 PREAMBLE(s); 168 PREAMBLE(s); 283 PREAMBLE(s); 416 PREAMBLE(s); 458 PREAMBLE(s); 488 PREAMBLE(s); 535 #undef PREAMBLE
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher.h | 48 // Maximum size of the preamble stub. We overwrite at least the first 5 94 // a function preamble with a jump to our hook function, which is then 95 // able to call the original function via a specially-made preamble-stub 96 // that imitates the action of the original preamble. 130 // jumps after relocating them to the preamble-stub. Note that 137 // that are copied to the preamble stub, it will crash in an undefined 179 // preamble patching. Uses RawPatch() to do the actual patching 256 // @note The preamble-stub (the memory pointed to by 321 // be used to store a function preamble block. 332 // Used to store data allocated for preamble stub [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher.h | 48 // Maximum size of the preamble stub. We overwrite at least the first 5 94 // a function preamble with a jump to our hook function, which is then 95 // able to call the original function via a specially-made preamble-stub 96 // that imitates the action of the original preamble. 130 // jumps after relocating them to the preamble-stub. Note that 137 // that are copied to the preamble stub, it will crash in an undefined 179 // preamble patching. Uses RawPatch() to do the actual patching 256 // @note The preamble-stub (the memory pointed to by 321 // be used to store a function preamble block. 332 // Used to store data allocated for preamble stub [all...] |