HomeSort by relevance Sort by last modified time
    Searched full:table_id (Results 1 - 18 of 18) sorted by null

  /external/oprofile/libop/
op_xml_out.h 19 NONE=0, TABLE_ID, PROFILE,
  /external/webrtc/src/system_wrappers/source/
data_log_c.cc 30 const char* table_name, int table_id) {
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
288 ss << "_" << table_id; local
  /external/webrtc/src/system_wrappers/interface/
data_log_c.h 35 const char* table_name, int table_id);
data_log.h 56 // Combines the string table_name and the integer table_id into a new string
57 // table_name + _ + table_id. The new string will be lower-case.
58 static std::string Combine(const std::string& table_name, int table_id);
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 221 unsigned table_id = br->getBits(8); local
222 ALOGV(" table_id = %u", table_id);
223 CHECK_EQ(table_id, 0x02u);
880 unsigned table_id = br->getBits(8); local
881 ALOGV(" table_id = %u", table_id);
882 CHECK_EQ(table_id, 0x00u);
  /external/iproute2/ip/
iprule.c 38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n");
42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n");
iproute.c 60 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n");
64 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n");
75 fprintf(stderr, "TABLE_ID := [ local | main | default | all | NUMBER ]\n");
    [all...]
  /external/oprofile/libpp/
format_output.cpp 640 out << init_attr(TABLE_ID, (size_t)id);
709 out << init_attr(TABLE_ID, sd_it->second);
799 str << init_attr(TABLE_ID, detail_index++);
xml_utils.cpp 152 str << init_attr(TABLE_ID, events_index++);
380 out << open_element(BYTES, true) << init_attr(TABLE_ID, sym_id);
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 705 // table_id = 0x00
752 // table_id = 0x02
  /external/iproute2/man/man8/
ip.8 183 .IR TABLE_ID " ] [ "
199 .IR TABLE_ID " ] [ "
252 .IR TABLE_ID " := [ "
295 .IR TABLE_ID " ] [ "
302 .IR TABLE_ID " := [ "
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 502 cv.put(Telephony.MmsSms.WordsTable.TABLE_ID, 1);
MmsSmsDatabaseHelper.java 464 cv.put(Telephony.MmsSms.WordsTable.TABLE_ID, 1);
497 cv.put(Telephony.MmsSms.WordsTable.TABLE_ID, 1);
    [all...]
MmsProvider.java 462 cv.put(Telephony.MmsSms.WordsTable.TABLE_ID, 2);
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gprof 

Completed in 408 milliseconds