Searched refs:myId (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/test/API/lang/objc/objc-ivar-protocols/ |
D | main.m | 8 id <MyProtocol> myId; field 20 …NSLog(@"Hello"); //% self.expect("expression -- myId", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = […
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 2030 size_t myId = tid, hisId = threadCount - 1 - tid; in HostFunction() local 2036 … host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue, MEMORY_ORDER_SEQ_CST); in HostFunction() 2040 … host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue, MEMORY_ORDER_RELAXED); in HostFunction() 2051 oldValues[myId*NumNonAtomicVariablesPerThread()+myValue] = myValue; in HostFunction() 2055 … host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue, MEMORY_ORDER_RELAXED); in HostFunction() 2058 … host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue, _subCase.op1MemOrder); in HostFunction() 2071 …host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue-1, MEMORY_ORDER_SEQ_CST… in HostFunction()
|
/external/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 4107 const char* myId = uscript_getName(code); in TestAllCodepoints() local 4108 if(!myId) { in TestAllCodepoints() 4112 uprv_strcpy(id,myId); in TestAllCodepoints()
|