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

  /system/chre/apps/wifi_offload/
rpc_log_record.cc 39 uint8_t rec = fbs_record.record_type();
48 record_type_ = static_cast<RpcLogRecordType>(fbs_record.record_type());
  /external/google-breakpad/src/tools/python/
filter_syms.py 105 record_type = record.partition(' ')[0]
106 if record_type == 'FILE':
108 elif self._IsLineRecord(record_type):
155 def _IsLineRecord(self, record_type):
158 line = int(record_type, 16)
  /external/autotest/client/cros/nfc/
console.py 383 def _create_record_data(self, record_type, params):
384 if record_type == 'Text':
387 elif record_type == 'URI':
391 print_message('Writing record type "' + record_type +
400 def write_tag(self, tag, record_type, params):
405 @param record_type: The type of the record, e.g. Text or URI.
409 tag_data = self._create_record_data(record_type, params)
420 def push_to_device(self, device, record_type, params):
425 @param record_type: The type of the record, e.g. Text or URI.
429 record_data = self._create_record_data(record_type, params
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.h 153 * \param record_type Type of the record containing the field.
159 bool row_major, const glsl_type *record_type,
192 bool row_major, const glsl_type *record_type,
link_uniforms.cpp 118 const glsl_type *record_type,
136 if (record_type == NULL && t->is_record())
137 record_type = t;
176 record_type,
183 record_type = NULL;
193 if (record_type == NULL && t->fields.array->is_record())
194 record_type = t->fields.array;
213 record_type,
221 record_type = NULL;
225 this->visit_field(t, *name, row_major, record_type, packing, last_field)
    [all...]
  /external/autotest/client/site_tests/peerd_AdvertiseServices/
peerd_AdvertiseServices.py 103 def _ask_for_record(self, record_name, record_type):
108 @param record_type: one of dpkt.dns.DNS_*.
113 record_name, record_type)
116 record_name, record_type)
119 record_name, record_type, found_records[0].data)
122 record_name, record_type)
123 desired_records = [(record_name, record_type)]
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
flatbuffers_types.fbs 97 record_type:ubyte;
flatbuffers_types_generated.h 564 uint8_t record_type() const { return GetField<uint8_t>(VT_RECORD_TYPE, 0); } function in struct:wifi_offload::fbs::FLATBUFFERS_FINAL_CLASS
579 void add_record_type(uint8_t record_type) {
580 fbb_.AddElement<uint8_t>(RpcLogRecord::VT_RECORD_TYPE, record_type, 0);
598 flatbuffers::FlatBufferBuilder &_fbb, uint8_t record_type = 0,
602 builder_.add_record_type(record_type);
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 108 const abi_util::RecordTypeIR *record_type = nullptr; local
111 record_type = static_cast<const abi_util::RecordTypeIR *>(type);
112 if (record_type->IsAnonymous()) {
116 record_type->GetUniqueId(), record_type);
  /external/autotest/client/common_lib/hosts/
repair.py 140 def __init__(self, tag, record_type, dependencies):
143 self._record_tag = record_type + '.' + tag
  /external/autotest/frontend/afe/
rpc_utils.py     [all...]
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 117 record.record_type == '_privet._tcp')]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 471 CXXRecordDecl* record_type = it->getTypeSourceInfo() local
475 if (record_type) {
476 if (InTestingNamespace(record_type)) {
    [all...]
  /system/extras/simpleperf/
record.cpp 34 static std::string RecordTypeToString(int record_type) {
56 auto it = record_type_names.find(record_type);
60 return android::base::StringPrintf("unknown(%d)", record_type);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 124 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE)
527 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
4092 record_type, \/* "struct" types. *\/ enumerator in enum:tag_types
    [all...]

Completed in 387 milliseconds