/build/tools/droiddoc/templates-ds/ |
customizations.cs | 3 <div id="body-content"> 7 <div class="wrap clearfix" id="body-content"> 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 9 <div id="devdoc-nav" class="scroll-pane"> 21 <div class="wrap clearfix" id="body-content"> 23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 24 <div id="devdoc-nav" class="scroll-pane"> 41 <div class="wrap clearfix" id="body-content"> 42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 43 <div id="devdoc-nav" class="scroll-pane" [all...] |
/build/tools/droiddoc/templates-sdk/ |
customizations.cs | 3 <div id="body-content"> 7 <div class="wrap clearfix" id="body-content"> 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 9 <div id="devdoc-nav" class="scroll-pane"> 21 <div class="wrap clearfix" id="body-content"> 23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 24 <div id="devdoc-nav" class="scroll-pane"> 41 <div class="wrap clearfix" id="body-content"> 42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 43 <div id="devdoc-nav" class="scroll-pane" [all...] |
/bionic/libc/bionic/ |
wait.cpp | 32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru); 46 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { 48 return __waitid(which, id, info, options, NULL);
|
/cts/tests/tests/holo/src/android/holo/cts/modifiers/ |
TabHostModifier.java | 33 .setContent(R.id.tab_inner_view)); 37 .setContent(R.id.tab_inner_view)); 41 .setContent(R.id.tab_inner_view));
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 54 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); 60 assertTrue("LinearLayout not inflated", result.findViewById(R.id.linear) != null); 61 assertTrue("TextView not inflated", result.findViewById(R.id.text) != null); 62 assertTrue("ImageView not inflated", result.findViewById(R.id.image) != null); 63 assertTrue("FrameLayout not inflated", result.findViewById(R.id.frame) != null); 64 assertTrue("RelateiveLayout not inflated", result.findViewById(R.id.relative) != null); 65 assertTrue("AbsoluteLayout not inflated", result.findViewById(R.id.absolute) != null); 66 assertTrue("ProgressBar not inflated", result.findViewById(R.id.progress) != null); 67 assertTrue("ImageButton not inflated", result.findViewById(R.id.image_button) != null); 68 assertTrue("Button not inflated", result.findViewById(R.id.button) != null) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SaveRestoreState.java | 45 * system takes care of saving a view's state as long as an id has been 46 * assigned to the view, so we assign an ID to the view being saved but not 81 ((TextView)findViewById(R.id.msg)).setText(R.string.save_restore_msg); 88 return ((EditText)findViewById(R.id.saved)).getText(); 95 ((EditText)findViewById(R.id.saved)).setText(text);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Tabs1.java | 29 * for its indicators and views by id from a layout file ({@link TabSpec#setContent(int)}). 42 .setContent(R.id.view1)); 45 .setContent(R.id.view2)); 48 .setContent(R.id.view3));
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_cocoa.h | 25 id<BrowserAccessibilityDelegateCocoa> delegate_; 32 - (id)initWithObject:(BrowserAccessibility*)accessibility 33 delegate:(id<BrowserAccessibilityDelegateCocoa>)delegate;
|
/external/chromium/chrome/browser/ |
character_encoding.h | 23 explicit EncodingInfo(int id); 30 // Encoding command id. 38 // Return canonical encoding name according to the command ID. 41 static std::string GetCanonicalEncodingNameByCommandId(int id); 44 // ID. THIS FUNCTION IS NOT THREADSAFE. You must run this function 46 static string16 GetCanonicalEncodingDisplayNameByCommandId(int id); 62 // Return encoding command id according to the index, which starts from 97 // Get encoding command id according to input encoding name. If the name is 98 // valid, return corresponding encoding command id. Otherwise return 0;
|
/external/chromium/chrome/browser/chromeos/ |
system_access.cc | 53 // Fallback time zone ID used in case of an unexpected error. 105 void SetTimezoneIDFromString(const std::string& id) { 112 FilePath timezone_file(kTimezoneFilesDir + id); 148 std::string id; local 149 UTF16ToUTF8(unicode.getBuffer(), unicode.length(), &id); 150 VLOG(1) << "Setting timezone to " << id; 151 chromeos::SetTimezoneIDFromString(id); 178 std::string id = GetTimezoneIDAsString(); local 179 if (id.empty()) { 180 id = kFallbackTimeZoneId [all...] |
/external/chromium/chrome/browser/debugger/ |
inspectable_tab_proxy.h | 38 // Returns a DevToolsClientHostImpl for the given tab |id|. 39 DevToolsClientHostImpl* ClientHostForTabId(int32 id); 42 // |id| is the UID of the tab to debug. 45 DevToolsClientHost* NewClientHost(int32 id, 65 int32 id,
|
/external/chromium/chrome/browser/themes/ |
theme_service_factory.cc | 26 std::string id = GetForProfile(profile)->GetThemeID(); local 27 if (id == ThemeService::kDefaultThemeID) 30 return profile->GetExtensionService()->GetExtensionById(id, false);
|
/external/chromium/chrome/browser/ui/cocoa/ |
about_window_controller.h | 47 - (id)initWithProfile:(Profile*)profile; 50 - (IBAction)updateNow:(id)sender; 54 - (IBAction)promoteUpdater:(id)sender;
|
base_bubble_controller.h | 45 - (id)initWithWindowNibPath:(NSString*)nibPath 55 - (id)initWithWindowNibPath:(NSString*)nibPath 63 - (id)initWithWindow:(NSWindow*)theWindow
|
menu_controller.h | 39 - (id)init; 46 - (id)initWithModel:(ui::MenuModel*)model 57 - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item;
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
tab_applescript.h | 24 // Doesn't actually create the tab here but just assigns the ID, tab is created 27 - (id)init; 30 - (id)initWithTabContent:(TabContentsWrapper*)aTabContent; 32 // Assigns a tab, sets its unique ID and also copies temporary values. 75 - (id)handlesExecuteJavascriptScriptCommand:(NSScriptCommand*)command;
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.h | 53 virtual SkBitmap* GetBitmapNamed(int id) const; 54 virtual SkColor GetColor(int id) const; 55 virtual bool HasCustomImage(int id) const; 79 GdkColor GetGdkColor(int id) const; 86 // label colors for the IDR resource |id|. 87 GtkIconSet* GetIconSetForId(int id) const; 102 CairoCachedSurface* GetSurfaceNamed(int id, GtkWidget* widget_on_display); 105 CairoCachedSurface* GetRTLEnabledSurfaceNamed(int id, 113 CairoCachedSurface* GetUnthemedSurfaceNamed(int id, 181 void SetThemeColorFromGtk(int id, const GdkColor* color) [all...] |
view_id_util_browsertest.cc | 17 void CheckViewID(ViewID id, bool should_have) { 22 EXPECT_EQ(should_have, !!ViewIDUtil::GetWidget(root_window_, id)) 23 << " Failed id=" << id;
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_mac.h | 24 - (id)initWithLoginHandler:(LoginHandlerMac*)handler; 25 - (IBAction)loginPressed:(id)sender; 26 - (IBAction)cancelPressed:(id)sender;
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_controller_views.h | 62 void ExecuteCommand(int id); 63 bool IsItemChecked(int id) const; 64 bool IsCommandEnabled(int id) const;
|
/external/chromium/chrome/common/extensions/ |
extension_set.h | 17 // The one true extension container. Extensions are identified by their id. 18 // Only one extension can be in the set with a given ID. 28 bool Contains(const std::string& id); 31 // previous extension with the same ID is removed. 35 void Remove(const std::string& id); 37 // Returns the extension ID that the given URL is a part of, or empty if 52 // Look up an Extension object by id. 53 const Extension* GetByID(const std::string& id) const;
|
file_browser_handler.h | 26 // extension id 32 // action id 33 const std::string& id() const { return id_; } function in class:FileBrowserHandler 34 void set_id(const std::string& id) { id_ = id; } 53 // The id for the extension this action belongs to (as defined in the 58 // The id for the FileBrowserHandler, for example: "PdfFileAction".
|
/external/chromium_org/cc/layers/ |
io_surface_layer_impl.h | 19 int id) { 20 return make_scoped_ptr(new IOSurfaceLayerImpl(tree_impl, id)); 38 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
|
picture_image_layer_impl.cc | 14 PictureImageLayerImpl::PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id) 15 : PictureLayerImpl(tree_impl, id) { 27 return PictureImageLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
|
/external/chromium_org/chrome/browser/ |
character_encoding.h | 22 explicit EncodingInfo(int id); 29 // Encoding command id. 37 // Return canonical encoding name according to the command ID. 40 static std::string GetCanonicalEncodingNameByCommandId(int id); 43 // ID. THIS FUNCTION IS NOT THREADSAFE. You must run this function 45 static string16 GetCanonicalEncodingDisplayNameByCommandId(int id); 61 // Return encoding command id according to the index, which starts from 96 // Get encoding command id according to input encoding name. If the name is 97 // valid, return corresponding encoding command id. Otherwise return 0;
|