/system/ca-certificates/google/ |
README | 3 https://pki.google.com/faq.html for more details.
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
TestRunRestServlet.java | 53 * @return A TestRunDetails object with the test case details for the specified run. 78 TestRunDetails details = new TestRunDetails(); local 89 details.addTestCase(testCaseRun); 91 return details; 98 * @return A TestRunDetails object with the test case details for the latest run. 115 TestRunDetails details = new TestRunDetails(); 127 details.addTestCase(testCaseRun); 129 return details; 133 * Get the test case details for a test run. 135 * Expected format: (1) /api/test_run?test=[test name]×tamp=[timestamp] to the details 143 TestRunDetails details = null; local [all...] |
/packages/apps/Camera2/src/com/android/camera/data/ |
MediaDetails.java | 111 private static void setExifData(MediaDetails details, ExifTag tag, 126 details.addDetail(key, state); 128 details.addDetail(key, value); 137 public static void extractExifInfo(MediaDetails details, String filePath) { 147 setExifData(details, exif.getTag(ExifInterface.TAG_FLASH), 149 setExifData(details, exif.getTag(ExifInterface.TAG_IMAGE_WIDTH), 151 setExifData(details, exif.getTag(ExifInterface.TAG_IMAGE_LENGTH), 153 setExifData(details, exif.getTag(ExifInterface.TAG_MAKE), 155 setExifData(details, exif.getTag(ExifInterface.TAG_MODEL), 157 setExifData(details, exif.getTag(ExifInterface.TAG_APERTURE_VALUE) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MediaDetails.java | 112 private static void setExifData(MediaDetails details, ExifTag tag, 127 details.addDetail(key, state); 129 details.addDetail(key, value); 134 public static void extractExifInfo(MediaDetails details, String filePath) { 145 setExifData(details, exif.getTag(ExifInterface.TAG_FLASH), 147 setExifData(details, exif.getTag(ExifInterface.TAG_IMAGE_WIDTH), 149 setExifData(details, exif.getTag(ExifInterface.TAG_IMAGE_LENGTH), 151 setExifData(details, exif.getTag(ExifInterface.TAG_MAKE), 153 setExifData(details, exif.getTag(ExifInterface.TAG_MODEL), 155 setExifData(details, exif.getTag(ExifInterface.TAG_APERTURE_VALUE) [all...] |
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/ |
export_test.cc | 30 // details here, since tf.mini's testing framework will be exercising all the 58 details::TensorsMap tensors; 59 details::LoadTensorsMap(input_model_, &tensors); 67 details::OperatorsMap operators; 68 details::LoadOperatorsMap(input_model_, &operators); 69 EXPECT_EQ(0, operators[details::OperatorKey(OperatorType::kAdd, "")]); 70 EXPECT_EQ(1, operators[details::OperatorKey(OperatorType::kConv, "")]); 71 EXPECT_EQ(2, operators[details::OperatorKey(OperatorType::kSub, "")]); 72 EXPECT_EQ(3, operators[details::OperatorKey(
|
/external/valgrind/gdbserver_tests/ |
mcleak.stderr.exp | 2 expecting details 10 bytes reachable 7 expecting to have NO details 8 expecting details +10 bytes lost, +21 bytes reachable 9 expecting details +65 bytes reachable 10 expecting to have NO details 11 expecting details +10 bytes reachable 12 expecting details -10 bytes reachable, +10 bytes lost 13 expecting details -10 bytes lost, +10 bytes reachable 14 expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable
|
mcleak.stdoutB.exp | 6 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme(); 11 19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme(); 16 24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme(); 21 29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme(); 26 32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme(); 31 36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme(); 36 40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme(); 41 44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme(); 46 48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
KeyInputHandler.java | 52 public boolean onKey(@Nullable ItemDetails details, int keyCode, KeyEvent event) { 65 if (details != null) { 66 int itemType = details.getItemViewType(); 74 if (mCallbacks.onFocusItem(details, keyCode, event)) { 78 if (shouldExtendSelection(details, event)) { 81 mSelectionHelper.startRange(details.getPosition()); 83 mSelectionHelper.extendRange(details.getPosition()); 96 return mCallbacks.onItemActivated(details, event); 110 public boolean onFocusItem(ItemDetails details, int keyCode, KeyEvent event) {
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
LibCallAliasAnalysis.cpp | 6 // License. See LICENSE.TXT for details. 56 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails; 57 if (Details == 0) 60 // If the details array is of the 'DoesNot' kind, we only know something if 61 // the pointer is a match for one of the locations in 'Details'. If we find a 66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) { 68 LCI->getLocationInfo(Details[i].LocationID); 74 return ModRefResult(MRInfo & ~Details[i].MRInfo); 79 // If the details are of the 'DoesOnly' sort, we know something if the pointer 80 // is a match for one of the locations in 'Details'. Also, if we can prov [all...] |
/external/v8/src/ |
layout-descriptor-inl.h | 30 PropertyDetails details) { 31 if (details.location() != kField || !details.representation().IsDouble()) { 35 return details.field_index() < inobject_properties; 186 PropertyDetails details = descriptors->GetDetails(i); local 187 if (!InobjectUnboxedField(inobject_properties, details)) continue; 188 int field_index = details.field_index(); 189 int field_width_in_words = details.field_width_in_words(); 206 PropertyDetails details = descriptors->GetDetails(i); local 207 if (!InobjectUnboxedField(inobject_properties, details)) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/ |
client.h | 20 namespace Details { 41 template <typename T> class ComPtrRef : public Details::ComPtrRefBase<T> { 168 operator Details::BoolType() const throw() { 169 return Get() != nullptr ? &Details::BoolStruct::Member : nullptr; 180 Details::ComPtrRef<ComPtr<T>> operator&() throw() { 181 return Details::ComPtrRef<ComPtr<T>>(this); 184 const Details::ComPtrRef<const ComPtr<T>> operator&() const throw() { 185 return Details::ComPtrRef<const ComPtr<T>>(this); 235 HRESULT As(Details::ComPtrRef<ComPtr<U>> p) const throw() { 273 void **IID_PPV_ARGS_Helper(::Microsoft::WRL::Details::ComPtrRef<T> pp) throw() [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentLayout.java | 74 // During initial setup, plug in the details fragment. 75 DetailsFragment details = new DetailsFragment(); local 76 details.setArguments(getIntent().getExtras()); 77 getFragmentManager().beginTransaction().add(android.R.id.content, details).commit(); 101 // Check to see if we have a frame in which to embed the details 103 View detailsFrame = getActivity().findViewById(R.id.details); 131 * Helper function to show the details of a selected item, either by 144 DetailsFragment details = (DetailsFragment) local 145 getFragmentManager().findFragmentById(R.id.details); 146 if (details == null || details.getShownIndex() != index) [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
NativeCameraDeviceTest.java | 42 assertTrue("testCameraDeviceOpenAndClose fail, see log for details", 47 assertTrue("testCameraDeviceCreateCaptureRequest fail, see log for details", 54 assertTrue("testCameraDeviceSessionOpenAndClose fail, see log for details", 61 assertTrue("testCameraDeviceSimplePreview fail, see log for details", 68 assertTrue("testCameraDevicePreviewWithSessionParametersNative fail, see log for details", 79 assertTrue("testCameraDeviceSharedWindowAddRemove fail, see log for details",
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ |
FragmentLayoutSupport.java | 75 // During initial setup, plug in the details fragment. 76 DetailsFragment details = new DetailsFragment(); local 77 details.setArguments(getIntent().getExtras()); 79 android.R.id.content, details).commit(); 104 // Check to see if we have a frame in which to embed the details 106 View detailsFrame = getActivity().findViewById(R.id.details); 134 * Helper function to show the details of a selected item, either by 147 DetailsFragment details = (DetailsFragment) local 148 getFragmentManager().findFragmentById(R.id.details); 149 if (details == null || details.getShownIndex() != index) [all...] |
/system/libhidl/base/include/hidl/ |
Status.h | 134 namespace details { namespace in namespace:android::hardware 188 } // namespace details 190 template<typename T> class Return : public details::return_status { 194 Return(T v) : details::return_status(), mVal{v} {} 195 Return(Status s) : details::return_status(s) {} 215 template<typename T> class Return<sp<T>> : public details::return_status { 219 Return(sp<T> v) : details::return_status(), mVal{v} {} 220 Return(T* v) : details::return_status(), mVal{v} {} 222 template<typename U> Return(sp<U> v) : details::return_status(), mVal{v} {} 223 template<typename U> Return(U* v) : details::return_status(), mVal{v} { 263 namespace details { namespace in namespace:android::hardware [all...] |
/frameworks/native/libs/math/include/math/ |
vec2.h | 33 namespace details { namespace in namespace:android 106 } // namespace details 110 typedef details::TVec2<double> double2; 111 typedef details::TVec2<float> float2; 112 typedef details::TVec2<float> vec2; 113 typedef details::TVec2<half> half2; 114 typedef details::TVec2<int32_t> int2; 115 typedef details::TVec2<uint32_t> uint2; 116 typedef details::TVec2<int16_t> short2; 117 typedef details::TVec2<uint16_t> ushort2 [all...] |
vec3.h | 31 namespace details { namespace in namespace:android 112 } // namespace details 116 typedef details::TVec3<double> double3; 117 typedef details::TVec3<float> float3; 118 typedef details::TVec3<float> vec3; 119 typedef details::TVec3<half> half3; 120 typedef details::TVec3<int32_t> int3; 121 typedef details::TVec3<uint32_t> uint3; 122 typedef details::TVec3<int16_t> short3; 123 typedef details::TVec3<uint16_t> ushort3 [all...] |
vec4.h | 31 namespace details { namespace in namespace:android 109 } // namespace details 113 typedef details::TVec4<double> double4; 114 typedef details::TVec4<float> float4; 115 typedef details::TVec4<float> vec4; 116 typedef details::TVec4<half> half4; 117 typedef details::TVec4<int32_t> int4; 118 typedef details::TVec4<uint32_t> uint4; 119 typedef details::TVec4<int16_t> short4; 120 typedef details::TVec4<uint16_t> ushort4 [all...] |
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/ |
NfcClientCallback.profiler.cpp | 16 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), 47 case details::HidlInstrumentor::CLIENT_API_ENTRY: 48 case details::HidlInstrumentor::SERVER_API_ENTRY: 49 case details::HidlInstrumentor::PASSTHROUGH_ENTRY: 73 case details::HidlInstrumentor::CLIENT_API_EXIT: 74 case details::HidlInstrumentor::SERVER_API_EXIT: 75 case details::HidlInstrumentor::PASSTHROUGH_EXIT: 99 case details::HidlInstrumentor::CLIENT_API_ENTRY: 100 case details::HidlInstrumentor::SERVER_API_ENTRY: 101 case details::HidlInstrumentor::PASSTHROUGH_ENTRY [all...] |
/external/strace/ |
socketutils.c | 53 char *details; member in struct:__anon35338 61 cache_inode_details(const unsigned long inode, char *const details) 64 free(e->details); 66 e->details = details; 75 return (e && inode == e->inode) ? e->details : NULL; 81 const char *const details = get_sockaddr_by_inode_cached(inode); local 82 if (details) { 83 tprints(details); 166 char *details; local 338 char *details; local 374 char *details; local 488 const char *details = NULL; local 512 const char *details = get_sockaddr_by_inode_uncached(tcp, inode, proto); local 533 const char *details = get_sockaddr_by_inode_cached(inode); local [all...] |
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
DetailsActivity.java | 21 * A wrapper class for details activity 31 setContentView(R.layout.details);
|
/developers/build/prebuilts/gradle/CommitContentSampleApp/ |
gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|
/developers/build/prebuilts/gradle/CommitContentSampleIME/ |
gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|
/developers/build/prebuilts/gradle/EmojiCompat/ |
gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|
/developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/ |
gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|