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

  /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/cython/src/Cython/Compiler/
TypeInference.py 96 if sequence.self is None and function.is_name:
104 if iterator.is_name:
116 if sequence.self is None and function.is_name:
Visitor.py 552 if value.is_name:
556 elif value.is_attribute and value.obj.is_name:
566 if function.is_name:
596 if (obj_type is Builtin.type_type and self_arg.is_name and
FlowControl.py 771 if lhs.is_name:
834 if arg.is_name:
944 if sequence.self is None and function.is_name:
952 if iterator.is_name:
964 if sequence.self is None and function.is_name
    [all...]
Optimize.py 162 if (inner_function.is_name and inner_function.name == 'dict'
181 if iterator.self is None and function.is_name and \
196 if iterator.self is None and function.is_name and \
    [all...]
ExprNodes.py 1542 is_name = True variable in class:NameNode
    [all...]
ParseTreeTransforms.py 371 if node.is_literal or node.is_name:
    [all...]
MemoryView.py 485 if dst.result_in_temp() or (dst.base.is_name and
    [all...]
Nodes.py 145 # is_name boolean Is a NameNode
152 is_name = 0 variable in class:Node
    [all...]
Parsing.py 431 if not arg.is_name:
    [all...]
  /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/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/chromium_org/third_party/libevent/
evdns.c 252 char is_name; /* True iff data is a label */ member in struct:server_reply_item
    [all...]
evdns.h 513 int evdns_server_request_add_reply(struct evdns_server_request *req, int section, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data);
  /external/dnsmasq/src/
dnsmasq.h 767 char *option_string(unsigned char opt, int *is_ip, int *is_name);
option.c 413 char *option_string(unsigned char opt, int *is_ip, int *is_name)
422 if (is_name)
423 *is_name = !!(opttab[i].size & OT_NAME);
    [all...]
rfc2131.c 1420 int is_ip, is_name, i; local
    [all...]

Completed in 1015 milliseconds