Searched defs:expected_kind (Results 1 - 4 of 4) sorted by relevance

/external/dbus/bus/
H A Ddispatch.c554 ServiceInfoKind expected_kind; member in struct:__anon4963
569 if (d->expected_kind == SERVICE_CREATED
619 if ((d->expected_kind == SERVICE_CREATED && ( old_owner[0] || !new_owner[0]))
620 || (d->expected_kind == OWNER_CHANGED && (!old_owner[0] || !new_owner[0]))
621 || (d->expected_kind == SERVICE_DELETED && (!old_owner[0] || new_owner[0])))
690 socd.expected_kind = SERVICE_DELETED;
920 socd.expected_kind = SERVICE_CREATED;
1848 socd.expected_kind = SERVICE_CREATED;
1952 socd.expected_kind = SERVICE_CREATED;
2089 socd.expected_kind
[all...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2154 ElementsKind expected_kind,
2165 Context::GetContextMapIndexFromElementsKind(expected_kind);
2153 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4436 ElementsKind expected_kind,
4447 Context::GetContextMapIndexFromElementsKind(expected_kind);
4435 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4036 ElementsKind expected_kind,
4047 Context::GetContextMapIndexFromElementsKind(expected_kind);
4035 LoadTransitionedArrayMapConditional( ElementsKind expected_kind, ElementsKind transitioned_kind, Register map_in_out, Register scratch, Label* no_map_match) argument

Completed in 95 milliseconds