| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | javaversion.java | 30 System.out.println(System.getProperty("java.specification.version")); in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 320 virtual Expression *getProperty(Loc loc, Identifier *ident, int flag); 357 Expression *getProperty(Loc loc, Identifier *ident, int flag); 399 Expression *getProperty(Loc loc, Identifier *ident, int flag); 429 Expression *getProperty(Loc loc, Identifier *ident, int flag); 821 Expression *getProperty(Loc loc, Identifier *ident, int flag); 890 Expression *getProperty(Loc loc, Identifier *ident, int flag);
|
| H A D | denum.c | 303 return memtype->getProperty(loc, id, 0); in getMaxMinValue() 689 Expression *emax = tprev->getProperty(ed->loc, Id::max, 0); in semantic()
|
| H A D | mtype.c | 2050 Expression *Type::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 2179 e = getProperty(e->loc, ident, flag & 1); in dotExp() 2592 Expression *TypeError::getProperty(Loc, Identifier *, int) { return new ErrorExp(); } in getProperty() function 3081 Expression *TypeBasic::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 3402 return Type::getProperty(loc, ident, flag); in getProperty() 3454 e = Type::getProperty(e->loc, ident, flag); in dotExp() 3486 e = Type::getProperty(e->loc, ident, flag); in dotExp() 3779 Expression *TypeVector::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() function 3781 return Type::getProperty(loc, ident, flag); in getProperty() 7604 return getProperty(e->loc, ident, flag & 1); in dotExp() [all …]
|
| H A D | expression.c | 727 return ue->e1->type->Type::getProperty(loc, ident, 0); in searchUFCS()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | j_calls_example.txt | 83 311334 method java/lang/System.getProperty 48 84 311334 method java/util/Properties.getProperty 50
|
| H A D | j_syscalls_example.txt | 111 311536 method java/lang/System.getProperty 48 112 311536 method java/util/Properties.getProperty 50
|
| H A D | j_methodcalls_example.txt | 964 311492 48 java/lang/System.getProperty 965 311492 50 java/util/Properties.getProperty
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | j_calls_example.txt | 83 311334 method java/lang/System.getProperty 48 84 311334 method java/util/Properties.getProperty 50
|
| H A D | j_syscalls_example.txt | 111 311536 method java/lang/System.getProperty 48 112 311536 method java/util/Properties.getProperty 50
|
| H A D | j_methodcalls_example.txt | 964 311492 48 java/lang/System.getProperty 965 311492 50 java/util/Properties.getProperty
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | typesem.d | 2378 Expression getProperty(Type t, Scope* scope_, const ref Loc loc, Identifier ident, int flag) in getProperty() function 2737 e = mt.toBasetype().getProperty(scope_, loc, ident, flag); in getProperty() 3422 e = mt.getProperty(sc, e.loc, ident, flag & DotExpFlag.gag); in dotExp() 3482 e = mt.Type.getProperty(sc, e.loc, ident, flag); in dotExp() 3533 e = mt.Type.getProperty(sc, e.loc, ident, flag); in dotExp() 3583 if (auto ev = getProperty(vet, sc, e.loc, ident, DotExpFlag.gag)) in dotExp() 3914 return mt.getProperty(sc, e.loc, ident, flag & 1); in dotExp() 4130 return mt.getProperty(sc, e.loc, ident, flag & 1); in dotExp() 4141 return mt.getProperty(sc, e.loc, ident, flag & 1); in dotExp() 4174 return mt.Type.getProperty(sc, e.loc, ident, 0); in dotExp() [all …]
|
| H A D | expressionsem.d | 446 return ue.e1.type.Type.getProperty(sc, loc, ident, 0); in searchUFCS()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 283 const NamedDecl *getProperty() const { return Property; } in getProperty() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1404 Base = Profile.getProperty(); in diagnoseRepeatedUseOfWeak() 1475 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | javacomp.m4 | 77 System.out.println(System.getProperty("java.specification.version"));
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
| H A D | javacomp.m4 | 77 System.out.println(System.getProperty("java.specification.version"));
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/ |
| H A D | configure | 4615 System.out.println(System.getProperty("java.specification.version"));
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | NEWS | 16739 * [153]6389 System.getProperty("") should always throw an
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | NEWS | 18589 * [153]6389 System.getProperty("") should always throw an
|