HomeSort by relevance Sort by last modified time
    Searched full:mytype (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
newsect.asm 2 mytype: label
8 times mytype.long-($-..@6.strucstart) db 0
  /external/chromium_org/tools/json_schema_compiler/
ppapi_generator_test.py 85 self.namespace.types['MyType'].properties['int_single']))
87 self.namespace.types['MyType'].properties['int_array']))
89 self.namespace.types['MyType'].properties['optional_int']))
91 self.namespace.types['MyType'].properties['optional_int_array']))
93 self.namespace.types['MyType'].properties['double_single']))
95 self.namespace.types['MyType'].properties['double_array']))
97 self.namespace.types['MyType'].properties['optional_double']))
99 self.namespace.types['MyType'].properties['optional_double_array']))
101 self.namespace.types['MyType'].properties['string']))
103 self.namespace.types['MyType'].properties['string_array'])
    [all...]
idl_schema_test.py 217 mytype = getType(schema, 'MyType')
218 self.assertEquals('string', mytype['properties']['interface']['type'])
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 79 class MyType {
81 explicit MyType(const std::string& a_value) : value_(a_value) {}
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
  /external/chromium_org/tools/json_schema_compiler/test/
idl_reserved_words.idl 20 dictionary MyType {
idl_pepper.idl 45 dictionary MyType {
87 static void function13(MyType arg);
  /external/clang/test/Analysis/
test-variably-modified-types.c 11 int mytype[getArraySize(x)]; local
  /external/chromium_org/tools/idl_parser/test_parser/
typedef_web.idl 86 * Typeref(MyType)
89 typedef MyType[5] MyTypeFive;
94 * Typeref(MyType)
98 typedef MyType[][5] MyTypeUnsizedFive;
  /external/chromium_org/ui/aura/
window_property.h 20 // DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(FOO_EXPORT, MyType);
24 // DEFINE_WINDOW_PROPERTY_KEY(MyType, kMyKey, MyDefault);
34 // DEFINE_LOCAL_WINDOW_PROPERTY_KEY(MyType, kMyKey, MyDefault);
41 // DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(FOO_EXPORT, MyType)
43 // If a property type is not exported, use DECLARE_WINDOW_PROPERTY_TYPE(MyType)
44 // which is a shorthand for DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(, MyType).
  /external/chromium_org/tools/json_to_struct/
element_generator_test.py 106 'elem0': 'const MyType elem0 = {\n' +
113 'elem1': 'const MyType elem1 = {\n' +
124 'const MyType elem2 = {\n' +
141 result = GenerateElements('MyType', schema, description)
157 lambda: GenerateElements('MyType', schema, description))
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 120 struct myType
136 myType<Arg, sizeof...(Args)>* make_array_with_type(const Args&... args)
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java 120 Account diffAccount = new Account("myName", "myType");
124 Account[] accounts = accountManager.getAccountsByType("myType");
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
callback.h 34 // typedef Callback<MyType, MyDataType> MyCallback;
  /external/llvm/include/llvm/IR/
TypeBuilder.h 37 /// struct MyType {
42 /// int8 AFunction(struct MyType *value);
45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
51 /// template<bool xcompile> class TypeBuilder<MyType, xcompile> {
  /external/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_mwerks.h 39 # define __MSL_FIX_ITERATORS__(myType) // Some MSL headers rely on this
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 118 Security.setProperty(DEFAULT_TYPE_PROPERTY, "MyType");
119 assertEquals("MyType", CertPathBuilder.getDefaultType());
  /external/llvm/include/llvm/Support/
YAMLTraits.h 90 /// struct ScalarTraits<MyType> {
91 /// static void output(const MyType &val, void*, llvm::raw_ostream &out) {
95 /// static StringRef input(StringRef scalar, void*, MyType &value) {
118 /// struct SequenceTraits< std::vector<MyType> > {
119 /// static size_t size(IO &io, std::vector<MyType> &seq) {
122 /// static MyType& element(IO &, std::vector<MyType> &seq, size_t index) {
    [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 169 struct MyType {
184 template<bool cross> class TypeBuilder<MyType, cross> {
238 (TypeBuilder<MyType*, false>::get(getGlobalContext())));
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DigitalSignatureTest.java 87 Certificate cert = new Certificate("myType") {

Completed in 1128 milliseconds

1 2 3