/external/eigen/bench/btl/actions/ |
action_partial_lu.hh | 39 MESSAGE("Action_partial_lu Ctor"); 69 MESSAGE("Action_partial_lu Dtor");
|
action_rot.hh | 34 MESSAGE("Action_rot Ctor"); 57 MESSAGE("Action_rot Dtor");
|
action_hessenberg.hh | 39 MESSAGE("Action_hessenberg Ctor"); 73 MESSAGE("Action_hessenberg Dtor"); 139 MESSAGE("Action_tridiagonalization Ctor"); 179 MESSAGE("Action_tridiagonalization Dtor");
|
action_aat_product.hh | 40 MESSAGE("Action_aat_product Ctor"); 70 MESSAGE("Action_aat_product Dtor");
|
action_ata_product.hh | 40 MESSAGE("Action_ata_product Ctor"); 70 MESSAGE("Action_ata_product Dtor");
|
action_axpby.hh | 38 MESSAGE("Action_axpby Ctor"); 62 MESSAGE("Action_axpby Dtor");
|
action_axpy.hh | 40 MESSAGE("Action_axpy Ctor"); 71 MESSAGE("Action_axpy Dtor");
|
action_trisolve.hh | 39 MESSAGE("Action_trisolve Ctor"); 78 MESSAGE("Action_trisolve Dtor");
|
action_atv_product.hh | 38 MESSAGE("Action_atv_product Ctor"); 67 MESSAGE("Action_atv_product Dtor");
|
action_ger.hh | 34 MESSAGE("Action_ger Ctor"); 61 MESSAGE("Action_ger Dtor");
|
action_matrix_matrix_product.hh | 40 MESSAGE("Action_matrix_matrix_product Ctor"); 73 MESSAGE("Action_matrix_matrix_product Dtor");
|
action_matrix_vector_product.hh | 40 MESSAGE("Action_matrix_vector_product Ctor"); 72 MESSAGE("Action_matrix_vector_product Dtor");
|
action_trisolve_matrix.hh | 40 MESSAGE("Action_trisolve_matrix Ctor"); 86 MESSAGE("Action_trisolve_matrix Dtor");
|
action_trmm.hh | 40 MESSAGE("Action_trmm Ctor"); 86 MESSAGE("Action_trmm Dtor");
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_perf_analyzer.hh | 31 MESSAGE("Portable_Perf_Analyzer Ctor"); 38 MESSAGE("Portable_Perf_Analyzer Dtor");
|
portable_perf_analyzer_old.hh | 30 MESSAGE("Portable_Perf_Analyzer Ctor"); 37 MESSAGE("Portable_Perf_Analyzer Dtor");
|
x86_perf_analyzer.hh | 31 MESSAGE("X86_Perf_Analyzer Ctor"); 39 MESSAGE("X86_Perf_Analyzer Dtor");
|
/external/v8/tools/release/ |
auto_roll.py | 24 MESSAGE = "Preparation." 34 MESSAGE = "Detect commit ID of the last Chromium roll." 53 MESSAGE = "Detect commit ID of the V8 revision to roll." 89 MESSAGE = "Robustness checks of the roll candidate." 104 MESSAGE = "Switch to Chromium checkout." 119 MESSAGE = "Update the checkout and create a new branch." 136 MESSAGE = "Create and upload CL." 146 message = [] 147 message.append("Update V8 to %s." % self["roll_title"].lower()) 149 message.append [all...] |
/external/eigen/bench/btl/data/ |
mean.cxx | 37 MESSAGE("Lib_mean Default Ctor"); 38 MESSAGE("!!! should not be used"); 42 MESSAGE("Lib_mean Ctor"); 45 MESSAGE("Lib_mean Copy Ctor"); 48 MESSAGE("Lib_mean Dtor");
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
ContentTest.java | 37 private static final String MESSAGE = "Sample Message"; 66 * This intent will have, in the ClipData, a uri whose associated file stores a message. 67 * The receiver will read the message from the uri, and put it inside the result intent. 70 Uri uri = getUriWithTextInFile("reading_test", MESSAGE); 78 assertEquals(MESSAGE, result.getStringExtra("extra_response")); 83 * This intent will have a message in an extra, and a uri specified by the ClipData. 84 * The receiver will read the message from the extra, and write it to the uri in 94 intent.putExtra("extra_message", MESSAGE); 99 assertEquals(MESSAGE, getFirstLineFromUri(uri)) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/ |
protobuf_lexer.g | 41 MESSAGE : 'message';
|
/external/eigen/bench/btl/generic_bench/utils/ |
utilities.h | 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;} 76 # define MESSAGE(chain)
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
Signature2Test.java | 43 private static final String MESSAGE = "abc"; 339 sig.update(MESSAGE.getBytes()); 358 byte[] bytes = MESSAGE.getBytes(); 363 sig2.update(MESSAGE.getBytes()); 374 byte[] bytes = MESSAGE.getBytes(); 409 sig.update(MESSAGE.getBytes()[0]); 444 sig.update(MESSAGE.getBytes()); 448 sig.update(MESSAGE.getBytes()); 458 sig.update(MESSAGE.getBytes()); 462 sig.update(MESSAGE.getBytes()) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
generate_proto.py | 64 """Write fields for Message types. 78 if field.variant == messages.Variant.MESSAGE: 80 'Message field %s should not have default values' % field.name) 92 if field.variant in (messages.Variant.MESSAGE, messages.Variant.ENUM): 104 """Write nested and non-nested Message types. 110 for message in message_descriptors or []: 113 out << 'message %s {' % message.name 116 if message.enum_types: 117 write_enums(message.enum_types [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenNames.java | 27 import javax.sip.message.Request; 52 public static final String MESSAGE = Request.MESSAGE;
|