/external/srec/portable/src/ |
D | PANSIFileImpl.c | 47 PFileCreateImpl(&impl->Interface.Interface, filename, isLittleEndian); in PANSIFileCreateImpl() 48 impl->Interface.Interface.close = &PANSIFileCloseImpl; in PANSIFileCreateImpl() 49 impl->Interface.Interface.clearError = &PANSIFileClearErrorImpl; in PANSIFileCreateImpl() 50 impl->Interface.Interface.destroy = &PANSIFileDestroyImpl; in PANSIFileCreateImpl() 51 impl->Interface.Interface.fgetc = &PANSIFileFgetcImpl; in PANSIFileCreateImpl() 52 impl->Interface.Interface.fgets = &PANSIFileFgetsImpl; in PANSIFileCreateImpl() 53 impl->Interface.Interface.getPosition = &PANSIFileGetPositionImpl; in PANSIFileCreateImpl() 54 impl->Interface.Interface.hideMemoryAllocation = &PANSIFileHideMemoryAllocation; in PANSIFileCreateImpl() 55 impl->Interface.Interface.isEOF = &PANSIFileIsEOFImpl; in PANSIFileCreateImpl() 56 impl->Interface.Interface.isErrorSet = &PANSIFileIsErrorSetImpl; in PANSIFileCreateImpl() [all …]
|
D | ArrayListImpl.c | 41 impl->Interface.add = &ArrayList_Add; in ArrayListCreateWithCapacity() 42 impl->Interface.insertAt = &ArrayList_InsertAt; in ArrayListCreateWithCapacity() 43 impl->Interface.contains = &ArrayList_Contains; in ArrayListCreateWithCapacity() 44 impl->Interface.destroy = &ArrayList_Destroy; in ArrayListCreateWithCapacity() 45 impl->Interface.get = &ArrayList_Get; in ArrayListCreateWithCapacity() 46 impl->Interface.getSize = &ArrayList_GetSize; in ArrayListCreateWithCapacity() 47 impl->Interface.remove = &ArrayList_Remove; in ArrayListCreateWithCapacity() 48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex; in ArrayListCreateWithCapacity() 49 impl->Interface.removeAll = &ArrayList_RemoveAll; in ArrayListCreateWithCapacity() 50 impl->Interface.set = &ArrayList_Set; in ArrayListCreateWithCapacity() [all …]
|
/external/chromium/base/win/ |
D | scoped_comptr.h | 20 template <class Interface, const IID* interface_id = &__uuidof(Interface)> 21 class ScopedComPtr : public scoped_refptr<Interface> { 25 class BlockIUnknownMethods : public Interface { 32 typedef scoped_refptr<Interface> ParentClass; 37 explicit ScopedComPtr(Interface* p) : ParentClass(p) { in ScopedComPtr() 40 ScopedComPtr(const ScopedComPtr<Interface, interface_id>& p) in ScopedComPtr() argument 47 COMPILE_ASSERT(sizeof(ScopedComPtr<Interface, interface_id>) == in ~ScopedComPtr() 48 sizeof(Interface*), ScopedComPtrSize); in ~ScopedComPtr() 64 Interface* Detach() { in Detach() 65 Interface* p = ptr_; in Detach() [all …]
|
/external/bluetooth/bluez/test/ |
D | test-attrib | 19 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager") 34 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path), 48 device = dbus.Interface(bus.get_object("org.bluez", path), 54 service = dbus.Interface(bus.get_object("org.bluez", path), 72 device = dbus.Interface(bus.get_object("org.bluez", path), 83 service = dbus.Interface(bus.get_object("org.bluez", args[1]), 93 service = dbus.Interface(bus.get_object("org.bluez", args[1]), 98 char = dbus.Interface(bus.get_object("org.bluez", path),
|
D | test-device | 15 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager") 30 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path), 51 device = dbus.Interface(bus.get_object("org.bluez", path), 93 device = dbus.Interface(bus.get_object("org.bluez", path), 103 device = dbus.Interface(bus.get_object("org.bluez", path), 123 device = dbus.Interface(bus.get_object("org.bluez", path), 134 device = dbus.Interface(bus.get_object("org.bluez", path), 145 device = dbus.Interface(bus.get_object("org.bluez", path), 159 device = dbus.Interface(bus.get_object("org.bluez", path), 179 device = dbus.Interface(bus.get_object("org.bluez", path), [all …]
|
D | test-telephony | 9 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager") 24 adapter = dbus.Interface(bus.get_object("org.bluez", adapter_path), 27 test = dbus.Interface(bus.get_object("org.bluez", "/org/bluez/test"), 55 headset = dbus.Interface(bus.get_object("org.bluez", device), 65 headset = dbus.Interface(bus.get_object("org.bluez", device), 75 headset = dbus.Interface(bus.get_object("org.bluez", device), 90 headset = dbus.Interface(bus.get_object("org.bluez", device), 105 headset = dbus.Interface(bus.get_object("org.bluez", device), 116 headset = dbus.Interface(bus.get_object("org.bluez", device),
|
D | test-oob | 21 manager = dbus.Interface(bus.get_object("org.bluez", "/"), 27 adapter0 = dbus.Interface(bus.get_object("org.bluez", adapter0_path), 29 adapter1 = dbus.Interface(bus.get_object("org.bluez", adapter1_path), 57 oob_adapter0 = dbus.Interface(bus.get_object("org.bluez", 59 oob_adapter1 = dbus.Interface(bus.get_object("org.bluez",
|
D | dbusdef.py | 6 dummy = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.freedesktop.DBus.Introspectable') 11 manager = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.bluez.Manager') 14 …adapter = dbus.Interface(bus.get_object('org.bluez', manager.DefaultAdapter()), 'org.bluez.Adapter…
|
D | test-health-sink | 15 hdp_manager = dbus.Interface(bus.get_object("org.bluez", "/org/bluez"), 22 manager = dbus.Interface(bus.get_object("org.bluez", "/"), 45 adapter = dbus.Interface(bus.get_object("org.bluez", select), 73 device = dbus.Interface(bus.get_object("org.bluez", select),
|
D | list-devices | 7 manager = dbus.Interface(bus.get_object("org.bluez", "/"), 33 adapter = dbus.Interface(bus.get_object("org.bluez", i), 55 device = dbus.Interface(bus.get_object("org.bluez", n), 79 node = dbus.Interface(bus.get_object("org.bluez", x),
|
/external/srec/srec/AcousticState/src/ |
D | AcousticStateImpl.c | 44 impl->Interface.load = &SR_AcousticStateLoadImpl; in SR_AcousticStateCreateImpl() 45 impl->Interface.save = &SR_AcousticStateSaveImpl; in SR_AcousticStateCreateImpl() 46 impl->Interface.destroy = &SR_AcousticStateDestroyImpl; in SR_AcousticStateCreateImpl() 47 impl->Interface.reset = &SR_AcousticStateResetImpl; in SR_AcousticStateCreateImpl() 48 impl->Interface.set = &SR_AcousticStateSetImpl; in SR_AcousticStateCreateImpl() 49 impl->Interface.get = &SR_AcousticStateGetImpl; in SR_AcousticStateCreateImpl() 51 recogImpl->acousticState = &impl->Interface; in SR_AcousticStateCreateImpl()
|
/external/srec/shared/src/ |
D | IntArrayListImpl.c | 38 impl->Interface.add = &IntArrayList_Add; in IntArrayListCreate() 39 impl->Interface.contains = &IntArrayList_Contains; in IntArrayListCreate() 40 impl->Interface.destroy = &IntArrayList_Destroy; in IntArrayListCreate() 41 impl->Interface.get = &IntArrayList_Get; in IntArrayListCreate() 42 impl->Interface.getSize = &IntArrayList_GetSize; in IntArrayListCreate() 43 impl->Interface.remove = &IntArrayList_Remove; in IntArrayListCreate() 44 impl->Interface.removeAll = &IntArrayList_RemoveAll; in IntArrayListCreate() 45 impl->Interface.set = &IntArrayList_Set; in IntArrayListCreate() 46 impl->Interface.toStaticArray = &IntArrayList_ToStaticArray; in IntArrayListCreate()
|
D | Int8ArrayListImpl.c | 38 impl->Interface.add = &Int8ArrayList_Add; in Int8ArrayListCreate() 39 impl->Interface.contains = &Int8ArrayList_Contains; in Int8ArrayListCreate() 40 impl->Interface.destroy = &Int8ArrayList_Destroy; in Int8ArrayListCreate() 41 impl->Interface.get = &Int8ArrayList_Get; in Int8ArrayListCreate() 42 impl->Interface.getSize = &Int8ArrayList_GetSize; in Int8ArrayListCreate() 43 impl->Interface.remove = &Int8ArrayList_Remove; in Int8ArrayListCreate() 44 impl->Interface.removeAll = &Int8ArrayList_RemoveAll; in Int8ArrayListCreate() 45 impl->Interface.set = &Int8ArrayList_Set; in Int8ArrayListCreate() 46 impl->Interface.toStaticArray = &Int8ArrayList_ToStaticArray; in Int8ArrayListCreate() 47 impl->Interface.clone = &Int8ArrayList_Clone; in Int8ArrayListCreate()
|
D | HashMapImpl.c | 47 impl->Interface.put = &HashMap_Put; in HashMapCreate_Internal() 48 impl->Interface.remove = &HashMap_Remove; in HashMapCreate_Internal() 49 impl->Interface.removeAndFree = &HashMap_RemoveAndFree; in HashMapCreate_Internal() 50 impl->Interface.removeAll = &HashMap_RemoveAll; in HashMapCreate_Internal() 51 impl->Interface.removeAndFreeAll = &HashMap_RemoveAndFreeAll; in HashMapCreate_Internal() 52 impl->Interface.removeAtIndex = &HashMap_RemoveAtIndex; in HashMapCreate_Internal() 53 impl->Interface.containsKey = &HashMap_ContainsKey; in HashMapCreate_Internal() 54 impl->Interface.getKeyAtIndex = &HashMap_GetKeyAtIndex; in HashMapCreate_Internal() 55 impl->Interface.get = &HashMap_Get; in HashMapCreate_Internal() 56 impl->Interface.getValueAtIndex = &HashMap_GetValueAtIndex; in HashMapCreate_Internal() [all …]
|
D | CircularBuffer.c | 36 CircularBuffer* Interface; in CircularBufferCreate() local 40 Interface = (CircularBuffer *) MALLOC(sizeof(CircularBuffer) + capacity, mtag); in CircularBufferCreate() 41 if (Interface == NULL) in CircularBufferCreate() 43 Interface->capacity = capacity; in CircularBufferCreate() 44 CircularBufferReset(Interface); in CircularBufferCreate() 45 *buffer = Interface; in CircularBufferCreate()
|
D | SessionTypeImpl.c | 41 ESR_SessionType* Interface; in ESR_SessionTypeCreate() local 50 Interface = NEW(ESR_SessionType, MTAG); in ESR_SessionTypeCreate() 51 if (Interface == NULL) in ESR_SessionTypeCreate() 64 Interface->addListener = &ESR_SessionTypeAddListenerImpl; in ESR_SessionTypeCreate() 65 Interface->contains = &ESR_SessionTypeContainsImpl; in ESR_SessionTypeCreate() 66 Interface->convertToBool = &ESR_SessionTypeConvertToBoolImpl; in ESR_SessionTypeCreate() 67 Interface->convertToFloat = &ESR_SessionTypeConvertToFloatImpl; in ESR_SessionTypeCreate() 68 Interface->convertToInt = &ESR_SessionTypeConvertToIntImpl; in ESR_SessionTypeCreate() 69 Interface->convertToUint16_t = &ESR_SessionTypeConvertToUint16_tImpl; in ESR_SessionTypeCreate() 70 Interface->convertToSize_t = &ESR_SessionTypeConvertToSize_tImpl; in ESR_SessionTypeCreate() [all …]
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 48 impl->Interface.addNametagToSlot = &SR_Grammar_AddNametagToSlot; in SR_Grammar_Create() 49 impl->Interface.addWordToSlot = &SR_Grammar_AddWordToSlot; in SR_Grammar_Create() 50 impl->Interface.checkParse = &SR_Grammar_CheckParse; in SR_Grammar_Create() 51 impl->Interface.compile = &SR_Grammar_Compile; in SR_Grammar_Create() 52 impl->Interface.destroy = &SR_Grammar_Destroy; in SR_Grammar_Create() 53 impl->Interface.getParameter = &SR_Grammar_GetParameter; in SR_Grammar_Create() 54 impl->Interface.getSize_tParameter = &SR_Grammar_GetSize_tParameter; in SR_Grammar_Create() 55 impl->Interface.resetAllSlots = &SR_Grammar_ResetAllSlots; in SR_Grammar_Create() 56 impl->Interface.save = &SR_Grammar_Save; in SR_Grammar_Create() 57 impl->Interface.setDispatchFunction = &SR_Grammar_SetDispatchFunction; in SR_Grammar_Create() [all …]
|
/external/srec/srec/Semproc/src/ |
D | SemanticResultImpl.c | 46 impl->Interface.destroy = &SR_SemanticResult_Destroy; in SR_SemanticResultCreate() 47 impl->Interface.getKeyCount = &SR_SemanticResult_GetKeyCount; in SR_SemanticResultCreate() 48 impl->Interface.getKeyList = &SR_SemanticResult_GetKeyList; in SR_SemanticResultCreate() 49 impl->Interface.getValue = &SR_SemanticResult_GetValue; in SR_SemanticResultCreate() 58 impl->Interface.destroy(&impl->Interface); in SR_SemanticResultCreate()
|
D | ExpressionParser.c | 46 ExpressionParser* Interface; in EP_Init() local 54 Interface = NEW(ExpressionParser, MTAG); in EP_Init() 55 if (Interface == NULL) in EP_Init() 62 CHKLOG(rc, HashMapCreate(&Interface->pfunctions)); in EP_Init() 65 Interface->next = &Interface->functions[0]; in EP_Init() 66 CHKLOG(rc, EP_RegisterFunction(Interface, L("concat"), NULL, EE_concat)); in EP_Init() 67 CHKLOG(rc, EP_RegisterFunction(Interface, L("conditional"), NULL, EE_conditional)); in EP_Init() 68 CHKLOG(rc, EP_RegisterFunction(Interface, L("add"), NULL, EE_add)); in EP_Init() 69 CHKLOG(rc, EP_RegisterFunction(Interface, L("subtract"), NULL, EE_subtract)); in EP_Init() 70 Interface->needToExecuteFunction = ESR_FALSE; in EP_Init() [all …]
|
/external/tcpdump/tests/ |
D | ospf-gmpls.new | 10 Local Interface IP address subTLV (3), length: 4, 10.9.142.1 11 Remote Interface IP address subTLV (4), length: 4, 10.9.142.2 34 Local Interface IP address subTLV (3), length: 4, 10.9.143.1 35 Remote Interface IP address subTLV (4), length: 4, 10.9.143.2 58 Local Interface IP address subTLV (3), length: 4, 10.40.35.14 59 Remote Interface IP address subTLV (4), length: 4, 10.40.35.13 72 Interface Switching Capability subTLV (15), length: 44 73 Interface Switching Capability: Packet-Switch Capable-1
|
D | ospf-gmpls.out | 10 Local Interface IP address subTLV (3), length: 4, 10.9.142.1 11 Remote Interface IP address subTLV (4), length: 4, 10.9.142.2 34 Local Interface IP address subTLV (3), length: 4, 10.9.143.1 35 Remote Interface IP address subTLV (4), length: 4, 10.9.143.2 58 Local Interface IP address subTLV (3), length: 4, 10.40.35.14 59 Remote Interface IP address subTLV (4), length: 4, 10.40.35.13 72 Interface Switching Capability subTLV (15), length: 44 73 Interface Switching Capability: Packet-Switch Capable-1
|
/external/srec/srec/Nametag/src/ |
D | NametagImpl.c | 143 impl->Interface.setID = &SR_Nametag_SetID; in SR_NametagCreateFromValue() 144 impl->Interface.getID = &SR_Nametag_GetID; in SR_NametagCreateFromValue() 145 impl->Interface.getValue = &SR_Nametag_GetValue; in SR_NametagCreateFromValue() 146 impl->Interface.clone = &SR_Nametag_Clone; in SR_NametagCreateFromValue() 147 impl->Interface.destroy = &SR_Nametag_Destroy; in SR_NametagCreateFromValue() 163 rc = SR_NametagSetID(&impl->Interface, id); in SR_NametagCreateFromValue() 173 impl->Interface.destroy(&impl->Interface); in SR_NametagCreateFromValue()
|
D | NametagsImpl.c | 47 impl->Interface.load = &SR_NametagsLoadImpl; in SR_NametagsCreate() 48 impl->Interface.save = &SR_NametagsSaveImpl; in SR_NametagsCreate() 49 impl->Interface.add = &SR_NametagsAddImpl; in SR_NametagsCreate() 50 impl->Interface.remove = &SR_NametagsRemoveImpl; in SR_NametagsCreate() 51 impl->Interface.getSize = &SR_NametagsGetSizeImpl; in SR_NametagsCreate() 52 impl->Interface.get = &SR_NametagsGetImpl; in SR_NametagsCreate() 53 impl->Interface.getAtIndex = &SR_NametagsGetAtIndexImpl; in SR_NametagsCreate() 54 impl->Interface.contains = &SR_NametagsContainsImpl; in SR_NametagsCreate() 55 impl->Interface.destroy = &SR_NametagsDestroyImpl; in SR_NametagsCreate() 68 impl->Interface.destroy(&impl->Interface); in SR_NametagsCreate() [all …]
|
/external/srec/srec/Vocabulary/src/ |
D | Vocabulary.c | 27 SR_Vocabulary* Interface; in SR_VocabularyCreate() local 31 CHK(rc, SR_VocabularyCreateImpl(&Interface)); in SR_VocabularyCreate() 32 impl = (SR_VocabularyImpl*) Interface; in SR_VocabularyCreate() 38 rc = SR_CreateG2P(Interface); in SR_VocabularyCreate() 41 SR_VocabularyDestroyImpl(Interface); in SR_VocabularyCreate() 46 *self = Interface; in SR_VocabularyCreate() 54 SR_Vocabulary* Interface; in SR_VocabularyLoad() local 57 CHK(rc, SR_VocabularyLoadImpl(filename, &Interface)); in SR_VocabularyLoad() 59 *self = Interface; in SR_VocabularyLoad()
|
/external/clang/test/SemaObjC/ |
D | protocol-implementation-inherited.m | 10 // Interface conforms to inherited protocol 18 // Interface conforms to a protocol which extends another. The other 32 // Interface conforms to a protocol whose methods are provided by an 45 // Interface conforms to a protocol whose methods are provided by a base class.
|