HomeSort by relevance Sort by last modified time
    Searched defs:_id (Results 1 - 25 of 27) sorted by null

1 2

  /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/Gallery2/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/skia/legacy/src/animator/
SkDisplayable.h 98 SkString _id; member in class:SkDisplayable
  /external/skia/src/animator/
SkDisplayable.h 98 SkString _id; member in class:SkDisplayable
  /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/icu4c/i18n/unicode/
numfmt.h 1076 UnicodeString _id; member in class:SimpleNumberFormatFactory
    [all...]
  /packages/apps/Exchange/exchange2/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/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 320 final int _id = n.getId(); local
327 mBarService.onNotificationClear(_pkg, _tag, _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...]
  /external/webrtc/src/modules/interface/
module_common_types.h 754 WebRtc_Word32 _id; member in class:webrtc::AudioFrame
772 _id(-1),
804 _id = id;
855 _id = rhs._id;
  /bionic/libc/private/
arpa_nameser.h 112 uint16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
125 #define ns_msg_id(handle) ((handle)._id + 0)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 723 _id, enum constant in enum:ShortcutRepositoryImplLog.ClickLog
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 114 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
130 #define ns_msg_id(handle) ((handle)._id + 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 114 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
130 #define ns_msg_id(handle) ((handle)._id + 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 114 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
130 #define ns_msg_id(handle) ((handle)._id + 0)
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 102 new String[] {Events._ID};
144 // many tables have _id and event_id; pick a representative version to use as our generic
145 private static final String GENERIC_ID = Attendees._ID;
159 Events._ID,
199 CalendarContract.EventsRawTimes.EVENT_ID + " = " + Tables.EVENTS + "." + Events._ID;
205 " WHERE " + Events._ID + "=?";
209 " WHERE " + Events._ID + "=?";
214 private static final String SQL_WHERE_EVENT_COLOR = "calendar_id in (SELECT _id from "
225 Tables.EVENTS + "." + Events._ID + "=" + Tables.ATTENDEES + "." + Attendees.EVENT_ID
227 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID;
1806 String _id = values.getAsString(Events._ID); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 832 milliseconds

1 2