Searched refs:is_internal (Results 1 - 13 of 13) sorted by relevance

/external/autotest/client/cros/multimedia/
H A Ddisplay_info.py47 self.is_internal = d['isInternal']
/external/autotest/server/site_tests/audio_AudioAfterReboot/
H A Daudio_AudioAfterReboot.py161 bind_to=None, source=None, recorder=None, is_internal=False,
177 @param is_internal: whether internal audio is tested flag
238 self.action_plug_jack(not is_internal)
/external/v8/src/mips/
H A Dassembler-mips.cc775 int Assembler::target_at(int pos, bool is_internal) {
777 if (is_internal) {
842 bool is_internal) {
845 if (is_internal) {
914 bool is_internal = false; local
925 is_internal = is_internal_reference(L);
926 next(L, is_internal); // Call next before overwriting link with target at
929 if (is_internal) {
930 target_at_put(fixup_pos, pos, is_internal);
964 void Assembler::next(Label* L, bool is_internal) { argument
[all...]
H A Dassembler-mips.h1196 int target_at(int pos, bool is_internal);
1199 void target_at_put(int pos, int target_pos, bool is_internal);
1389 void next(Label* L, bool is_internal);
/external/v8/src/mips64/
H A Dassembler-mips64.cc706 int Assembler::target_at(int pos, bool is_internal) {
707 if (is_internal) {
790 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) {
791 if (is_internal) {
879 bool is_internal = false; local
890 is_internal = is_internal_reference(L);
891 next(L, is_internal); // Call next before overwriting link with target at
894 if (is_internal) {
895 target_at_put(fixup_pos, pos, is_internal);
931 void Assembler::next(Label* L, bool is_internal) { argument
[all...]
H A Dassembler-mips64.h1251 int target_at(int pos, bool is_internal);
1254 void target_at_put(int pos, int target_pos, bool is_internal);
1439 void next(Label* L, bool is_internal);
/external/v8/src/
H A Dframes.h515 bool is_internal() const { return type() == INTERNAL; } function in class:v8::internal::BASE_EMBEDDED
1389 DCHECK(frame->is_internal());
H A Delements.cc438 if (raw_frame->is_internal()) {
/external/expat/lib/
H A Dxmlparse.c282 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon7015
2761 else if (!entity->is_internal)
4835 parser->m_declEntity->is_internal = !(parser->m_parentParser || parser->m_openInternalEntities);
4867 parser->m_declEntity->is_internal = !(parser->m_parentParser || parser->m_openInternalEntities);
5050 else if (!entity->is_internal) {
5609 else if (!entity->is_internal)
6610 newE->is_internal = oldE->is_internal;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c202 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon19474
2349 else if (!entity->is_internal)
4308 declEntity->is_internal = !(parentParser || openInternalEntities);
4340 declEntity->is_internal = !(parentParser || openInternalEntities);
4519 else if (!entity->is_internal)
5049 else if (!entity->is_internal)
5962 newE->is_internal = oldE->is_internal;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c202 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon20100
2349 else if (!entity->is_internal)
4308 declEntity->is_internal = !(parentParser || openInternalEntities);
4340 declEntity->is_internal = !(parentParser || openInternalEntities);
4519 else if (!entity->is_internal)
5049 else if (!entity->is_internal)
5962 newE->is_internal = oldE->is_internal;
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc424 if (op_kernel->is_internal() && op_kernel->type_string() == "_Recv") {
/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h125 bool is_internal() const { return is_internal_; } function in class:tensorflow::OpKernel

Completed in 469 milliseconds