/external/clang/lib/CodeGen/ |
CGOpenMPRuntime.cpp | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
bltinmodule.c | 585 if (!PyArg_UnpackTuple(args, "dir", 0, 1, &arg))
591 "dir([object]) -> list of strings\n"
597 "the default dir() logic is used and returns:\n"
751 Dir *d;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
bltinmodule.c | 577 if (!PyArg_UnpackTuple(args, "dir", 0, 1, &arg))
583 "dir([object]) -> list of strings\n"
589 "the default dir() logic is used and returns:\n"
743 Dir *d;
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | [all...] |
/external/python/cpython2/Python/ |
bltinmodule.c | 597 if (!PyArg_UnpackTuple(args, "dir", 0, 1, &arg)) 603 "dir([object]) -> list of strings\n" 609 "the default dir() logic is used and returns:\n" 763 Dir *d; [all...] |
/build/soong/cc/ |
library.go | 220 for _, dir := range includeDirs.Strings() { 221 f.flags = append(f.flags, inc+dir) 294 // Location of the file that should be copied to dist dir when requested 444 for _, dir := range exportIncludeDirs.Strings() { 445 SourceAbiFlags = append(SourceAbiFlags, "-I"+dir) 791 for _, dir := range exportIncludeDirs.Strings() { 792 SourceAbiFlags = append(SourceAbiFlags, "-I"+dir) 844 includes = append(includes, "-I"+flags.proto.Dir.String()) 911 dir := library.baseInstaller.installDir(ctx) 912 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir [all...] |
/external/clang/lib/Sema/ |
SemaOpenMP.cpp | [all...] |
/build/soong/finder/ |
finder.go | 40 // can skip the ReadDir call for that dir. 422 // a PersistedDirInfo is the information about a dir that we save to our cache on disk 448 // elements of DirNames are just the dir names; they don't include any '/' character 669 prefix = filepath.Dir(prefix) 711 for _, dir := range element.Dirs { 712 path := joinCleanPaths(element.Root, dir.P) 717 ModTime: dir.T, Inode: dir.I, Device: element.Device, 720 FileNames: dir.F} 974 for j, dir := range result.updatedDirs [all...] |
/external/syzkaller/sys/akaros/gen/ |
amd64.go | 53 {Key: StructKey{Name: "timespec", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "timespec", TypeSize: 16, ArgDir: 1}, Fields: []Type{ 205 &PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "rem", TypeSize: 8, IsOptional: true}, Type: &StructType{Key: StructKey{Name: "timespec", Dir: 1}}}, [all...] |
/build/soong/java/ |
java.go | [all...] |
/external/golang-protobuf/protoc-gen-go/generator/ |
generator.go | 757 fd.importPath = GoImportPath(path.Dir(f.GetName())) [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
bcel.jar | |
/external/clang/lib/Driver/ |
Tools.cpp | 515 // the toolchain itself after the resource dir is inserted in the right [all...] |