/external/chromium_org/tools/idl_parser/test_parser/ |
interface_web.idl | 121 * Typeref(SomeType) 126 long long [5][6] GetFiveSix(SomeType arg);
|
/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 | 102 /// @a = global SomeType* null - Initializer is both definitive and unique. 104 /// @b = global weak SomeType* null - Initializer is neither definitive nor 107 /// @c = global weak_odr SomeType* null - Initializer is definitive, but not
|
/external/stlport/doc/ |
README.evc4 | 103 template<typename SomeType> void function( SomeType st1, SomeType st2) {}
|
/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...] |
/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/ |
DwarfCompileUnit.cpp | 451 /* Byref variables, in Blocks, are declared by the programmer as "SomeType 458 should still have type 'SomeType', as originally declared. 464 SomeType. So we need the location attribute for the variable to be an 466 pointers and struct to find the actual variable of type SomeType. 479 SomeType VarName; [all...] |
DwarfDebug.cpp | 126 "SomeType VarName;", but the compiler creates a 133 variable should still have type 'SomeType', as originally declared. 139 have the original type 'SomeType' in its debug information. 141 The original type 'SomeType' will be the type of the field named [all...] |
/external/chromium_org/third_party/protobuf/ |
CHANGES.txt | 92 message SomeType {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | 416 ** my_function(SomeType *b){ [all...] |