/external/qemu/distrib/sdl-1.2.15/test/ |
D | testplatform.c | 18 int TestTypes(SDL_bool verbose) in TestTypes() 58 int TestEndian(SDL_bool verbose) in TestEndian() 130 int TestCPUInfo(SDL_bool verbose) in TestCPUInfo() 147 SDL_bool verbose = SDL_TRUE; in main() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 78 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, in add_fetch_rgba_test() 130 test_format_float(unsigned verbose, FILE *fp, in test_format_float() 215 test_format_unorm8(unsigned verbose, FILE *fp, in test_format_unorm8() 301 test_one(unsigned verbose, FILE *fp, in test_one() 319 test_all(unsigned verbose, FILE *fp) in test_all() 361 test_some(unsigned verbose, FILE *fp, in test_some() 369 test_single(unsigned verbose, FILE *fp) in test_single()
|
D | lp_test_printf.c | 89 test_printf(unsigned verbose, FILE *fp, in test_printf() 116 test_all(unsigned verbose, FILE *fp) in test_all() 127 test_some(unsigned verbose, FILE *fp, in test_some() 135 test_single(unsigned verbose, FILE *fp) in test_single()
|
D | lp_test_arit.c | 293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) in test_unary() 366 test_all(unsigned verbose, FILE *fp) in test_all() 382 test_some(unsigned verbose, FILE *fp, in test_some() 394 test_single(unsigned verbose, FILE *fp) in test_single()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 78 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, in add_fetch_rgba_test() 130 test_format_float(unsigned verbose, FILE *fp, in test_format_float() 215 test_format_unorm8(unsigned verbose, FILE *fp, in test_format_unorm8() 301 test_one(unsigned verbose, FILE *fp, in test_one() 319 test_all(unsigned verbose, FILE *fp) in test_all() 361 test_some(unsigned verbose, FILE *fp, in test_some() 369 test_single(unsigned verbose, FILE *fp) in test_single()
|
D | lp_test_printf.c | 89 test_printf(unsigned verbose, FILE *fp, in test_printf() 116 test_all(unsigned verbose, FILE *fp) in test_all() 127 test_some(unsigned verbose, FILE *fp, in test_some() 135 test_single(unsigned verbose, FILE *fp) in test_single()
|
D | lp_test_arit.c | 293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) in test_unary() 366 test_all(unsigned verbose, FILE *fp) in test_all() 382 test_some(unsigned verbose, FILE *fp, in test_some() 394 test_single(unsigned verbose, FILE *fp) in test_single()
|
/external/chromium_org/tools/python/google/ |
D | process_utils.py | 40 def RunCommandFull(command, verbose=True, collect_output=False, argument 115 def RunCommand(command, verbose=True): argument 136 def RunCommandsInParallel(commands, verbose=True, collect_output=False, argument
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | ExcludeProcessor.java | 26 private final boolean verbose; field in ExcludeProcessor 28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { in ExcludeProcessor()
|
D | MainProcessor.java | 26 private final boolean verbose; field in MainProcessor 31 public MainProcessor(List<PatternElement> patterns, boolean verbose, boolean skipManifest) { in MainProcessor()
|
/external/compiler-rt/test/asan/android_commands/ |
D | android_common.py | 7 verbose = False variable 9 verbose = True variable
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) in FetchVariable() 43 Xcode::FetchModules (SBTarget target, bool verbose) in FetchModules() 61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) in FetchVariables() 73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose) in FetchFrames() 112 Xcode::RunExpression (SBFrame frame, const char* expression, bool po, bool verbose) in RunExpression() 137 Xcode::RunCommand (SBDebugger debugger, const char* cmd, bool verbose) in RunCommand()
|
/external/libsepol/tests/ |
D | libsepol-tests.c | 54 static int do_tests(int interactive, int verbose) in do_tests() 83 int i, verbose = 1, interactive = 0; in main() local
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
D | metered_stream_unittest.py | 38 verbose = False variable in RegularTest 111 verbose = False variable in TtyTest 129 verbose = True variable in VerboseTest
|
/external/chromium_org/tools/grit/grit/tool/ |
D | rc2grd_unittest.py | 70 verbose = False variable in Rc2GrdUnittest.testRegressionScriptWithTranslateable.DummyNode 116 verbose = False variable in Rc2GrdUnittest.testRoleModel.DummyOpts
|
/external/proguard/src/proguard/gui/ |
D | ReTraceRunnable.java | 40 private final boolean verbose; field in ReTraceRunnable 53 boolean verbose, in ReTraceRunnable()
|
/external/chromium_org/v8/src/ |
D | utils.cc | 184 bool verbose, in ReadCharsFromFile() 214 bool verbose) { in ReadCharsFromFile() 222 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes() 243 bool verbose) { in ReadFile() 252 bool verbose) { in ReadFile() 276 bool verbose) { in AppendChars() 293 bool verbose) { in WriteChars() 310 bool verbose) { in WriteBytes()
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | commands.py | 66 def RunProcess(verbose, timeout, args, **rest): argument 130 def Execute(args, verbose=False, timeout=None): argument
|
/external/openssl/apps/ |
D | srp.c | 143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s) in print_entry() 157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose) in print_index() 162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose) in print_user() 213 const char *passin, BIO *bio, int verbose) in srp_verify_user() 244 char *passout, BIO *bio, int verbose) in srp_create_user() 288 int verbose=0; in MAIN() local
|
/external/skia/tools/ |
D | git_utils.py | 53 verbose=False): argument 115 def git_branch_name(verbose=False): argument
|
D | git-sync-deps | 84 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 139 def git_sync_deps(deps_file_path, deps_os_list, verbose): argument
|
/external/tcpdump/ |
D | print-nfs.c | 267 print_sattr3(const struct nfsv3_sattr *sa3, int verbose) in print_sattr3() 1187 parsefattr(const u_int32_t *dp, int verbose, int v3) in parsefattr() 1255 parseattrstat(const u_int32_t *dp, int verbose, int v3) in parseattrstat() 1391 parse_pre_op_attr(const u_int32_t *dp, int verbose) in parse_pre_op_attr() 1412 parse_post_op_attr(const u_int32_t *dp, int verbose) in parse_post_op_attr() 1427 parse_wcc_data(const u_int32_t *dp, int verbose) in parse_wcc_data() 1440 parsecreateopres(const u_int32_t *dp, int verbose) in parsecreateopres() 1470 parsewccres(const u_int32_t *dp, int verbose) in parsewccres() 1480 parsev3rddirres(const u_int32_t *dp, int verbose) in parsev3rddirres()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 50 boolean verbose, in _dumpAsString() 288 …private static String outputApplicationSpecific(String type, String indent, boolean verbose, ASN1P… in outputApplicationSpecific() 335 boolean verbose) in dumpAsString()
|
/external/icu/icu4c/source/tools/genren/ |
D | genren.pl | 242 sub verbose { subroutine
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
D | genren.pl | 242 sub verbose { subroutine
|