/external/libvorbis/doc/ |
Vorbis_I_spec.cfg | 0 \Preamble{html}
|
/external/clang/test/Index/ |
preamble-reparse-import.m-3.h | 1 #import "preamble-reparse-import.m-2.h"
|
preamble-reparse.c | 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local "-remap-file=%S/Inputs/preamble-reparse-1.c;%S/Inputs/preamble-reparse-2.c" %S/Inputs/preamble-reparse-1.c | FileCheck %s 2 // CHECK: preamble-reparse-1.c:1:5: VarDecl=x:1:5 Extent=[1:1 - 1:6]
|
getcursor-preamble.m | 1 #include "getcursor-preamble.h" 4 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \ 5 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \ 6 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \ 7 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \ 8 // RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \ 12 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \ 13 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \ 14 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \ 15 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 [all...] |
preamble.c | 2 #include "preamble.h" 3 #include "preamble-with-error.h" 13 // CHECK: preamble.h:1:12: FunctionDecl=bar:1:12 (Definition) Extent=[1:1 - 6:2] 14 // CHECK: preamble.h:4:3: BinaryOperator= Extent=[4:3 - 4:13] 15 // CHECK: preamble.h:4:3: DeclRefExpr=ptr:2:8 Extent=[4:3 - 4:6] 16 // CHECK: preamble.h:4:9: UnexposedExpr=ptr1:3:10 Extent=[4:9 - 4:13] 17 // CHECK: preamble.h:4:9: DeclRefExpr=ptr1:3:10 Extent=[4:9 - 4:13] 18 // CHECK: preamble.h:5:10: IntegerLiteral= Extent=[5:10 - 5:11] 19 // CHECK: preamble.c:5:5: FunctionDecl=wibble:5:5 Extent=[5:1 - 5:16] 20 // CHECK: preamble.c:5:15: ParmDecl=:5:15 (Definition) Extent=[5:12 - 5:16 [all...] |
preamble-reparse-import.m | 8 #import "preamble-reparse-import.m-1.h" 11 #import "preamble-reparse-import.m-2.h" 12 #import "preamble-reparse-import.m-1.h"
|
complete-preamble.cpp | 1 #include "complete-preamble.h"
|
crash-recovery-code-complete.c | 1 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-preamble.pch \ 6 // RUN: test ! -e %t-preamble.pch
|
crash-recovery-reparse.c | 1 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-preamble.pch \ 6 // RUN: test ! -e $t-preamble.pch
|
/external/clang/test/PCH/ |
preamble.c | 1 // Check that using the preamble option actually skips the preamble. 3 // RUN: %clang_cc1 -emit-pch -o %t %S/Inputs/preamble.h -DFOO=f 4 // RUN: not %clang_cc1 -include-pch %t -preamble-bytes=317,1 -DFOO=f -verify %s -emit-llvm -o - | FileCheck %s 6 float f(int); // Not an error, because we skip this via the preamble!
|
/external/clang/test/Lexer/ |
preamble.c | 0 // Preamble detection test: see below for comments and test commands. 17 // This test checks for detection of the preamble of a file, which 19 // changes to the preamble part of this file must be mirrored in 20 // Inputs/preamble.txt, since we diff against it. 22 // RUN: %clang_cc1 -print-preamble %s > %t 26 // CHECK: // Preamble detection test: see below for comments and test commands.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementException.cpp | 39 String CustomElementException::preamble(const AtomicString& type) function in class:WebCore::CustomElementException 48 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions."); 52 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable."); 56 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid."); 68 exceptionState.throwDOMException(InvalidCharacterError, preamble(type) + "The tag name specified in 'extends' is not a valid tag name."); 72 exceptionState.throwDOMException(InvalidCharacterError, preamble(type) + "The tag name specified in 'extends' is a custom element name. Use inheritance instead."); 76 exceptionState.throwDOMException(InvalidCharacterError, preamble(type) + "The type name is invalid."); 80 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object."); 84 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The prototype option is not an object."); 88 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "A type with that name is already registered.") [all...] |
/art/runtime/interpreter/ |
interpreter.cc | [all...] |
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher.h | 14 // Maximum size of the preamble stub. We overwrite at least the first 5 35 // a function preamble with a jump to our hook function, which is then 36 // able to call the original function via a specially-made preamble-stub 37 // that imitates the action of the original preamble. 44 // jumps after relocating them to the preamble-stub. Note that 51 // that are copied to the preamble stub, it will crash in an undefined 90 // preamble_stub: A pointer to a buffer where the preamble stub 92 // hold the preamble bytes.
|
preamble_patcher_with_stub.cpp | 82 // Let's disassemble the preamble of the target function to see if we can 83 // patch, and to see how much of the preamble we need to take. We need 5 109 // take from the preamble to have whole instructions that are 5 bytes or more 117 // First, copy the preamble that we will overwrite. 122 // preamble bytes we moved into the stub) and copy it into our preamble-stub. 139 // preamble, then jumping to the rest of the function. 156 // Set any remaining bytes that were moved to the preamble-stub to INT3 so 169 // jump instruction that jumps over to the preamble_stub. The preamble 171 // function's preamble code, followed by a relative jump back to the nex [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Multipart.java | 37 * ordered list of body parts. The multipart body also has a preamble and
38 * epilogue. The preamble consists of whatever characters appear before the
46 private String preamble = "";
field in class:Multipart 147 * Gets the preamble.
149 * @return the preamble.
152 return preamble;
156 * Sets the preamble.
158 * @param preamble the preamble.
160 public void setPreamble(String preamble) {
[all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher_with_stub.cc | 127 && "Preamble stub is too far from target to patch."); 134 // Let's disassemble the preamble of the target function to see if we can 135 // patch, and to see how much of the preamble we need to take. We need 5 164 "instruction in the initial preamble bytes."); 201 // from the preamble to have whole instructions that are 5 bytes or more 211 // preamble bytes we moved into the stub) and copy it into our preamble-stub. 247 // preamble, then jumping to the rest of the function. 269 // Set any remaining bytes that were moved to the preamble-stub to INT3 so 282 // jump instruction that jumps over to the preamble_stub. The preamble [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher_with_stub.cc | 127 && "Preamble stub is too far from target to patch."); 134 // Let's disassemble the preamble of the target function to see if we can 135 // patch, and to see how much of the preamble we need to take. We need 5 164 "instruction in the initial preamble bytes."); 201 // from the preamble to have whole instructions that are 5 bytes or more 211 // preamble bytes we moved into the stub) and copy it into our preamble-stub. 247 // preamble, then jumping to the rest of the function. 269 // Set any remaining bytes that were moved to the preamble-stub to INT3 so 282 // jump instruction that jumps over to the preamble_stub. The preamble [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_sample.h | 48 #ifdef PREAMBLE 49 PREAMBLE(s); 91 #ifdef PREAMBLE 92 PREAMBLE(s); 145 #ifdef PREAMBLE 146 PREAMBLE(s); 191 #ifdef PREAMBLE 192 PREAMBLE(s); 236 #ifdef PREAMBLE 237 #undef PREAMBLE [all...] |
SkBitmapProcState_matrix.h | 22 #ifndef PREAMBLE 23 #define PREAMBLE(state) 51 PREAMBLE(s); 117 PREAMBLE(s); 142 PREAMBLE(s); 182 PREAMBLE(s); 223 PREAMBLE(s); 251 PREAMBLE(s); 296 #undef PREAMBLE
|
SkBitmapProcState_shaderproc.h | 54 #ifdef PREAMBLE 55 PREAMBLE(s); 91 #undef PREAMBLE
|
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher_with_stub.cc | 73 // Let's disassemble the preamble of the target function to see if we can 74 // patch, and to see how much of the preamble we need to take. We need 5 100 // from the preamble to have whole instructions that are 5 bytes or more 108 // First, copy the preamble that we will overwrite. 113 // preamble bytes we moved into the stub) and copy it into our preamble-stub. 133 // preamble, then jumping to the rest of the function. 154 // Set any remaining bytes that were moved to the preamble-stub to INT3 so 166 // jump instruction that jumps over to the preamble_stub. The preamble 168 // function's preamble code, followed by a relative jump back to the nex [all...] |
/external/skia/src/core/ |
SkBitmapProcState_sample.h | 48 #ifdef PREAMBLE 49 PREAMBLE(s); 91 #ifdef PREAMBLE 92 PREAMBLE(s); 145 #ifdef PREAMBLE 146 PREAMBLE(s); 191 #ifdef PREAMBLE 192 PREAMBLE(s); 236 #ifdef PREAMBLE 237 #undef PREAMBLE [all...] |
SkBitmapProcState_matrix.h | 22 #ifndef PREAMBLE 23 #define PREAMBLE(state) 51 PREAMBLE(s); 117 PREAMBLE(s); 142 PREAMBLE(s); 182 PREAMBLE(s); 223 PREAMBLE(s); 251 PREAMBLE(s); 296 #undef PREAMBLE
|
SkBitmapProcState_shaderproc.h | 54 #ifdef PREAMBLE 55 PREAMBLE(s); 91 #undef PREAMBLE
|