Home
last modified time | relevance | path

Searched defs:FORMAT (Results 1 – 25 of 194) sorted by relevance

12345678

/external/tpm2-tss/src/util/
Dlog.h66 #define LOG_ERROR(FORMAT, ...) doLog(LOGLEVEL_ERROR, \ argument
71 #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/
Dlinker_jni.h34 #define LOG_INFO(FORMAT, ...) \ argument
38 #define LOG_INFO(FORMAT, ...) ((void)0) argument
40 #define LOG_ERROR(FORMAT, ...) \ argument
43 #define PLOG_ERROR(FORMAT, ...) \ argument
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op_test.cc301 #define BM_NAME(NAME, N, H, W, C, T, IT, FORMAT, DEVICE) \ argument
309 #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/
Dsentence_break.rs395 pub const FORMAT: &'static [(char, char)] = &[ constant
Dword_break.rs942 pub const FORMAT: &'static [(char, char)] = &[ constant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction10x.java42 public static final Format FORMAT = Format.Format10x; field in BuilderInstruction10x
DBuilderInstruction10t.java43 public static final Format FORMAT = Format.Format10t; field in BuilderInstruction10t
DBuilderInstruction30t.java43 public static final Format FORMAT = Format.Format30t; field in BuilderInstruction30t
DBuilderInstruction20t.java43 public static final Format FORMAT = Format.Format20t; field in BuilderInstruction20t
DBuilderInstruction11x.java43 public static final Format FORMAT = Format.Format11x; field in BuilderInstruction11x
DBuilderInstruction21t.java44 public static final Format FORMAT = Format.Format21t; field in BuilderInstruction21t
DBuilderInstruction31t.java44 public static final Format FORMAT = Format.Format31t; field in BuilderInstruction31t
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/
DBuilderInstruction10x.java41 public static final Format FORMAT = Format.Format10x; field in BuilderInstruction10x
DBuilderInstruction30t.java42 public static final Format FORMAT = Format.Format30t; field in BuilderInstruction30t
DBuilderInstruction10t.java42 public static final Format FORMAT = Format.Format10t; field in BuilderInstruction10t
DBuilderInstruction20t.java42 public static final Format FORMAT = Format.Format20t; field in BuilderInstruction20t
DBuilderInstruction11x.java42 public static final Format FORMAT = Format.Format11x; field in BuilderInstruction11x
DBuilderInstruction21t.java43 public static final Format FORMAT = Format.Format21t; field in BuilderInstruction21t
DBuilderInstruction31t.java43 public static final Format FORMAT = Format.Format31t; field in BuilderInstruction31t
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction10x.java41 public static final Format FORMAT = Format.Format10x; field in ImmutableInstruction10x
DImmutableUnknownInstruction.java39 public static final Format FORMAT = Format.Format10x; field in ImmutableUnknownInstruction
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/
DImmutableInstruction10x.java40 public static final Format FORMAT = Format.Format10x; field in ImmutableInstruction10x
DImmutableUnknownInstruction.java39 public static final Format FORMAT = Format.Format10x; field in ImmutableUnknownInstruction
DImmutableInstruction20t.java41 public static final Format FORMAT = Format.Format20t; field in ImmutableInstruction20t
/external/oss-fuzz/projects/libgd/
Dparser_target.cc21 #define CREATE_IMAGE(FORMAT) PASTE(FORMAT) argument

12345678