| /external/brotli/research/ |
| brotlidump.py | 8 - The block type code is useless if NBLTYPES==2, you would only need 1 symbol 107 """A symbol in a code. 108 Refers back to the code that contains it. 111 __slots__ = 'code', 'index' 112 def __init__(self, code, value): 113 self.code = code 117 return 'Symbol({}, {})'.format(self.code.name, self.index) 122 return self.code.length(self.index) 127 #these routines call equivalent routine in Code clas [all...] |
| /external/libmtp/src/ |
| libusb1-glue.c | 326 * This is where we may insert code to open a PTP 503 * <code>free_mtpdevice_list(mtp_device_list)</code> when you are done 619 * The user shall simply <code>free()</code> this 644 "error code: %d on line %d\n", ret, __LINE__); 1661 uint16_t code; local [all...] |
| /external/v8/src/ |
| objects-printer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 186 Code::cast(this)->CodePrint(os); 388 // Don't call GetElementsKind, its validation code can cause the printer to 439 // Don't call GetElementsKind, its validation code can cause the printer to 573 os << "\n - code cache: " << Brief(code_cache()); 574 os << "\n - dependent code: " << Brief(dependent_code()); 703 os << Code::ICState2String(nexus.StateFromFeedback()); 709 os << Code::ICState2String(nexus.StateFromFeedback()); 714 os << Code::ICState2String(nexus.StateFromFeedback()); 719 os << Code::ICState2String(nexus.StateFromFeedback()) [all...] |
| /external/v8/src/s390/ |
| assembler-s390.h | 8 // - Redistributions of source code must retain the above copyright notice, 33 // The original source code covered by the above license above has been 104 // compatible with int, which has caused code-generation bugs. 116 // code generated for some assembly instructions (because they boil down 117 // to a few constants). If this is a problem, we could change the code 120 // and best performance in optimized code. 123 enum Code { 130 static const int kNumRegisters = Code::kAfterLast; 142 static Register from_code(int code) { 143 DCHECK(code >= 0) [all...] |
| /dalvik/dx/src/com/android/dx/merge/ |
| DexMerger.java | 23 import com.android.dex.Code; 134 codeOut = dexOut.appendSection(writerSizes.code, "code"); 727 * Reads a class_def_item beginning at {@code in} and writes the index and 1076 private int code; field in class:DexMerger.WriterSizes [all...] |
| /external/llvm/lib/Support/ |
| Dwarf.cpp | 405 const char *llvm::dwarf::InlineCodeString(unsigned Code) { 406 switch (Code) {
|
| /external/llvm/tools/llvm-readobj/ |
| Win64EHDumper.cpp | 56 // Returns the name of the unwind code. 57 static StringRef getUnwindCodeTypeName(uint8_t Code) { 58 switch (Code) { 59 default: llvm_unreachable("Invalid unwind code"); 95 // Calculates the number of array slots required for the unwind code. 98 default: llvm_unreachable("Invalid unwind code"); 177 // Prints one unwind code. Because an unwind code can occupy up to 3 slots in
|
| /external/lzma/Java/SevenZip/ |
| LzmaBench.java | 345 encoder.Code(inStream, compressedStream, -1, -1, progressInfo);
367 if (!decoder.Code(inputCompressedStream, crcOutStream, outSize))
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| Dwarf.cpp | [all...] |
| /external/tensorflow/tensorflow/core/graph/ |
| mkl_tfconversion_pass.cc | 116 // appropriate error status code. 121 // the inputs and converts one/both of them as required. See the op code 127 // appropriate error status code. 162 return Status(error::Code::INVALID_ARGUMENT, err_msg.c_str()); 212 return Status(error::Code::INVALID_ARGUMENT,
|
| /external/v8/src/arm64/ |
| assembler-arm64-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 // Absolute code pointer inside code object moves with the code object. 30 inline int CPURegister::code() const { function in class:v8::internal::CPURegister 99 // kNoRegister types should always have size 0 and code 0. 170 Combine(other.code()); 178 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); 179 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); 180 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code()); [all...] |
| /external/v8/src/snapshot/ |
| serializer.h | 2 // Use of this source code is governed by a BSD-style license that can be 31 void CodeDisableOptEvent(AbstractCode* code, 111 void LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, 113 address_to_name_map_.Insert(code->address(), name, length); 204 // We may not need the code address map for logging for every instance 208 Code* CopyCode(Code* code);
|
| /prebuilts/go/darwin-x86/src/go/types/ |
| hilbert_test.go | 2 // Use of this source code is governed by a BSD-style 53 g.p(`// Code generated by: go test -run=Hilbert -H=%d -out=%q. DO NOT EDIT.
|
| /prebuilts/go/darwin-x86/src/math/bits/ |
| example_test.go | 2 // Use of this source code is governed by a BSD-style 5 // Code generated by go run make_examples.go. DO NOT EDIT.
|
| make_examples.go | 2 // Use of this source code is governed by a BSD-style 20 // Use of this source code is governed by a BSD-style 23 // Code generated by go run make_examples.go. DO NOT EDIT.
|
| /prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
| regression_test.go | 2 // Use of this source code is governed by a BSD-style 5 // Code patterns that caused problems in the past.
|
| /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
| input.go | 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. 4 // Use of this source code is governed by a BSD-style
|
| /prebuilts/go/linux-x86/src/go/types/ |
| hilbert_test.go | 2 // Use of this source code is governed by a BSD-style 53 g.p(`// Code generated by: go test -run=Hilbert -H=%d -out=%q. DO NOT EDIT.
|
| /prebuilts/go/linux-x86/src/math/bits/ |
| example_test.go | 2 // Use of this source code is governed by a BSD-style 5 // Code generated by go run make_examples.go. DO NOT EDIT.
|
| make_examples.go | 2 // Use of this source code is governed by a BSD-style 20 // Use of this source code is governed by a BSD-style 23 // Code generated by go run make_examples.go. DO NOT EDIT.
|
| /prebuilts/go/linux-x86/src/runtime/race/testdata/ |
| regression_test.go | 2 // Use of this source code is governed by a BSD-style 5 // Code patterns that caused problems in the past.
|
| /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
| input.go | 0 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. 4 // Use of this source code is governed by a BSD-style
|
| /external/clang/include/clang/Basic/ |
| Diagnostic.h | 43 /// \brief Annotates a diagnostic with some code that should be 48 /// amount of code will correct a compilation error. The compiler 54 /// \brief Code that should be replaced to correct the error. Empty for an 58 /// \brief Code in the specific range that should be inserted in the insertion 62 /// \brief The actual code to insert at the insertion location, as a 68 /// \brief Empty code modification hint, indicating that no code 76 /// \brief Create a code modification hint that inserts the given 77 /// code string at a specific location. 79 StringRef Code, [all...] |
| /external/clang/unittests/Format/ |
| FormatTest.cpp | 36 std::string format(llvm::StringRef Code, 40 DEBUG(llvm::errs() << Code << "\n\n"); 41 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); 44 reformat(Style, Code, Ranges, "<stdin>", &IncompleteFormat); 47 EXPECT_EQ(ExpectedIncompleteFormat, IncompleteFormat) << Code << "\n\n"; 50 auto Result = applyAllReplacements(Code, Replaces); 68 void verifyFormat(llvm::StringRef Code, 70 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style)); 73 void verifyIncompleteFormat(llvm::StringRef Code, 11347 std::string code = "#if A\\n" local [all...] |
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| message_wrappers.cc | 565 errors::Code InMemoryRunGraphResponse::status_code() const { 566 return status_.code(); 633 errors::Code OwnedProtoRunGraphResponse::status_code() const { 642 response_.set_status_code(status.code()); 704 errors::Code NonOwnedProtoRunGraphResponse::status_code() const { 713 response_->set_status_code(status.code()); 763 errors::Code InMemoryRunStepResponse::status_code() const { 764 return status_.code(); 813 errors::Code OwnedProtoRunStepResponse::status_code() const { 822 response_.set_status_code(status.code()); [all...] |