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

  /external/elfutils/0.153/src/
objdump.c 119 bool is_name; member in struct:section_list
214 newp->is_name = false;
218 newp->is_name = true;
474 if (runp->is_name)
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_condition_attribute.cc 469 bool is_name = false; // Is this test for header name? local
472 is_name = true;
475 is_name = true;
478 is_name = true;
481 is_name = true;
498 is_name ? &name_match : &value_match;
506 StringMatchTest::Create(*it, match_type, !is_name).release());
512 StringMatchTest::Create(content, match_type, !is_name).release());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 1855 def is_name(self): member in class:Atom
2009 def is_name(self): member in class:Container
    [all...]
  /external/dnsmasq/src/
rfc2131.c 1420 int is_ip, is_name, i; local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 145 # is_name boolean Is a NameNode
152 is_name = 0 variable in class:Node
    [all...]
ExprNodes.py 1542 is_name = True variable in class:NameNode
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 252 char is_name; /* True iff data is a label */ member in struct:server_reply_item
    [all...]

Completed in 1645 milliseconds