| /external/XNNPACK/test/ |
| D | memory-planner-test.cc | 37 EXPECT_EQ(0, tracker.usage[0].first_node); in TEST() 38 EXPECT_EQ(0, tracker.usage[0].last_node); in TEST() 40 EXPECT_EQ(0, tracker.usage[1].first_node); in TEST() 41 EXPECT_EQ(1, tracker.usage[1].last_node); in TEST() 43 EXPECT_EQ(0, tracker.usage[2].first_node); in TEST() 44 EXPECT_EQ(1, tracker.usage[2].last_node); in TEST() 46 EXPECT_EQ(1, tracker.usage[3].first_node); in TEST() 47 EXPECT_EQ(1, tracker.usage[3].last_node); in TEST() 60 tracker.usage[0].first_node = 1, in TEST() 61 tracker.usage[0].last_node = 1, in TEST() [all …]
|
| /external/rust/crates/clap/src/app/ |
| D | usage.rs | 11 // Creates a usage string for display. This happens just after all arguments were parsed, but before 12 // any subcommands have been parsed (so as to give subcommands their own usage recursively) 14 debugln!("usage::create_usage_with_title;"); in create_usage_with_title() 15 let mut usage = String::with_capacity(75); in create_usage_with_title() localVariable 16 usage.push_str("USAGE:\n "); in create_usage_with_title() 17 usage.push_str(&*create_usage_no_title(p, used)); in create_usage_with_title() 18 usage in create_usage_with_title() 21 // Creates a usage string to be used in error message (i.e. one with currently used args) 47 // Creates a usage string (*without title*) if one was not provided by the user manually. 49 debugln!("usage::create_usage_no_title;"); in create_usage_no_title() [all …]
|
| /external/mesa3d/src/intel/isl/ |
| D | isl_aux_info.c | 106 enum isl_aux_usage usage) in aux_state_possible() argument 111 return info[usage].fast_clear; in aux_state_possible() 113 return info[usage].fast_clear && info[usage].compressed; in aux_state_possible() 115 return info[usage].compressed; in aux_state_possible() 131 enum isl_aux_usage usage, in isl_aux_prepare_access() argument 134 if (usage != ISL_AUX_USAGE_NONE) { in isl_aux_prepare_access() 136 usage == ISL_AUX_USAGE_CCS_D ? ISL_AUX_USAGE_CCS_E : usage; in isl_aux_prepare_access() 139 assert(!fast_clear_supported || info[usage].fast_clear); in isl_aux_prepare_access() 143 if (!info[usage].compressed) in isl_aux_prepare_access() 150 info[usage].partial_resolve ? in isl_aux_prepare_access() [all …]
|
| /external/proguard/docs/manual/ |
| D | refcard.html | 26 <h2>Usage</h2> 40 <td valign="top"><a href="usage.html#at"><code><b>@</b></code></a><a href="usage.html#filename"><i>… 46 <td valign="top"><a href="usage.html#include"><code><b>-include</b></code></a> 47 <a href="usage.html#filename"><i>filename</i></a></td> 53 <td valign="top"><a href="usage.html#basedirectory"><code><b>-basedirectory</b></code></a> 54 <a href="usage.html#filename"><i>directoryname</i></a></td> 60 <td valign="top"><a href="usage.html#injars"><code><b>-injars</b></code></a> 61 <a href="usage.html#classpath"><i>class_path</i></a></td> 66 <td valign="top"><a href="usage.html#outjars"><code><b>-outjars</b></code></a> 67 <a href="usage.html#classpath"><i>class_path</i></a></td> [all …]
|
| /external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
| D | OpCodes.java | 47 * @xsl.usage advanced 61 * @xsl.usage advanced 77 * @xsl.usage advanced 89 * @xsl.usage advanced 101 * @xsl.usage advanced 113 * @xsl.usage advanced 125 * @xsl.usage advanced 137 * @xsl.usage advanced 149 * @xsl.usage advanced 161 * @xsl.usage advanced [all …]
|
| /external/strace/tests-m32/ |
| D | getrusage.c | 45 invoke_print(int who, const char *who_str, struct rusage *usage) in invoke_print() argument 47 int rc = syscall(__NR_getrusage, who, usage); in invoke_print() 56 (long long) usage->ru_utime.tv_sec, in invoke_print() 57 zero_extend_signed_to_ull(usage->ru_utime.tv_usec), in invoke_print() 58 (long long) usage->ru_stime.tv_sec, in invoke_print() 59 zero_extend_signed_to_ull(usage->ru_stime.tv_usec), in invoke_print() 60 usage->ru_maxrss, usage->ru_ixrss, usage->ru_idrss, in invoke_print() 61 usage->ru_isrss, usage->ru_minflt, usage->ru_majflt, in invoke_print() 62 usage->ru_nswap, usage->ru_inblock, usage->ru_oublock, in invoke_print() 63 usage->ru_msgsnd, usage->ru_msgrcv, usage->ru_nsignals, in invoke_print() [all …]
|
| /external/strace/tests/ |
| D | getrusage.c | 45 invoke_print(int who, const char *who_str, struct rusage *usage) in invoke_print() argument 47 int rc = syscall(__NR_getrusage, who, usage); in invoke_print() 56 (long long) usage->ru_utime.tv_sec, in invoke_print() 57 zero_extend_signed_to_ull(usage->ru_utime.tv_usec), in invoke_print() 58 (long long) usage->ru_stime.tv_sec, in invoke_print() 59 zero_extend_signed_to_ull(usage->ru_stime.tv_usec), in invoke_print() 60 usage->ru_maxrss, usage->ru_ixrss, usage->ru_idrss, in invoke_print() 61 usage->ru_isrss, usage->ru_minflt, usage->ru_majflt, in invoke_print() 62 usage->ru_nswap, usage->ru_inblock, usage->ru_oublock, in invoke_print() 63 usage->ru_msgsnd, usage->ru_msgrcv, usage->ru_nsignals, in invoke_print() [all …]
|
| /external/strace/tests-mx32/ |
| D | getrusage.c | 45 invoke_print(int who, const char *who_str, struct rusage *usage) in invoke_print() argument 47 int rc = syscall(__NR_getrusage, who, usage); in invoke_print() 56 (long long) usage->ru_utime.tv_sec, in invoke_print() 57 zero_extend_signed_to_ull(usage->ru_utime.tv_usec), in invoke_print() 58 (long long) usage->ru_stime.tv_sec, in invoke_print() 59 zero_extend_signed_to_ull(usage->ru_stime.tv_usec), in invoke_print() 60 usage->ru_maxrss, usage->ru_ixrss, usage->ru_idrss, in invoke_print() 61 usage->ru_isrss, usage->ru_minflt, usage->ru_majflt, in invoke_print() 62 usage->ru_nswap, usage->ru_inblock, usage->ru_oublock, in invoke_print() 63 usage->ru_msgsnd, usage->ru_msgrcv, usage->ru_nsignals, in invoke_print() [all …]
|
| /external/libchrome/mojo/core/ |
| D | quota_unittest.cc | 39 uint64_t usage = 0; in TEST_F() local 42 &usage)); in TEST_F() 47 &kInvalidQueryQuotaOptions, &limit, &usage)); in TEST_F() 75 uint64_t usage = 0; in TEST_F() local 78 &limit, &usage)); in TEST_F() 80 EXPECT_EQ(0u, usage); in TEST_F() 89 &limit, &usage)); in TEST_F() 91 EXPECT_EQ(0u, usage); in TEST_F() 99 &limit, &usage)); in TEST_F() 101 EXPECT_EQ(1u, usage); in TEST_F() [all …]
|
| /external/minigbm/ |
| D | gbm_helpers.c | 13 uint64_t gbm_convert_usage(uint32_t usage) in gbm_convert_usage() argument 17 if (usage & GBM_BO_USE_SCANOUT) in gbm_convert_usage() 19 if (usage & GBM_BO_USE_CURSOR) in gbm_convert_usage() 21 if (usage & GBM_BO_USE_CURSOR_64X64) in gbm_convert_usage() 23 if (usage & GBM_BO_USE_RENDERING) in gbm_convert_usage() 25 if (usage & GBM_BO_USE_TEXTURING) in gbm_convert_usage() 27 if (usage & GBM_BO_USE_LINEAR) in gbm_convert_usage() 29 if (usage & GBM_BO_USE_CAMERA_WRITE) in gbm_convert_usage() 31 if (usage & GBM_BO_USE_CAMERA_READ) in gbm_convert_usage() 33 if (usage & GBM_BO_USE_PROTECTED) in gbm_convert_usage() [all …]
|
| /external/minigbm/cros_gralloc/ |
| D | cros_gralloc_helpers.cc | 88 uint64_t cros_gralloc_convert_usage(uint64_t usage) in cros_gralloc_convert_usage() argument 96 handle_usage(&usage, GRALLOC_USAGE_SW_READ_OFTEN, &use_flags, BO_USE_SW_READ_OFTEN); in cros_gralloc_convert_usage() 97 handle_usage(&usage, GRALLOC_USAGE_SW_READ_RARELY, &use_flags, BO_USE_SW_READ_RARELY); in cros_gralloc_convert_usage() 98 handle_usage(&usage, GRALLOC_USAGE_SW_WRITE_OFTEN, &use_flags, BO_USE_SW_WRITE_OFTEN); in cros_gralloc_convert_usage() 99 handle_usage(&usage, GRALLOC_USAGE_SW_WRITE_RARELY, &use_flags, BO_USE_SW_WRITE_RARELY); in cros_gralloc_convert_usage() 100 handle_usage(&usage, GRALLOC_USAGE_HW_TEXTURE, &use_flags, BO_USE_TEXTURE); in cros_gralloc_convert_usage() 101 handle_usage(&usage, GRALLOC_USAGE_HW_RENDER, &use_flags, BO_USE_RENDERING); in cros_gralloc_convert_usage() 102 handle_usage(&usage, GRALLOC_USAGE_HW_2D, &use_flags, BO_USE_RENDERING); in cros_gralloc_convert_usage() 104 handle_usage(&usage, GRALLOC_USAGE_HW_COMPOSER, &use_flags, in cros_gralloc_convert_usage() 106 handle_usage(&usage, GRALLOC_USAGE_HW_FB, &use_flags, BO_USE_NONE); in cros_gralloc_convert_usage() [all …]
|
| /external/pigweed/pw_thread/py/ |
| D | thread_analyzer_test.py | 27 ('Est CPU usage: unknown', 'Stack info', 28 ' Current usage: 0x???????? - 0x???????? (size unknown)', 29 ' Est peak usage: size unknown', 41 ('Est CPU usage: 12.34%', 'Stack info', 42 ' Current usage: 0x???????? - 0x???????? (size unknown)', 43 ' Est peak usage: size unknown', 55 ('Est CPU usage: unknown', 'Stack info', 56 ' Current usage: 0x???????? - 0x5ac6a86c (size unknown)', 57 ' Est peak usage: size unknown', 70 ('Est CPU usage: unknown', 'Stack info', [all …]
|
| /external/desugar/java/com/google/devtools/common/options/ |
| D | OptionsUsage.java | 31 /** A renderer for usage messages for any combination of options classes. */ 38 * Given an options class, render the usage string into the usage, which is passed in as an 43 static void getUsage(Class<? extends OptionsBase> optionsClass, StringBuilder usage) { in getUsage() argument 49 getUsage(optionDefinition, usage, OptionsParser.HelpVerbosity.LONG, data, false); in getUsage() 106 /** Appends the usage message for a single option-field message to 'usage'. */ 109 StringBuilder usage, in getUsage() argument 115 usage.append(" --").append(flagName); in getUsage() 117 usage.append('\n'); in getUsage() 123 usage.append(" [-").append(optionDefinition.getAbbreviation()).append(']'); in getUsage() 126 usage.append(" (").append(typeDescription).append("; "); in getUsage() [all …]
|
| /external/toybox/android/mac/generated/ |
| D | help.h | 31 #define HELP_toybox "usage: toybox [--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith… 33 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en… 35 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event." 37 #define HELP_runcon "usage: runcon CONTEXT COMMAND [ARGS...]\n\nRun a command in a specified securi… 39 #define HELP_restorecon "usage: restorecon [-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default… 41 #define HELP_log "usage: log [-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n… 43 #define HELP_load_policy "usage: load_policy FILE\n\nLoad the specified SELinux policy file." 45 #define HELP_getenforce "usage: getenforce\n\nShows whether SELinux is disabled, enforcing, or perm… 47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… 49 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT… [all …]
|
| /external/toybox/android/linux/generated/ |
| D | help.h | 31 #define HELP_toybox "usage: toybox [--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith… 33 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en… 35 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event." 37 #define HELP_runcon "usage: runcon CONTEXT COMMAND [ARGS...]\n\nRun a command in a specified securi… 39 #define HELP_restorecon "usage: restorecon [-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default… 41 #define HELP_log "usage: log [-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n… 43 #define HELP_load_policy "usage: load_policy FILE\n\nLoad the specified SELinux policy file." 45 #define HELP_getenforce "usage: getenforce\n\nShows whether SELinux is disabled, enforcing, or perm… 47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… 49 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT… [all …]
|
| /external/toybox/android/device/generated/ |
| D | help.h | 31 #define HELP_toybox "usage: toybox [--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith… 33 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en… 35 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event." 37 #define HELP_runcon "usage: runcon CONTEXT COMMAND [ARGS...]\n\nRun a command in a specified securi… 39 #define HELP_restorecon "usage: restorecon [-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default… 41 #define HELP_log "usage: log [-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n… 43 #define HELP_load_policy "usage: load_policy FILE\n\nLoad the specified SELinux policy file." 45 #define HELP_getenforce "usage: getenforce\n\nShows whether SELinux is disabled, enforcing, or perm… 47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… 49 #define HELP_skeleton "usage: skeleton [-a] [-b STRING] [-c NUMBER] [-d LIST] [-e COUNT] [...]\n\nT… [all …]
|
| /external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
| D | BaseRecognizer.pm | 65 Readonly my $usage => 'void match(IntStream input, int ttype, BitSet follow)'; 66 croak $usage if @_ != 4; 86 Readonly my $usage => 'void match_any(IntStream input)'; 87 croak $usage if @_ != 2; 122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)'; 123 croak $usage if @_ != 4; 147 Readonly my $usage => 'void report_error(RecognitionException e)'; 148 croak $usage if @_ != 2; 162 …Readonly my $usage => 'void display_recognition_error(String[] token_names, RecognitionException e… 163 croak $usage if @_ != 3; [all …]
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
| D | builder_gfx_mem.cpp | 54 void BuilderGfxMem::AssertGFXMemoryParams(Value* ptr, MEM_CLIENT usage) in AssertGFXMemoryParams() argument 56 SWR_ASSERT(!(ptr->getType() == mInt64Ty && usage == MEM_CLIENT::MEM_CLIENT_INTERNAL), in AssertGFXMemoryParams() 73 MEM_CLIENT usage) in GATHERPS() argument 98 MEM_CLIENT usage) in GATHERDD() argument 112 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, MEM_CLIENT usage) in SCATTERPS() argument 121 Builder::SCATTERPS(pDst, BITCAST(vSrc, mSimdFP32Ty), vOffsets, vMask, usage); in SCATTERPS() 219 void BuilderGfxMem::TrackerHelper(Value* Ptr, Type* Ty, MEM_CLIENT usage, bool isRead) in TrackerHelper() argument 259 C((uint32_t)usage)}); in TrackerHelper() 266 LoadInst* BuilderGfxMem::LOAD(Value* Ptr, const char* Name, Type* Ty, MEM_CLIENT usage) in LOAD() argument 268 AssertGFXMemoryParams(Ptr, usage); in LOAD() [all …]
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r600_buffer_common.c | 35 enum radeon_bo_usage usage) in r600_rings_is_buffer_referenced() argument 37 if (ctx->ws->cs_is_buffer_referenced(ctx->gfx.cs, buf, usage)) { in r600_rings_is_buffer_referenced() 41 ctx->ws->cs_is_buffer_referenced(ctx->dma.cs, buf, usage)) { in r600_rings_is_buffer_referenced() 49 unsigned usage) in r600_buffer_map_sync_with_rings() argument 56 if (usage & PIPE_MAP_UNSYNCHRONIZED) { in r600_buffer_map_sync_with_rings() 57 return ctx->ws->buffer_map(resource->buf, NULL, usage); in r600_buffer_map_sync_with_rings() 60 if (!(usage & PIPE_MAP_WRITE)) { in r600_buffer_map_sync_with_rings() 68 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings() 79 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings() 89 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings() [all …]
|
| /external/icing/icing/store/ |
| D | usage-store.h | 18 #include "icing/proto/usage.pb.h" 27 // A storage class that maintains scores that are calculated based on usage 32 // used to persist usage scores. If a usage store was previously created with 44 // The scores here reflect the timestamps and usage types defined in 45 // usage.proto. 47 // The latest timestamp in seconds reported with custom usage type 1. 50 // The latest timestamp in seconds reported with custom usage type 2. 53 // The latest timestamp in seconds reported with custom usage type 3. 56 // Count of reports with custom usage type 1 59 // Count of reports with custom usage type 2 [all …]
|
| /external/libchrome/base/debug/ |
| D | thread_heap_usage_tracker_unittest.cc | 250 ThreadHeapUsage u2 = usage_tracker.usage(); in TEST_F() 280 ThreadHeapUsage u2 = usage_tracker.usage(); in TEST_F() 309 ThreadHeapUsage u2 = usage_tracker.usage(); in TEST_F() 331 ThreadHeapUsage usage = ThreadHeapUsageTracker::GetUsageSnapshot(); in TEST_F() local 332 EXPECT_EQ(1U, usage.alloc_ops); in TEST_F() 333 EXPECT_EQ(kAllocSize, usage.alloc_bytes); in TEST_F() 334 EXPECT_EQ(0U, usage.alloc_overhead_bytes); in TEST_F() 335 EXPECT_EQ(0U, usage.free_ops); in TEST_F() 336 EXPECT_EQ(0U, usage.free_bytes); in TEST_F() 337 EXPECT_EQ(kAllocSize, usage.max_allocated_bytes); in TEST_F() [all …]
|
| /external/ltp/testcases/kernel/controllers/cpuacct/ |
| D | cpuacct.sh | 6 # Usage 13 # 2) Check that sum ltp_test/subgroup*/cpuacct.usage = ltp_test/cpuacct.usage 19 TST_USAGE=usage 29 usage() function 32 usage: $0 nsubgroup nprocess 105 tmp=`cat $testpath/subgroup_$i/cpuacct.usage` 112 ## check that cpuacct.usage != 0 for every subgroup 114 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups" 116 tst_res TPASS "cpuacct.usage is not equal to 0 for every subgroup" 119 ## check that ltp_subgroup/cpuacct.usage == sum ltp_subgroup/subgroup*/cpuacct.usage [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| D | UnitPreferences.java | 27 public static String formMapKey(String category, String usage) { in formMapKey() argument 28 return category + "++" + usage; in formMapKey() 32 * Extracts all the sub-usages from a usage including the default one in the end. 35 * if usage : "person-height-child" 41 * @param usage 44 private static String[] getAllUsages(String usage) { in getAllUsages() argument 46 result.add(usage); in getAllUsages() 47 for (int i = usage.length() - 1; i >= 0; --i) { in getAllUsages() 48 if (usage.charAt(i) == '-') { in getAllUsages() 49 result.add(usage.substring(0, i)); in getAllUsages() [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
| D | UnitPreferences.java | 31 public static String formMapKey(String category, String usage) { in formMapKey() argument 32 return category + "++" + usage; in formMapKey() 36 * Extracts all the sub-usages from a usage including the default one in the end. 39 * if usage : "person-height-child" 45 * @param usage 48 private static String[] getAllUsages(String usage) { in getAllUsages() argument 50 result.add(usage); in getAllUsages() 51 for (int i = usage.length() - 1; i >= 0; --i) { in getAllUsages() 52 if (usage.charAt(i) == '-') { in getAllUsages() 53 result.add(usage.substring(0, i)); in getAllUsages() [all …]
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_buffer.c | 34 enum radeon_bo_usage usage) in si_rings_is_buffer_referenced() argument 36 if (sctx->ws->cs_is_buffer_referenced(sctx->gfx_cs, buf, usage)) { in si_rings_is_buffer_referenced() 40 sctx->ws->cs_is_buffer_referenced(sctx->sdma_cs, buf, usage)) { in si_rings_is_buffer_referenced() 47 unsigned usage) in si_buffer_map_sync_with_rings() argument 54 if (usage & PIPE_MAP_UNSYNCHRONIZED) { in si_buffer_map_sync_with_rings() 55 return sctx->ws->buffer_map(resource->buf, NULL, usage); in si_buffer_map_sync_with_rings() 58 if (!(usage & PIPE_MAP_WRITE)) { in si_buffer_map_sync_with_rings() 65 if (usage & PIPE_MAP_DONTBLOCK) { in si_buffer_map_sync_with_rings() 75 if (usage & PIPE_MAP_DONTBLOCK) { in si_buffer_map_sync_with_rings() 85 if (usage & PIPE_MAP_DONTBLOCK) { in si_buffer_map_sync_with_rings() [all …]
|