/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 30 u_int16_t id; member in struct:ip_conntrack_manip_proto::__anon59698
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
sysdev.h | 47 u32 id; member in struct:sys_device
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_cdrom.h | 71 Uint8 id; /**< Track number */ member in struct:SDL_CDtrack 80 int id; /**< Private drive identifier */ member in struct:SDL_CD
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_cdrom.h | 71 Uint8 id; /**< Track number */ member in struct:SDL_CDtrack 80 int id; /**< Private drive identifier */ member in struct:SDL_CD
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_cdrom.h | 71 Uint8 id; /**< Track number */ member in struct:SDL_CDtrack 80 int id; /**< Private drive identifier */ member in struct:SDL_CD
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestDragElement.java | 87 public TestDragElement id(String id) { method in class:TestDragElement 88 return set(ANDROID_URI, ATTR_ID, id);
|
/system/vold/ |
VolumeManager.h | 36 : id(_id) 41 if (id != NULL) { 42 free(id); 43 id = NULL; 47 char *id; member in class:ContainerData 90 int findAsec(const char *id, char *asecPath = NULL, size_t asecPathLen = 0, 92 int createAsec(const char *id, unsigned numSectors, const char *fstype, 94 int finalizeAsec(const char *id); 106 int fixupAsecPermissions(const char *id, gid_t gid, const char* privateFilename); 107 int destroyAsec(const char *id, bool force) [all...] |
/external/chromium_org/remoting/webapp/ |
wcs_sandbox_content.js | 92 var id = event.data['id']; 93 if (id === undefined) { 94 console.error('xhrStateChange: missing id.'); 97 var pendingXhr = this.pendingXhrs_[id]; 99 console.error('xhrStateChange: unrecognized id:', id); 112 delete this.pendingXhrs_[id]; 159 * @return {number} The unique ID allocated to the XHR. Used to abort it. 162 var id = this.nextXhrId_++ [all...] |
/art/runtime/jdwp/ |
jdwp_request.cc | 88 FieldId id = Read4BE(); local 89 VLOG(jdwp) << " field id " << DescribeField(id); 90 return id; 94 MethodId id = Read4BE(); local 95 VLOG(jdwp) << " method id " << DescribeMethod(id); 96 return id; 100 ObjectId id = Read8BE(); local 101 VLOG(jdwp) << StringPrintf(" %s id %#llx", specific_kind, id) 122 RefTypeId id = Read8BE(); local 128 FrameId id = Read8BE(); local [all...] |
/bionic/libc/kernel/common/linux/ |
cpcap_audio.h | 32 unsigned id; member in struct:cpcap_audio_stream
|
uinput.h | 66 struct input_id id; member in struct:uinput_user_dev
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_queue.h | 49 unsigned long id; member in struct:ipq_verdict_msg
|
/cts/suite/audio_quality/lib/src/audio/ |
RemoteAudio.cpp | 106 AudioProtocol::CommandId id; local 107 if (!AudioProtocol::handleReplyHeader(mSocket, data, id)) { 111 if (id == AudioProtocol::ECmdDownload) { 113 } else if (id == AudioProtocol::ECmdStartPlayback) { 115 } else if (id == AudioProtocol::ECmdStartRecording) { 117 } else if (id == AudioProtocol::ECmdGetDeviceInfo) { 124 bool result = mCmds[id - AudioProtocol::ECmdStart]->handleReply(data, param); 179 AudioProtocol::CommandId id) 190 android::sp<android::MessageHandler> command(new CommandHandler(*this, (int)id)); 196 bool RemoteAudio::downloadData(const android::String8 name, android::sp<Buffer>& buffer, int& id) [all...] |
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 100 // Check the source address and scope ID. 115 // Find out what ICMP ID was used in the packet that was sent. 116 int id = ((InetSocketAddress) Libcore.os.getsockname(s)).getPort(); local 117 sent[4] = (byte) (id / 256); 118 sent[5] = (byte) (id % 256); 121 // and the ID and checksum, which are set by the kernel.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
SendToClientBlockingTest.java | 57 int id = random.nextInt(10); local 61 mScript.set_ID(id); 62 // Log.i("testSendToClientBlocking1Params", "==" + id); 71 resultId == id); 76 int id = random.nextInt(10); local 81 mScript.set_ID(id); 83 // Log.i("testSendToClientBlocking3Params", data + "==" + id); 91 assertTrue("testSendToClientBlocking3Params fail the ID is:" + resultId + 92 "The data is:" + data, resultId == id && resultData == data);
|
/dalvik/hit/src/com/android/hit/ |
ArrayInstance.java | 28 public ArrayInstance(long id, StackTrace stack, int type, int numEntries, 30 mId = id; 53 long id; local 57 id = dis.readInt(); 59 id = dis.readLong(); 62 Instance instance = state.findReference(id); 109 long id; local 113 id = dis.readInt(); 115 id = dis.readLong(); 118 Instance instance = state.findReference(id); 157 long id; local [all...] |
ClassInstance.java | 27 public ClassInstance(long id, StackTrace stack, long classId) { 28 mId = id; 63 long id; local 66 id = dis.readInt(); 68 id = dis.readLong(); 71 Instance instance = state.findReference(id); 123 long id; local 126 id = dis.readInt(); 128 id = dis.readLong(); 131 Instance instance = state.findReference(id); 177 long id; local [all...] |
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 52 public void onListItemClick(ListView listView, View v, int position, long id) { 90 case R.id.menu_remove: 110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); 120 View popupButton = view.findViewById(R.id.button_popup);
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 52 public void onListItemClick(ListView listView, View v, int position, long id) { 90 case R.id.menu_remove: 110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); 120 View popupButton = view.findViewById(R.id.button_popup);
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ip_queue.h | 40 unsigned long id; member in struct:ipq_verdict_msg
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicRetriever.java | 78 // retrieve the indices of the columns where the ID, title, etc. of the song are 86 Log.i(TAG, "ID column index: " + String.valueOf(titleColumn)); 90 Log.i(TAG, "ID: " + cur.getString(idColumn) + " Title: " + cur.getString(titleColumn)); 113 long id; field in class:MusicRetriever.Item 119 public Item(long id, String artist, String title, String album, long duration) { 120 this.id = id; 128 return id; 149 android.provider.MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, id);
|
/development/samples/browseable/ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
PopupListFragment.java | 52 public void onListItemClick(ListView listView, View v, int position, long id) { 90 case R.id.menu_remove: 110 super(getActivity(), R.layout.list_item, android.R.id.text1, items); 120 View popupButton = view.findViewById(R.id.button_popup);
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
NoteEdit.java | 42 mTitleText = (EditText) findViewById(R.id.title); 43 mBodyText = (EditText) findViewById(R.id.body); 45 Button confirmButton = (Button) findViewById(R.id.confirm); 102 long id = mDbHelper.createNote(title, body); local 103 if (id > 0) { 104 mRowId = id;
|