/external/vboot_reference/utility/ |
tpm-dad-lock | 10 owned=$(cat /sys/class/misc/tpm0/device/owned) 11 if [ "$owned" = "" ]; then 15 if [ "$owned" = "0" ]; then
|
chromeos-tpm-recovery-test | 58 if [ -e space.$index.data -a -e tpm-owned ]; then 83 rm -f tpm-owned 180 if [ ! -f tpm-owned ]; then 198 if [ -f tpm-owned ]; then 199 echo "tpm is already owned" 202 echo > tpm-owned
|
tpmc.c | 236 uint8_t owned = 0; local 242 result = TlclGetOwnership(&owned); 244 printf("Owned: %s\n", owned ? "yes" : "no");
|
/external/icu/icu4c/source/common/ |
listformatter.cpp | 93 owned(other.owned), data(other.data) { 94 if (other.owned != NULL) { 95 owned = new ListFormatInternal(*other.owned); 96 data = owned; 104 delete owned; 105 if (other.owned) { 106 owned = new ListFormatInternal(*other.owned); [all...] |
/system/core/libsysutils/include/sysutils/ |
SocketClient.h | 34 SocketClient(int sock, bool owned); 35 SocketClient(int sock, bool owned, bool useCmdNum); 78 void init(int socket, bool owned, bool useCmdNum);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
OwnedMonitorsTest.java | 54 * owned by 'TESTED_THREAD' thread 81 int owned = reply.getNextValueAsInt(); local 82 logWriter.println("owned monitors: " + owned); 87 for (int i =0; i < owned; i++) { 115 // check that at least two owned monitors are returned 116 if (owned < 2) { 117 printErrorAndFail("wrong number of owned monitors: " + owned + " (expected at least 2)");
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 33 SocketClient::SocketClient(int socket, bool owned) { 34 init(socket, owned, false); 37 SocketClient::SocketClient(int socket, bool owned, bool useCmdNum) { 38 init(socket, owned, useCmdNum); 41 void SocketClient::init(int socket, bool owned, bool useCmdNum) { 43 mSocketOwned = owned;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
thread_nt.h | 13 LONG owned ;
member in struct:NRMUTEX 22 mutex->owned = -1 ; /* No threads have entered NonRecursiveMutex */
42 /* InterlockedIncrement(&mutex->owned) == 0 means that no thread currently owns the mutex */
45 if (InterlockedCompareExchange(&mutex->owned, 0, -1) != -1)
50 ret = InterlockedIncrement(&mutex->owned) ?
64 InterlockedDecrement(&mutex->owned) < 0 ||
|
/external/vboot_reference/firmware/lib/tpm_lite/ |
mocked_tlcl.c | 145 uint32_t TlclGetOwnership(uint8_t* owned) { 146 *owned = 0;
|
tlcl.c | 420 uint32_t TlclGetOwnership(uint8_t* owned) { 429 * VbAssert(size == sizeof(*owned)); 431 Memcpy(owned, 433 sizeof(*owned));
|
/external/icu/icu4c/source/common/unicode/ |
listformatter.h | 163 ListFormatInternal* owned; member in class:ListFormatter
|
/external/webrtc/webrtc/base/ |
event_tracer.cc | 141 void Start(FILE* file, bool owned) { 145 output_file_owned_ = owned;
|
stream.h | 126 // GetReadData returns a pointer to a buffer which is owned by the stream. 136 // GetWriteBuffer returns a pointer to a buffer which is owned by the stream. 238 // In the meantime, use the owned flag to indicate whether the adapter should 245 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true); 294 void Attach(StreamInterface* stream, bool owned = true);
|
stream.cc | 156 bool owned) 157 : stream_(stream), owned_(owned) { 209 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) { 215 owned_ = owned;
|
/external/vboot_reference/firmware/include/ |
tlcl.h | 141 * Return 1 if the TPM is owned, 0 otherwise. 201 uint32_t TlclGetOwnership(uint8_t *owned);
|
/external/selinux/libselinux/src/ |
regex.c | 259 int owned; /* member in struct:regex_data 260 * non zero if regex and pcre_extra is owned by this 285 (*regex)->owned = 1; 319 (*regex)->owned = 0; 361 if (regex->owned) { 423 if (regex->owned) {
|
/external/skia/src/images/ |
SkImageEncoderFns.h | 286 sk_sp<SkColorSpace> owned; local 288 owned = as_CSB(cs)->makeSRGBGamma(); 289 cs = owned.get();
|
/external/skia/tools/ |
ok.cpp | 326 for (std::unique_ptr<Src> owned = stream->next(); owned; owned = stream->next()) { 327 Src* raw = owned.release(); // Can't move std::unique_ptr into a lambda in C++11. :(
|
/system/security/keystore-engine/ |
Android.mk | 44 # owned by the WiFi user to perform signing operations.
|
/system/tpm/tpm_manager/client/ |
tpm_ownership_dbus_proxy_test.cc | 78 EXPECT_TRUE(reply.owned());
|
/system/tpm/tpm_manager/server/ |
tpm_manager_service_test.cc | 158 EXPECT_TRUE(reply.owned()); 176 EXPECT_TRUE(reply.owned()); 196 EXPECT_TRUE(reply.owned());
|
/external/autotest/server/hosts/ |
cros_repair.py | 186 # "owned": true 205 if tpm['owned'] and not tpm['can_load_srk']:
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 124 modules owned by the execution engine [ee]. Returns [None] if the function 156 (** [target_data ee] is the target data owned by the execution engine
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime2.go | 30 // not currently executing user code. The stack is not owned. 34 // stack is owned by this goroutine. It is not on a run queue. 39 // It is not executing user code. The stack is owned by this 47 // not owned *except* that a channel operation may read or 60 // allocated. The G and its stack (if any) are owned by the M 70 // stack is owned by the goroutine that put it in _Gcopystack. 75 // goroutine is not executing user code and the stack is owned
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime2.go | 30 // not currently executing user code. The stack is not owned. 34 // stack is owned by this goroutine. It is not on a run queue. 39 // It is not executing user code. The stack is owned by this 47 // not owned *except* that a channel operation may read or 60 // allocated. The G and its stack (if any) are owned by the M 70 // stack is owned by the goroutine that put it in _Gcopystack. 75 // goroutine is not executing user code and the stack is owned
|