Home
last modified time | relevance | path

Searched full:what (Results 1 – 25 of 8501) sorted by relevance

12345678910>>...341

/external/mesa3d/src/gallium/state_trackers/clover/core/
Derror.hpp56 error(cl_int code, std::string what = "") : in error() argument
57 std::runtime_error(what), code(code) { in error()
70 invalid_build_options_error(const std::string &what = "") : in invalid_build_options_error() argument
71 error(CL_INVALID_BUILD_OPTIONS, what) {} in invalid_build_options_error()
76 build_error(const std::string &what = "") : in build_error() argument
77 error(CL_BUILD_PROGRAM_FAILURE, what) {} in build_error()
86 invalid_object_error(std::string what = "") : in invalid_object_error() argument
87 error(CL_INVALID_COMMAND_QUEUE, what) {} in invalid_object_error()
93 invalid_object_error(std::string what = "") : in invalid_object_error() argument
94 error(CL_INVALID_CONTEXT, what) {} in invalid_object_error()
[all …]
/external/eigen/bench/btl/data/
Dmk_gnuplot_script.sh2 WHAT=$1
4 echo $WHAT script generation
5 cat $WHAT.hh > $WHAT.gnuplot
7 DATA_FILE=`find $DIR -name "*.dat" | grep $WHAT`
9 echo plot \\ >> $WHAT.gnuplot
22 …BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDU…
23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC…
27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
29 #echo set term postscript color >> $WHAT.gnuplot
[all …]
Dmk_new_gnuplot.sh2 WHAT=$1
5 cat ../gnuplot_common_settings.hh > ${WHAT}.gnuplot
7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnup…
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0…
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHA…
13 echo "set xrange [2:16]" >> $WHAT.gnuplot
14 echo "set nologscale" >> $WHAT.gnuplot
21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
22 echo set output "'"../${DIR}/$WHAT.ps"'" >> $WHAT.gnuplot
24 # echo set term svg color rounded enhanced >> $WHAT.gnuplot
[all …]
/external/eigen/bench/perf_monitoring/gemm/
Dmake_plot.sh6 WHAT=$1
17 echo $header > $WHAT.out.header
18 cat $WHAT.out >> $WHAT.out.header
21 echo "set title '$WHAT'" > $WHAT.gnuplot
22 echo "set key autotitle columnhead outside " >> $WHAT.gnuplot
23 echo "set xtics rotate 1" >> $WHAT.gnuplot
25 echo "set term pdf color rounded enhanced fontscale 0.35 size 7in,5in" >> $WHAT.gnuplot
26 echo set output "'"$WHAT.pdf"'" >> $WHAT.gnuplot
29 echo "plot for [col=2:$col+1] '$WHAT.out.header' using 0:col:xticlabels(1) with lines" >> $WHAT.gnu…
30 echo " " >> $WHAT.gnuplot
[all …]
/external/python/cpython3/Lib/test/
Dtest_imghdr.py45 self.assertEqual(imghdr.what(filename), expected)
47 self.assertEqual(imghdr.what(stream), expected)
50 self.assertEqual(imghdr.what(None, data), expected)
51 self.assertEqual(imghdr.what(None, bytearray(data)), expected)
57 self.assertEqual(imghdr.what(pathlib.Path(filename)), expected)
65 self.assertEqual(imghdr.what(None, b'eggs'), 'ham')
74 self.assertEqual(imghdr.what(stream), 'png')
79 imghdr.what()
81 imghdr.what(None)
83 imghdr.what(self.testfile, 1)
[all …]
Dtest_sndhdr.py19 what = sndhdr.what(filename)
20 self.assertNotEqual(what, None, filename)
21 self.assertSequenceEqual(what, expected)
22 self.assertEqual(what.filetype, expected[0])
23 self.assertEqual(what.framerate, expected[1])
24 self.assertEqual(what.nchannels, expected[2])
25 self.assertEqual(what.nframes, expected[3])
26 self.assertEqual(what.sampwidth, expected[4])
30 what = sndhdr.what(filename)
32 dump = pickle.dumps(what, proto)
[all …]
Dtest_string.py209 s = Template('$who likes to eat a bag of $what worth $$100')
210 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
216 s = Template('$who likes ${what} for ${meal}')
217 d = dict(who='tim', what='ham', meal='dinner')
220 dict(who='tim', what='ham'))
223 s = Template('$WHO likes ${WHAT} for ${MEAL}')
224 d = dict(WHO='tim', WHAT='ham', MEAL='dinner')
234 s = Template('$who likes to eat a bag of $$what worth $$100')
235 eq(s.substitute(dict(who='tim', what='ham')),
236 'tim likes to eat a bag of $what worth $100')
[all …]
/external/vboot_reference/tests/
Dtpm_bootmode_tests.c63 char what[128]; in BootStateTest() local
83 snprintf(what, sizeof(what), in BootStateTest()
87 kBootStateSHA1Digests[index], what); in BootStateTest()
90 snprintf(what, sizeof(what), in BootStateTest()
93 TEST_PTR_EQ(last_in[1], NULL, what); in BootStateTest()
102 snprintf(what, sizeof(what), in BootStateTest()
106 kBootStateSHA1Digests[index], what); in BootStateTest()
109 snprintf(what, sizeof(what), in BootStateTest()
112 TEST_PTR_EQ(last_in[1], NULL, what); in BootStateTest()
121 snprintf(what, sizeof(what), in BootStateTest()
[all …]
/external/clang/test/SemaObjC/
Ddefault-synthesize-1.m12 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing pr… property
16 //@synthesize howMany, what;
22 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is syn… property
26 //@synthesize howMany, what;
33 - (NSString*) what { method
42 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synt… property
46 //@synthesize howMany, what;
53 // - (NSString*) what
65 @property (retain) NSString* what; property
69 //@synthesize howMany, what; // REM: Redundant anyway
[all …]
Ddefault-synthesize.m9 @property (retain) NSString* what; property
14 @synthesize howMany, what;
21 @property (nonatomic, retain) NSString* what; property
26 @synthesize howMany, what;
34 - (NSString*) what { method in objc_default_synthesize_properties
35 return self.what;
43 @property (nonatomic, retain) NSString* what; property
48 @synthesize howMany, what;
56 // - (NSString*) what
58 if (self.what != value) {
[all …]
/external/python/cpython2/Lib/test/
Dtest_imghdr.py41 self.assertEqual(imghdr.what(filename), expected)
43 self.assertEqual(imghdr.what(ufilename), expected)
45 self.assertEqual(imghdr.what(stream), expected)
48 self.assertEqual(imghdr.what(None, data), expected)
56 self.assertEqual(imghdr.what(None, b'eggs'), 'ham')
65 self.assertEqual(imghdr.what(stream), 'png')
70 imghdr.what()
72 imghdr.what(None)
74 imghdr.what(self.testfile, 1)
77 imghdr.what(f.fileno())
[all …]
Dtest_string.py241 s = Template('$who likes to eat a bag of $what worth $$100')
242 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
248 s = Template('$who likes ${what} for ${meal}')
249 d = dict(who='tim', what='ham', meal='dinner')
252 dict(who='tim', what='ham'))
256 s = Template('$who likes to eat a bag of $$what worth $$100')
257 eq(s.substitute(dict(who='tim', what='ham')),
258 'tim likes to eat a bag of $what worth $100')
260 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
287 s = Template('$who likes ${what} for ${meal}')
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMessageTest.java61 m.what = 24; in testCopyFrom()
70 assertThat(m2.what).isEqualTo(m.what); in testCopyFrom()
92 int what = 10; in testObtainWithHandlerAndWhat() local
93 Message m = Message.obtain(h, what); in testObtainWithHandlerAndWhat()
96 assertThat(m.what).isEqualTo(what); in testObtainWithHandlerAndWhat()
103 int what = 10; in testObtainWithHandlerWhatAndObject() local
105 Message m = Message.obtain(h, what, obj); in testObtainWithHandlerWhatAndObject()
108 assertThat(m.what).isEqualTo(what); in testObtainWithHandlerWhatAndObject()
116 int what = 2; in testObtainWithHandlerWhatAndTwoArgs() local
119 Message m = Message.obtain(h, what, arg1, arg2); in testObtainWithHandlerWhatAndTwoArgs()
[all …]
/external/harfbuzz_ng/src/
Dhb-debug.hh91 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT)) argument
92 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) argument
119 _hb_debug_msg_va (const char *what,
128 _hb_debug_msg_va (const char *what, in _hb_debug_msg_va() argument
140 fprintf (stderr, "%-10s", what ? what : ""); in _hb_debug_msg_va()
177 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va()
187 _hb_debug_msg (const char *what,
196 _hb_debug_msg (const char *what, in _hb_debug_msg() argument
207 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap); in _hb_debug_msg()
211 _hb_debug_msg<0> (const char *what HB_UNUSED,
[all …]
/external/libcxx/test/std/re/re.badexp/
Dregex_error.pass.cpp30 … assert(e.what() == std::string("The expression contained an invalid collating element name.")); in main()
35 … assert(e.what() == std::string("The expression contained an invalid character class name.")); in main()
40 … assert(e.what() == std::string("The expression contained an invalid escaped character, or a " in main()
46 assert(e.what() == std::string("The expression contained an invalid back reference.")); in main()
51 assert(e.what() == std::string("The expression contained mismatched [ and ].")); in main()
56 assert(e.what() == std::string("The expression contained mismatched ( and ).")); in main()
61 assert(e.what() == std::string("The expression contained mismatched { and }.")); in main()
66 … assert(e.what() == std::string("The expression contained an invalid range in a {} expression.")); in main()
71 assert(e.what() == std::string("The expression contained an invalid character range, " in main()
77 … assert(e.what() == std::string("There was insufficient memory to convert the expression into " in main()
[all …]
/external/google-styleguide/docguide/
Dbest_practices.md3 "Say what you mean, simply and directly." - [Brian Kernighan]
27 * Identify what you really need: release docs, API docs, testing guidelines.
33 docs fresh, and is also a good place to explain to your reviewer what you're
50 * First delete what you're certain is wrong, ignore what's unclear.
65 never perfect, and tend to gradually improve as the team learns what they really
86 comments that say what methods do and how to use them. This
92 have a test verifying it. This documentation details what arguments the
93 method takes, what it returns, any "gotchas" or restrictions, and what
102 overview of what the class / file does and often gives a few short
111 * What is this directory intended to hold?
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_gre_vlan_bridge_1q.sh85 local what=$1; shift
87 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what"
88 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
106 local what=$1; shift
125 log_test "$what: vlan forbidden at a bridge ($tcflags)"
141 local what=$1; shift
160 log_test "$what: vlan forbidden at a bridge egress ($tcflags)"
176 local what=$1; shift
197 log_test "$what: vlan untagged at a bridge egress ($tcflags)"
213 local what=$1; shift
[all …]
Dmirror_gre_changes.sh71 local what=$1; shift
88 log_test "$what: TTL change ($tcflags)"
94 local what=$1; shift
107 log_test "$what: tunnel down/up ($tcflags)"
114 local what=$1; shift
131 log_test "$what: egress down/up ($tcflags)"
140 local what=$1; shift
152 log_test "$what: remote address change ($tcflags)"
162 local what=$1; shift
181 log_test "$what: tunnel deleted ($tcflags)"
[all …]
/external/grpc-grpc/.github/
DISSUE_TEMPLATE.md11 ### What version of gRPC and what language are you using?
14 ### What operating system (Linux, Windows, …) and version?
17 ### What runtime / compiler are you using (e.g. python version or version of gcc)
20 ### What did you do?
23 ### What did you expect to see?
26 ### What did you see instead?
/external/toybox/toys/posix/
Dfile.c91 // If what we've seen so far doesn't seem consistent, bail.
103 // Stash what we need from the header; it's okay to reuse toybuf after this.
284 char *what; in do_regular_file() local
288 if (s[4] == 7) what = (bit==32)?"x86":"x86-"; in do_regular_file()
289 else if (s[4] == 12) what = "arm"; in do_regular_file()
290 else if (s[4] == 18) what = "ppc"; in do_regular_file()
291 else what = NULL; in do_regular_file()
292 if (what) xprintf("%s%s ", what, (bit==32)?"":"64"); in do_regular_file()
295 if (s[12] == 1) what = "object"; in do_regular_file()
296 else if (s[12] == 2) what = "executable"; in do_regular_file()
[all …]
/external/autotest/cli/
Daction_common.py204 def _add_remove_uh_to_topic(self, item, what): argument
205 """Adds the 'what' (such as users or hosts) to the 'item'"""
206 uhs = getattr(self, what)
210 op = '%s_%s_%s' % (self.topic, self.op_action, what)
213 **{'id': item, what: uhs}) # The data
214 setattr(self, 'good_%s' % what, uhs)
220 **{'id': item, what: good_uhs})
221 setattr(self, 'good_%s' % what, good_uhs)
248 for what in plurals:
250 self._add_remove_uh_to_topic(item, what)
[all …]
/external/curl/tests/libtest/
Dlib586.c42 const char *what; in my_lock() local
50 what = "share"; in my_lock()
53 what = "dns"; in my_lock()
56 what = "cookie"; in my_lock()
59 what = "ssl_session"; in my_lock()
65 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter); in my_lock()
72 const char *what; in my_unlock() local
77 what = "share"; in my_unlock()
80 what = "dns"; in my_unlock()
83 what = "cookie"; in my_unlock()
[all …]
/external/python/cpython2/Demo/metaclasses/
Dmeta-vladimir.txt40 of type <class>. We can check this by asking Python: "what is A?"
42 >>> A # What is A?
53 >>> a # What is 'a'?
57 >>> b # What is 'b'?
70 >>> a.__class__ # What is the class of 'a'?
72 >>> b.__class__ # What is the class of 'b'?
95 >>> B # What is B?
131 Hence, what they want is the following:
147 And here we go for another round of what I said in section 1 -- Classes.
172 >>> M # What is M?
[all …]
/external/python/cpython2/Lib/hotshot/
Dlog.py98 what, tdelta, fileno, lineno = self._nextitem()
102 if what == WHAT_ENTER:
106 return what, t, tdelta
108 if what == WHAT_EXIT:
110 return what, self._pop(), tdelta
114 if what == WHAT_LINENO:
116 return what, (filename, lineno, funcname), tdelta
118 if what == WHAT_DEFINE_FILE:
121 elif what == WHAT_DEFINE_FUNC:
124 elif what == WHAT_ADD_INFO:
/external/curl/docs/libcurl/opts/
DCURLMOPT_SOCKETFUNCTION.326 CURLMOPT_SOCKETFUNCTION \- callback informed about what to wait for
33 int what, /* describes the socket */
51 The \fBwhat\fP parameter informs the callback on the status of the given
68 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
73 if(what == CURL_POLL_REMOVE) {
78 addsock(s, e, what, g);
81 setsock(fdp, s, e, what, g);

12345678910>>...341