HomeSort by relevance Sort by last modified time
    Searched refs:cpos (Results 1 - 9 of 9) sorted by null

  /external/clearsilver/ruby/lib/
neo.rb 10 @cpos=""
14 attr_reader :position, :cpos
17 @position.push(@cpos)
18 @cpos+=name+"."
22 @cpos=@position.pop
27 @cpos=@position.pop
32 self.set_value(@cpos+(name.to_s),value)
36 self.get_value(@cpos+name)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_psk.c 226 const u8 *cpos; local
233 cpos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData,
235 if (cpos == NULL || left < sizeof(*resp)) {
239 resp = (const struct eap_psk_hdr_2 *) cpos;
240 cpos = (const u8 *) (resp + 1);
250 os_memcpy(data->id_p, cpos, left);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_psk.c 96 const u8 *cpos; local
100 cpos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, reqData, &len);
101 hdr1 = (const struct eap_psk_hdr_1 *) cpos;
102 if (cpos == NULL || len < sizeof(*hdr1)) {
  /device/samsung/crespo/alsa-utils/alsactl/
init_parse.c 920 char *head, *tail, *pos, *cpos, *attr, *rest; local
1035 cpos = space->program_result;
1037 while (cpos[0] != '\0' && !isspace(cpos[0]))
1038 cpos++;
1039 while (isspace(cpos[0]))
1040 cpos++;
1046 strlcpy(temp2, cpos, sizeof(temp2));
1049 cpos = strchr(temp2, ' ');
1050 if (cpos)
    [all...]
  /external/qemu/audio/
dsoundaudio.c 861 DWORD cpos, rpos; local
880 &cpos,
897 if (cpos & hw->info.align) {
899 cpos, hw->info.align);
901 cpos >>= hwshift;
903 len = audio_ring_dist (cpos, hw->wpos, hw->samples);
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 331 int cpos = ExpandableListView.getPackedPositionChild(mi.packedPosition); local
354 if (cpos == -1) {
359 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
360 c.moveToPosition(cpos);
    [all...]
  /external/expat/lib/
xmlparse.c 6248 XML_Content *cpos; local
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java 1094 int cpos = mWindows.indexOf(cw); local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 608 milliseconds