/dalvik/libcore/security/src/main/java/java/security/spec/ |
ECFieldF2m.java | 42 // Mid term(s) of reduction polynomial 226 * term(s) of the reduction polynomial for a polynomial basis. 229 * term(s) of the reduction polynomial for a polynomial basis or
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JCEDHKeyAgreement.java | 20 * if you are using long term public keys, see the light-weight version for
|
/external/bluetooth/glib/gobject/ |
gtypemodule.c | 34 * <term>#GTypePlugin</term> 38 * <term>#GModule</term>
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_digs.c | 76 /* store term */
|
bn_fast_s_mp_sqr.c | 79 /* even columns have the square term in them */
|
/external/grub/stage2/ |
hercules.c | 25 #include <term.h>
|
term.h | 0 /* term.h - definitions for terminal handling */
|
/external/speex/libspeex/ |
ltp_sse.h | 4 @brief Long-Term Prediction functions (SSE version)
|
/external/srec/srec/include/ |
hmm_desc.h | 125 struct terminal_tree_node_info term; member in union:__anon5873
|
/external/srec/tools/test_g2g/ |
test_g2g.c | 354 if( node->term.pelid < tree_topo->low_pel_no) 355 tree_topo->low_pel_no = tree_topo->low_genone_no = node->term.pelid; 356 if( node->term.pelid > tree_topo->high_pel_no) 357 tree_topo->high_pel_no = tree_topo->high_genone_no = node->term.pelid;
|
/external/webkit/WebCore/loader/ |
PolicyChecker.h | 71 // live on this object. In the long term, we should create a type for non-policy
|
/external/webkit/WebKit/cf/WebCoreSupport/ |
WebInspectorClientCF.cpp | 31 // manually, but we need a better long-term solution.
|
/external/icu4c/common/ |
cstring.c | 161 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */ 199 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
|
/packages/apps/Email/src/com/android/email/ |
AccountBackupRestore.java | 34 * In the short term, this is used to work around local database failures. In the long term,
|
/external/gtest/test/ |
gtest_unittest.cc | [all...] |
/external/qemu/slirp/ |
tcp_subr.c | 678 char term[100]; 706 term[0] = 0; 719 sprintf(term, "%s", ptr); 721 sprintf(term, "TERM=%s", ptr); 734 /* We have it, set our term variable and fork_exec() */ 736 setenv("TERM", term, 1); 738 putenv(term); 741 term[0] = 0 [all...] |
/development/apps/Term/src/com/android/term/ |
Term.java | 17 package com.android.term; 67 public class Term extends Activity { 90 public static final String LOG_TAG = "Term"; 160 Log.e(Term.LOG_TAG, "onCreate"); 204 Log.i(Term.LOG_TAG, "waiting for: " + procId); 206 Log.i(Term.LOG_TAG, "Subprocess exited: " + result); 322 Log.i(Term.LOG_TAG, "New shell set. Restarting."); 334 Log.i(Term.LOG_TAG, "New initial command set. Restarting."); [all...] |
/external/icu4c/i18n/ |
chnsecal.cpp | 458 * Return the major solar term on or after December 15 of the given 532 * Return the major solar term on or before a given date. This 549 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12; local 550 if (term < 1) { 551 term += 12; 553 return term; 557 * Return true if the given month lacks a major solar term.
|
/external/quake/quake/src/WinQuake/data/ |
COMEXP.TXT | 79 5. TERM AND TERMINATION.
81 a. The term of this Agreement and the license granted
191 during the term of this Agreement, and thereafter where specified,
198 during the term hereof or thereafter; and
210 percent (12.5%) of Net Income. The term "Net Income" shall mean
|
/bionic/libm/bsdsrc/ |
b_log.c | 56 * since m is an integer, the dominant term is exact. 64 * the leading term is calculated to extra precision in two 69 * precision for the leading term.
|
/external/dnsmasq/src/ |
helper.c | 209 buf[data.vclass_len - 1] = 0; /* don't trust zero-term */ 220 buf[data.uclass_len - 1] = 0; /* don't trust zero-term */ 238 buf[data.shost_len - 1] = 0; /* don't trust zero-term */
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 197 # $ killall -u $USER -TERM lighttpd 199 # Use of the earlier -TERM placement is just fine on 10.5. 201 subprocess.call(['killall', '-TERM', '-u', os.getenv('USER'),
|
/cts/tools/dasm/src/java_cup/ |
Main.java | 452 terminal term; local 458 term = (terminal)t.nextElement(); 461 if (term == terminal.EOF) continue; 464 if (term == terminal.error) continue; 467 if (term.use_count() == 0) 473 System.err.println("Warning: Terminal \"" + term.name() +
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
get_ics_info.cpp | 52 this is set to LTP (MP4AUDIO_LTP) will long term 63 is shared between the left and right channel. Long term 122 pFirstLTPStatus contents may be updated if the stream has long term 141 - long term predication (LTP) information 145 not to be confused with LTP (Long Term Prediction). If such data is found 472 * and get long term prediction info.
|
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/ |
get_ics_info.cpp | 52 this is set to LTP (MP4AUDIO_LTP) will long term 63 is shared between the left and right channel. Long term 122 pFirstLTPStatus contents may be updated if the stream has long term 141 - long term predication (LTP) information 145 not to be confused with LTP (Long Term Prediction). If such data is found 472 * and get long term prediction info.
|