Home
last modified time | relevance | path

Searched refs:is_name (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/extensions/browser/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc469 bool is_name = false; // Is this test for header name? in Create() local
472 is_name = true; in Create()
475 is_name = true; in Create()
478 is_name = true; in Create()
481 is_name = true; in Create()
498 is_name ? &name_match : &value_match; in Create()
506 StringMatchTest::Create(*it, match_type, !is_name).release()); in Create()
512 StringMatchTest::Create(content, match_type, !is_name).release()); in Create()
/external/elfutils/0.153/src/
Dobjdump.c119 bool is_name; member
214 newp->is_name = false; in parse_opt()
218 newp->is_name = true; in parse_opt()
474 if (runp->is_name) in section_match()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DVisitor.py552 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
DTypeInference.py96 if sequence.self is None and function.is_name:
104 if iterator.is_name:
116 if sequence.self is None and function.is_name:
DFlowControl.py771 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:
1299 if node.operand.is_name:
DOptimize.py162 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 \
1254 if not function.is_name:
1723 if not function_name.is_name:
1923 if not function or not function.is_attribute or not function.obj.is_name:
2251 if test_type_node.is_name:
2341 if not obj.is_name or not type_arg.is_name:
3018 if not string_node.is_name:
DExprNodes.py1542 is_name = True variable in NameNode
2313 if self.sequence.is_name:
3107 self.base.is_name and not
3268 if self.index.is_name or self.index.is_attribute:
3672 if base.is_name:
4255 if function.is_name and function.entry and function.entry.type:
4282 if func_type is type_type and self.function.is_name:
4394 if func_type is Builtin.type_type and function.is_name and \
4407 elif function.is_name and function.type_entry:
4600 if self.function.is_name or self.function.is_attribute:
[all …]
DParseTreeTransforms.py371 if node.is_literal or node.is_name:
1325 decorator.function.is_name and
1492 if (not func.is_name or
2697 if isinstance(node, ExprNodes.SimpleCallNode) and node.function.is_name:
DMemoryView.py485 if dst.result_in_temp() or (dst.base.is_name and
DNodes.py152 is_name = 0 variable in Node
2577 if func.is_name:
4637 not rhs.is_name and not rhs.is_literal and
4684 not rhs.is_name and not rhs.is_literal and
4960 if arg.type.is_pyobject or (arg.is_name and
4962 if arg.is_name and arg.entry.is_cglobal:
5185 if exc.is_name and exc.entry.is_builtin:
DParsing.py431 if not arg.is_name:
1517 if not target.is_name:
/external/chromium_org/third_party/libevent/
Devdns.h513 …on, const char *name, int type, int dns_class, int ttl, int datalen, int is_name, const char *data…
Devdns.c252 char is_name; /* True iff data is a label */ member
1511 …ection, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data) in evdns_server_request_add_reply() argument
1550 item->is_name = is_name != 0; in evdns_server_request_add_reply()
1554 if (item->is_name) { in evdns_server_request_add_reply()
1684 if (item->is_name) { in evdns_server_request_format_response()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dautopep8.py1554 self._prev_item.is_name or self._prev_item.is_number) and
1578 (self._prev_prev_item.is_name or
1670 if unicode(container)[0] == '(' and self._prev_item.is_name:
1831 not (prev_item and prev_item.is_name and
1855 def is_name(self): member in Atom
1976 if prev_item and prev_item.is_name:
1985 not item.is_name and not item.is_string):
2009 def is_name(self): member in Container
/external/dnsmasq/src/
Ddnsmasq.h767 char *option_string(unsigned char opt, int *is_ip, int *is_name);
Drfc2131.c1420 int is_ip, is_name, i; in log_options() local
1421 char *text = option_string(start[0], &is_ip, &is_name); in log_options()
1431 else if (!is_name || !sanitise(start, daemon->namebuff)) in log_options()
Doption.c413 char *option_string(unsigned char opt, int *is_ip, int *is_name) in option_string() argument
422 if (is_name) in option_string()
423 *is_name = !!(opttab[i].size & OT_NAME); in option_string()