| /external/clang/lib/AST/ |
| MicrosoftMangle.cpp | 552 char Code = '\0'; 554 case MSInheritanceAttr::Keyword_single_inheritance: Code = '0'; break; 555 case MSInheritanceAttr::Keyword_multiple_inheritance: Code = '0'; break; 556 case MSInheritanceAttr::Keyword_virtual_inheritance: Code = 'F'; break; 557 case MSInheritanceAttr::Keyword_unspecified_inheritance: Code = 'G'; break; 560 Out << '$' << Code; 583 char Code = '\0'; 585 case MSInheritanceAttr::Keyword_single_inheritance: Code = '1'; break; 586 case MSInheritanceAttr::Keyword_multiple_inheritance: Code = 'H'; break; 587 case MSInheritanceAttr::Keyword_virtual_inheritance: Code = 'I'; break [all...] |
| /dalvik/dx/src/com/android/dex/ |
| Dex.java | 19 import com.android.dex.Code.CatchHandler; 20 import com.android.dex.Code.Try; 57 // Note: libcore.util.EmptyArray cannot be accessed when this code isn't run on Dalvik. 71 * Creates a new dex that reads from {@code data}. It is an error to modify 72 * {@code data} after using it to create a dex buffer. 93 * Creates a new dex buffer of the dex in {@code in}, and closes {@code in}. 104 * Creates a new dex buffer from the dex file {@code file}. 128 * It is the caller's responsibility to close {@code in}. 259 public Code readCode(ClassData.Method method) [all...] |
| /external/giflib/ |
| egif_lib.c | 39 static int EGifCompressOutput(GifFileType * GifFile, int Code); 466 * wrong code (because of overflow when we combine them) in this case: */ 494 /* Make sure the code is not out of bit range, as we might generate 495 * wrong code (because of overflow when we combine them) in this case: */ 529 /* Output any partial block and the clear code. */ 699 Put the image code in compressed form. This routine can be called if the 716 /* No need to dump code size as Compression set up does any for us: */ 729 Continue to put the image code in compressed form. This routine should be 730 called with blocks of code as read via DGifGetCode/DGifGetCodeNext. If 731 given buffer pointer is NULL, empty block is written to mark end of code [all...] |
| /external/llvm/utils/TableGen/ |
| FastISelEmitter.cpp | 10 // This tablegen backend emits code for use by the "fast" instruction 16 // code to look up these instructions by type and operator. 32 /// instruction needed to emit code for it. 111 if (unsigned Code = getImmCode()) 112 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); 153 unsigned Code = Operands[i].getImmCode(); 154 if (Code == 0) continue; 159 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1); 211 // example, X86 doesn't need to generate code to match ADD16ri8 since 627 // Emit code for each possible instruction. There may b [all...] |
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| FastISelEmitter.cpp | 10 // This tablegen backend emits code for use by the "fast" instruction 16 // code to look up these instructions by type and operator. 32 /// instruction needed to emit code for it. 105 if (unsigned Code = getImmCode()) 106 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); 147 unsigned Code = Operands[i].getImmCode(); 148 if (Code == 0) continue; 153 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1); 204 // example, X86 doesn't need to generate code to match ADD16ri8 since 579 // Now emit code for all the patterns that we collected [all...] |
| /external/v8/src/ |
| objects-body-descriptors-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 356 class Code::BodyDescriptor final : public BodyDescriptorBase { 369 // Slots in code can't be invalid because we never trim code objects. 387 RelocIterator it(reinterpret_cast<Code*>(obj), mode_mask); 417 RelocIterator it(reinterpret_cast<Code*>(obj), mode_mask); 429 return reinterpret_cast<Code*>(object)->CodeSize(); 547 return Op::template apply<Code::BodyDescriptor>(p1, p2, p3);
|
| code-factory.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "src/code-factory.h" 26 Handle<Code> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) { 207 Handle<Code> code(isolate->builtins()->StringFromCharCode()); 208 return Callable(code, BuiltinDescriptor(isolate)); 219 Handle<Code> code(isolate->builtins()->Name()); \ 220 return Callable(code, Name##Descriptor(isolate)); \
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
| LegacyBiosInterface.h | 77 // (These apply only to errors with the thunk and not to the code that was
234 // Space for the code
235 // The address of Code is also the beginning of the relocated Thunk code
237 CHAR8 Code[4096]; // ?
239 // The address of the Reverse Thunk code
241 // code unlike the member variable 'Code', which IS the address of the Thunk
242 // code.
247 // Data for the code (cs releative) [all...] |
| /external/clang/lib/Tooling/Core/ |
| Replacement.cpp | 89 // delete parts of newly inserted code. 252 llvm::Expected<std::string> applyAllReplacements(StringRef Code, 255 return Code.str(); 266 "<stdin>", 0, llvm::MemoryBuffer::getMemBuffer(Code, "<stdin>"));
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonAsmBackend.cpp | 52 SmallString<256> Code; 53 raw_svector_ostream VecOS(Code); 58 RF.getContents() = Code;
|
| /external/v8/src/heap/ |
| scavenger.cc | 2 // Use of this source code is governed by a BSD-style license that can be 252 // We should explicitly record code entry slot for compaction because 257 Code* code = Code::cast(Code::GetObjectFromEntryAddress(code_entry_slot)); local 259 target, code_entry_slot, code); 442 // Scavenging code relies on the fact that new space object
|
| /external/v8/src/ia32/ |
| assembler-ia32.h | 8 // - Redistributions of source code must retain the above copyright notice, 31 // The original source code covered by the above license above has been 92 // compatible with int, which has caused code-generation bugs. 104 // code generated for some assembly instructions (because they boil down 105 // to a few constants). If this is a problem, we could change the code 108 // and best performance in optimized code. 111 enum Code { 119 static const int kNumRegisters = Code::kAfterLast; 121 static Register from_code(int code) { 122 DCHECK(code >= 0) [all...] |
| /external/v8/src/profiler/ |
| heap-snapshot-generator.h | 2 // Use of this source code is governed by a BSD-style license that can be 346 void TagCodeObject(Code* code); 347 void TagBuiltinCodeObject(Code* code, const char* name); 387 void ExtractCodeReferences(int entry, Code* code);
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ |
| ExceptionHandlerAsm.asm | 33 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions
36 .code
85 ; + Error Code +
133 ; Put 0 (dummy) error code on stack, and restore ECX
151 ; + Error Code +
178 ; + Error Code +
425 ; Return address map of interrupt handler template so that C code can generate
|
| /external/v8/src/regexp/mips/ |
| regexp-macro-assembler-mips.cc | 2 // Use of this source code is governed by a BSD-style license that can be 9 #include "src/code-stubs.h" 24 * - t1 : Pointer to current code object (Code*) including heap object tag. 42 * - fp[60] direct_call (if 1, direct call from JavaScript code, 75 * code and the remaining arguments are passed in registers, e.g. by calling the 76 * code entry as cast to a function with the signature: 88 * When calling as a non-direct call (i.e., from C++ code), the return address 89 * area is overwritten with the ra register by the RegExp code. When doing a 90 * direct call from generated code, the return address is placed there b 906 Handle<Code> code = isolate()->factory()->NewCode( local [all...] |
| /external/v8/src/regexp/mips64/ |
| regexp-macro-assembler-mips64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 9 #include "src/code-stubs.h" 24 * - a5 : Pointer to current code object (Code*) including heap object tag. 45 * - fp[72] direct_call (if 1, direct call from JavaScript code, 81 * - fp[72] ra Return from RegExp code (ra). kReturnAddress 109 * code and the remaining arguments are passed in registers, e.g. by calling the 110 * code entry as cast to a function with the signature: 124 * When calling as a non-direct call (i.e., from C++ code), the return address 125 * area is overwritten with the ra register by the RegExp code. When doing 943 Handle<Code> code = isolate()->factory()->NewCode( local [all...] |
| /prebuilts/go/darwin-x86/src/go/doc/ |
| example.go | 2 // Use of this source code is governed by a BSD-style 25 Code ast.Node 31 Order int // original source code order 79 Code: f.Body, 92 flist[0].Code = file
|
| /prebuilts/go/linux-x86/src/go/doc/ |
| example.go | 2 // Use of this source code is governed by a BSD-style 25 Code ast.Node 31 Order int // original source code order 79 Code: f.Body, 92 flist[0].Code = file
|
| /external/clang/lib/Format/ |
| SortJavaScriptImports.cpp | 47 // Ignore Range for comparison, it is only used to stitch code together, 48 // but imports at different code locations are still conceptually the same. 63 // URL, followed by an export of the symbol, allowing this code to treat both 188 // Separate references from the main code body of the file. 272 // and a pointer to the first "main code" line if that is adjacent to the 431 StringRef Code, 436 Environment::CreateVirtualEnvironment(Code, FileName, Ranges);
|
| /external/clang/unittests/ASTMatchers/ |
| ASTMatchersNarrowingTest.cpp | 1216 std::string code = "namespace a { inline namespace b { class C; } }"; local 1224 std::string code = "namespace a { namespace { class C; } }"; local 1249 std::string code = local [all...] |
| /external/golang-protobuf/proto/testdata/ |
| golden_test.go | 10 // * Redistributions of source code must retain the above copyright 84 t.Fatal("Code generated by protoc-gen-go has changed; update test.pb.go")
|
| /external/golang-protobuf/ptypes/empty/ |
| empty.pb.go | 0 // Code generated by protoc-gen-go. DO NOT EDIT.
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
| codegen.ml | 2 * Code Generation 94 (* Validate the generated code, checking for consistency. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| codegen.ml | 2 * Code Generation 94 (* Validate the generated code, checking for consistency. *)
|
| /external/llvm/test/Bindings/OCaml/ |
| target.ml | 90 (*===-- Code Emission -----------------------------------------------------===*)
|