Home
last modified time | relevance | path

Searched full:cat (Results 1 – 25 of 12846) sorted by relevance

12345678910>>...514

/aosp_15_r20/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
H A Dcpuset_hierarchy_test.sh48 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")"
49 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
51 test -z "$(cat "$CPUSET/father/cpuset.cpus")" || return 1
52 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1
60 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")"
61 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
63 test -z "$(cat "$CPUSET/father/cpuset.cpus")" || return 1
64 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1
72 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")"
73 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
[all …]
/aosp_15_r20/frameworks/base/sax/tests/saxtests/res/raw/
H A Dyoutube.xml48 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
50 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
52 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
54 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
56 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
58 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
60 <category scheme='http://gdata.youtube.com/schemas/2007/categories.cat'
62 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
88 scheme='http://gdata.youtube.com/schemas/2007/categories.cat'>
113 <category scheme='http://gdata.youtube.com/schemas/2007/keywords.cat'
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/preprocessed/
Dpack_impl.hpp10 : Cont::template cat<typename expand_pattern_helper<proto::_child_c< 0>, Fun>::type>
22 struct cat;
24 struct cat<C0> struct
29 struct cat<C0 , C1> struct
34 struct cat<C0 , C1 , C2> struct
39 struct cat<C0 , C1 , C2 , C3> struct
44 struct cat<C0 , C1 , C2 , C3 , C4> struct
49 struct cat<C0 , C1 , C2 , C3 , C4 , C5> struct
54 struct cat<C0 , C1 , C2 , C3 , C4 , C5 , C6> struct
59 struct cat<C0 , C1 , C2 , C3 , C4 , C5 , C6 , C7> struct
[all …]
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/track_event/
H A Dtests.py58 categories: "cat"
68 categories: "cat"
122 categories: "cat"
132 categories: "cat"
159 "[NULL]","[NULL]","t1","[NULL]",1000,0,"cat","name1"
160 "[NULL]","[NULL]","t2","[NULL]",2000,0,"cat","name2"
188 "[NULL]","[NULL]","t1","[NULL]",1000,0,"cat","name1"
189 "[NULL]","[NULL]","t1","[NULL]",2000,0,"cat","name2"
190 "[NULL]","[NULL]","t1","[NULL]",3000,0,"cat","name3"
191 "[NULL]","[NULL]","t1","[NULL]",4000,0,"cat","name4"
[all …]
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java74 private Cat mPendingShareCat;
83 actionBar.setLogo(Cat.create(this)); in onCreate()
105 Cat[] cats; in updateCats()
107 cats = new Cat[50]; in updateCats()
109 cats[i] = Cat.create(this); in updateCats()
113 List<Cat> list = mPrefs.getCats(); in updateCats()
114 Collections.sort(list, new Comparator<Cat>() { in updateCats()
116 public int compare(Cat cat, Cat cat2) { in updateCats()
117 Color.colorToHSV(cat.getBodyColor(), hsv); in updateCats()
124 cats = list.toArray(new Cat[0]); in updateCats()
[all …]
H A DNekoService.java19 import static com.android.egg.neko.Cat.PURR;
66 //eggChan.setBlockableSystem(true); // unlike a real cat, you can push this one off your lap in setupNotificationChannels()
81 final Cat cat = Cat.create(this); in onStartJob() local
83 = cat.buildNotification(this) in onStartJob()
103 Cat cat; in triggerFoodResponse() local
104 List<Cat> cats = prefs.getCats(); in triggerFoodResponse()
111 Log.v(TAG, "New cat probability: " + new_cat_prob); in triggerFoodResponse()
114 cat = newRandomCat(context, prefs); in triggerFoodResponse()
115 Log.v(TAG, "A new cat is here: " + cat.getName()); in triggerFoodResponse()
117 cat = getExistingCat(prefs); in triggerFoodResponse()
[all …]
/aosp_15_r20/external/perfetto/src/shared_lib/
H A Dtrack_event.cc147 const PerfettoTeCategoryImpl& cat, in IsRegisteredCategoryEnabled() argument
149 if (!cat.desc) { in IsRegisteredCategoryEnabled()
152 return IsSingleCategoryEnabled(*cat.desc, config); in IsRegisteredCategoryEnabled()
155 static void EnableRegisteredCategory(PerfettoTeCategoryImpl* cat, in EnableRegisteredCategory() argument
159 uint8_t old = cat->instances.fetch_or( in EnableRegisteredCategory()
163 cat->flag.store(true, std::memory_order_relaxed); in EnableRegisteredCategory()
165 if (cat->cb) { in EnableRegisteredCategory()
166 cat->cb(cat, instance_index, /*created=*/true, global_state_changed, in EnableRegisteredCategory()
167 cat->cb_user_arg); in EnableRegisteredCategory()
171 static void DisableRegisteredCategory(PerfettoTeCategoryImpl* cat, in DisableRegisteredCategory() argument
[all …]
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_graph_opt.cpp42 %cat : Float(60, strides=[1], device=cpu) = aten::cat(%xyz_list, %dim) in TEST_F()
43 %5 : Float(60, strides=[1], device=cpu) = aten::log(%cat) in TEST_F()
51 // The `aten::log` op must be moved to the inputs of `aten::cat`. in TEST_F()
56 ->check("aten::cat") in TEST_F()
63 auto ref = at::log(at::cat({x, y, z}, 0)); in TEST_F()
83 %cat : Float(60, strides=[1], device=cpu) = aten::cat(%xyz_list, %dim) in TEST_F()
84 %5 : Float(60, strides=[1], device=cpu) = aten::log(%cat) in TEST_F()
94 // `aten::cat`. in TEST_F()
102 ->check("aten::cat") in TEST_F()
110 auto ref = at::tanh(at::log(at::cat({x, y, z}, 0))); in TEST_F()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dgraph_opt.cpp11 // Move the given user of `aten::cat` op to its inputs.
13 Node* cat, in moveCatAfterUse() argument
20 // %4 = aten::cat(%3, ...) in moveCatAfterUse()
30 // %4 = aten::cat(%3, ...) in moveCatAfterUse()
34 cat->output()->hasUses(), in moveCatAfterUse()
35 buildErrorMessage("aten::cat output is not used.")); in moveCatAfterUse()
37 cat->output()->uses().size() == 1, in moveCatAfterUse()
38 buildErrorMessage("aten::cat output is used in multiple places.")); in moveCatAfterUse()
40 cat->input(0)->node()->kind() == prim::ListConstruct, in moveCatAfterUse()
41 buildErrorMessage("aten::cat inputs are not expected.")); in moveCatAfterUse()
[all …]
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dproc_maps_linux_unittest.cc23 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat\n"; in TEST()
32 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
37 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/space cat\n"; in TEST()
46 EXPECT_EQ("/bin/space cat", regions[0].path); in TEST()
51 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat"; in TEST()
117 "00400000-0040b000 r-xp 00000000 fc:00 794418 /bin/cat\n" in TEST()
118 "0060a000-0060b000 r--p 0000a000 fc:00 794418 /bin/cat\n" in TEST()
119 "0060b000-0060c000 rw-p 0000b000 fc:00 794418 /bin/cat\n"; in TEST()
128 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
133 EXPECT_EQ("/bin/cat", regions[1].path); in TEST()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/javac/
DEasterEgg.jar ... neko/ com/android/egg/neko/Cat$CatParts.class Cat.java package com. ...
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dsplit_cat.py143 # cat (dim=1) -> user=1
151 # cat (dim=1) -> user=1
295 CallFunctionVarArgs(torch.cat, users=MULTIPLE),
312 log.debug("couldn't find cat args")
323 # special case where torch.cat supports cat'ing with an empty tensor
331 if cat_dim < 0: # Normalize cat dim
345 torch.cat,
587 …Helper class to simplify split-cat pattern. In simple cases, both split and cat node can be remove…
588 … there are various cases where they can't and we need to simplify split/ add transforms before cat.
591 2. Shuffling of args between split/cat
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddatalabeling_v1beta1.projects.datasets.evaluations.exampleComparisons.html134 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
137 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
157 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
160 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
164 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
167 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
188 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
191 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
198 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
201 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
[all …]
Ddatalabeling_v1beta1.projects.datasets.annotatedDatasets.examples.html127 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
130 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
150 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
153 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
157 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
160 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
181 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
184 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
191 …here images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an Annota…
194 …nd `cat`, might contain one AnnotationSpec with `{ display_name: &quot;dog&quot;, index: 0 }` and …
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Stk/Stk/android_common/javac/
DStk.jar ... SwitchMap$com$android$internal$telephony$cat$Duration$TimeUnit static void <clinit> ( ...
/aosp_15_r20/external/strace/
H A Dconfigure1376 cat <<_ACEOF
1432 cat <<\_ACEOF
1449 cat <<\_ACEOF
1569 cat <<\_ACEOF
1604 cat conftest.er1 >&5
1641 cat conftest.er1 >&5
1679 cat conftest.er1 >&5
1728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/src/
Dword.rs90 cat: Option<WordCat>, field
212 let mut cat = wd::WC_Any; in next() localVariable
221 let prev_zwj = cat == wd::WC_ZWJ; in next()
223 cat = match self.cat { in next()
225 _ => self.cat.take().unwrap(), in next()
238 match cat { in next()
265 // Don't use `continue` in this match without updating `cat` in next()
267 Start if cat == wd::WC_CR => { in next()
274 Start => match cat { in next()
290 self.cat = Some(ncat); in next()
[all …]
/aosp_15_r20/external/libchrome/base/debug/
H A Dproc_maps_linux_unittest.cc28 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat\n"; in TEST()
37 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
42 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/space cat\n"; in TEST()
51 EXPECT_EQ("/bin/space cat", regions[0].path); in TEST()
56 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat"; in TEST()
122 "00400000-0040b000 r-xp 00000000 fc:00 794418 /bin/cat\n" in TEST()
123 "0060a000-0060b000 r--p 0000a000 fc:00 794418 /bin/cat\n" in TEST()
124 "0060b000-0060c000 rw-p 0000b000 fc:00 794418 /bin/cat\n"; in TEST()
133 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
138 EXPECT_EQ("/bin/cat", regions[1].path); in TEST()
[all …]
/aosp_15_r20/external/cronet/base/debug/
H A Dproc_maps_linux_unittest.cc28 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat\n"; in TEST()
37 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
42 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/space cat\n"; in TEST()
51 EXPECT_EQ("/bin/space cat", regions[0].path); in TEST()
56 "00400000-0040b000 r-xp 00002200 fc:00 794418 /bin/cat"; in TEST()
122 "00400000-0040b000 r-xp 00000000 fc:00 794418 /bin/cat\n" in TEST()
123 "0060a000-0060b000 r--p 0000a000 fc:00 794418 /bin/cat\n" in TEST()
124 "0060b000-0060c000 rw-p 0000b000 fc:00 794418 /bin/cat\n"; in TEST()
133 EXPECT_EQ("/bin/cat", regions[0].path); in TEST()
138 EXPECT_EQ("/bin/cat", regions[1].path); in TEST()
[all …]
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dparse_test.cc35 { "a.", "cat{lit{a}dot{}}" },
36 { "a.b", "cat{lit{a}dot{}lit{b}}" },
38 { "a.b.c", "cat{lit{a}dot{}lit{b}dot{}lit{c}}" },
114 { "a*{", "cat{star{lit{a}}lit{{}}" },
120 { "a(b|c)d", "cat{lit{a}cap{cc{0x62-0x63}}lit{d}}" },
153 { "\\Qab\\E*", "cat{lit{a}star{lit{b}}}" },
154 { "\\Qabc\\E*", "cat{str{ab}star{lit{c}}}" },
177 { "[Aa][Bb]cd", "cat{strfold{ab}str{cd}}" },
234 { "\xa5\x64[\xd1\xd2]", "cat{str{\xa5""d}cc{0xd1-0xd2}}", Regexp::Latin1 },
235 { "\xa5[\xd1\xd2]\x64", "cat{lit{\xa5}cc{0xd1-0xd2}lit{d}}", Regexp::Latin1 },
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/apps/Stk/Stk/android_common/repackaged-jarjar/javac/
DStk.jar ... play (com.android.internal.telephony.cat.Tone) com.android.internal.telephony ...
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconcat_opt.cpp24 TORCH_INTERNAL_ASSERT(n->kind() == aten::cat); in removeCatNodeFromGraph()
62 GRAPH_DEBUG("Considering cat node for CSE opt: ", node); in handleCat()
69 // Save the input list and the current cat node, so that this can be in handleCat()
70 // used for subsequent cat nodes, unless there are writes to this cat in handleCat()
71 // node. When there are writes to this cat node, its output does not in handleCat()
74 // the output, we do not use this cat node for optimization here. in handleCat()
87 // the previous cat ops. in handleCat()
130 // the previous cat ops. in handleCat()
134 // %11 = aten::cat(%10, ...) in handleCat()
137 // %13 = aten::cat(%12, ...) in handleCat()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/url/
Dexample_test.go73 v.Add("cat sounds", "meow")
74 v.Add("cat sounds", "mew")
75 v.Add("cat sounds", "mau")
76 fmt.Println(v["cat sounds"])
84 v.Add("cat sounds", "meow")
85 v.Add("cat sounds", "mew")
86 v.Add("cat sounds", "mau")
87 fmt.Println(v["cat sounds"])
89 v.Del("cat sounds")
90 fmt.Println(v["cat sounds"])
[all …]
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/dynamic_tables/
H A Drelationship_tables.textproto82 categories: "cat"
91 categories: "cat"
101 categories: "cat"
110 categories: "cat"
121 categories: "cat"
131 categories: "cat"
153 categories: "cat"
162 categories: "cat"
171 categories: "cat"
180 categories: "cat"
[all …]
/aosp_15_r20/device/google/gs-common/thermal/dump/
Ddump_thermal.sh5 echo `cat $f/type`: `cat $f/temp`
10 echo `cat $f/type`: `cat $f/cur_state`
16 echo `cat $f/type`: `cat $f/user_vote`
21 echo `cat $f/type`: `cat $f/stats/time_in_state_ms`
26 echo `cat $f/type`: `cat $f/stats/trans_table`
32 echo `cat $f/type`: `cat $f/state2power_table`
36 cat /sys/module/gs_thermal/parameters/tmu_reg_dump_state
38 cat /sys/module/gs_thermal/parameters/tmu_reg_dump_intpend
40 cat /sys/module/gs_thermal/parameters/tmu_reg_dump_current_temp
42 cat /sys/module/gs_thermal/parameters/tmu_top_reg_dump_rise_thres
[all …]

12345678910>>...514