Home
last modified time | relevance | path

Searched refs:own (Results 1 – 25 of 1090) sorted by relevance

12345678910>>...44

/external/pdfium/testing/resources/javascript/
Dglobals_expected.txt3 Alert: setPersistent = function setPersistent() { [native code] }, own property = true
15 Alert: setPersistent = function setPersistent() { [native code] }, own property = true
16 Alert: true_var = true, own property = true
17 Alert: false_var = false, own property = true
18 Alert: zero_var = 0, own property = true
19 Alert: number_var = -3.918, own property = true
20 Alert: string_var = This is a string, own property = true
21 Alert: object_var = [object Object], own property = true
22 Alert: null_var = null, own property = true
23 Alert: undefined_var = undefined, own property = true
[all …]
/external/toybox/toys/posix/
Dchgrp.c77 char **s, *own; in chgrp_main() local
85 own = xstrdup(*toys.optargs); in chgrp_main()
86 if ((grp = strchr(own, ':')) || (grp = strchr(own, '.'))) { in chgrp_main()
90 if (*own) TT.owner = xgetpwnamid(TT.owner_name = own)->pw_uid; in chgrp_main()
100 if (CFG_TOYBOX_FREE && ischown) free(own); in chgrp_main()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf6 <allow own="fi.epitest.hostap.WPASupplicant"/>
11 <allow own="fi.w1.wpa_supplicant1"/>
18 <deny own="fi.epitest.hostap.WPASupplicant"/>
21 <deny own="fi.w1.wpa_supplicant1"/>
/external/ltrace/
Dexpr.c49 node->u.name.own = own_name; in expr_init_named()
85 node->u.node.own = own_rhs; in expr_init_index()
128 release_expr(struct expr_node *node, int own) in release_expr() argument
130 if (own) { in release_expr()
152 if (node->u.name.own) in expr_destroy()
158 release_expr(node->u.node.n, node->u.node.own); in expr_destroy()
175 expr_alloc_and_clone(struct expr_node **retpp, struct expr_node *node, int own) in expr_alloc_and_clone() argument
178 if (own) { in expr_alloc_and_clone()
205 if (node->u.name.own in expr_clone()
215 node->u.node.own) < 0) { in expr_clone()
Dread_config_file.c264 int own; in parse_zero() local
265 struct expr_node *arg = parse_argnum(loc, str, &own, 0); in parse_zero()
275 struct expr_node *ret = build_zero_w_arg(arg, own); in parse_zero()
443 int own = 0; in parse_typedef() local
445 = parse_lens(plib, loc, str, NULL, 0, &own, &fwd); in parse_typedef()
450 named_type_init(&this_nt, info, own); in parse_typedef()
525 int own; in parse_struct() local
527 = parse_lens(plib, loc, str, NULL, 0, &own, NULL); in parse_struct()
528 if (field == NULL || type_struct_add(info, field, own)) { in parse_struct()
756 int own; in parse_array() local
[all …]
Dzero.c81 build_zero_w_arg(struct expr_node *expr, int own) in build_zero_w_arg() argument
88 expr_self(), 0, expr, own, NULL); in build_zero_w_arg()
Dexpr.h49 int own; member
53 int own; member
/external/dhcpcd-6.8.2/dbus/
Ddhcpcd-dbus.conf4 <!-- Both root and dhcp can own the dhcpcd service -->
6 <allow own="org.chromium.dhcpcd"/>
11 <allow own="org.chromium.dhcpcd"/>
/external/dbus/test/data/valid-config-files/system.d/
Dtest.conf5 policy so that a particular user can own a service, and other
8 <!-- Only root can own the FooService service, and
11 <allow own="org.foo.FooService"/>
/external/dbus/doc/
Dbusconfig.dtd45 own CDATA #IMPLIED attribute
54 own CDATA #IMPLIED attribute
64 own CDATA #REQUIRED attribute
/external/dbus/bus/
Dconfig-parser.c1156 const char *own; in append_rule_from_element() local
1182 "own", &own, in append_rule_from_element()
1195 own || own_prefix || user || group)) in append_rule_from_element()
1234 own || own_prefix || in append_rule_from_element()
1244 own || own_prefix || in append_rule_from_element()
1253 own || own_prefix || in append_rule_from_element()
1262 own || own_prefix || in append_rule_from_element()
1271 own || own_prefix || in append_rule_from_element()
1280 own || own_prefix || in append_rule_from_element()
1289 own || own_prefix || in append_rule_from_element()
[all …]
/external/dnsmasq/dbus/
Ddnsmasq.conf6 <allow own="uk.org.thekelleys.dnsmasq"/>
10 <deny own="uk.org.thekelleys.dnsmasq"/>
/external/selinux/policycoreutils/sepolicy/
Dorg.selinux.conf8 <!-- Only root can own the service -->
10 <allow own="org.selinux"/>
/external/dbus/test/data/valid-config-files/
Dbasic.conf26 <associate own="org.freedesktop.FrobationaryMeasures"
28 <associate own="org.freedesktop.BlahBlahBlah"
Dmany-rules.conf16 <deny own="org.freedesktop.System"/>
35 <deny own="org.freedesktop.System"/>
/external/tlsdate/dbus/
Dorg.torproject.tlsdate.conf6 <!-- Only certain user can own the tlsdated service -->
8 <allow own="org.torproject.tlsdate"/>
/external/dbus/test/name-test/
Dtmp-session-like-system.conf28 <deny own="*"/>
51 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
60 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
/external/llvm/test/MC/Disassembler/X86/
Dprefixes.txt68 # Test that a prefix on it's own works. It's debatable as to if this is
69 # something that is considered valid, but however as LLVM's own disassembler
71 # should be capable of re-consuming it's own output.
/external/opencv3/doc/tutorials/features2d/trackingmotion/generic_corner_detector/
Dgeneric_corner_detector.markdown1 Creating yor own corner detector {#tutorial_generic_corner_detector}
13 - To implement our own version of the Harris detector as well as the Shi-Tomasi detector, by using
/external/v8/test/mjsunit/harmony/
Dreflect-construct.js341 var own = Realm.eval(realm1, name);
344 var desc = Object.getOwnPropertyDescriptor(own, "prototype");
360 var own = Realm.eval(realm1, name);
363 convert(own), args, function_with_non_instance_prototype(realm));
366 assertTrue(realm == realm1 || o.__proto__ !== own.prototype, [...arguments]);
/external/webrtc/webrtc/modules/desktop_capture/win/
Ddesktop.cc19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) { in Desktop() argument
/external/webrtc/webrtc/
Dsupplement.gypi40 # Replace Chromium's LSan suppressions with our own for WebRTC.
49 # Replace Chromium's TSan v2 suppressions with our own for WebRTC.
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuildrec.dox58 /// // You may adopt your own practices by all means, but in general it is best
61 /// // multiple times) and your own project related header files. Use <> to include and
97 /// // You can create your own input stream type (copy one of the existing ones) and override a…
98 /// // individual function by installing your own pointer after you have created the standard
112 /// // supplied to the generated parser, and you can write your own token stream and pass this …
133 /// // out the nodes upon request. You can make your own tree types and adaptors
192 /// // Note tha even if you implement your own token structure, it will always
195 /// // it that should point to your own outer token structure.
237 /// // keeping your own flags as part of the error trapping, but here is how you can
/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m18 + (void)F { } // No warning, implementing its own deprecated method
28 - (void) G {} // No warning, implementing its own deprecated method
/external/protobuf/vsprojects/
Dreadme.txt51 own install directory. C++ makes it very difficult to maintain binary
71 your own project as well, so you should probably just put them into the
80 against the zlib library directly from your own app.
89 and compiler. You may have to disable some of them in your own project as
109 end up compiling instances of the templates into their own binary. The

12345678910>>...44