| /external/tpm2-tss/src/util/ | 
| D | log.h | 66 #define LOG_ERROR(FORMAT, ...) doLog(LOGLEVEL_ERROR, \  argument71 #define LOGBLOB_ERROR(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_ERROR, \  argument
 78 #define LOG_ERROR(FORMAT, ...) {}  argument
 79 #define LOGBLOB_ERROR(FORMAT, ...) {}  argument
 84 #define LOG_WARNING(FORMAT, ...) doLog(LOGLEVEL_WARNING, \  argument
 89 #define LOGBLOB_WARNING(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_WARNING, \  argument
 96 #define LOG_WARNING(FORMAT, ...) {}  argument
 97 #define LOGBLOB_WARNING(FORMAT, ...) {}  argument
 102 #define LOG_INFO(FORMAT, ...) doLog(LOGLEVEL_INFO, \  argument
 107 #define LOGBLOB_INFO(BUFFER, SIZE, FORMAT, ...) doLogBlob(LOGLEVEL_INFO, \  argument
 [all …]
 
 | 
| /external/cronet/base/android/linker/ | 
| D | linker_jni.h | 34 #define LOG_INFO(FORMAT, ...)                                             \  argument38 #define LOG_INFO(FORMAT, ...) ((void)0)  argument
 40 #define LOG_ERROR(FORMAT, ...)                                             \  argument
 43 #define PLOG_ERROR(FORMAT, ...) \  argument
 
 | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | fused_batch_norm_op_test.cc | 301 #define BM_NAME(NAME, N, H, W, C, T, IT, FORMAT, DEVICE) \  argument309 #define BM_FusedBatchNorm(N, H, W, C, T, IS_TRAINING, FORMAT, DEVICE)         \  argument
 349 #define BM_FusedBatchNormGrad(N, H, W, C, T, IS_TRAINING, FORMAT, DEVICE)      \  argument
 363 #define BM_FusedBatchNormGradResnetShapes(T, IS_TRAINING, FORMAT, DEVICE) \  argument
 
 | 
| /external/rust/crates/regex-syntax/src/unicode_tables/ | 
| D | sentence_break.rs | 395 pub const FORMAT: &'static [(char, char)] = &[  constant
 | 
| D | word_break.rs | 942 pub const FORMAT: &'static [(char, char)] = &[  constant
 | 
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ | 
| D | BuilderInstruction10x.java | 42     public static final Format FORMAT = Format.Format10x;  field in BuilderInstruction10x
 | 
| D | BuilderInstruction10t.java | 43     public static final Format FORMAT = Format.Format10t;  field in BuilderInstruction10t
 | 
| D | BuilderInstruction30t.java | 43     public static final Format FORMAT = Format.Format30t;  field in BuilderInstruction30t
 | 
| D | BuilderInstruction20t.java | 43     public static final Format FORMAT = Format.Format20t;  field in BuilderInstruction20t
 | 
| D | BuilderInstruction11x.java | 43     public static final Format FORMAT = Format.Format11x;  field in BuilderInstruction11x
 | 
| D | BuilderInstruction21t.java | 44     public static final Format FORMAT = Format.Format21t;  field in BuilderInstruction21t
 | 
| D | BuilderInstruction31t.java | 44     public static final Format FORMAT = Format.Format31t;  field in BuilderInstruction31t
 | 
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/ | 
| D | BuilderInstruction10x.java | 41     public static final Format FORMAT = Format.Format10x;  field in BuilderInstruction10x
 | 
| D | BuilderInstruction30t.java | 42     public static final Format FORMAT = Format.Format30t;  field in BuilderInstruction30t
 | 
| D | BuilderInstruction10t.java | 42     public static final Format FORMAT = Format.Format10t;  field in BuilderInstruction10t
 | 
| D | BuilderInstruction20t.java | 42     public static final Format FORMAT = Format.Format20t;  field in BuilderInstruction20t
 | 
| D | BuilderInstruction11x.java | 42     public static final Format FORMAT = Format.Format11x;  field in BuilderInstruction11x
 | 
| D | BuilderInstruction21t.java | 43     public static final Format FORMAT = Format.Format21t;  field in BuilderInstruction21t
 | 
| D | BuilderInstruction31t.java | 43     public static final Format FORMAT = Format.Format31t;  field in BuilderInstruction31t
 | 
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ | 
| D | ImmutableInstruction10x.java | 41     public static final Format FORMAT = Format.Format10x;  field in ImmutableInstruction10x
 | 
| D | ImmutableUnknownInstruction.java | 39     public static final Format FORMAT = Format.Format10x;  field in ImmutableUnknownInstruction
 | 
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/ | 
| D | ImmutableInstruction10x.java | 40     public static final Format FORMAT = Format.Format10x;  field in ImmutableInstruction10x
 | 
| D | ImmutableUnknownInstruction.java | 39     public static final Format FORMAT = Format.Format10x;  field in ImmutableUnknownInstruction
 | 
| D | ImmutableInstruction20t.java | 41     public static final Format FORMAT = Format.Format20t;  field in ImmutableInstruction20t
 | 
| /external/oss-fuzz/projects/libgd/ | 
| D | parser_target.cc | 21 #define CREATE_IMAGE(FORMAT) PASTE(FORMAT)  argument
 |