/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/ |
allocators.h | 14 explicit A1(int id = 0) : id_(id) {} 18 int id() const {return id_;} function in class:A1 25 A1(const A1& a) : id_(a.id()) {copy_called = true;} 26 A1(A1&& a) : id_(a.id()) {move_called = true;} 29 A1(const A1<U>& a) : id_(a.id()) {copy_called = true;} 31 A1(A1<U>&& a) : id_(a.id()) {move_called = true;} 56 return x.id() == y.id(); 71 explicit A2(int id = 0) : id_(id) { 80 int id() const {return id_;} function in class:A2 126 int id() const {return id_;} function in class:A3 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
allocators.h | 14 explicit A1(int id = 0) : id_(id) {} 18 int id() const {return id_;} function in class:A1 25 A1(const A1& a) : id_(a.id()) {copy_called = true;} 26 A1(A1&& a) : id_(a.id()) {move_called = true;} 29 A1(const A1<U>& a) : id_(a.id()) {copy_called = true;} 31 A1(A1<U>&& a) : id_(a.id()) {move_called = true;} 56 return x.id() == y.id(); 71 explicit A2(int id = 0) : id_(id) { 80 int id() const {return id_;} function in class:A2 126 int id() const {return id_;} function in class:A3 [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 54 * because of the static locale::id instance. When VC6 see this definition 55 * it goes crasy with locale::id static instances and all the has_facet tests 112 static locale::id id; variable 164 locale::id codecvt<_InternT, _ExternT, _StateT>::id; 229 static _STLP_STATIC_DECLSPEC locale::id id; 326 static _STLP_STATIC_DECLSPEC locale::id id; [all...] |
_locale.h | 103 _STLP_CLASS_DECLSPEC id { struct in class:locale 190 facet* _M_get_facet(const id&) const; 192 facet* _M_use_facet(const id&) const; 199 void _M_insert(facet* __f, id& __id); 320 * facet id static instance in the library source code to avoid 326 inline locale::id& _GetFacetId(const _Facet*) 327 { return _Facet::id; } 329 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_get<char, istreambuf_iterator<char, char_traits<char> > >*); 330 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, char_traits<char> > >*); 331 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const num_get<char, istreambuf_iterator<char, char_traits<char> > >*) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_stress_test.cc | 64 std::string IdToKey(int id, const char* suffix) { 66 key << "key_" << id << "_" << suffix; 70 std::string IdToString(int id) { 72 id_message << id; local 78 int id, const char* suffix) { 79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); 83 << "expecting " << suffix << " value for id " << id; local 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 89 void ManyAsserts(int id) { [all...] |
/packages/apps/Browser/src/com/android/browser/ |
OpenDownloadReceiver.java | 54 final long id = ids[0]; local 59 onReceiveAsync(context, id); 66 private void onReceiveAsync(Context context, long id) { 69 Uri uri = manager.getUriForDownloadedFile(id); 75 launchIntent.setDataAndType(uri, manager.getMimeTypeForDownloadedFile(id));
|
/packages/apps/Calculator/src/com/android/calculator2/ |
EventListener.java | 37 int id = view.getId(); local 38 switch (id) { 39 case R.id.del: 43 case R.id.clear: 47 case R.id.equal: 68 int id = view.getId(); local 69 if (id == R.id.del) { 115 http://b/issue?id=1022478
|
/packages/apps/Camera2/src/com/android/camera/ |
OnScreenIndicators.java | 55 R.id.menu_exposure_indicator); 57 R.id.menu_flash_indicator); 59 R.id.menu_scenemode_indicator); 61 R.id.menu_location_indicator); 63 R.id.menu_timer_indicator); 65 R.id.menu_wb_indicator); 99 int id = 0; local 102 id = R.drawable.ic_indicator_ev_n3; 105 id = R.drawable.ic_indicator_ev_n2; 108 id = R.drawable.ic_indicator_ev_n1 [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ViewIdGenerator.java | 30 * It is used to assign a unique but consistent id to each view across {@link EditContactActivity}'s 63 * Returns an id for a view associated with specified contact field. 75 int id = mIdMap.getInt(k, INVALID_VIEW_ID); local 76 if (id == INVALID_VIEW_ID) { 77 // Make sure the new id won't conflict with auto-generated ids by masking with 0xffff. 78 id = (mNextId++) & 0xFFFF; 79 mIdMap.putInt(k, id); 81 return id;
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
UndemoteOutgoingCallReceiver.java | 47 final long id = getContactIdFromPhoneNumber(context, number); 48 if (id != NO_CONTACT_FOUND) { 49 undemoteContactWithId(context, id); 57 private void undemoteContactWithId(Context context, long id) { 59 cv.put(String.valueOf(id), PinnedPositions.UNDEMOTE); 76 final long id = cursor.getLong(0); local 77 return id;
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
SmartDialNumberListAdapter.java | 107 long id = cursor.getLong(PhoneQuery.PHONE_ID); local 108 return ContentUris.withAppendedId(ContactsContract.Data.CONTENT_URI, id);
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Device.java | 37 * EAS requires a unique device id, so that sync is possible from a variety of different 40 * This would work on a real device as well, but it would be better to use the "real" id if 56 String id; local 60 id = rdr.readLine(); 62 if (id == null) { 63 // It's very bad if we read a null device id; let's delete that file 69 return id; 83 id = "androidc" + consistentDeviceId; 85 id = "android" + System.currentTimeMillis(); 87 w.write(id); [all...] |
/packages/apps/Gallery/src/com/android/camera/gallery/ |
VideoObject.java | 34 * two thumbnail bitmaps as well as other information such as the id, and the 42 * @param id the image id of the image 46 long id, int index, Uri uri, String dataPath, 48 super(container, cr, id, index, uri, dataPath, 111 long id = mId; local 113 id, Images.Thumbnails.MICRO_KIND, null, true);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MediaSource.java | 62 public PathId(Path path, int id) { 64 this.id = id; 67 public int id; field in class:MediaSource.PathId 71 // and invoke consumer.consume() for each MediaItem with the given id. 92 consumer.consume(pid.id, (MediaItem) obj);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
AlbumSetLoader.java | 40 int id = (int) (500 * random); local 42 id, 43 "Fun times " + id,
|
/packages/apps/Settings/src/com/android/settings/ |
RegulatoryInfoDisplayActivity.java | 80 ImageView image = (ImageView) view.findViewById(R.id.regulatoryInfo); 88 TextView messageText = (TextView) dialog.findViewById(android.R.id.message); 105 int id = getResources().getIdentifier( local 107 if (id != 0) { 108 resId = id;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageInviteView.java | 53 findViewById(R.id.invite_calendar_view).setOnClickListener(this); 54 findViewById(R.id.accept).setOnClickListener(this); 55 findViewById(R.id.tentative).setOnClickListener(this); 56 findViewById(R.id.decline).setOnClickListener(this); 67 final int id = v.getId(); local 69 if (id == R.id.invite_calendar_view) { 75 } else if (id == R.id.accept) { 77 } else if (id == R.id.tentative) [all...] |
SpamWarningView.java | 39 mSpamWarningIcon = (ImageView) findViewById(R.id.spam_warning_icon); 40 mSpamWarningText = (TextView) findViewById(R.id.spam_warning_text); 41 mSpamWarningLink = (TextView) findViewById(R.id.spam_warning_link); 47 final int id = v.getId(); local 49 if (id == R.id.spam_warning) { 51 } else if (id == R.id.spam_warning_link) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
SimpleNode.java | 8 protected int id; field in class:SimpleNode 12 id = i; 69 public String toString() { return AddressListParserTreeConstants.jjtNodeName[id]; }
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
ProgressService.java | 49 UpdateRunnable(int id, long when, int progress) { 50 mId = id; 58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress); 78 final int id = intent.getIntExtra("id", 0); local 81 handler.postDelayed(new UpdateRunnable(id, when, progress), 1000); 84 public static void startProgressUpdater(Context context, int id, long when, int progress) { 88 progressIntent.putExtra("id", id);
|
/packages/inputmethods/PinyinIME/jni/include/ |
searchutility.h | 25 // Type used to identify the size of a pool, such as id pool, etc. 33 size_t id:(kLemmaIdSize * 8); member in struct:ime_pinyin::__anon33416 64 // splid_end_split = false; id_start = wa(the first id start with 'w'); 82 // newly added id for the current extension. 86 // the newly added spelling id. 101 // If the newly added id is a half id, id_start is the first id of the 102 // corresponding full ids; if the newly added id is a full id, id_start i [all...] |
/packages/providers/PartnerBookmarksProvider/tests/src/com/android/providers/partnerbookmarks/ |
PartnerBookmarksProviderTest.java | 47 long id = cursor.getLong( local 48 cursor.getColumnIndexOrThrow(PartnerBookmarksContract.Bookmarks.ID)); 58 assertFalse("bookmark id must be non-zero", id == 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
codecvt.h | 282 static locale::id id; member in class:codecvt 326 locale::id codecvt<_InternT, _ExternT, _StateT>::id; member in class:codecvt 343 static locale::id id; member in class:codecvt 401 static locale::id id; member in class:codecvt
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
mixer_oss.h | 54 char id[16]; member in struct:snd_mixer_oss
|
seq_device.h | 38 char id[ID_LEN]; /* driver id */ member in struct:snd_seq_device 71 int snd_seq_device_new(struct snd_card *card, int device, char *id, int argsize, struct snd_seq_device **result); 72 int snd_seq_device_register_driver(char *id, struct snd_seq_dev_ops *entry, int argsize); 73 int snd_seq_device_unregister_driver(char *id); 79 * id strings for generic devices
|