/external/chromium_org/third_party/icu/source/common/ |
serv.h | 72 const UnicodeString _id; member in class:ICUServiceKey 285 const UnicodeString _id; [all...] |
/external/icu4c/common/ |
serv.h | 72 const UnicodeString _id; member in class:ICUServiceKey 286 const UnicodeString _id; [all...] |
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p8.cpp | 4 constexpr const char *operator "" _id(const char *p, size_t) { return p; } function 5 constexpr const char *s = "foo"_id "bar" "baz"_id "quux"; 18 const char *u = "foo" "bar"_id "baz" "quux"_di "corge"; // expected-error {{differing user-defined suffixes ('_id' and '_di') in string literal concatenation}}
|
/external/webrtc/src/system_wrappers/source/ |
file_impl.h | 46 FILE* _id; member in class:webrtc::FileWrapperImpl
|
thread_win.h | 59 unsigned int _id; member in class:webrtc::ThreadWindows
|
/packages/apps/Camera2/tests/exiftool_parser/ |
parser.py | 67 _id = re.search("0x[0-9a-f]{4}", s) variable 68 _id = _id.group(0) variable 89 + _id + '" name="' + name +'">' + value + "</tag>")
|
/external/clang/test/Parser/ |
cxx11-user-defined-literals.cpp | 41 constexpr char operator"" _id(char c) { return c; } function 42 constexpr wchar_t operator"" _id(wchar_t c) { return c; } function 43 constexpr char16_t operator"" _id(char16_t c) { return c; } function 44 constexpr char32_t operator"" _id(char32_t c) { return c; } function 47 constexpr const char operator"" _id(const char *p, size_t n) { return *p; } function 48 constexpr const wchar_t operator"" _id(const wchar_t *p, size_t n) { return *p; } function 49 constexpr const char16_t operator"" _id(const char16_t *p, size_t n) { return *p; } function 50 constexpr const char32_t operator"" _id(const char32_t *p, size_t n) { return *p; } function 52 constexpr unsigned long long operator"" _id(unsigned long long n) { return n; } function 53 constexpr long double operator"" _id(long double d) { return d; function [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayable.h | 98 SkString _id; member in class:SkDisplayable
|
/external/skia/src/animator/ |
SkDisplayable.h | 98 SkString _id; member in class:SkDisplayable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 50 _id = id variable 134 objid = _id(object) 275 objid = _id(object) 309 objid = _id(object) 336 % (_type(object).__name__, _id(object)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 50 _id = id variable 134 objid = _id(object) 275 objid = _id(object) 309 objid = _id(object) 336 % (_type(object).__name__, _id(object)))
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
legacy_contacts.sql | 6 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account)); 12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); 14 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 31 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name)); 32 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER); 33 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT); 34 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT); 40 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id), (…) [all...] |
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
legacy_contacts.sql | 5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account)); 11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); 12 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 18 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name)); 19 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER); 21 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT); 22 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT); 28 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id), (…) [all...] |
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account)); 10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); 11 CREATE TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id),kind INTEGER NOT NULL,data TEXT,aux_data TEXT,type INTEGER NOT NULL,label TEXT,isprimary INTEGER NOT NULL DEFAULT 0); 15 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NULL,person INTEGER REFERENCES people(_id),UNIQUE(person, name)); 16 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries INTEGER); 17 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_timestamp TEXT); 18 CREATE TABLE faves (_id INTEGER PRIMARY KEY, ui_pos INTEGER, phone TEXT NOT NULL, nickname TEXT NOT NULL, photo TEXT NOT NULL, timestamp TEXT NOT NULL, pending_phone TEXT, pending_nickname TEXT, pending_photo TEXT); 24 CREATE TABLE groupmembership (_id INTEGER PRIMARY KEY,person INTEGER REFERENCES people(_id),group_id INTEGER REFERENCES groups(_id), (…) [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
numfmt.h | 1006 UnicodeString _id; member in class:SimpleNumberFormatFactory [all...] |
/external/icu4c/i18n/unicode/ |
numfmt.h | 1091 UnicodeString _id; member in class:SimpleNumberFormatFactory [all...] |
/packages/apps/Exchange/src/com/android/exchange/provider/ |
GalResult.java | 47 public static final String ID = "_id"; 63 public long _id = 0; field in class:GalResult.GalData 72 _id = id;
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSMessage.java | 36 private int _id; field in class:DNSMessage 58 _id = id; 87 return (_multicast ? 0 : _id); 95 this._id = id;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
case.py | 49 def _id(obj): function 74 return _id 82 return _id [all...] |
/external/chromium_org/v8/tools/ |
ll_prof.py | 87 _id = 0 variable in class:Code 94 self.id = Code._id 95 Code._id += 1 [all...] |
/external/v8/tools/ |
ll_prof.py | 83 _id = 0 variable in class:Code 86 self.id = Code._id 87 Code._id += 1
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
BaseStatusBar.java | 339 final int _id = n.getId(); local 346 mBarService.onNotificationClear(_pkg, _tag, _id); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 51 def _id(obj): function 76 return _id 84 return _id [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 51 def _id(obj): function 76 return _id 84 return _id [all...] |
/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/ |
ASCIIMathPHP-2.0.class.php | 61 var $_id; variable 74 $this->_id = isset($id) ? $id : md5(uniqid(rand(),1)); variable 89 $node->setParentId($this->_id); 136 $this->_id = $id; variable 186 return($this->_id); [all...] |