HomeSort by relevance Sort by last modified time
    Searched full:seps (Results 1 - 25 of 32) sorted by null

1 2

  /external/srec/seti/setiUtils/src/
platform_utils.c 36 Returns the position in NULL terminated input_str where seps are found,
38 Seps contains a NULL terminated string of separators
44 char * safe_strtok(char *input_str, char *seps, int * token_len)
50 m = strlen(seps);
60 if (*pos == seps[j]) {
78 if (pos[k-i] == seps[j]) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 22 SEPS = (COMMA, COLON)
28 if child in self.SEPS:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 22 SEPS = (COMMA, COLON)
28 if child in self.SEPS:
  /external/srec/seti/setiUtils/include/
platform_utils.h 30 Returns the position in NULL terminated input_str where seps are found,
32 Seps contains a NULL terminated string of separators
37 char * safe_strtok(char *input_str, char *seps, int * token_len);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 26 SEPS = os.sep
28 SEPS += os.altsep
77 elif lastchar in SEPS:
133 while i and curline[i-1] in FILENAME_CHARS + SEPS:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 26 SEPS = os.sep
28 SEPS += os.altsep
77 elif lastchar in SEPS:
133 while i and curline[i-1] in FILENAME_CHARS + SEPS:
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 243 if ((p_scb->seps[xx].tsep == local_sep) &&
244 (p_scb->seps[xx].codec_type == p_scb->codec_type))
245 return (p_scb->seps[xx].av_handle);
265 if (p_scb->seps[xx].av_handle == tavdt_handle)
266 return (p_scb->seps[xx].tsep);
580 if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK))
589 p_scb->seps[p_scb->sep_idx].p_app_data_cback(BTA_AV_MEDIA_DATA_EVT, (tBTA_AV_MEDIA*)p_pkt);
743 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type);
744 if((p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type
    [all...]
bta_av_main.c 663 if(AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS)
665 p_scb->seps[index].codec_type = codec_type;
668 p_scb->seps[index].tsep = cs.tsep;
670 p_scb->seps[index].p_app_data_cback = p_data->api_reg.p_app_data_cback;
672 p_scb->seps[index].p_app_data_cback = NULL; /* In case of A2DP SOURCE we don't need a callback to handle media packets */
676 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type);
    [all...]
bta_av_int.h 126 /* maximum number of SEPS in stream discovery results */
471 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS]; member in struct:__anon5078
491 UINT8 num_seps; /* number of seps returned by stream discovery */
495 UINT8 sep_idx; /* current index into local seps[] */
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
MatrixFit.java 29 private static double sEPS = 1.0f/10000000000.0f;
176 if (Math.abs(m[y][y]) <= sEPS) { // Singular Matrix
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 602 * notes : the token separator set could be enlarged adding characters in "seps"
606 const char * seps = " "; local
609 while ((pos<textlen) && (strchr(seps,str[pos]) != NULL)) {
613 /*no characters != seps found whithin string*/
618 while ((pos<textlen) && (strchr(seps,str[pos]) == NULL)) {
634 * notes : the sub token separator set could be enlarged adding characters in "seps"
638 const char * seps = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local
647 while ((pos < textlen) && (strchr(seps, str[pos]) != NULL)) {
651 /*characters all in seps found whithin string : return full token*/
655 /*pos should be pointing to first non seps and more chars are there*
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 350 seps = r'/|\\'
352 seps = '/'
356 vcs_ptrn = r'(^|%s)(%s)(%s).*' % (seps, '|'.join(vcs_dirs), seps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 350 seps = r'/|\\'
352 seps = '/'
356 vcs_ptrn = r'(^|%s)(%s)(%s).*' % (seps, '|'.join(vcs_dirs), seps)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 38 Makes all characters lowercase and all altseps into seps."""
locale.py 205 seps = 0
208 parts[0], seps = _group(parts[0], monetary=monetary)
212 if seps:
213 formatted = _strip_padding(formatted, seps)
215 seps = 0
217 formatted, seps = _group(formatted, monetary=monetary)
218 if seps:
219 formatted = _strip_padding(formatted, seps)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 38 Makes all characters lowercase and all altseps into seps."""
locale.py 205 seps = 0
208 parts[0], seps = _group(parts[0], monetary=monetary)
212 if seps:
213 formatted = _strip_padding(formatted, seps)
215 seps = 0
217 formatted, seps = _group(formatted, monetary=monetary)
218 if seps:
219 formatted = _strip_padding(formatted, seps)
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 661 char seps[] = " \n"; local
676 tok = safe_strtok(line, seps, &toklen);
687 tok = safe_strtok(tok+toklen, seps, &toklen);
1348 char seps[] = " "; local
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c     [all...]
avdt_int.h 442 UINT8 proc_param; /* Procedure parameter; either SEID for get capabilities or number of SEPS for discover */
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 175 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
435 rand_sep = seps[type];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /external/tremolo/Tremolo/
framing.c 234 a) the exact boundary that seps two fragments
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 683 APPL_TRACE_EVENT("no need to fetch more SEPs");
    [all...]

Completed in 507 milliseconds

1 2