HomeSort by relevance Sort by last modified time
    Searched refs:container (Results 151 - 175 of 881) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
transport_class.h 34 struct attribute_container container; member in struct:anon_transport_class
37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 53 Composite container = new Composite(parent, SWT.NULL); local
54 setControl(container);
55 container.setLayout(new GridLayout(3, false));
57 Label label = new Label(container, SWT.NONE);
61 mLocation = new Text(container, SWT.BORDER);
70 mButton = new Button(container, SWT.FLAT);
73 mProjectToggle = new Button(container, SWT.CHECK);
77 new Label(container, SWT.NONE);
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_views.cc 21 BrowserActionsContainer* container = local
24 return container;
74 BrowserActionsContainer* container = GetContainer(browser_); local
75 container->HidePopup();
  /external/chromium/chrome/browser/ui/cocoa/applescript/
element_applescript.h 23 @property(nonatomic, retain) id container; variable
26 // Calculates the objectspecifier by using the uniqueID, container and
27 // container property.
32 // Sets both container and property, retains container and copies property.
  /external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.h 21 // We place the bubble in |container|.
22 explicit FullscreenExitBubbleGtk(GtkFloatingContainer* container);
39 // A pointer to the floating container that is our parent.
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container.h 20 // Creates an appropriate native container for the current platform.
22 TabContentsContainer* container);
24 // Attaches the new TabContents to the native container.
27 // Detaches the old TabContents from the native container.
30 // Tells the container to update less frequently during resizing operations
34 // Tells the container that the RenderViewHost for the attached TabContents
39 // Tells the container that |tab_contents| got the focus.
native_tab_contents_container_gtk.cc 19 TabContentsContainer* container)
20 : container_(container),
144 TabContentsContainer* container) {
145 return new NativeTabContentsContainerGtk(container);
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 41 RenderMathMLOperator::RenderMathMLOperator(Node* container)
42 : RenderMathMLBlock(container)
48 RenderMathMLOperator::RenderMathMLOperator(Node* container, UChar operatorChar)
49 : RenderMathMLBlock(container)
180 RenderBlock* container = new (renderArena()) RenderMathMLBlock(node()); local
199 container->setStyle(newStyle.release());
200 addChild(container);
212 textStyle->inheritFrom(container->style());
214 container->addChild(text);
313 RenderBlock* container = new (renderArena()) RenderMathMLBlock(node()) local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailViewPagerAdapter.java 92 public void startUpdate(ViewGroup container) {
96 public Object instantiateItem(ViewGroup container, int position) {
109 public void destroyItem(ViewGroup container, int position, Object object) {
114 public void finishUpdate(ViewGroup container) {
  /packages/apps/Contacts/src/com/android/contacts/test/
EmptyFragment.java 31 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
BasicSlider.java 36 public void setUp(ViewGroup container, Parameter parameter, Editor editor) {
37 container.removeAllViews();
39 Context context = container.getContext();
44 R.layout.filtershow_seekbar, container, true);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 50 RelativeLayout container = new RelativeLayout(this); local
61 container.addView(button, lp);
63 setContentView(container);
  /external/chromium/chrome/browser/policy/
device_policy_cache.cc 273 const em::DevicePolicyRefreshRateProto container = local
275 if (container.has_policy_refresh_rate()) {
277 DecodeIntegerValue(container.policy_refresh_rate()));
282 const em::DeviceProxySettingsProto container = local
284 if (container.has_proxy_mode()) {
286 Value::CreateStringValue(container.proxy_mode()));
288 if (container.has_proxy_server()) {
290 Value::CreateStringValue(container.proxy_server()));
292 if (container.has_proxy_pac_url()) {
294 Value::CreateStringValue(container.proxy_pac_url()))
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 36 void set_container(InfoBarContainer* container) { container_ = container; }
44 // container (triggering its deletion), and its delegate is closed.
74 const InfoBarContainer* container() const { return container_; } function in class:InfoBar
90 // container our state has changed if either the heights have changed or
94 // Checks whether we're closed. If so, notifies the container that it should
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressPickerFragment.java 60 protected View inflateView(LayoutInflater inflater, ViewGroup container) {
65 protected void onCreateView(LayoutInflater inflater, ViewGroup container) {
66 super.onCreateView(inflater, container);
PostalAddressPickerFragment.java 75 protected View inflateView(LayoutInflater inflater, ViewGroup container) {
80 protected void onCreateView(LayoutInflater inflater, ViewGroup container) {
81 super.onCreateView(inflater, container);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-iterator.h 34 tree container; member in struct:__anon22665
43 i.container = t;
54 i.container = t;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-iterator.h 34 tree container; member in struct:__anon23394
43 i.container = t;
54 i.container = t;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-iterator.h 34 tree container; member in struct:__anon24225
43 i.container = t;
54 i.container = t;

Completed in 607 milliseconds

1 2 3 4 5 67 8 91011>>