/external/clang/test/CodeGen/ |
H A D | 2007-04-14-FNoBuiltin.c | 7 void foo(const char *msg) { argument 9 printf("%s\n",msg);
|
/external/clang/test/CodeGenCXX/ |
H A D | 2007-04-14-FNoBuiltin.cpp | 5 void foo(const char *msg) { argument 7 printf("%s\n",msg);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
H A D | AnalyzerException.java | 40 public AnalyzerException(final String msg) {
argument 41 super(msg);
44 public AnalyzerException(final String msg, final Throwable exception) {
argument 45 super(msg, exception);
49 final String msg,
53 super((msg == null ? "Expected " : msg + ": expected ") + expected
48 AnalyzerException( final String msg, final Object expected, final Value encountered) argument
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
H A D | MicroTest.java | 66 SimpleMessageMicro msg = new SimpleMessageMicro(); 67 assertFalse(msg.hasD()); 68 assertEquals(123, msg.getD()); 69 assertFalse(msg.hasNestedMsg()); 70 assertEquals(null, msg.getNestedMsg()); 71 assertFalse(msg.hasDefaultNestedEnum()); 72 assertEquals(SimpleMessageMicro.BAZ, msg.getDefaultNestedEnum()); 74 msg.setD(456); 75 assertTrue(msg.hasD()); 76 assertEquals(456, msg [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
H A D | ANTLRErrorListener.java | 38 public void info(String msg); argument 39 public void error(Message msg); argument 40 public void warning(Message msg); argument 41 public void error(ToolMessage msg); argument
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
H A D | OperatorCreationException.java | 6 public OperatorCreationException(String msg, Throwable cause) argument 8 super(msg, cause); 11 public OperatorCreationException(String msg) argument 13 super(msg);
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
H A D | PinManagerException.java | 24 PinManagerException(String msg) { argument 25 super(msg); 28 PinManagerException(String msg, Exception e) { argument 29 super(msg, e);
|
H A D | PinEntryException.java | 25 PinEntryException(String msg) { argument 26 super(msg);
|
/external/javassist/src/main/javassist/ |
H A D | NotFoundException.java | 22 public NotFoundException(String msg) { argument 23 super(msg); 26 public NotFoundException(String msg, Exception e) { argument 27 super(msg + " because of " + e.toString());
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | BadBytecode.java | 26 public BadBytecode(String msg) { argument 27 super(msg); 30 public BadBytecode(String msg, Throwable cause) { argument 31 super(msg, cause);
|
H A D | DuplicateMemberException.java | 27 public DuplicateMemberException(String msg) { argument 28 super(msg);
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
H A D | CMSSignerDigestMismatchException.java | 7 String msg) 9 super(msg); 6 CMSSignerDigestMismatchException( String msg) argument
|
H A D | CMSVerifierCertificateNotValidException.java | 7 String msg) 9 super(msg); 6 CMSVerifierCertificateNotValidException( String msg) argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
H A D | OutputLengthException.java | 6 public OutputLengthException(String msg) argument 8 super(msg);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | PKIXNameConstraintValidatorException.java | 6 public PKIXNameConstraintValidatorException(String msg) argument 8 super(msg);
|
/external/pdfium/third_party/base/ |
H A D | macros.h | 29 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
|
/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | eap_wsc_common.c | 19 struct wpabuf *msg; local 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); 22 if (msg == NULL) { 29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */ 30 wpabuf_put_u8(msg, 0); /* Flags */ 32 return msg;
|
/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_wsc_common.c | 19 struct wpabuf *msg; local 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); 22 if (msg == NULL) { 29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */ 30 wpabuf_put_u8(msg, 0); /* Flags */ 32 return msg;
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/ |
H A D | eap_wsc_common.c | 19 struct wpabuf *msg; local 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); 22 if (msg == NULL) { 29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */ 30 wpabuf_put_u8(msg, 0); /* Flags */ 32 return msg;
|
/external/e2fsprogs/po/ |
H A D | at-expand.pl | 66 my $msg; 71 $msg =~ s/\@a/extended attribute/g; 72 $msg =~ s/\@A/error allocating/g; 73 $msg =~ s/\@b/block/g; 74 $msg =~ s/\@B/bitmap/g; 75 $msg =~ s/\@c/compress/g; 76 $msg =~ s/\@C/conflicts with some other fs block/g; 77 $msg =~ s/\@i/inode/g; 78 $msg =~ s/\@I/illegal/g; 79 $msg [all...] |
/external/libnl/lib/netfilter/ |
H A D | log_msg_obj.c | 40 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c; local 42 if (msg == NULL) 45 free(msg->log_msg_payload); 46 free(msg->log_msg_prefix); 75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a; local 83 if (msg->ce_mask & LOG_MSG_ATTR_PREFIX) 84 nl_dump(p, "%s", msg->log_msg_prefix); 86 if (msg->ce_mask & LOG_MSG_ATTR_INDEV) { 90 msg->log_msg_indev, 93 nl_dump(p, "IN=%d ", msg 182 nfnl_log_msg_get(struct nfnl_log_msg *msg) argument 187 nfnl_log_msg_put(struct nfnl_log_msg *msg) argument 199 nfnl_log_msg_set_family(struct nfnl_log_msg *msg, uint8_t family) argument 205 nfnl_log_msg_get_family(const struct nfnl_log_msg *msg) argument 213 nfnl_log_msg_set_hwproto(struct nfnl_log_msg *msg, uint16_t hwproto) argument 219 nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *msg) argument 224 nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *msg) argument 229 nfnl_log_msg_set_hook(struct nfnl_log_msg *msg, uint8_t hook) argument 235 nfnl_log_msg_test_hook(const struct nfnl_log_msg *msg) argument 240 nfnl_log_msg_get_hook(const struct nfnl_log_msg *msg) argument 245 nfnl_log_msg_set_mark(struct nfnl_log_msg *msg, uint32_t mark) argument 251 nfnl_log_msg_test_mark(const struct nfnl_log_msg *msg) argument 256 nfnl_log_msg_get_mark(const struct nfnl_log_msg *msg) argument 261 nfnl_log_msg_set_timestamp(struct nfnl_log_msg *msg, struct timeval *tv) argument 268 nfnl_log_msg_get_timestamp(const struct nfnl_log_msg *msg) argument 275 nfnl_log_msg_set_indev(struct nfnl_log_msg *msg, uint32_t indev) argument 281 nfnl_log_msg_get_indev(const struct nfnl_log_msg *msg) argument 286 nfnl_log_msg_set_outdev(struct nfnl_log_msg *msg, uint32_t outdev) argument 292 nfnl_log_msg_get_outdev(const struct nfnl_log_msg *msg) argument 297 nfnl_log_msg_set_physindev(struct nfnl_log_msg *msg, uint32_t physindev) argument 303 nfnl_log_msg_get_physindev(const struct nfnl_log_msg *msg) argument 308 nfnl_log_msg_set_physoutdev(struct nfnl_log_msg *msg, uint32_t physoutdev) argument 314 nfnl_log_msg_get_physoutdev(const struct nfnl_log_msg *msg) argument 319 nfnl_log_msg_set_hwaddr(struct nfnl_log_msg *msg, uint8_t *hwaddr, int len) argument 328 nfnl_log_msg_get_hwaddr(const struct nfnl_log_msg *msg, int *len) argument 339 nfnl_log_msg_set_payload(struct nfnl_log_msg *msg, uint8_t *payload, int len) argument 352 nfnl_log_msg_get_payload(const struct nfnl_log_msg *msg, int *len) argument 363 nfnl_log_msg_set_prefix(struct nfnl_log_msg *msg, void *prefix) argument 374 nfnl_log_msg_get_prefix(const struct nfnl_log_msg *msg) argument 379 nfnl_log_msg_set_uid(struct nfnl_log_msg *msg, uint32_t uid) argument 385 nfnl_log_msg_test_uid(const struct nfnl_log_msg *msg) argument 390 nfnl_log_msg_get_uid(const struct nfnl_log_msg *msg) argument 395 nfnl_log_msg_set_gid(struct nfnl_log_msg *msg, uint32_t gid) argument 401 nfnl_log_msg_test_gid(const struct nfnl_log_msg *msg) argument 406 nfnl_log_msg_get_gid(const struct nfnl_log_msg *msg) argument 412 nfnl_log_msg_set_seq(struct nfnl_log_msg *msg, uint32_t seq) argument 418 nfnl_log_msg_test_seq(const struct nfnl_log_msg *msg) argument 423 nfnl_log_msg_get_seq(const struct nfnl_log_msg *msg) argument 428 nfnl_log_msg_set_seq_global(struct nfnl_log_msg *msg, uint32_t seq_global) argument 434 nfnl_log_msg_test_seq_global(const struct nfnl_log_msg *msg) argument 439 nfnl_log_msg_get_seq_global(const struct nfnl_log_msg *msg) argument [all...] |
H A D | queue_msg_obj.c | 37 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c; local 39 if (msg == NULL) 42 free(msg->queue_msg_payload); 65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a; local 73 if (msg->ce_mask & QUEUE_MSG_ATTR_GROUP) 74 nl_dump(p, "GROUP=%u ", msg->queue_msg_group); 76 if (msg->ce_mask & QUEUE_MSG_ATTR_INDEV) { 80 msg->queue_msg_indev, 83 nl_dump(p, "IN=%d ", msg->queue_msg_indev); 86 if (msg 167 nfnl_queue_msg_get(struct nfnl_queue_msg *msg) argument 172 nfnl_queue_msg_put(struct nfnl_queue_msg *msg) argument 184 nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group) argument 190 nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg) argument 195 nfnl_queue_msg_get_group(const struct nfnl_queue_msg *msg) argument 205 nfnl_queue_msg_set_family(struct nfnl_queue_msg *msg, uint8_t family) argument 211 nfnl_queue_msg_test_family(const struct nfnl_queue_msg *msg) argument 216 nfnl_queue_msg_get_family(const struct nfnl_queue_msg *msg) argument 224 nfnl_queue_msg_set_packetid(struct nfnl_queue_msg *msg, uint32_t packetid) argument 230 nfnl_queue_msg_test_packetid(const struct nfnl_queue_msg *msg) argument 235 nfnl_queue_msg_get_packetid(const struct nfnl_queue_msg *msg) argument 240 nfnl_queue_msg_set_hwproto(struct nfnl_queue_msg *msg, uint16_t hwproto) argument 246 nfnl_queue_msg_test_hwproto(const struct nfnl_queue_msg *msg) argument 251 nfnl_queue_msg_get_hwproto(const struct nfnl_queue_msg *msg) argument 256 nfnl_queue_msg_set_hook(struct nfnl_queue_msg *msg, uint8_t hook) argument 262 nfnl_queue_msg_test_hook(const struct nfnl_queue_msg *msg) argument 267 nfnl_queue_msg_get_hook(const struct nfnl_queue_msg *msg) argument 272 nfnl_queue_msg_set_mark(struct nfnl_queue_msg *msg, uint32_t mark) argument 278 nfnl_queue_msg_test_mark(const struct nfnl_queue_msg *msg) argument 283 nfnl_queue_msg_get_mark(const struct nfnl_queue_msg *msg) argument 288 nfnl_queue_msg_set_timestamp(struct nfnl_queue_msg *msg, struct timeval *tv) argument 296 nfnl_queue_msg_test_timestamp(const struct nfnl_queue_msg *msg) argument 301 nfnl_queue_msg_get_timestamp(const struct nfnl_queue_msg *msg) argument 308 nfnl_queue_msg_set_indev(struct nfnl_queue_msg *msg, uint32_t indev) argument 314 nfnl_queue_msg_test_indev(const struct nfnl_queue_msg *msg) argument 319 nfnl_queue_msg_get_indev(const struct nfnl_queue_msg *msg) argument 324 nfnl_queue_msg_set_outdev(struct nfnl_queue_msg *msg, uint32_t outdev) argument 330 nfnl_queue_msg_test_outdev(const struct nfnl_queue_msg *msg) argument 335 nfnl_queue_msg_get_outdev(const struct nfnl_queue_msg *msg) argument 340 nfnl_queue_msg_set_physindev(struct nfnl_queue_msg *msg, uint32_t physindev) argument 347 nfnl_queue_msg_test_physindev(const struct nfnl_queue_msg *msg) argument 352 nfnl_queue_msg_get_physindev(const struct nfnl_queue_msg *msg) argument 357 nfnl_queue_msg_set_physoutdev(struct nfnl_queue_msg *msg, uint32_t physoutdev) argument 364 nfnl_queue_msg_test_physoutdev(const struct nfnl_queue_msg *msg) argument 369 nfnl_queue_msg_get_physoutdev(const struct nfnl_queue_msg *msg) argument 374 nfnl_queue_msg_set_hwaddr(struct nfnl_queue_msg *msg, uint8_t *hwaddr, int len) argument 385 nfnl_queue_msg_test_hwaddr(const struct nfnl_queue_msg *msg) argument 390 nfnl_queue_msg_get_hwaddr(const struct nfnl_queue_msg *msg, int *len) argument 402 nfnl_queue_msg_set_payload(struct nfnl_queue_msg *msg, uint8_t *payload, int len) argument 416 nfnl_queue_msg_test_payload(const struct nfnl_queue_msg *msg) argument 421 nfnl_queue_msg_get_payload(const struct nfnl_queue_msg *msg, int *len) argument 437 nfnl_queue_msg_set_verdict(struct nfnl_queue_msg *msg, unsigned int verdict) argument 444 nfnl_queue_msg_test_verdict(const struct nfnl_queue_msg *msg) argument 449 nfnl_queue_msg_get_verdict(const struct nfnl_queue_msg *msg) argument [all...] |
/external/skia/bench/ |
H A D | BenchLogger.h | 38 void logError(const char msg[]) { this->nativeLogError(msg); } argument 49 void logProgress(const char msg[]) { argument 50 this->nativeLogProgress(msg); 51 this->fileWrite(msg, strlen(msg)); 65 void nativeLogError(const char msg[]) { SkDebugf("%s", msg); } argument 67 void nativeLogError(const char msg[]) { fprintf(stderr, "%s", msg); } argument 69 nativeLogProgress(const char msg[]) argument [all...] |
/external/deqp/framework/delibs/decpp/ |
H A D | deDefs.cpp | 34 std::ostringstream msg; local 35 msg << (message ? message : "Runtime check failed") << ": "; 37 msg << '\'' << expr << '\''; 38 msg << " at " << file << ":" << line; 39 throw std::runtime_error(msg.str());
|
/external/messageformat/javatests/com/android/messageformat/ |
H A D | SimpleMessageFormatTest.java | 21 String msg = "{gender,select,female{her book}male{his book}other{their book}}"; 23 MessageFormat.formatNamedArgs(Locale.US, msg, "gender", "female")); 25 MessageFormat.formatNamedArgs(Locale.US, msg, "gender", "male")); 27 MessageFormat.formatNamedArgs(Locale.US, msg, "gender", "unknown")); 34 String msg = 39 MessageFormat.formatNamedArgs(sr, msg, "num", 1, "name", "Peter")); 41 MessageFormat.formatNamedArgs(sr, msg, "num", 2, "name", "Paul")); 43 MessageFormat.formatNamedArgs(sr, msg, "num", 22, "name", "Mary")); 45 MessageFormat.formatNamedArgs(sr, msg, "num", 33, "name", "John")); 47 MessageFormat.formatNamedArgs(sr, msg, "nu [all...] |