Home
last modified time | relevance | path

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

12345678910>>...88

/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.c76 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 = xgetuid(TT.owner_name = own); in chgrp_main()
100 if (CFG_TOYBOX_FREE && ischown) free(own); in chgrp_main()
/external/v8/src/wasm/
Dc-api.cc123 own<FuncType> FunctionSigToFuncType(const i::wasm::FunctionSig* sig) { in FunctionSigToFuncType()
137 own<ExternType> GetImportExportType(const i::wasm::WasmModule* module, in GetImportExportType()
146 own<ValType> elem = ValType::make(V8ValueTypeToWasm(table.type)); in GetImportExportType()
159 own<ValType> content = ValType::make(V8ValueTypeToWasm(global.type)); in GetImportExportType()
223 auto Config::make() -> own<Config> { in make()
224 return own<Config>(seal<Config>(new (std::nothrow) ConfigImpl())); in make()
256 auto Engine::make(own<Config>&& config) -> own<Engine> { in make()
262 if (!engine) return own<Engine>(); in make()
323 auto Store::make(Engine*) -> own<Store> { in make()
325 if (!store) return own<Store>(); in make()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus-wpa_supplicant.conf6 <allow own="fi.w1.wpa_supplicant1"/>
13 <deny own="fi.w1.wpa_supplicant1"/>
/external/stressapptest/src/
Dfindmask.inc1 // This is the body of a uintptr_t array definition. Fill in your own addresses.
3 0x38d3c5ad, // replace with your own
/external/selinux/dbus/
Dorg.selinux.conf8 <!-- Only root can own the service -->
10 <allow own="org.selinux"/>
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_l2_drops.sh132 $MZ $h1 "$opt" -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
193 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
237 $MZ $h1 -Q $vid -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
308 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
354 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -B $dip -d 1msec -q &
401 $MZ $h1 -c 0 -p 100 -a own -b $dmac -t ip -d 1msec -q &
/external/flatbuffers/docs/source/
DFlatBuffers.md132 own programs.
134 in your own programs.
136 own programs.
138 own programs.
140 own programs.
142 own programs.
144 own programs.
146 own programs.
148 own programs.
/external/v8/build_overrides/
Dbuild.gni9 # Used by perfetto to distinguish from its own standalone build and the
24 # perfetto library from chromium instead declaring our own.
38 # Allows different projects to specify their own suppressions files.
/external/catch2/docs/
Down-main.md7 [Adding your own command line options](#adding-your-own-command-line-options)<br>
14 Sometimes, though, you need to write your own version of main(). You can do this by writing ```#def…
73 ## Adding your own command line options
77 so extending Catch's own command line options is now easy.
Dlist-of-examples.md16 - Configuration: [Provide your own output streams](../examples/231-Cfg-OutputStreams.cpp)
17 - Generators: [Create your own generator](../examples/300-Gen-OwnGenerator.cpp)
42 - Configuration: [Provide your own main()](../examples/220-Cfg-OwnMain.cpp)
DReadme.md19 * [Supplying your own main()](own-main.md#top)
/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/python/cpython3/Lib/test/test_email/data/
Dmsg_44.txt23 to reflect upon our own
30 to reflect upon our own
Dmsg_04.txt25 to reflect upon our own
34 to reflect upon our own
/external/python/cpython2/Lib/email/test/data/
Dmsg_44.txt23 to reflect upon our own
30 to reflect upon our own
Dmsg_04.txt25 to reflect upon our own
34 to reflect upon our own
/external/ltp/testcases/kernel/security/prot_hsymlinks/
DREADME19 1. Users who own sticky world-writable directory can't follow symlinks
20 inside that directory if their don't own ones. All other users can follow.
/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/grpc-grpc/doc/
Dconnection-backoff-interop-test-description.md18 are conforming the spec or do its own check on the backoffs in the response.
22 Each language should implement its own client. The C++ server is shared among
36 returned backoff status or check the returned backoffs on its own.
48 5. Optionally, the client can do its own check on the returned backoffs.
/external/googletest/
DCONTRIBUTING.md1 # How to become a contributor and submit your own code
12 own the intellectual property, then you'll need to sign an
51 their own [discussion group](http://groups.google.com/group/googlemock). You are
88 and their own tests from a git checkout, which has further requirements:
96 This section discusses how to make your own changes to the Google Test project.
101 functionality, you'll want to compile and run Google Test and GoogleMock's own
/external/grpc-grpc/doc/core/
Dgrpc-error.md31 If a particular function is said to "own" an error, that means it has the
36 that will be done elsewhere in the code. A function that does not own an error
46 function does not own a ref to the error.
69 > function does not own a ref to the error.
106 callback functions. You must keep in mind that you do not own the error, and
/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/antlr/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

12345678910>>...88