HomeSort by relevance Sort by last modified time
    Searched defs:is_separator (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
strfilter.c 11 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')') macro
45 if (!is_separator(*s)) {
48 while (*p && !is_separator(*p) && !isspace(*p))
  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 222 bool is_separator = (i + 1) % 3 == 0; local
223 if (is_separator) {
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 27 bool is_separator(char value) function in namespace:__anon39521
35 bool is_separator(char value)
148 !is_separator(last_char)) {
  /external/fio/
parse.c 169 static int is_separator(char c) function
197 if (is_separator(c[i])) {
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 302 bool is_separator() const { function in struct:Dwarf_Abbr_AT
315 if (is_separator()) {
425 bool is_separator() const { function in struct:Dwarf_DIE
444 if (is_separator()) {
853 while (!abbr_at->is_separator()) {

Completed in 360 milliseconds