Searched
full:instance (Results
776 -
800 of
17686) sorted by null
<<31323334353637383940>>
/external/chromium_org/ppapi/shared_impl/ |
ppb_device_ref_shared.cc | 19 PP_Instance instance, 21 : Resource(type, instance), data_(data) {}
|
/external/chromium_org/ppapi/tests/ |
test_buffer.h | 15 explicit TestBuffer(TestingInstance* instance) : TestCase(instance) {}
|
test_empty.cc | 12 TestEmpty::TestEmpty(TestingInstance* instance) 13 : TestCase(instance) {
|
test_file_mapping.h | 16 explicit TestFileMapping(TestingInstance* instance) 17 : TestCase(instance),
|
test_graphics_3d.h | 19 TestGraphics3D(TestingInstance* instance) : TestCase(instance) {}
|
test_uma.h | 15 explicit TestUMA(TestingInstance* instance) : TestCase(instance) {}
|
test_url_util.h | 13 TestURLUtil(TestingInstance* instance) : TestCase(instance), util_(NULL) {}
|
test_var.h | 16 explicit TestVar(TestingInstance* instance) : TestCase(instance) {}
|
test_var_resource.h | 16 explicit TestVarResource(TestingInstance* instance) : TestCase(instance) {}
|
test_video_decoder.h | 17 explicit TestVideoDecoder(TestingInstance* instance) : TestCase(instance) {}
|
/external/chromium_org/ppapi/thunk/ |
ppb_truetype_font_singleton_api.h | 23 PP_Instance instance, 28 PP_Instance instance,
|
/external/chromium_org/remoting/client/plugin/ |
pepper_util.h | 25 const pp::InstanceHandle& instance, 29 bool SocketAddressToPpNetAddress(const pp::InstanceHandle& instance,
|
/external/chromium_org/sync/internal_api/public/ |
http_post_provider_factory.h | 18 // A factory instance itself should be owned by whomever uses it to create 26 // Obtain a new HttpPostProviderInterface instance, owned by caller.
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_system_mock.h | 14 // Create a new mock system instance and make ScopedFileDescriptor use it. 18 // Destroy a mock system instance.
|
/external/chromium_org/third_party/skia/src/ports/ |
SkDebug_nacl.cpp | 18 #include "ppapi/cpp/instance.h" 21 extern pp::Instance* gPluginInstance;
|
/external/chromium_org/tools/clang/plugins/ |
FindBadConstructsAction.h | 21 clang::CompilerInstance& instance, 23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
|
/external/chromium_org/ui/gfx/ |
screen.cc | 36 void Screen::SetScreenInstance(ScreenType type, Screen* instance) { 38 g_screen_[type] = instance;
|
/external/chromium_org/ui/ozone/platform/caca/ |
caca_window_manager.h | 25 // Register a new libcaca window/instance. Returns the window id. 28 // Remove a libcaca window/instance.
|
/external/chromium_org/ui/views/test/ |
slider_test_api.h | 17 // Can be used to update the private state of a views::Slider instance during a 18 // test. Updating the private state of an already created instance reduces
|
/external/clang/test/Index/ |
index-attrs.m | 16 // CHECK: <getter>: kind: objc-instance-method | name: prop | {{.*}} <attribute>: attribute(annotate)=anno 17 // CHECK: <setter>: kind: objc-instance-method | name: setProp: | {{.*}} <attribute>: attribute(annotate)=anno
|
/external/clang/test/SemaObjC/ |
default-synthesize-2.m | 44 id uid; // expected-note {{instance variable is declared here}} 50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized instance variable '_uid', not existing instance variable 'uid'}} 54 uid = 0; // Use of the wrong instance variable 55 _uid = 0; // Use of the property instance variable 122 id y; // expected-note {{instance variable is declared here}} 128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance variable '_y', not existing instance variable 'y'}}
|
error-outof-scope-property-use.m | 5 @class NSMutableDictionary; // expected-note {{receiver is instance of class declared here}} 19 // expected-warning {{instance method '-objectForKey' not found}}
|
ibaction.m | 7 + (void) __attribute__((ibaction)) myClassMethod:(id)msg; // expected-warning{{'ibaction' attribute only applies to Objective-C instance methods}} 12 + (void) __attribute__((ibaction)) myClassMethod:(id)msg {} // expected-warning{{'ibaction' attribute only applies to Objective-C instance methods}}
|
ivar-in-class-extension.m | 21 + obj->privateIvar; // expected-error {{instance variable 'privateIvar' is private}} 35 int categoryIvar; // expected-error {{instance variables may not be placed in categories}}
|
/external/clang/test/SemaObjCXX/ |
abstract-class-type-ivar.mm | 17 CppConcreteSub _concrete; // expected-error{{instance variable type 'CppConcreteSub' is an abstract class}} 27 @synthesize Prop; // expected-error {{synthesized instance variable type 'const CppConcreteSub' is an abstract class}}
|
Completed in 1970 milliseconds
<<31323334353637383940>>