HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 251 - 275 of 1247) sorted by null

<<11121314151617181920>>

  /external/v8/src/
property-descriptor.cc 61 PropertyDetails details = descs->GetDetails(i); local
64 switch (details.type()) {
67 details.representation(),
lookup.cc 245 // Update the property details if the representation was None.
278 PropertyDetails details(attributes, v8::internal::DATA, 0,
284 dictionary, dictionary_entry(), value, details);
293 details = details.set_index(enumeration_index);
294 dictionary->SetEntry(dictionary_entry(), name(), value, details); local
295 property_details_ = details;
405 // Reload details containing proper enumeration index value.
521 PropertyDetails details(attributes, ACCESSOR_CONSTANT, 0,
533 SeededNumberDictionary::Set(dictionary, index_, pair, details, false)
    [all...]
  /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.
  /system/libhidl/transport/include/hidl/
HidlBinderSupport.h 327 std::string myDescriptor = details::getDescriptor(ifacePtr);
332 auto func = details::gBnConstructorMap.get(myDescriptor, nullptr);
352 if (details::canCastInterface(base.get(), IType::descriptor)) {
  /system/libvintf/
VintfObject.cpp 92 namespace details { namespace in namespace:android::vintf
291 } // namespace details
296 return details::checkCompatibility(xmls, false /* mount */,
297 *details::gPartitionMounter,
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParser.java 81 static final String DETAILS = "Details";
359 String details = local
360 resultObject.isNull(DETAILS) ? "" : resultObject.getString(DETAILS);
378 testIdentifier, details.isEmpty() ? UNKNOWN_ERROR : details);
  /build/soong/cmd/javac_filter/
javac_filter.go 106 regexp.MustCompile(`Note: Recompile with -Xlint:deprecation for details.`),
108 regexp.MustCompile(`Note: Recompile with -Xlint:unchecked for details.`),
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 182 public void onDetailsChanged(Call call, Call.Details details) {
183 Log.i(TAG, "onDetailsChanged, Call: " + call + ", Details: " + details);
184 if (!areBundlesEqual(mPreviousExtras, details.getExtras())) {
185 mOnExtrasChangedCounter.invoke(call, details);
187 mPreviousExtras = details.getExtras();
189 if (mPreviousProperties != details.getCallProperties()) {
190 mOnPropertiesChangedCounter.invoke(call, details);
191 Log.i(TAG, "onDetailsChanged; properties changed from " + Call.Details.propertiesToString(mPreviousProperties)
    [all...]
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallService.java 50 public void onDetailsChanged(Call call, Call.Details details) {
  /external/boringssl/linux-arm/crypto/sha/
sha256-armv4.S 14 @ details see http://www.openssl.org/~appro/cryptogams/.
    [all...]
  /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/v8/src/debug/
debug-scopes.cc 176 Handle<FixedArray> details = local
178 // Fill in scope details.
179 details->set(kScopeDetailsTypeIndex, Smi::FromInt(Type()));
182 details->set(kScopeDetailsObjectIndex, *scope_object);
187 return isolate_->factory()->NewJSArrayWithElements(details);
204 details->set(kScopeDetailsNameIndex, *closure_name);
206 details->set(kScopeDetailsStartPositionIndex, Smi::FromInt(start_position));
207 details->set(kScopeDetailsEndPositionIndex, Smi::FromInt(end_position));
208 details->set(kScopeDetailsFunctionIndex, *js_function);
210 return isolate_->factory()->NewJSArrayWithElements(details);
    [all...]
  /external/valgrind/coregrind/
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/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...]
  /frameworks/native/libs/math/include/math/
mat3.h 35 namespace details { namespace in namespace:android
428 } // namespace details
432 typedef details::TMat33<double> mat3d;
433 typedef details::TMat33<float> mat3;
434 typedef details::TMat33<float> mat3f;
  /packages/apps/Dialer/java/com/android/incallui/call/
ExternalCallList.java 33 * <p>External calls are those with {@code android.telecom.Call.Details#PROPERTY_IS_EXTERNAL_CALL}.
44 public void onDetailsChanged(Call call, Call.Details details) {
51 if (!telecomCall.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
106 if (!call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) {
  /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",))

Completed in 1790 milliseconds

<<11121314151617181920>>