HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 51 - 75 of 609) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 37 bool followsCreateRule(const FunctionDecl *FD);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TarWriter.h 26 TarWriter(int FD, StringRef BaseDir);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
BitWriter.h 41 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 79 int _PyVerify_fd(int fd);
81 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
91 #define _PyIsSelectable_fd(FD) (1)
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 79 int _PyVerify_fd(int fd);
81 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
91 #define _PyIsSelectable_fd(FD) (1)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 79 int _PyVerify_fd(int fd);
81 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
91 #define _PyIsSelectable_fd(FD) (1)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 79 int _PyVerify_fd(int fd);
81 /* fdopen doesn't set errno EBADF and crashes for large fd on debug build */
82 #define _PyVerify_fd(fd) (_get_osfhandle(fd) >= 0)
89 #define _PyIsSelectable_fd(FD) (((FD) >= 0) && ((FD) < FD_SETSIZE))
91 #define _PyIsSelectable_fd(FD) (1)
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 60 bool VisitFunctionDecl(FunctionDecl *FD) {
61 if (FD->isLateTemplateParsed() &&
62 ParsedTemplates.count(FD->getNameAsString()))
63 LateParsedDecls.insert(FD);
71 for (const FunctionDecl *FD : v.LateParsedDecls) {
72 clang::LateParsedTemplate* LPT = sema.LateParsedTemplateMap.lookup(FD);
74 llvm::errs() << "late-parsed-decl: \"" << FD->getNameAsString() << "\"\n";
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
MemoryBuffer.cpp 210 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len,
212 : MFR(FD, sys::fs::mapped_file_region::readonly,
236 getMemoryBufferForStream(int FD, const Twine &BufferName) {
243 ReadBytes = read(FD, Buffer.end(), ChunkSize);
263 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize,
270 int FD;
271 std::error_code EC = sys::fs::openFileForRead(Filename, FD);
276 getOpenFileImpl(FD, Filename, FileSize, MapSize, Offset,
278 close(FD);
282 static bool shouldUseMmap(int FD,
    [all...]
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 114 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
116 OS << "GC roots for " << FD->getFunction().getName() << ":\n";
117 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
118 RE = FD->roots_end();
122 OS << "GC safe points for " << FD->getFunction().getName() << ":\n";
123 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE;
129 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI),
130 RE = FD->live_end(PI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 157 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
159 OS << "GC roots for " << FD->getFunction().getNameStr() << ":\n";
160 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(),
161 RE = FD->roots_end(); RI != RE; ++RI)
164 OS << "GC safe points for " << FD->getFunction().getNameStr() << ":\n";
165 for (GCFunctionInfo::iterator PI = FD->begin(),
166 PE = FD->end(); PI != PE; ++PI) {
171 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI),
172 RE = FD->live_end(PI);;) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metafpu21ext.s 2 FD ABS FX.0,FX.2
13 FD MOV FX.0,FX.2
16 FD MOV FX.0,#0xffff
19 FD NEG FX.0,FX.2
24 FD CMP FX.6,FX.0
36 FD CMP FX.6,#0x0
39 FD MAX FX.6,FX.0,FX.2
42 FD MIN FX.6,FX.0,FX.2
73 FD ADD FX.0,FX.2,FX.4
79 FD MUL FX.0,FX.2,FX.
    [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 210 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len,
212 : MFR(FD, sys::fs::mapped_file_region::readonly,
236 getMemoryBufferForStream(int FD, const Twine &BufferName) {
243 ReadBytes = read(FD, Buffer.end(), ChunkSize);
263 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize,
270 int FD;
271 std::error_code EC = sys::fs::openFileForRead(Filename, FD);
276 getOpenFileImpl(FD, Filename, FileSize, MapSize, Offset,
278 close(FD);
282 static bool shouldUseMmap(int FD,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 87 bool checkCall_strCommon(const CallExpr *CE, const FunctionDecl *FD);
93 void checkCall_gets(const CallExpr *CE, const FunctionDecl *FD);
94 void checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD);
95 void checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD);
96 void checkCall_mkstemp(const CallExpr *CE, const FunctionDecl *FD);
97 void checkCall_strcpy(const CallExpr *CE, const FunctionDecl *FD);
98 void checkCall_strcat(const CallExpr *CE, const FunctionDecl *FD);
99 void checkCall_rand(const CallExpr *CE, const FunctionDecl *FD);
100 void checkCall_random(const CallExpr *CE, const FunctionDecl *FD);
101 void checkCall_vfork(const CallExpr *CE, const FunctionDecl *FD);
    [all...]
ChrootChecker.cpp 66 const FunctionDecl *FD = C.getCalleeDecl(CE);
67 if (!FD)
76 if (FD->getIdentifier() == II_chroot) {
80 if (FD->getIdentifier() == II_chdir) {
126 const FunctionDecl *FD = C.getCalleeDecl(CE);
127 if (!FD)
137 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir)
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 112 typedef FieldDescriptor FD; // avoid line wrapping
113 if (field->label() == FD::LABEL_REPEATED) {
115 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >);
116 case FD::CPPTYPE_INT64 : return sizeof(RepeatedField<int64 >);
117 case FD::CPPTYPE_UINT32 : return sizeof(RepeatedField<uint32 >);
118 case FD::CPPTYPE_UINT64 : return sizeof(RepeatedField<uint64 >);
119 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >);
120 case FD::CPPTYPE_FLOAT : return sizeof(RepeatedField<float >);
121 case FD::CPPTYPE_BOOL : return sizeof(RepeatedField<bool >);
122 case FD::CPPTYPE_ENUM : return sizeof(RepeatedField<int >)
    [all...]
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 62 extern int PASTE(\u, 00FD); // expected-warning{{\u used with no following hex digits}}
63 extern int PASTE(\u0, 0FD); // expected-warning{{incomplete universal character name}}
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
33 raw_fd_ostream OS(FD, ShouldClose, Unbuffered);
  /libcore/ojluni/src/main/native/
io_util_md.h 32 #define FD jint
39 FD handleOpen(const char *path, int oflag, int mode);
42 * Macros to set/get fd from the java.io.FileDescriptor. These
49 #define SET_FD(this, fd, fid) \
51 (*env)->SetIntField(env, (*env)->GetObjectField(env, (this), (fid)),IO_fd_fdID, (fd))
58 * Macros to set/get fd when inside java.io.FileDescriptor
75 #define SET_HANDLE(fd) return (jlong)-1
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 51 tool_output_file(StringRef Filename, int FD);
  /external/valgrind/none/tests/mips64/
move_instructions.c 92 /* movX.s fd, fs */
93 #define TEST3(instruction, FD, FS, cc, offset) \
101 "dmtc1 $zero, $"#FD "\n\t" \
107 "mfc1 %0, $"#FD "\n\t" \
110 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
116 /* movX.d fd, fs */
117 #define TEST3d(instruction, FD, FS, cc, offset) \
125 "dmtc1 $zero, $"#FD "\n\t" \
130 "dmfc1 %0, $"#FD "\n\t" \
133 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2"
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 67 const clang::FunctionDecl* FD =
70 if (FD == nullptr) {
74 return FD;
98 const clang::FunctionDecl* FD = clang::dyn_cast<clang::FunctionDecl>(D);
100 if (FD == nullptr) {
104 const clang::StringRef& funcName = FD->getName();
172 clang::FunctionDecl* FD = clang::FunctionDecl::Create(
178 ParamDecls[I] = clang::ParmVarDecl::Create(mASTCtxt, FD, Loc,
184 FD->setParams(llvm::makeArrayRef(ParamDecls, kNumParams));
188 FD->setImplicit()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 51 tool_output_file(StringRef Filename, int FD);

Completed in 1535 milliseconds

1 23 4 5 6 7 8 91011>>