/external/deqp/external/vulkancts/modules/vulkan/ |
vktInfoTests.cpp | 146 std::ostringstream details; local 148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details); 152 << details.str()
|
/external/v8/src/ |
api-natives.cc | 227 PropertyDetails details(Smi::cast(bit)); 228 PropertyAttributes attributes = details.attributes(); 229 PropertyKind kind = details.kind(); 247 PropertyDetails details(Smi::cast(properties->get(i++))); 248 PropertyAttributes attributes = details.attributes(); 249 DCHECK_EQ(kData, details.kind()); 534 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell); 535 auto details_handle = handle(details.AsSmi(), isolate); 546 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell); 547 auto details_handle = handle(details.AsSmi(), isolate) [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/cards/ |
CardExampleFragment.java | 22 import android.support.v17.leanback.supportleanbackshowcase.app.details.DetailViewExampleActivity; 23 import android.support.v17.leanback.supportleanbackshowcase.app.details.DetailViewExampleFragment; 24 import android.support.v17.leanback.supportleanbackshowcase.app.details.ShadowRowPresenterSelector;
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/ |
VoicemailErrorAlert.java | 42 private final TextView details; field in class:VoicemailErrorAlert 62 details = (TextView) view.findViewById(R.id.error_card_details); 114 details.setText(message.getDescription());
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalVideo.java | 219 MediaDetails details = super.getDetails(); local 222 details.addDetail(MediaDetails.INDEX_DURATION, GalleryUtils.formatDuration( 225 return details;
|
MediaSet.java | 179 MediaDetails details = super.getDetails(); local 180 details.addDetail(MediaDetails.INDEX_TITLE, getName()); 181 return details;
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
HomeGroupsXLarge.java | 95 ContactFragment details = new ContactFragment(contactUri, local 101 // commit is actually async, so add in details at largePane, which will be correct 104 xact.add(R.id.largePane, details); 108 xact.replace(R.id.largePane, details);
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
ProcessStatusTracker.java | 147 Log.i(TAG, "Getting process details"); 148 List<ProcessDetails> details = getProcessDetails(); local 149 if (details == null) { 152 for (ProcessDetails d : details) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
emxccompiler.py | 49 (status, details) = check_config_h() 50 self.debug_print("Python's GCC status: %s (details: %s)" % 51 (status, details)) 55 ("Reason: %s." % details) + 246 (status, details), where 'status' is one of the following constants: 253 'details' is a human-readable string explaining the situation.
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
emxccompiler.py | 49 (status, details) = check_config_h() 50 self.debug_print("Python's GCC status: %s (details: %s)" % 51 (status, details)) 55 ("Reason: %s." % details) + 246 (status, details), where 'status' is one of the following constants: 253 'details' is a human-readable string explaining the situation.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
emxccompiler.py | 49 (status, details) = check_config_h() 50 self.debug_print("Python's GCC status: %s (details: %s)" % 51 (status, details)) 55 ("Reason: %s." % details) + 246 (status, details), where 'status' is one of the following constants: 253 'details' is a human-readable string explaining the situation.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
emxccompiler.py | 49 (status, details) = check_config_h() 50 self.debug_print("Python's GCC status: %s (details: %s)" % 51 (status, details)) 55 ("Reason: %s." % details) + 246 (status, details), where 'status' is one of the following constants: 253 'details' is a human-readable string explaining the situation.
|
/system/libvintf/test/ |
vintf_object_tests.cpp | 29 using namespace ::android::vintf::details; 251 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error); 289 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error); 350 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error); 389 int result = details::checkCompatibility(packageInfo, true /* mount */, mounter(), &error);
|
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/ |
ActivityManagerTestBase.java | 1015 ReportedSizes details = new ReportedSizes(); local [all...] |
/external/jdiff/src/jdiff/ |
HTMLIndexes.java | 10 * See the file LICENSE.txt for copyright details. 359 /** The file used to output details of missing @since tags. */ 386 String details = null; local 388 details = currIndex.pkgName_ + "." + currIndex.name_; 390 details = details + " Interface"; 392 details = details + " Class"; 394 details = currIndex.pkgName_ + "." + currIndex.name_ + " Constructor (" + currIndex.type_ + ")"; 396 details = currIndex.pkgName_ + "." + currIndex.className_ + " " + "Method " + currIndex.name_ + "(" + curr (…) [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 21 General Public License for more details. 821 details. */ 2006 IRQop* details; member in struct:_IRExpr::__anon35348::__anon35353 2014 IRTriop* details; member in struct:_IRExpr::__anon35348::__anon35354 2754 IRPutI* details; member in struct:_IRStmt::__anon35371::__anon35376 2786 IRStoreG* details; member in struct:_IRStmt::__anon35371::__anon35379 2795 IRLoadG* details; member in struct:_IRStmt::__anon35371::__anon35380 2813 IRCAS* details; member in struct:_IRStmt::__anon35371::__anon35381 2879 IRDirty* details; member in struct:_IRStmt::__anon35371::__anon35383 [all...] |
/external/valgrind/VEX/priv/ |
ir_defs.c | 21 General Public License for more details. [all...] |
/external/autotest/frontend/afe/ |
moblab_rpc_interface_unittest.py | 325 valid, details = moblab_rpc_interface._is_valid_boto_key('key', 'secret') 342 valid, details = moblab_rpc_interface._is_valid_boto_key('key', 'secret') 344 self.assertEquals('The boto access key is not valid', details) 359 valid, details = moblab_rpc_interface._is_valid_bucket( 376 valid, details = moblab_rpc_interface._is_valid_bucket( 379 self.assertEquals("Bucket bucket does not exist.", details)
|
/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...] |
/external/vixl/tools/ |
generate_tests.py | 223 // details. 230 // details. 331 example. See `test_generator.data_types` for more details. 349 // details. 361 // details. 368 // details. 516 Here are details about each field. Note that all of them except for "name" are
|
/tools/test/connectivity/acts/framework/acts/ |
base_test.py | 227 if record.details: 228 self.log.error(record.details) 253 msg = record.details 280 self.log.info("Reason to skip: %s", record.details) 304 self.log.info("Reason to block: %s", record.details) 324 self.log.exception(record.details)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
cygwinccompiler.py | 96 (status, details) = check_config_h()
97 self.debug_print("Python's GCC status: %s (details: %s)" %
98 (status, details))
104 % details)
356 (status, details), where 'status' is one of the following constants:
363 'details' is a human-readable string explaining the situation.
|
/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);
|