HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 201 - 225 of 1022) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/VEX/pub/
libvex_ir.h 21 General Public License for more details.
821 details. */
2006 IRQop* details; member in struct:_IRExpr::__anon26155::__anon26160
2014 IRTriop* details; member in struct:_IRExpr::__anon26155::__anon26161
2754 IRPutI* details; member in struct:_IRStmt::__anon26178::__anon26183
2786 IRStoreG* details; member in struct:_IRStmt::__anon26178::__anon26186
2795 IRLoadG* details; member in struct:_IRStmt::__anon26178::__anon26187
2813 IRCAS* details; member in struct:_IRStmt::__anon26178::__anon26188
2879 IRDirty* details; member in struct:_IRStmt::__anon26178::__anon26190
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c 21 General Public License for more details.
    [all...]
  /external/valgrind/coregrind/
m_tooliface.c 22 General Public License for more details.
57 /* Setting details */
60 VgDetails VG_(details) = { variable
70 #define DETAILS(type, detail) \
73 VG_(details).detail = detail; \
76 DETAILS(const HChar*, name)
77 DETAILS(const HChar*, version)
78 DETAILS(const HChar*, description)
79 DETAILS(const HChar*, copyright_author)
80 DETAILS(const HChar*, bug_reports_to
    [all...]
m_libcassert.c 21 General Public License for more details.
45 #include "pub_core_tooliface.h" // For VG_(details).{name,bug_reports_to}
452 component = VG_(details).name;
453 bugs_to = VG_(details).bug_reports_to;
506 panic(VG_(details).name, VG_(details).bug_reports_to, str, NULL);
  /external/v8/src/
objects.cc 2879 PropertyDetails details = new_map->GetLastDescriptorDetails(); local
2936 PropertyDetails details = new_descriptors->GetDetails(i); local
2981 PropertyDetails details = new_descriptors->GetDetails(i); local
3076 PropertyDetails details = descriptors->GetDetails(modify_index); local
3185 PropertyDetails details = descriptors->GetDetails(i); local
3234 PropertyDetails details = instance_descriptors()->GetDetails(descriptor); local
3312 PropertyDetails details = descriptors->GetDetails(modify_index); local
3338 PropertyDetails details = descriptors->GetDetails(descriptor); local
3566 PropertyDetails details = target_descriptors->GetDetails(modify_index); local
3890 PropertyDetails details = descriptors->GetDetails(i); local
4216 PropertyDetails details = own_lookup.property_details(); local
5272 PropertyDetails details = it->property_details(); local
5313 PropertyDetails details = it->property_details(); local
5559 PropertyDetails details = descs->GetDetails(i); local
5747 PropertyDetails details = dictionary->DetailsAt(index); local
5831 PropertyDetails details = PropertyDetails::Empty(); local
7832 PropertyDetails details = dictionary->DetailsAt(i); local
8085 PropertyDetails details = descriptors->GetDetails(i); local
8425 PropertyDetails details = descs->GetDetails(i); local
8509 PropertyDetails details = descs->GetDetails(i); local
9533 PropertyDetails details = descriptors->GetDetails(new_descriptor); local
9770 PropertyDetails details = GetDetails(descriptor); local
10054 PropertyDetails details = desc->GetDetails(i); local
10066 handle(key), handle(value, desc->GetIsolate()), details); local
10086 PropertyDetails details = GetDetails(i); local
10854 PropertyDetails details = src->GetDetails(index); local
12595 PropertyDetails details = descriptors->GetDetails(i); local
16414 PropertyDetails details = descs->GetDetails(i); local
17482 PropertyDetails details = dict->DetailsAt(i); local
18156 PropertyDetails details = dictionary->DetailsAt(index); local
18194 PropertyDetails details = dictionary->DetailsAt(entry); local
18220 PropertyDetails details = PropertyDetails::Empty(); local
18367 PropertyDetails details = this->DetailsAt(i); local
18383 PropertyDetails details = this->DetailsAt(i); local
18413 PropertyDetails details = this->DetailsAt(i); local
18442 PropertyDetails details = this->DetailsAt(i); local
18471 PropertyDetails details = raw_dict->DetailsAt(i); local
19621 PropertyDetails details = cell->property_details(); local
    [all...]
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 57 void testCaseResult (const char* statusCode, const char* details);
149 void TestLogListener::testCaseResult (const char* statusCode, const char* details)
152 jstring jDetails = m_env->NewStringUTF(details);
  /external/libbrillo/brillo/glib/
object.h 21 namespace details { // NOLINT namespace in namespace:brillo
49 } // namespace details
70 details::ResetHelper<T> Resetter(T* x) {
71 return details::ResetHelper<T>(x);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java 326 String details = "not parsable"; local
328 details = PictureParameterSet.read(pictureParameterSet).toString();
333 l.add(details);
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 77 sp<AMessage> details = AMessage::FromParcel(parcel); local
78 if (details == NULL)
82 caps->mDetails = details;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 113 (status, details) = check_config_h()
114 self.debug_print("Python's GCC status: %s (details: %s)" %
115 (status, details))
121 % details)
388 (status, details), where 'status' is one of the following constants:
395 'details' is a human-readable string explaining the situation.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 113 (status, details) = check_config_h()
114 self.debug_print("Python's GCC status: %s (details: %s)" %
115 (status, details))
121 % details)
388 (status, details), where 'status' is one of the following constants:
395 'details' is a human-readable string explaining the situation.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 113 (status, details) = check_config_h()
114 self.debug_print("Python's GCC status: %s (details: %s)" %
115 (status, details))
121 % details)
388 (status, details), where 'status' is one of the following constants:
395 'details' is a human-readable string explaining the situation.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 113 (status, details) = check_config_h()
114 self.debug_print("Python's GCC status: %s (details: %s)" %
115 (status, details))
121 % details)
388 (status, details), where 'status' is one of the following constants:
395 'details' is a human-readable string explaining the situation.
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 200 public void onDetailsChanged(Call call, Call.Details details) {
201 Log.i(TAG, "onDetailsChanged, Call: " + call + ", Details: " + details);
202 if (!areBundlesEqual(mPreviousExtras, details.getExtras())) {
203 mOnExtrasChangedCounter.invoke(call, details);
205 mPreviousExtras = details.getExtras();
207 if (mPreviousProperties != details.getCallProperties()) {
208 mOnPropertiesChangedCounter.invoke(call, details);
209 Log.i(TAG, "onDetailsChanged; properties changed from " + Call.Details.propertiesToString(mPreviousProperties)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/
test_layer2_actors.py 62 self.worker.cancel(details='Cancelling!')
  /external/iproute2/man/man8/
Makefile 4 tc.8 tc-bfifo.8 tc-bpf.8 tc-cbq.8 tc-cbq-details.8 tc-choke.8 tc-codel.8 \
  /external/wpa_supplicant_8/src/utils/
http_curl.c 6 * See README for more details.
521 LogotypeDetails *details; local
529 details = image->imageDetails;
530 if (details == NULL)
533 hash_num = sk_HashAlgAndValue_num(details->logotypeHash);
538 hash = sk_HashAlgAndValue_value(details->logotypeHash,
557 uri_num = sk_ASN1_IA5STRING_num(details->logotypeURI);
560 uri = sk_ASN1_IA5STRING_value(details->logotypeURI, j);
606 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent)
611 if (details->mediaType)
    [all...]
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
xml2js.js 690 function getReturn(spec_c, details, method, parent) {
692 var retDescription = (details ? getText(details, 'description') : '');
701 function getParams(spec_c, details, method, parent) {
716 _.each(details, function(param) {
724 var suggestions = _.difference(_.keys(spec_js), _.map(details, getParamName));
840 var details = _.find(_.map(paras, function(para) {
843 return (details ? details.children : undefined);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 2 # Source Licenses. See LICENSE.TXT for details.
59 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 for details
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 321 MediaDetails details = super.getDetails(); local
322 details.addDetail(MediaDetails.INDEX_ORIENTATION, Integer.valueOf(rotation));
326 MediaDetails.extractExifInfo(details, filePath);
328 return details;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_win32.py 68 ex = COMError(-1, "text", ("details",))
71 self.assertEqual(ex.details, ("details",))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_win32.py 68 ex = COMError(-1, "text", ("details",))
71 self.assertEqual(ex.details, ("details",))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 68 ex = COMError(-1, "text", ("details",))
71 self.assertEqual(ex.details, ("details",))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 68 ex = COMError(-1, "text", ("details",))
71 self.assertEqual(ex.details, ("details",))
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 

Completed in 393 milliseconds

1 2 3 4 5 6 7 891011>>