Searched
refs:Code (Results
276 -
300 of
1922) sorted by null
<<11121314151617181920>>
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
| CodeViewError.h | 42 cv_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/MSF/ |
| MSFError.h | 42 msf_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/ |
| RawError.h | 49 raw_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
| CodeViewError.h | 42 cv_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/MSF/ |
| MSFError.h | 42 msf_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/ |
| RawError.h | 49 raw_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
| CodeViewError.h | 42 cv_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/MSF/ |
| MSFError.h | 42 msf_error_code Code;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/ |
| RawError.h | 49 raw_error_code Code;
|
| /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
| RequestHandler.java | 8 * - Redistributions of source code must retain the above copyright 33 * This source code is provided to illustrate the usage of a given feature 37 * this sample code. 106 reply = new Reply(Reply.Code.BAD_REQUEST, 118 reply = new Reply(Reply.Code.METHOD_NOT_ALLOWED, 121 reply = new Reply(Reply.Code.OK, 138 reply = new Reply(Reply.Code.NOT_FOUND,
|
| /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
| RequestHandler.java | 8 * - Redistributions of source code must retain the above copyright 33 * This source code is provided to illustrate the usage of a given feature 37 * this sample code. 106 reply = new Reply(Reply.Code.BAD_REQUEST, 118 reply = new Reply(Reply.Code.METHOD_NOT_ALLOWED, 121 reply = new Reply(Reply.Code.OK, 138 reply = new Reply(Reply.Code.NOT_FOUND,
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/ |
| pic1.s | 16 # Code symbol with cpic
|
| pic2.s | 16 # Code symbol with cGOT
|
| /external/clang/unittests/ASTMatchers/Dynamic/ |
| ParserTest.cpp | 37 void parse(StringRef Code) { 40 Parser::parseExpression(Code, this, &Value, &Error); 216 std::string ParseWithError(StringRef Code) { 219 Parser::parseExpression(Code, &Value, &Error); 223 std::string ParseMatcherWithError(StringRef Code) { 225 Parser::parseMatcherExpression(Code, &Error); 243 "1:4: Error parsing matcher. Found end-of-code while looking for ')'.", 245 EXPECT_EQ("1:1: End of code found while looking for token.", 253 EXPECT_EQ("1:7: Expected end of code.", ParseWithError("expr()a")); 296 StringRef Code = "functionDecl(hasName(" [all...] |
| /frameworks/compile/slang/BitWriter_3_2/ |
| BitcodeWriter.cpp | 143 static void WriteStringRecord(unsigned Code, StringRef Str, 147 // Code: [strchar x N] 155 Stream.EmitRecord(Code, Vals, AbbrevToUse); 250 unsigned Code = 0; 254 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break; 255 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break; 256 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; 257 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break; 258 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break; 259 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break [all...] |
| /dalvik/dx/src/com/android/dex/ |
| Code.java | 19 public final class Code { 28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset,
|
| /external/clang/unittests/Format/ |
| FormatTestUtils.h | 23 inline std::string messUp(llvm::StringRef Code) { 24 std::string MessedUp(Code.str());
|
| /external/giflib/ |
| gif_hash.c | 63 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) 79 HTable[HKey] = HT_PUT_KEY(Key) | HT_PUT_CODE(Code); 83 Routine to test if given Key exists in HashTable and if so returns its code * 84 Returns the Code if key was found, -1 if not. * 110 new postfix character, while the upper 12 bits are the prefix code. *
|
| /external/llvm/include/llvm/MC/ |
| MCWin64EH.h | 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===// 34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) { 35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
|
| /external/llvm/lib/Transforms/Utils/ |
| CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, 74 switch (Code) { 75 default: llvm_unreachable("Illegal ICmp code!");
|
| /external/opencv/cxcore/include/ |
| cxerror.h | 19 // * Redistribution's of source code must retain the above copyright notice, 138 CV_ERROR macro unconditionally raises error with passed code and message. 141 #define CV_ERROR( Code, Msg ) \ 143 cvError( (Code), cvFuncName, Msg, __FILE__, __LINE__ ); \ 148 #define CV_ERROR_FROM_CODE( code ) \ 149 CV_ERROR( code, "" )
|
| /external/protobuf/src/google/protobuf/stubs/ |
| status.cc | 9 // * Redistributions of source code must retain the above copyright 41 inline string CodeEnumToString(error::Code code) { 42 switch (code) { 79 // No default clause, clang will abort if a code is missing from 92 Status::Status(error::Code error_code, StringPiece error_message)
|
| /external/swiftshader/third_party/subzero/runtime/ |
| szrt_asm_arm32.s | 3 ## The Subzero Code Generator
|
| szrt_asm_mips32.s | 3 ## The Subzero Code Generator
|
| szrt_asm_x8664.s | 3 ## The Subzero Code Generator
|
Completed in 848 milliseconds
<<11121314151617181920>>