/external/libxml2/test/schemas/ |
src-element3_0.xsd | 7 <element name="foo" type="foo:someType"> 15 <element name="bar" type="foo:someType"> 23 <complexType name="someType">
|
/external/clang/test/CodeGenCXX/ |
debug-info-friend.cpp | 7 typedef int SomeType; 13 static void func(SomeClass::SomeType) {
|
/external/clang/test/CoverageMapping/ |
system_macro.c | 7 #define SomeType int 19 SomeType *f; // CHECK: File 0, [[@LINE]]:11 -> {{[0-9:]+}} = 0
|
/external/dagger2/producers/src/main/java/dagger/producers/monitoring/ |
ProductionComponentMonitor.java | 39 * {@literal ListenableFuture<SomeType>} someType();
|
/external/dagger2/core/src/main/java/dagger/ |
Component.java | 52 * SomeType getSomeType(); 53 * {@literal Set<SomeType>} getSomeTypes(); 63 * SomeType getSomeType(); 64 * {@literal Provider<SomeType>} getSomeTypeProvider(); 65 * {@literal Lazy<SomeType>} getLazySomeType(); 76 * void injectSomeType(SomeType someType); 77 * SomeType injectAndReturnSomeType(SomeType someType); [all...] |
/external/clang/include/clang/AST/ |
TypeVisitor.h | 41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... }; 46 /// sometype result = avisitor.Visit(atype);
|
/external/clang/test/Sema/ |
c89.c | 46 typedef int sometype; typedef 47 int a(sometype, y) {return 0;} /* expected-warning {{declaration specifier missing, defaulting to 'int'}} \
|
/external/llvm/include/llvm/IR/ |
GlobalVariable.h | 88 /// @a = global SomeType* null - Initializer is both definitive and unique. 90 /// @b = global weak SomeType* null - Initializer is neither definitive nor 93 /// @c = global weak_odr SomeType* null - Initializer is definitive, but not
|
/external/dagger2/producers/src/main/java/dagger/producers/ |
ProductionComponent.java | 49 * ListenableFuture<SomeType> getSomeType(); 50 * {@literal Producer<Set<SomeType>>} getSomeTypes();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceContentProvider.java | 40 * versions). This is similar to the resource Ids defined as <code>R.sometype.id</code>.
|
ResourceLabelProvider.java | 41 * This is similar to the resource Ids defined as <code>R.sometype.id</code>.
|
/external/clang/unittests/Format/ |
FormatTest.cpp | [all...] |
FormatTestJava.cpp | 346 " SomeType.foo(someArgument)\n"
|
/external/proguard/docs/manual/ |
introduction.html | 147 <li><code>AtomicReferenceFieldUpdater.newUpdater(SomeClass.class, SomeType.class, "someField")</code></li>
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
introduction.html | 146 <li><code>AtomicReferenceFieldUpdater.newUpdater(SomeClass.class, SomeType.class, "someField")</code></li>
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.cpp | 383 /* Byref variables, in Blocks, are declared by the programmer as "SomeType 390 should still have type 'SomeType', as originally declared. 396 SomeType. So we need the location attribute for the variable to be an 398 pointers and struct to find the actual variable of type SomeType. 411 SomeType VarName; [all...] |
DwarfDebug.cpp | 159 "SomeType VarName;", but the compiler creates a 166 variable should still have type 'SomeType', as originally declared. 172 have the original type 'SomeType' in its debug information. 174 The original type 'SomeType' will be the type of the field named [all...] |
/external/protobuf/ |
CHANGES.txt | 157 message SomeType {
|
/frameworks/base/core/java/android/transition/ |
Transition.java | [all...] |