/external/libpcap/ |
grammar.y | 154 %type <blk> expr id nid pid term rterm qid 218 expr: term 219 | expr and term { gen_and($1.b, $3.b); $$ = $3; } 221 | expr or term { gen_or($1.b, $3.b); $$ = $3; } 293 term: rterm label 294 | not term { gen_not($2.b); $$ = $2; }
|
/external/fdlibm/ |
s_log1p.c | 23 * term is need. Let u=1+x rounded. Let c = (1+x)-u, then 25 * and add back the correction term c/u. 134 c = (k>0)? 1.0-(u-x):x-(u-1.0);/* correction term */
|
/developers/samples/android/content/contacts/BasicContactables/BasicContactables/src/main/java/com/example/android/basiccontactables/ |
MainActivity.java | 27 * Simple one-activity app that takes a search term via the Action Bar
|
/development/ndk/platforms/android-9/include/sys/ |
_sigdefs.h | 52 __BIONIC_SIGDEF(TERM,15,"Terminated")
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index_unittest.cc | 114 // Trivial test case of only one term, exact match. 117 // Prefix match, one term. 131 // Title with term multiple times. 159 // Trivial test case of only one term, exact match.
|
/external/chromium/chrome/browser/history/ |
history_notifications.h | 94 string16 term; member in struct:history::KeywordSearchTermDetails
|
snippet.h | 26 // match consists of the column, term-number, location, and length of the
|
/external/chromium/chrome/browser/search_engines/ |
template_url.h | 72 // The TemplateURL is used to determine the input encoding for the term. 113 // If this TemplateURLRef is valid and contains one search term, this returns 118 // If this TemplateURLRef is valid and contains one search term, this returns 119 // the key of the search term, otherwise this returns an empty string. 122 // Converts the specified term in the encoding of the host TemplateURL to a 125 const std::string& term) const; 127 // Returns true if this TemplateURLRef has a replacement term of 249 // Host, path and key of the search term. These are only set if the url 250 // contains one search term.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_decoration.h | 17 // parallel the classes provided under views/location_bar/. The term
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.h | 89 // Return the URL for a given search term.
|
/external/chromium/chrome/browser/ui/webui/ |
history2_ui.h | 94 // Return the URL for a given search term.
|
history_ui.h | 90 // Return the URL for a given search term.
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_high_digs.c | 66 /* store term */
|
/external/icu4c/common/ |
rbbirpt.h | 98 , {doRuleChar, 254, 30,0, TRUE} // 21 term 106 , {doCheckVarDef, 255, 30,0, FALSE} // 29 term-var-ref 196 "term", 204 "term-var-ref",
|
/external/libgsm/ |
README | 13 excitation/long term prediction) coding at 13 kbit/s.
|
/external/libppp/src/ |
cbcp.h | 38 #define CBCP_ACKSENT (4) /* Waiting for an LCP Term REQ */
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-06-TypeNotationDebateResp2.txt | 26 short term. Java arrays are always zero based.
|
/external/llvm/lib/Support/Unix/ |
Process.inc | 251 if (const char *term = std::getenv("TERM")) { 255 // The user can always ask for no colors by setting TERM to dumb, or 257 return strcmp(term, "dumb") != 0;
|
/external/openssh/ |
session.h | 40 char *term; member in struct:Session
|
/external/srec/seti/sltsEngine/include/ |
SWIslts.h | 61 SWIsltsResult (*term) (void); member in struct:SWIsltsWrapper
|
/external/stlport/test/compiler/StTerm-order/ |
stterm-test.cc | 4 * Do you mean ISO/IEC 14882 3.6.3 [basic.start.term]?
|
/external/valgrind/main/cachegrind/docs/ |
cg-manual.xml | [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
RegExpCache.h | 53 // as a short-term fix some embedded platforms may wish to reduce the cache size.
|
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/ |
run | 65 TERM=dumb \
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.c | 649 // short-term average input level (Q10) 652 // short-term variance of input level (Q8) 655 state->stdShortTerm = 0; // short-term standard deviation of input level in dB 747 // update short-term estimate of mean energy level (Q10) 751 // update short-term estimate of variance in energy level (Q8) 756 // update short-term estimate of standard deviation in energy level (Q10) 761 // update long-term estimate of mean energy level (Q10) 766 // update long-term estimate of variance in energy level (Q8) 772 // update long-term estimate of standard deviation in energy level (Q10)
|