Searched defs:type (Results 51 - 75 of 7457) sorted by relevance

1234567891011>>

/external/fio/
H A Ddebug.c7 void __dprint(int type, const char *str, ...) argument
12 assert(type < FD_DEBUG_MAX);
19 log_info("%-8s ", debug_levels[type].name);
/external/skia/src/animator/
H A DSkOpArray.cpp13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) { argument
/external/skia/src/gpu/effects/
H A DGrVertexEffect.h28 void addVertexAttrib(GrSLType type) { argument
30 fVertexAttribTypes.push_back(type);
/external/smack/src/org/xbill/DNS/
H A DInvalidTypeException.java6 * An exception thrown when an invalid type code is specified.
14 InvalidTypeException(int type) { argument
15 super("Invalid DNS type: " + type);
/external/bison/src/
H A Dreader.h34 uniqstr type; member in struct:merger_list
41 char const *token_name (int type);
/external/chromium_org/ash/wm/
H A Dwm_types.cc23 ui::WindowShowState ToWindowShowState(WindowStateType type) { argument
24 switch (type) {
47 bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type) { argument
48 return type == WINDOW_STATE_TYPE_MAXIMIZED ||
49 type == WINDOW_STATE_TYPE_FULLSCREEN;
/external/chromium_org/base/allocator/
H A Dtype_profiler_tcmalloc.cc18 const std::type_info& type) {
20 InsertType(ptr, size, type);
27 const std::type_info& type) {
16 NewInterceptForTCMalloc(void* ptr, size_t size, const std::type_info& type) argument
25 DeleteInterceptForTCMalloc(void* ptr, size_t size, const std::type_info& type) argument
/external/chromium_org/cc/animation/
H A Danimation_events.cc9 AnimationEvent::AnimationEvent(AnimationEvent::Type type, argument
14 : type(type),
/external/chromium_org/cc/input/
H A Dlayer_selection_bound.h19 SelectionBoundType type; member in struct:cc::LayerSelectionBound
/external/chromium_org/cc/output/
H A Dviewport_selection_bound.h19 SelectionBoundType type; member in struct:cc::ViewportSelectionBound
/external/chromium_org/chrome/browser/ui/android/
H A Dsimple_message_box_android.cc14 MessageBoxType type) {
11 ShowMessageBox(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, MessageBoxType type) argument
/external/chromium_org/chrome/browser/ui/
H A Dscoped_tabbed_browser_displayer.cc15 HostDesktopType type) {
16 browser_ = FindTabbedBrowser(profile, false, type);
18 browser_ = new Browser(Browser::CreateParams(profile, type));
13 ScopedTabbedBrowserDisplayer( Profile* profile, HostDesktopType type) argument
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_mac.cc16 void BookmarkNodeData::WriteToClipboard(ui::ClipboardType type) { argument
17 WriteBookmarksToPasteboard(type, elements, profile_path_);
20 bool BookmarkNodeData::ReadFromClipboard(ui::ClipboardType type) { argument
22 if (ReadBookmarksFromPasteboard(type, elements, &file_path)) {
/external/chromium_org/components/favicon/core/
H A Dfavicon_url.cc13 favicon_base::IconType type,
15 : icon_url(url), icon_type(type), icon_sizes(sizes) {
12 FaviconURL(const GURL& url, favicon_base::IconType type, const std::vector<gfx::Size>& sizes) argument
/external/chromium_org/content/browser/net/
H A Dbrowser_online_state_observer.cc21 net::NetworkChangeNotifier::ConnectionType type) {
24 it.GetCurrentValue()->Send(new ViewMsg_NetworkTypeChanged(type));
20 OnConnectionTypeChanged( net::NetworkChangeNotifier::ConnectionType type) argument
/external/chromium_org/content/browser/
H A Dpower_save_blocker_impl.cc13 PowerSaveBlockerType type,
15 return scoped_ptr<PowerSaveBlocker>(new PowerSaveBlockerImpl(type, reason));
12 Create( PowerSaveBlockerType type, const std::string& reason) argument
/external/chromium_org/content/public/common/
H A Dfavicon_url.cc14 IconType type,
16 : icon_url(url), icon_type(type), icon_sizes(sizes) {}
13 FaviconURL(const GURL& url, IconType type, const std::vector<gfx::Size>& sizes) argument
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_setcanceltype.c42 pthread_setcanceltype (int type, int *oldtype) argument
47 * cancelability type to 'type' and returns the previous
48 * cancelability type at the location referenced by
52 * type,
63 * cancelability type to 'type' and returns the previous
64 * cancelability type at the location referenced by
72 * If 'oldtype' is NULL then the previous type is not returned
76 * 0 successfully set cancelability type,
[all...]
/external/chromium_org/ppapi/cpp/
H A Dmouse_cursor.cc21 PP_MouseCursor_Type type,
27 instance.pp_instance(), type, image.pp_resource(),
20 SetCursor(const InstanceHandle& instance, PP_MouseCursor_Type type, const ImageData& image, const Point& hot_spot) argument
/external/chromium_org/remoting/protocol/
H A Dtransport.cc13 std::string TransportRoute::GetTypeString(RouteType type) { argument
14 switch (type) {
26 TransportRoute::TransportRoute() : type(DIRECT) {
/external/chromium_org/storage/common/fileapi/
H A Ddirectory_entry.cc12 DirectoryEntryType type,
16 is_directory(type == DIRECTORY),
11 DirectoryEntry(const std::string& name, DirectoryEntryType type, int64 size, const base::Time& last_modified_time) argument
/external/chromium_org/sync/internal_api/
H A Dsync_manager_factory.cc13 SyncManagerFactory::SyncManagerFactory(SyncManagerFactory::MANAGER_TYPE type) argument
14 : type_(type) {
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementException.cpp39 String CustomElementException::preamble(const AtomicString& type) argument
41 return "Registration failed for type '" + type + "'. ";
44 void CustomElementException::throwException(Reason reason, const AtomicString& type, ExceptionState& exceptionState) argument
48 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions.");
52 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable.");
56 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
60 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
64 exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer valid.");
68 exceptionState.throwDOMException(NotSupportedError, preamble(type)
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLNameCollection.cpp30 HTMLNameCollection::HTMLNameCollection(ContainerNode& document, CollectionType type, const AtomicString& name) argument
31 : HTMLCollection(document, type, DoesNotOverrideItemAfter)
38 ASSERT(type() == WindowNamedItems || type() == DocumentNamedItems);
41 ownerNode().nodeLists()->removeCache(this, type(), m_name);
H A DLabelsNodeList.h35 static PassRefPtrWillBeRawPtr<LabelsNodeList> create(ContainerNode& ownerNode, CollectionType type) argument
37 ASSERT_UNUSED(type, type == LabelsNodeListType);

Completed in 492 milliseconds

1234567891011>>