HomeSort by relevance Sort by last modified time
    Searched full:colp (Results 1 - 16 of 16) sorted by null

  /external/elfutils/libdwfl/
dwfl_lineinfo.c 33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
46 if (colp != NULL)
47 *colp = info->column;
libdwfl.h 596 int *linep, int *colp,
    [all...]
  /external/curl/src/
tool_cb_prg.c 110 char *colp; local
126 colp = curlx_getenv("COLUMNS");
127 if(colp) {
129 long num = strtol(colp, &endptr, 10);
130 if((endptr != colp) && (endptr == colp + strlen(colp)) && (num > 0))
134 curl_free(colp);
  /external/elfutils/libdw/
dwarf_decl_column.c 39 dwarf_decl_column (Dwarf_Die *decl, int *colp)
41 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
dwarf_linecol.c 38 dwarf_linecol (Dwarf_Line *line, int *colp)
43 *colp = line->column;
libdw.h 624 extern int dwarf_linecol (Dwarf_Line *line, int *colp)
829 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUt.aidl 65 * Retrieves the COLP call setting.
106 * Updates the configuration of the COLP supplementary service.
  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsUtImplBase.java 96 * Retrieves the COLP call setting.
161 * Updates the configuration of the COLP supplementary service.
  /frameworks/base/telephony/java/com/android/ims/
ImsUtInterface.java 139 * Retrieves the COLP call setting.
176 * Updates the configuration of the COLP supplementary service.
  /external/libvterm/src/
pen.c 129 VTermColor *colp = (attr == VTERM_ATTR_BACKGROUND) ? &state->pen.bg : &state->pen.fg; local
131 lookup_colour_ansi(state, col, colp);
133 setpenattr_col(state, attr, *colp);
  /external/mksh/src/
expr.c 747 utf_skipcols(const char *p, int cols, int *colp)
755 if (!colp)
757 *colp = c;
765 if (colp)
766 *colp = c;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 282 * Retrieves the COLP call setting.
485 * Updates the configuration of the COLP supplementary service.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java     [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
it_wordlist.combined.gz 

Completed in 1588 milliseconds