Home
last modified time | relevance | path

Searched refs:is_proxy (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Datmlec.h56 int is_proxy; member
/external/bcc/src/lua/bpf/
Dbpf.lua82 local function is_proxy(x) function
373 if V[a].const and V[b].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then
391 if c and not is_proxy(c) then -- Fold compile-time expressions
434 if V[a].const and not is_proxy(V[a].const) then
453 if V[a].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then
595 if not V[i].const or is_proxy(V[i].const) then const = false end
649 if imm and (not key or not is_proxy(key_base)) then
717 if base and not is_proxy(base) then
/external/curl/tests/server/
Dsws.c82 static bool is_proxy = FALSE; variable
906 const char *dumpfile = is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; in storerequest()
1101 const char *responsedump = is_proxy?RESPONSE_PROXY_DUMP:RESPONSE_DUMP; in send_doc()
1980 if(!is_proxy) { in service_connection()
2121 is_proxy = TRUE; in main()
/external/v8/src/ic/
Dic.cc2044 bool is_proxy = receiver->IsJSProxy(); in Store() local
2052 if (!is_arguments && !is_proxy) { in Store()