HomeSort by relevance Sort by last modified time
    Searched defs:p_format (Results 1 - 7 of 7) sorted by null

  /system/core/liblog/tests/
liblog_test.cpp 617 static bool checkPriForTag(AndroidLogFormat *p_format, const char *tag, android_LogPriority pri) {
618 return android_log_shouldPrintLine(p_format, tag, pri)
619 && !android_log_shouldPrintLine(p_format, tag, (android_LogPriority)(pri - 1));
625 AndroidLogFormat *p_format = android_log_format_new(); local
627 android_log_addFilterRule(p_format,"*:i");
629 EXPECT_TRUE(checkPriForTag(p_format, tag, ANDROID_LOG_INFO));
630 EXPECT_TRUE(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) == 0);
631 android_log_addFilterRule(p_format, "*");
632 EXPECT_TRUE (checkPriForTag(p_format, tag, ANDROID_LOG_DEBUG));
633 EXPECT_TRUE(android_log_shouldPrintLine(p_format, tag, ANDROID_LOG_DEBUG) > 0)
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 489 struct p_format { struct
837 struct p_format p_format; member in union:mips_instruction
  /development/ndk/platforms/android-L/arch-mips/include/asm/
inst.h 484 struct p_format { struct
832 struct p_format p_format; member in union:mips_instruction
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
inst.h 484 struct p_format { struct
832 struct p_format p_format; member in union:mips_instruction
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 535 struct p_format { /* Performance counter format (R10000) */ struct
860 struct p_format p_format; member in union:mips_instruction
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
inst.h 489 struct p_format { struct
837 struct p_format p_format; member in union:mips_instruction
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
inst.h 489 struct p_format { struct
837 struct p_format p_format; member in union:mips_instruction

Completed in 475 milliseconds