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

1 2 3 4 5 6 7 8 91011>>

  /external/ipsec-tools/src/racoon/
throttle.c 85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle;
111 if (te->penalty < now) {
125 * give no penalty even on error: this is the first time
140 * We had a match and auth failed, increase penalty.
146 remaining = te->penalty - now;
152 te->penalty = now + new;
156 return te->penalty;
throttle.h 38 int penalty; member in struct:throttle_entry
  /packages/experimental/StrictModeTest/res/layout/
main.xml 44 android:text="Penalty: Log?" />
50 android:text="Penalty: Flash?" />
56 android:text="Penalty: Dialog" />
62 android:text="Penalty: Dropbox" />
68 android:text="Penalty: Death" />
74 android:text="Penalty: Death-on-network" />
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
xsltconfig.h.in 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
xsltwin32config.h 52 * Activate the compilation of the debug reporting. Speed penalty
xsltwin32config.h.in 52 * Activate the compilation of the debug reporting. Speed penalty
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltconfig.h 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
xsltwin32config.h 52 * Activate the compilation of the debug reporting. Speed penalty
  /external/kernel-headers/original/asm-arm/
smp.h 26 * at the moment, there's not a big penalty for changing CPUs
27 * (the >big< penalty is running SMP in the first place)
  /external/libxslt/libxslt/
xsltconfig.h 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
xsltconfig.h.in 49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
  /external/ceres-solver/internal/ceres/
canonical_views_clustering.h 73 // alpha is the size penalty that penalizes large number of canonical
76 // beta is the similarity penalty that penalizes canonical views that
118 // Penalty weight for the number of canonical views. A higher
122 // Penalty weight for the diversity (orthogonality) of the
canonical_views_clustering_test.cc 101 // Increases size penalty so the second canonical view won't be
130 // Increases similarity penalty so vertex 2 won't be chosen despite
  /dalvik/vm/mterp/c/
OP_EXECUTE_INLINE.cpp 14 * the warnings incurs a slight penalty (5%: 373ns vs. 393ns
  /external/chromium_org/ash/system/tray/
tray_utils.cc 17 // Making label_font static to avoid the time penalty of DeriveFont for
  /external/chromium_org/third_party/mesa/src/docs/
README.THREADS 11 that is). There is no measurable penalty on single
  /external/mesa3d/docs/
README.THREADS 11 that is). There is no measurable penalty on single
  /frameworks/base/docs/html/tools/testing/
index.jd 24 declaring what you?re not allowed to do on that thread, and what the penalty is if you violate the
  /external/clang/include/clang/Format/
Format.h 43 /// \brief The penalty for each line break introduced inside a comment.
46 /// \brief The penalty for each line break introduced inside a string literal.
49 /// \brief The penalty for each character outside of the column limit.
52 /// \brief The penalty for breaking before the first "<<".
112 /// \brief Penalty for putting the return type of a function onto its own
  /external/libvorbis/lib/
envelope.c 110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); local
111 if(penalty<0.f)penalty=0.f;
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty;
201 if(valmax>gi->preecho_thresh[j]+penalty){
205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2;
  /bionic/libc/stdlib/
exit.c 42 * thread-safe, but without a (significant) penalty to non-threaded
  /libcore/luni/src/main/java/java/io/
FileReader.java 24 * Since this may induce some performance penalty, in particular if many small
  /external/e2fsprogs/lib/et/
texinfo.tex 123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~.
659 \vadjust{\penalty 10000}%
753 \vadjust{\penalty 300}}%
872 \penalty\count10}}
892 \penalty\count10}}
956 \removelastskip \penalty-200 \vskip \initialskipamount\fi
993 \onepageout\pagesofar \unvbox255 \penalty\outputpenalty}
    [all...]
  /external/clang/lib/Format/
Format.cpp 451 /// The first line break in a certain \c ParenState causes extra penalty so
526 /// penalty early would need to lead to different values in the \c
528 /// values would need to lead to a significant amount of avoided penalty
579 // Extra penalty that needs to be added because of the way certain line
    [all...]

Completed in 787 milliseconds

1 2 3 4 5 6 7 8 91011>>