Searched defs:what (Results 26 - 50 of 104) sorted by relevance

12345

/external/deqp/executor/
H A DxeXMLParser.cpp77 void Tokenizer::error (const std::string& what) argument
79 throw ParseError(what);
368 void Parser::error (const std::string& what) argument
370 throw ParseError(what);
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py107 what = ["INDIC_SYLLABIC_CATEGORY", "INDIC_MATRA_CATEGORY"] variable
124 (what_short[i], s, what[i], v.upper (), \
125 ' '* ((48-1 - len (what[i]) - 1 - len (v)) / 8), \
/external/icu/icu4c/source/layout/
H A DOpenTypeUtilities.cpp208 U_CAPI void U_EXPORT2 _debug_LETableReference(const char *f, int l, const char *msg, const LETableReference *what, const void *ptr, size_t len) { argument
211 fprintf(stderr, "%s:%d: LETableReference@0x%p: ", f, l, what);
215 for(int depth=0;depth<10&&(what!=NULL);depth++) {
219 if(!what->isValid()) {
222 fprintf(stderr, "@%p: tag (%s) font (0x%p), [0x%p+0x%lx]\n", what, letagToStr(what->getTag(), tagbuf), what->getFont(),
223 what->getAlias(), what->getLength());
225 what
[all...]
/external/libedit/src/
H A Deln.c232 int what = va_arg(ap, int); local
234 ret = el_wset(el, op, what, fp);
327 int what = va_arg(ap, int); local
329 ret = el_wget(el, op, what, fpp);
H A Del.c360 int what; local
362 what = va_arg(ap, int);
366 switch (what) {
483 int what; local
486 what = va_arg(ap, int);
489 switch (what) {
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A Dmain.cpp26 unsigned what = new_val; local
27 printf("new value written to array(%p) and index(%u) = %u\n", char_ptr, index, what);
/external/ltrace/
H A Dfilter.c112 re_match_or_error(regex_t *re, const char *name, const char *what) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandler.java66 public Message obtainMessage(int what) { argument
67 return obtainMessage(what, null);
71 public Message obtainMessage(int what, Object obj) { argument
72 return obtainMessage(what, 0, 0, obj);
76 public Message obtainMessage(int what, int arg1, int arg2) { argument
77 return obtainMessage(what, arg1, arg2, null);
81 public Message obtainMessage(int what, int arg1, int arg2, Object obj) { argument
83 message.what = what;
121 public final boolean sendEmptyMessage(int what) { argument
126 sendEmptyMessageDelayed(int what, long delayMillis) argument
159 hasMessages(int what) argument
169 hasMessages(int what, Object object) argument
180 removeMessages(int what) argument
185 removeMessages(int what, Object object) argument
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h35 virtual const char* what() const throw() { return what_.c_str(); } function in class:sfntly::Exception
/external/valgrind/memcheck/tests/
H A Ddescr_belowsp.c44 static void describe (char* what, void* a) argument
46 fprintf(stderr, "describing %p %s\n", a, what);
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java84 * @param what bitset mainly defined in {@link org.w3c.dom.traversal.NodeFilter}.
86 public void setWhatToShow(int what) argument
88 m_whatToShow = what;
349 * Tell what node type to test, if not DTMFilter.SHOW_ALL.
511 * Tell what the test score is for the given node.
585 * Tell what the test score is for the given node.
/external/bison/src/
H A Doutput.c395 symbol_code_props_output (FILE *out, char const *what, argument
402 fputs (what, out);
441 /* Figure out what to do after reducing with each rule, depending on
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc266 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size, argument
271 d.Warning(), d.Name(), what, d.Warning(), offset, start, size,
/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.hpp43 const char* what (void) const throw() { return "BufferCanceledException"; } function in class:de::BufferCanceledException
H A DdeSharedPtr.hpp46 const char* what (void) const throw() function in class:de::DeadReferenceException
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DAccessFlags.java294 * @param what what the flags represent (one of {@code CONV_*})
297 private static String humanHelper(int flags, int mask, int what) { argument
319 if (what == CONV_CLASS) {
326 if (what == CONV_METHOD) {
333 if (what == CONV_METHOD) {
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java124 public void unscheduleSelf(Runnable what) { argument
125 super.unscheduleSelf(what);
126 wrapped.unscheduleSelf(what);
130 public void scheduleSelf(Runnable what, long when) { argument
131 super.scheduleSelf(what, when);
132 wrapped.scheduleSelf(what, when);
/external/icu/icu4c/source/common/
H A Dloadednormalizer2impl.cpp140 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { argument
141 if (uprv_strcmp(what, "nfkc") == 0) {
143 } else if (uprv_strcmp(what, "nfkc_cf") == 0) {
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c61 void printHex(UFILE *out, const int8_t *what);
181 void printHex(UFILE *out, const int8_t *what) { argument
182 u_fprintf(out, "%02X", (uint8_t)*what);
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp109 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; "; local
115 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
126 logln(what + tmp);
130 dataerrln("FAIL: staticID == NULL! " + what);
135 dataerrln( "FAIL: ==NULL! " + what);
140 errln("FAIL: dynamicID == NULL!" + what);
144 dataerrln("FAIL: dynamicID != staticID! " + what);
156 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
159 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
178 UnicodeString what local
[all...]
/external/iproute2/tc/
H A Dem_meta.c168 static inline int is_compatible(struct tcf_meta_val *what, argument
174 entry = lookup_meta_entry_byid(TCF_META_ID(what->kind));
/external/iptables/extensions/
H A Dlibxt_SET.c64 struct xt_set_info_v0 *info, const char *what)
68 "--%s can be specified only once", what);
73 "--%s requires two args.", what);
164 const char *what)
168 "--%s can be specified only once", what);
172 "--%s requires two args.", what);
63 parse_target_v0(char **argv, int invert, unsigned int *flags, struct xt_set_info_v0 *info, const char *what) argument
163 parse_target(char **argv, int invert, struct xt_set_info *info, const char *what) argument
/external/iptables/iptables/
H A Dip6tables-restore.c97 static int add_argv(char *what) { argument
98 DEBUGP("add_argv: %s\n", what);
99 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
100 newargv[newargc] = strdup(what);
H A Diptables-restore.c96 static int add_argv(char *what) { argument
97 DEBUGP("add_argv: %s\n", what);
98 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
99 newargv[newargc] = strdup(what);
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h46 enum what { enum in struct:proc_event
63 } what; member in struct:proc_event

Completed in 998 milliseconds

12345