HomeSort by relevance Sort by last modified time
    Searched full:term (Results 276 - 300 of 2418) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/testing/gtest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /external/gtest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /external/libxml2/doc/tutorial/
ar01s02.html 4 </p><div class="variablelist"><dl><dt><span class="term"><a class="indexterm" name="id2526186"></a>
8 functions. More information on encoding is available on the <a href="http://www.xmlsoft.org/encoding.html" target="_top"><span class="application">libxml</span> encoding support web page</a>.</p></dd><dt><span class="term"><a class="indexterm" name="id2526232"></a>
10 is a pointer to the structure.</p></dd><dt><span class="term"><a class="indexterm" name="id2526266"></a>
  /external/lldb/test/help/
TestHelp.py 94 """Command 'settings set term-width 0' should not hang the help command."""
95 self.expect("settings set term-width 0",
98 # self.runCmd("settings set term-width 0")
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVectorHeader.java 47 * charge-params = icid-gen-addr / orig-ioi / term-ioi / generic-param
51 * term-ioi = "term-ioi" EQUAL gen-value
  /external/protobuf/gtest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /external/v8/test/cctest/
test-thread-termination.cc 68 " var term = true;"
71 " if (term) terminate();"
72 " term = false;"
92 "var term = true;"
94 " if (term) terminate();"
95 " term = false;"
278 " var term = true;"
281 " if (term) terminate();"
282 " term = false;"
330 "var term = true;
    [all...]
  /external/valgrind/docs/xml/
manual-core-adv.xml 82 <term><command><computeroutput>RUNNING_ON_VALGRIND</computeroutput></command>:</term>
92 <term><command><computeroutput>VALGRIND_DISCARD_TRANSLATIONS</computeroutput>:</command></term>
117 <term><command><computeroutput>VALGRIND_COUNT_ERRORS</computeroutput>:</command></term>
130 <term><command><computeroutput>VALGRIND_MALLOCLIKE_BLOCK</computeroutput>:</command></term>
147 <term><command><computeroutput>VALGRIND_FREELIKE_BLOCK</computeroutput>:</command></term>
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 109 const char *term = terms[i]; local
110 const size_t len = strlen(term);
111 char *match = strcasestr(debugName, term);
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
MixAudio-mixaudiotypes.html 71 <td><p><a name="MIX-AUDIOMANAGER-NONE--CAPS"></a><span class="term"><code class="literal">MIX_AUDIOMANAGER_NONE</code></span></p></td>
76 <td><p><a name="MIX-AUDIOMANAGER-INTELAUDIOMANAGER--CAPS"></a><span class="term"><code class="literal">MIX_AUDIOMANAGER_INTELAUDIOMANAGER</code></span></p></td>
81 <td><p><a name="MIX-AUDIOMANAGER-LAST--CAPS"></a><span class="term"><code class="literal">MIX_AUDIOMANAGER_LAST</code></span></p></td>
  /ndk/sources/third_party/googletest/googletest/test/
gtest_color_test.py 56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
  /packages/apps/Terminal/src/com/android/terminal/
TerminalActivity.java 93 final Terminal term = mService.getTerminals().valueAt(position);
94 view.setTerminal(term);
96 final SparseArray<Parcelable> state = mSavedState.get(term.key);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 121 arith_expr: term (('+'|'-') term)*
122 term: factor (('*'|'/'|'%'|'//') factor)*
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
Grammar.txt 121 arith_expr: term (('+'|'-') term)*
122 term: factor (('*'|'/'|'%'|'//') factor)*
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
AbstractMultipleLinearRegression.java 46 * @return true if the model has no intercept term; false otherwise
54 * @param noIntercept true means the model is to be estimated without an intercept term
77 * specifying a model including an intercept term. If {@link #isNoIntercept()} is <code>true</code>,
158 * specifying a model including an intercept term.
335 * <p>Calculates the variance of the error term.</p>
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 41 if (rem == term)
53 assert(term != &dest.head);
54 assert(pos != term);
72 if (pos == term)
73 term = ins;
  /external/toybox/toys/pending/
init.c 66 if (!getenv("TERM")) putenv("TERM=linux");
96 static void add_new_action(uint8_t action,char *command,char *term)
103 if (!(strcmp(x->command, command)) && !(strcmp(x->terminal_name, term))) {
117 x->terminal_name = xstrdup(term);
  /libcore/luni/src/main/java/javax/xml/transform/
overview.html 51 <br>This term, as used within this document, describes an
81 term is somewhat loosely used, as the process is really a copy. from one
119 interface, this term is used to describe processed or compiled transformation
126 <br>A general term for the thing that may both process the
174 <code>serialization</code>. We believe this is the most suitable term for
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 221 def __init__(self, logc, term):
223 self.term = term
226 return "Logical(%r, %r)" % (self.logc, self.term)
229 if type(self.term) == ListType and len(self.term) == 2:
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
237 return pack({'logc': mkenum(self.logc), 'term': self.term}, 'logi'
    [all...]
  /device/asus/deb/self-extractors/asus/
LICENSE 16 a. The term "Android" means the open source mobile platform, software
21 b. The term "Android Applications" means a software application or
25 c. The term "Authorized Android Enabled Device" means only the device
27 The term "Software" means the Licensor's proprietary software and
31 d. The term "Authorized Android Enabled Device Software" means a
40 non-transferable, limited license, during the term of
175 7. Term and Termination
  /device/asus/deb/self-extractors/broadcom/
LICENSE 16 a. The term "Android" means the open source mobile platform, software
21 b. The term "Android Applications" means a software application or
25 c. The term "Authorized Android Enabled Device" means only the device
27 The term "Software" means the Licensor's proprietary software and
31 d. The term "Authorized Android Enabled Device Software" means a
40 non-transferable, limited license, during the term of
175 7. Term and Termination
  /device/asus/deb/self-extractors/qcom/
LICENSE 16 a. The term "Android" means the open source mobile platform, software
21 b. The term "Android Applications" means a software application or
25 c. The term "Authorized Android Enabled Device" means only the device
27 The term "Software" means the Licensor's proprietary software and
31 d. The term "Authorized Android Enabled Device Software" means a
40 non-transferable, limited copyright license, during the term of
214 7. Term and Termination
  /device/asus/flo/self-extractors/asus/
LICENSE 16 a. The term "Android" means the open source mobile platform, software
21 b. The term "Android Applications" means a software application or
25 c. The term "Authorized Android Enabled Device" means only the device
27 The term "Software" means the Licensor's proprietary software and
31 d. The term "Authorized Android Enabled Device Software" means a
40 non-transferable, limited license, during the term of
175 7. Term and Termination
  /device/asus/flo/self-extractors/broadcom/
LICENSE 16 a. The term "Android" means the open source mobile platform, software
21 b. The term "Android Applications" means a software application or
25 c. The term "Authorized Android Enabled Device" means only the device
27 The term "Software" means the Licensor's proprietary software and
31 d. The term "Authorized Android Enabled Device Software" means a
40 non-transferable, limited license, during the term of
175 7. Term and Termination
  /device/asus/flo/self-extractors/qcom/
LICENSE 16 a. The term "Android" means the open source mobile platform, software
21 b. The term "Android Applications" means a software application or
25 c. The term "Authorized Android Enabled Device" means only the device
27 The term "Software" means the Licensor's proprietary software and
31 d. The term "Authorized Android Enabled Device Software" means a
40 non-transferable, limited copyright license, during the term of
214 7. Term and Termination

Completed in 363 milliseconds

<<11121314151617181920>>