HomeSort by relevance Sort by last modified time
    Searched refs:local_type (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Exceptions.c 254 PyObject *local_type, *local_value, *local_tb; local
258 local_type = tstate->curexc_type;
265 PyErr_Fetch(&local_type, &local_value, &local_tb);
267 PyErr_NormalizeException(&local_type, &local_value, &local_tb);
283 Py_XINCREF(local_type);
285 *type = local_type;
292 tstate->exc_type = local_type;
301 PyErr_SetExcInfo(local_type, local_value, local_tb);
308 Py_XDECREF(local_type);
  /external/lldb/tools/darwin-threads/
examine-threads.c 183 mach_msg_type_name_t local_type; local
184 retval = mach_port_extract_right (task, names[i], MACH_MSG_TYPE_COPY_SEND, &local_name, &local_type);
  /external/chromium_org/sync/syncable/
directory.cc 773 ModelType local_type = GetModelTypeFromSpecifics(local_specifics); local
776 if ((IsRealDataType(local_type) && disabled_types.Has(local_type)) ||
790 ModelType local_type = GetModelTypeFromSpecifics(local_specifics); local
793 if (types_to_unapply.Has(local_type) ||
798 (types_to_journal.Has(local_type) ||
800 (delete_journal_->IsDeleteJournalEnabled(local_type) ||
    [all...]
directory_unittest.cc 162 const ModelType local_type = e.GetModelType(); local
166 if ((IsRealDataType(local_type) && types_to_purge.Has(local_type)) ||
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel_unittest.cc 188 : local_type(lt), local_proto(lp), remote_type(rt), remote_proto(rp),
192 std::string local_type; member in struct:P2PTransportChannelTestBase::Result
458 LocalCandidate(ep1_ch1())->type() == expected.local_type &&
466 EXPECT_EQ(expected.local_type, LocalCandidate(ep1_ch1())->type());
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 820 milliseconds