/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SelectedConversationsActionMenu.java | 126 if (itemId == R.id.delete) { 128 performDestructiveAction(R.id.delete); 129 } else if (itemId == R.id.discard_drafts) { 130 performDestructiveAction(R.id.discard_drafts); 131 } else if (itemId == R.id.archive) { 133 performDestructiveAction(R.id.archive); 134 } else if (itemId == R.id.remove_folder) { 135 destroy(R.id.remove_folder, mSelectionSet.values(), 138 } else if (itemId == R.id.mute) { 139 destroy(R.id.mute, mSelectionSet.values(), mUpdater.getBatchAction(R.id.mute)) [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 116 { R.id.EQBand0TextView, R.id.EQBand0SeekBar }, 117 { R.id.EQBand1TextView, R.id.EQBand1SeekBar }, 118 { R.id.EQBand2TextView, R.id.EQBand2SeekBar }, 119 { R.id.EQBand3TextView, R.id.EQBand3SeekBar }, 120 { R.id.EQBand4TextView, R.id.EQBand4SeekBar } 691 final int id = seekbar.getId(); local [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLCreateNullInterface.cpp | 20 GrBufferObj(GrGLuint id) : fID(id), fDataPtr(NULL), fSize(0), fMapped(false) { 34 GrGLuint id() const { return fID; } function in class:__anon16063::GrBufferObj 54 static GrBufferObj* look_up(GrGLuint id) { 55 GrBufferObj* buffer = gBuffers[id]; 56 GrAssert(NULL != buffer && buffer->id() == id); 66 GrGLuint id; local 71 id = gBuffers.count(); 72 buffer = SkNEW_ARGS(GrBufferObj, (id)); 89 GrGLuint id = buffer->id(); local 118 GrGLuint id = 0; local 191 GrGLuint id = 0; local 213 GrGLuint id = 0; local 237 GrGLuint id = 0; local [all...] |
GrGpuGL.h | 65 void bindVertexArray(GrGLuint id) { 66 fHWGeometryState.setVertexArrayID(this, id); 68 void bindIndexBufferAndDefaultVertexArray(GrGLuint id) { 69 fHWGeometryState.setIndexBufferIDOnDefaultVertexArray(this, id); 71 void bindVertexBuffer(GrGLuint id) { 72 fHWGeometryState.setVertexBufferID(this, id); 77 void notifyVertexArrayDelete(GrGLuint id) { 78 fHWGeometryState.notifyVertexArrayDelete(id); 80 void notifyVertexBufferDelete(GrGLuint id) { 81 fHWGeometryState.notifyVertexBufferDelete(id); [all...] |
/external/skia/src/gpu/gl/ |
GrGLCreateNullInterface.cpp | 20 GrBufferObj(GrGLuint id) : fID(id), fDataPtr(NULL), fSize(0), fMapped(false) { 34 GrGLuint id() const { return fID; } function in class:__anon27922::GrBufferObj 54 static GrBufferObj* look_up(GrGLuint id) { 55 GrBufferObj* buffer = gBuffers[id]; 56 GrAssert(NULL != buffer && buffer->id() == id); 66 GrGLuint id; local 71 id = gBuffers.count(); 72 buffer = SkNEW_ARGS(GrBufferObj, (id)); 89 GrGLuint id = buffer->id(); local 118 GrGLuint id = 0; local 191 GrGLuint id = 0; local 213 GrGLuint id = 0; local 237 GrGLuint id = 0; local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager_unittest.cc | 44 ExtensionMenuItem::Id id(NULL, extension->id(), next_id_++); 45 return new ExtensionMenuItem(id, "test", false, type, contexts); 78 ASSERT_EQ(item1, manager_.GetItemById(item1->id())); 87 ASSERT_EQ(item2, manager_.GetItemById(item2->id())); 95 ExtensionMenuItem::Id id3 = item3->id(); 105 ExtensionMenuItem::Id id(NULL, extension->id(), id3.uid + 50) 433 ExtensionMenuItem::Id id = item->id(); local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
tridpars.cpp | 95 * Parse a single ID, that is, an ID of the general form 98 * @param id the id to be parsed 107 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, 112 // The ID will be of the form A, A(), A(B), or (B), where 122 specsA = parseFilterID(id, pos, TRUE); 128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) { 130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) { 131 specsB = parseFilterID(id, pos, TRUE) [all...] |
/external/icu4c/i18n/ |
tridpars.cpp | 95 * Parse a single ID, that is, an ID of the general form 98 * @param id the id to be parsed 107 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, 112 // The ID will be of the form A, A(), A(B), or (B), where 122 specsA = parseFilterID(id, pos, TRUE); 128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) { 130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) { 131 specsB = parseFilterID(id, pos, TRUE) [all...] |
/external/chromium_org/content/common/gpu/client/ |
gl_helper.h | 38 WebGLId id, 41 id_(id), 49 WebGLId id() const { return id_; } function in class:content::ScopedWebGLId 52 WebGLId id = id_; local 54 return id; 74 WebGLId id) 76 id, 83 WebGLId id) 85 id, 92 WebGLId id) [all...] |
/external/openssh/regress/ |
ssh-com-client.sh | 31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com 32 chmod 600 ${OBJ}/id.com 33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh 34 chmod 600 ${OBJ}/id.openssh 35 ${SSHKEYGEN} -y -f ${OBJ}/id.openssh > $OBJ/authorized_keys_$USER 36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub 37 echo IdKey ${OBJ}/id.com > ${OBJ}/id.lis [all...] |
/external/openssh/ |
sftp-server.c | 405 send_status(u_int32_t id, u_int32_t status) 409 debug3("request %u: sent status %u", id, status); 415 buffer_put_int(&msg, id); 425 send_data_or_handle(char type, u_int32_t id, const char *data, int dlen) 431 buffer_put_int(&msg, id); 438 send_data(u_int32_t id, const char *data, int dlen) 440 debug("request %u: sent data len %d", id, dlen); 441 send_data_or_handle(SSH2_FXP_DATA, id, data, dlen); 445 send_handle(u_int32_t id, int handle) 451 debug("request %u: sent handle handle %d", id, handle) 548 u_int32_t id, pflags; local 587 u_int32_t id; local 603 u_int32_t id, len; local 643 u_int32_t id; local 690 u_int32_t id; local 728 u_int32_t id; local 766 u_int32_t id; local 817 u_int32_t id; local 886 u_int32_t id; local 917 u_int32_t id; local 970 u_int32_t id; local 992 u_int32_t id; local 1016 u_int32_t id; local 1038 u_int32_t id; local 1063 u_int32_t id; local 1125 u_int32_t id; local 1150 u_int32_t id; local 1252 u_int32_t id; local [all...] |
/art/runtime/jdwp/ |
object_registry.h | 43 // The corresponding id, so we only need one map lookup in Add. 44 JDWP::ObjectId id; member in struct:art::ObjectRegistryEntry 60 template<typename T> T Get(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 61 if (id == 0) { 64 return reinterpret_cast<T>(InternalGet(id)); 71 void DisableCollection(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 72 void EnableCollection(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 74 bool IsCollected(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 76 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count) 79 // Returned by Get when passed an invalid object id [all...] |
/external/chromium/chrome/browser/themes/ |
browser_theme_pack.h | 64 // If this theme specifies data for the corresponding |id|, return true and 68 bool GetTint(int id, color_utils::HSL* hsl) const; 69 bool GetColor(int id, SkColor* color) const; 70 bool GetDisplayProperty(int id, int* result) const; 72 // Returns a bitmap if we have a custom image for |id|, otherwise NULL. Note 74 // image |id| was included in the unprocessed theme and is used as a proxy 76 SkBitmap* GetBitmapNamed(int id) const; 80 RefCountedMemory* GetRawData(int id) const; 82 // Whether this theme provides an image for |id|. 83 bool HasCustomImage(int id) const 194 int32 id; member in struct:BrowserThemePack::TintEntry 201 int32 id; member in struct:BrowserThemePack::ColorPair 206 int32 id; member in struct:BrowserThemePack::DisplayPropertyPair [all...] |
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details.h | 162 - (id)initAsFolder; 165 - (id)initWithCookie:(const net::CookieMonster::CanonicalCookie*)treeNode 170 - (id)initWithDatabase: 174 - (id)initWithLocalStorage: 178 - (id)initWithDatabase:(const std::string&)domain 186 - (id)initWithAppCacheInfo:(const appcache::AppCacheInfo*)appcacheInfo; 189 - (id)initWithLocalStorage:(const std::string&)domain 195 - (id)initWithAppCacheManifestURL:(const std::string&)manifestURL; 198 - (id)initWithIndexedDBInfo: 222 - (id)initWithDetails:(CocoaCookieDetails*)details [all...] |
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.cc | 13 TestURLFetcher::TestURLFetcher(int id, 18 id_(id), 38 int id, 42 TestURLFetcher* fetcher = new TestURLFetcher(id, url, request_type, d); 43 fetchers_[id] = fetcher; 47 TestURLFetcher* TestURLFetcherFactory::GetFetcherByID(int id) const { 48 Fetchers::const_iterator i = fetchers_.find(id); 52 void TestURLFetcherFactory::RemoveFetcherFromMap(int id) { 53 Fetchers::iterator i = fetchers_.find(id); 110 int id, [all...] |
/external/chromium_org/base/threading/ |
thread_id_name_manager.cc | 43 PlatformThreadId id) { 45 thread_id_to_handle_[id] = handle; 50 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) { 64 thread_id_to_handle_.find(id); 70 main_process_id_ = id; 76 const char* ThreadIdNameManager::GetName(PlatformThreadId id) { 79 if (id == main_process_id_) 83 thread_id_to_handle_.find(id); 93 PlatformThreadId id) { 102 thread_id_to_handle_.find(id); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_details.h | 164 - (id)initAsFolder; 167 - (id)initWithCookie:(const net::CanonicalCookie*)treeNode 171 - (id)initWithDatabase: 175 - (id)initWithLocalStorage: 179 - (id)initWithDatabase:(const std::string&)domain 187 - (id)initWithAppCacheInfo:(const appcache::AppCacheInfo*)appcacheInfo; 190 - (id)initWithLocalStorage:(const std::string&)domain 196 - (id)initWithAppCacheManifestURL:(const std::string&)manifestURL; 199 - (id)initWithIndexedDBInfo: 223 - (id)initWithDetails:(CocoaCookieDetails*)details [all...] |
/external/chromium_org/net/dns/ |
dns_query.cc | 21 DnsQuery::DnsQuery(uint16 id, const base::StringPiece& qname, uint16 qtype) 31 header->id = base::HostToNet16(id); 45 DnsQuery* DnsQuery::CloneWithNewId(uint16 id) const { 46 return new DnsQuery(*this, id); 49 uint16 DnsQuery::id() const { function in class:net::DnsQuery 52 return base::NetToHost16(header->id); 73 DnsQuery::DnsQuery(const DnsQuery& orig, uint16 id) { 80 header->id = base::HostToNet16(id); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ViewportStyleResolver.cpp | 99 float ViewportStyleResolver::viewportArgumentValue(CSSPropertyID id) const 106 if (id == CSSPropertyUserZoom) 109 RefPtr<CSSValue> value = m_propertySet->getPropertyCSSValue(id); 123 switch (id) { 152 Length ViewportStyleResolver::viewportLengthValue(CSSPropertyID id) const 154 ASSERT(id == CSSPropertyMaxHeight 155 || id == CSSPropertyMinHeight 156 || id == CSSPropertyMaxWidth 157 || id == CSSPropertyMinWidth); 159 RefPtr<CSSValue> value = m_propertySet->getPropertyCSSValue(id); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/scripts/templates/ |
StylePropertyShorthand.h.tmpl | 41 StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, unsigned numProperties) 45 , m_shorthandID(id) 49 StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, const StylePropertyShorthand** propertiesForInitialization, unsigned numProperties) 53 , m_shorthandID(id) 60 CSSPropertyID id() const { return m_shorthandID; }
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
nvprogram.h | 38 _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params); 53 _mesa_GetProgramivNV(GLuint id, GLenum pname, GLint *params); 56 _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program); 74 _mesa_LoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte *program); 89 _mesa_ProgramNamedParameter4fNV(GLuint id, GLsizei len, const GLubyte *name, 93 _mesa_ProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte *name, 97 _mesa_ProgramNamedParameter4dNV(GLuint id, GLsizei len, const GLubyte *name, 101 _mesa_ProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte *name, 105 _mesa_GetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte *name, 109 _mesa_GetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte *name [all...] |
/external/chromium_org/ui/message_center/ |
notification_list.h | 66 void RemoveNotification(const std::string& id); 70 Notifications GetNotificationsBySource(const std::string& id); 71 Notifications GetNotificationsByExtension(const std::string& id); 86 bool HasNotification(const std::string& id); 97 Notification* GetPopup(const std::string& id); 104 void MarkSinglePopupAsShown(const std::string& id, 108 void MarkSinglePopupAsDisplayed(const std::string& id); 111 void MarkNotificationAsExpanded(const std::string& id); 113 NotificationDelegate* GetNotificationDelegate(const std::string& id); 135 // Iterates through the list and returns the first notification matching |id| [all...] |
/external/chromium_org/webkit/child/ |
worker_task_runner.cc | 32 ThreadLocalState(int id, const WebWorkerRunLoop& loop) 33 : id_(id), run_loop_(loop) { 42 int id = id_sequence_.GetNext(); local 43 DCHECK(!id); 47 int id, const base::Closure& closure) { 48 DCHECK(id > 0); 50 IDToLoopMap::iterator found = loop_map_.find(id); 91 int id = id_sequence_.GetNext(); local 92 current_tls_.Set(new ThreadLocalState(id, loop)); 95 loop_map_[id] = loop [all...] |
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
ParserStateTable.java | 68 * given a source state (referenced by its numeric ID) and the current 106 int id = from.getId(); local 107 if (id < 0 || id >= MAX_STATES) { 113 result = stateTable[id][currentChar]; 154 int id = from.getId(); local 155 if ((id < 0) || (id >= MAX_STATES)) { 167 int id = from.getId(); local 168 if ((id < 0) || (id >= MAX_STATES)) [all...] |
/external/mesa3d/src/mesa/main/ |
nvprogram.h | 38 _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params); 53 _mesa_GetProgramivNV(GLuint id, GLenum pname, GLint *params); 56 _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program); 74 _mesa_LoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte *program); 89 _mesa_ProgramNamedParameter4fNV(GLuint id, GLsizei len, const GLubyte *name, 93 _mesa_ProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte *name, 97 _mesa_ProgramNamedParameter4dNV(GLuint id, GLsizei len, const GLubyte *name, 101 _mesa_ProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte *name, 105 _mesa_GetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte *name, 109 _mesa_GetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte *name [all...] |