HomeSort by relevance Sort by last modified time
    Searched full:pstore (Results 1 - 25 of 54) sorted by null

1 2 3

  /system/extras/tests/kernel.config/
pstore_test.cpp 22 EXPECT_EQ(0, access("/sys/fs/pstore", F_OK));
26 EXPECT_EQ(0, access("/sys/fs/pstore/console-ramoops", F_OK));
31 EXPECT_EQ(0, access("/sys/fs/pstore/pmsg-ramoops-0", F_OK));
  /external/eigen/bench/
benchVecAdd.cpp 107 // internal::pstore(&a[i], internal::padd(a0, b0));
111 // internal::pstore(&a[i+1*PacketSize], internal::padd(a1, b1));
115 // internal::pstore(&a[i+2*PacketSize], internal::padd(a2, b2));
119 // internal::pstore(&a[i+3*PacketSize], internal::padd(a3, b3));
123 // internal::pstore(&a[i+4*PacketSize], internal::padd(a0, b0));
124 // internal::pstore(&a[i+5*PacketSize], internal::padd(a1, b1));
125 // internal::pstore(&a[i+6*PacketSize], internal::padd(a2, b2));
126 // internal::pstore(&a[i+7*PacketSize], internal::padd(a3, b3));
128 internal::pstore(&a[i+2*PacketSize], internal::padd(internal::ploadu(&a[i+2*PacketSize]), internal::ploadu(&b[i+2*PacketSize])));
129 internal::pstore(&a[i+3*PacketSize], internal::padd(internal::ploadu(&a[i+3*PacketSize]), internal::ploadu(&b[i+3*P (…)
    [all...]
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 31 pstore(&res.x(),
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
88 pstore(&res.x(), _mm_addsub_pd(t1, preverse(t2)));
90 pstore(&res.x(), padd(t1, pxor(mask,preverse(t2))));
102 pstore(&res.z(), preverse(_mm_addsub_pd(preverse(t1), t2)));
104 pstore(&res.z(), psub(t1, pxor(mask,preverse(t2))));
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
control 15 This test verify that /dev/pstore/console-ramoops is preserved correctly
  /system/sepolicy/
healthd.te 31 # Read /sys/fs/pstore/console-ramoops
33 # only one file in /sys/fs/pstore
genfs_contexts 41 genfscon pstore / u:object_r:pstorefs:s0
  /external/eigen/test/
packetmath.cpp 56 internal::pstore(data2, POP(internal::pload<Packet>(data1), internal::pload<Packet>(data1+PacketSize))); \
63 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \
74 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); }
120 internal::pstore(data2, internal::pload<Packet>(data1));
125 internal::pstore(data2, internal::ploadu<Packet>(data1+offset));
143 internal::pstore(data2, packets[0]);
165 internal::pstore(data2, internal::pset1<Packet>(data1[offset]));
177 internal::pstore(data2,internal::ploaddup<Packet>(data1+offset));
199 internal::pstore(data2, internal::preduxp(packets));
204 internal::pstore(data2, internal::preverse(internal::pload<Packet>(data1)))
    [all...]
  /device/lge/bullhead/dumpstate/
dumpstate.cpp 33 dump_file("dmesg-ramoops-0", "/sys/fs/pstore/dmesg-ramoops-0");
34 dump_file("dmesg-ramoops-1", "/sys/fs/pstore/dmesg-ramoops-1");
  /device/moto/shamu/dumpstate/
dumpstate.cpp 21 dump_file("TZ ramoops annotation", "/sys/fs/pstore/annotate-ramoops");
22 dump_file("Recent panic log", "/sys/fs/pstore/dmesg-ramoops-0");
  /system/core/include/private/
android_logger.h 32 /* Header Structure to pstore */
40 /* Header Structure to logd, and second header for pstore */
  /bootable/recovery/
recovery-persist.cpp 27 // recovery/ directory stored in /sys/fs/pstore/pmsg-ramoops-0 in logger
50 static const char *LAST_PMSG_FILE = "/sys/fs/pstore/pmsg-ramoops-0";
52 static const char *LAST_CONSOLE_FILE = "/sys/fs/pstore/console-ramoops-0";
53 static const char *ALT_LAST_CONSOLE_FILE = "/sys/fs/pstore/console-ramoops";
recovery-refresh.cpp 30 // /sys/fs/pstore/pmsg-ramoops-0 in logger format that reside in the
  /external/autotest/client/common_lib/
logs_to_collect 23 /dev/pstore/console-ramoops
  /system/core/liblog/tests/
liblog_benchmark.cpp 94 * Measure the time it takes to submit the android logging data to pstore
105 * // what we provide to pstore
170 * Measure the time it takes to submit the android logging data to pstore
182 * // what we provide to pstore
246 * Measure the time it takes to submit the android logging data to pstore
258 * // what we provide to pstore
322 * Measure the time it takes to submit the android logging data to pstore
334 * // what we provide to pstore
395 * Measure the time it takes to submit the android logging data to pstore
407 * // what we provide to pstore
    [all...]
libc_test.cpp 144 fprintf(stderr, "Reboot, ensure string libc.__pstore_append is in /sys/fs/pstore/pmsg-ramoops-0\n");
  /device/huawei/angler/dumpstate/
dumpstate.cpp 33 dump_file("dmesg-ramoops-0", "/sys/fs/pstore/dmesg-ramoops-0");
34 dump_file("dmesg-ramoops-1", "/sys/fs/pstore/dmesg-ramoops-1");
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 353 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi)));
354 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
370 pstore (py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
371 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pmul(ps,xi1)));
380 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
407 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi)));
408 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 235 IPropertyStore *pStore) = 0;
238 IPropertyStore *pStore) = 0;
452 IPropertyStore *pStore);
456 IPropertyStore *pStore);
511 #define IPortableDeviceValues_CopyValuesFromPropertyStore(This,pStore) (This)->lpVtbl->CopyValuesFromPropertyStore(This,pStore)
512 #define IPortableDeviceValues_CopyValuesToPropertyStore(This,pStore) (This)->lpVtbl->CopyValuesToPropertyStore(This,pStore)
637 static FORCEINLINE HRESULT IPortableDeviceValues_CopyValuesFromPropertyStore(IPortableDeviceValues* This,IPropertyStore *pStore) {
638 return This->lpVtbl->CopyValuesFromPropertyStore(This,pStore);
    [all...]
mssip.h 61 struct CRYPTCATSTORE_ *pStore;
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 348 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { function in namespace:Eigen::internal
357 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { function in namespace:Eigen::internal
366 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { function in namespace:Eigen::internal
388 pstore(to, vec4f_swizzle1(pa,0,0,0,0));
394 pstore(to, vec2d_swizzle1(pa,0,0));
554 pstore(aux, a);
571 // for GCC (eg., it does not like using std::min after the pstore !!)
573 pstore(aux, a);
592 // for GCC (eg., it does not like using std::min after the pstore !!)
594 pstore(aux, a)
    [all...]
Complex.h 107 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); } function in namespace:Eigen::internal
314 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 105 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } function in namespace:Eigen::internal
113 pstore((float *)&res, a.v);
  /system/core/rootdir/
init.rc 223 # pstore/ramoops previous console log
224 mount pstore pstore /sys/fs/pstore
225 chown system log /sys/fs/pstore/console-ramoops
226 chmod 0440 /sys/fs/pstore/console-ramoops
227 chown system log /sys/fs/pstore/pmsg-ramoops-0
228 chmod 0440 /sys/fs/pstore/pmsg-ramoops-0
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 123 pstore(C0+i+(I)*PacketSize, c0); \
124 pstore(C1+i+(I)*PacketSize, c1)
215 pstore(C0+i+(I)*PacketSize, c0);
  /system/core/logcat/
logcatd.rc 37 # logd for write to /data/misc/logd, log group for read from pstore (-L)

Completed in 626 milliseconds

1 2 3