Home
last modified time | relevance | path

Searched defs:eps (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/npapi/npspy/common/
Depmanager.cpp76 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL;) in ~NPPEntryPointManager() local
93 PluginEntryPointList * eps = new PluginEntryPointList(); in createEntryPointsForPlugin() local
133 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in removeEntryPointsForPlugin() local
153 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in findEntryPointsForPlugin() local
164 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in findEntryPointsForInstance() local
178 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in callNP_ShutdownAll() local
191 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in callNP_Shutdown() local
212 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in callNPP_New() local
242 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL; eps = eps->next) in callNPP_Destroy() local
/external/chromium_org/net/tools/flip_server/
Dacceptor_thread.h53 virtual void OnRegistration(EpollServer* eps, in OnRegistration()
59 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {} in OnShutdown()
Doutput_ordering.cc70 EpollServer* eps) { in OnRegistration()
81 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) { in OnShutdown()
Dsm_connection.cc223 void SMConnection::OnRegistration(EpollServer* eps, int fd, int event_mask) { in OnRegistration()
240 void SMConnection::OnShutdown(EpollServer* eps, int fd) { in OnShutdown()
/external/chromium_org/net/tools/quic/
Dquic_server.h48 virtual void OnRegistration(EpollServer* eps, in OnRegistration()
65 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {} in OnShutdown()
Dquic_client.h108 virtual void OnRegistration(EpollServer* eps, in OnRegistration()
117 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {} in OnShutdown()
Dquic_dispatcher_test.cc47 EpollServer* eps) in TestDispatcher()
190 EpollServer* eps) in MockTimeWaitListManager()
270 EpollServer eps; in TEST() local
/external/chromium_org/net/tools/quic/test_tools/
Dmock_quic_dispatcher.cc16 EpollServer* eps) in MockQuicDispatcher()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_check.c32 const int16_t eps=319; /* 0.039 in Q13 (50 Hz)*/ in WebRtcIlbcfix_LsfCheck() local
/external/opencv/cxcore/src/
Dcxjacobieigens.cpp69 icvJacobiEigens_32f(float *A, float *V, float *E, int n, float eps) in icvJacobiEigens_32f()
220 icvJacobiEigens_64d(double *A, double *V, double *E, int n, double eps) in icvJacobiEigens_64d()
370 cvEigenVV( CvArr* srcarr, CvArr* evectsarr, CvArr* evalsarr, double eps ) in cvEigenVV()
/external/opencv/cv/src/
Dcvmatchcontours.cpp65 double eps = 1.e-5; in cvMatchShapes() local
232 double eps = 1.e-5; in cvMatchContourTrees() local
Dcvcontourtree.cpp88 double eps = 1.e-7; in icvCreateContourTree() local
600 double eps = 1.e-5; in icvCalcTriAttr() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_test_main.c254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps()
278 double eps = lp_const_eps(type); in compare_vec() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps()
278 double eps = lp_const_eps(type); in compare_vec() local
/external/eigen/test/eigen2/
Deigen2_sparse_vector.cpp20 Scalar eps = 1e-6; in sparse_vector() local
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Dfdjac1.h22 Scalar eps, temp; in fdjac1() local
Dchkder.h25 const Scalar eps = sqrt(NumTraits<Scalar>::epsilon()); in chkder() local
/external/eigen/test/
Dsparse_vector.cpp20 Scalar eps = 1e-6; in sparse_vector() local
/external/valgrind/main/drd/tests/
Domp_matinv.c269 elem_t eps; in epsilon() local
293 elem_t eps; in main() local
Dmatinv.c305 elem_t eps; in epsilon() local
317 elem_t eps; in main() local
/external/eigen/unsupported/test/
Dsparse_extra.cpp61 Scalar eps = 1e-6; in sparse_extra() local
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h72 const Scalar eps = sqrt(((std::max)(epsfcn,NumTraits<Scalar>::epsilon() ))); in df() local
/external/eigen/Eigen/src/Core/
DStableNorm.h62 RealScalar eps; in blueNorm_impl() local
/external/chromium_org/net/tools/epoll_server/
Depoll_server.cc72 virtual void OnShutdown(EpollServer *eps, int fd) OVERRIDE {} in OnShutdown()
795 EpollServer* eps) { in OnRegistration()
807 void EpollAlarm::OnShutdown(EpollServer* eps) { in OnShutdown()
/external/eigen/bench/
DbenchBlasGemm.cpp183 MyMatrix::Scalar eps = 1e-4; in check_product() local

123