HomeSort by relevance Sort by last modified time
    Searched full:contain (Results 376 - 400 of 9182) sorted by null

<<11121314151617181920>>

  /external/eigen/blas/
chpr.f 48 * Before entry, the incremented array X must contain the n
60 * contain the upper triangular part of the hermitian matrix
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
67 * contain the lower triangular part of the hermitian matrix
69 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
dspr.f 48 * Before entry, the incremented array X must contain the n
60 * contain the upper triangular part of the symmetric matrix
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
67 * contain the lower triangular part of the symmetric matrix
69 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
sspr.f 48 * Before entry, the incremented array X must contain the n
60 * contain the upper triangular part of the symmetric matrix
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
67 * contain the lower triangular part of the symmetric matrix
69 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
zhpr.f 48 * Before entry, the incremented array X must contain the n
60 * contain the upper triangular part of the hermitian matrix
62 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
67 * contain the lower triangular part of the hermitian matrix
69 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
chpmv.f 49 * contain the upper triangular part of the hermitian matrix
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
54 * contain the lower triangular part of the hermitian matrix
56 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
64 * Before entry, the incremented array X must contain the n
80 * Before entry, the incremented array Y must contain the n
chpr2.f 48 * Before entry, the incremented array X must contain the n
59 * Before entry, the incremented array Y must contain the n
71 * contain the upper triangular part of the hermitian matrix
73 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
78 * contain the lower triangular part of the hermitian matrix
80 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
dspmv.f 49 * contain the upper triangular part of the symmetric matrix
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
54 * contain the lower triangular part of the symmetric matrix
56 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
62 * Before entry, the incremented array X must contain the n
78 * Before entry, the incremented array Y must contain the n
sspmv.f 49 * contain the upper triangular part of the symmetric matrix
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
54 * contain the lower triangular part of the symmetric matrix
56 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
62 * Before entry, the incremented array X must contain the n
78 * Before entry, the incremented array Y must contain the n
zhpmv.f 49 * contain the upper triangular part of the hermitian matrix
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
54 * contain the lower triangular part of the hermitian matrix
56 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
64 * Before entry, the incremented array X must contain the n
80 * Before entry, the incremented array Y must contain the n
zhpr2.f 48 * Before entry, the incremented array X must contain the n
59 * Before entry, the incremented array Y must contain the n
71 * contain the upper triangular part of the hermitian matrix
73 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2 )
78 * contain the lower triangular part of the hermitian matrix
80 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 2, 1 )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 154 """title displays custom title - Does the title for the window contain a custom title? """
158 """title displays device name - Does the title for the window contain the device name? """
162 """title displays file name - Does the title for the window contain the file name? """
166 """title displays shell path - Does the title for the window contain the shell path? """
170 """title displays window size - Does the title for the window contain the window size? """
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumSetTest.java 182 "enumSet should not contain null value", enumSet.contains(null)); //$NON-NLS-1$
184 "enumSet should contain EnumFoo.a", enumSet.contains(EnumFoo.a)); //$NON-NLS-1$
186 "enumSet should contain EnumFoo.b", enumSet.contains(EnumFoo.b)); //$NON-NLS-1$
485 assertFalse("'set' does not contain null", result); //$NON-NLS-1$
503 assertFalse("'set' does not contain null", result); //$NON-NLS-1$
643 assertTrue("complementOfE should contain EnumWithSubclass.a:", //$NON-NLS-1$
645 assertTrue("complementOfE should contain EnumWithSubclass.b:", //$NON-NLS-1$
647 assertTrue("complementOfE should contain EnumWithSubclass.c:", //$NON-NLS-1$
679 assertFalse("Should not contain null:", result); //$NON-NLS-1$
682 assertTrue("Should contain EnumFoo.a", result); //$NON-NLS-1
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 182 "enumSet should not contain null value", enumSet.contains(null));
184 "enumSet should contain EnumFoo.a", enumSet.contains(EnumFoo.a));
186 "enumSet should contain EnumFoo.b", enumSet.contains(EnumFoo.b));
485 assertFalse("'set' does not contain null", result);
503 assertFalse("'set' does not contain null", result);
643 assertTrue("complementOfE should contain EnumWithSubclass.a:",
645 assertTrue("complementOfE should contain EnumWithSubclass.b:",
647 assertTrue("complementOfE should contain EnumWithSubclass.c:",
679 assertFalse("Should not contain null:", result);
682 assertTrue("Should contain EnumFoo.a", result)
    [all...]
  /external/openssh/
sftp.1 279 Pathnames that contain spaces must be enclosed in quotes.
297 may contain
308 may contain
317 may contain
355 may contain
389 may contain any flags supported by the local system's
393 may contain
424 may contain
477 may contain
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 492 * new BigDecimal(String value); value does not contain exponent
504 * new BigDecimal(String value); value does not contain exponent
516 * new BigDecimal(String value); value does not contain exponent
528 * new BigDecimal(String value); value does not contain exponent
542 * and does not contain decimal point
555 * and does not contain decimal point
568 * and does not contain decimal point
581 * and does not contain decimal point
594 * and does not contain decimal point
  /external/proguard/docs/manual/
gui.html 87 entries contain the class files and resource files to be processed. Output
93 <li>The library jars are not copied to the output jars; they contain class
165 The fixed lists contain predefined entries that are typically useful for many
198 contain text fields and check boxes to constrain these items. They have
245 contain wildcards. This is an advanced option for defining <i>keep</i>
249 classes. The class name can contain wildcards.
253 class must extend. The annotation name can contain wildcards. This is an
277 contain wildcards. This is an advanced option for defining <i>keep</i>
281 field or fields. The type can contain wildcards.
284 name can contain wildcards
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html 96 entries contain the class files and resource files to be processed. Output
102 <li>The library jars are not copied to the output jars; they contain class
173 The fixed lists contain predefined entries that are typically useful for many
206 contain text fields and check boxes to constrain these items. They have
253 contain wildcards. This is an advanced option for defining <i>keep</i>
257 classes. The class name can contain wildcards.</li>
261 class must extend. The annotation name can contain wildcards. This is an
285 contain wildcards. This is an advanced option for defining <i>keep</i>
289 field or fields. The type can contain wildcards.</li>
292 name can contain wildcards.</li
    [all...]
  /external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter.cc 40 // Information from MP4 headers that contain the H.264 SPS and PPS members.
51 // Fifth byte's two LSBs contain the interleaving field's size minus one
58 // Sixth byte's five LSBs contain the number of SPSs
161 // Information from MP4 headers that contain the H.264 SPS and PPS members.
173 // Fifth byte's two LSBs contain the interleaving field's size minus one
180 // Sixth byte's five LSBs contain the number of SPSs
  /external/stlport/src/
lock_free_slist.h 75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /frameworks/base/location/java/android/location/
Criteria.java 281 * Not all fixes are guaranteed to contain such information.
289 * Not all fixes are guaranteed to contain such information.
297 * Not all fixes are guaranteed to contain such information.
305 * Not all fixes are guaranteed to contain such information.
313 * Not all fixes are guaranteed to contain such information.
321 * Not all fixes are guaranteed to contain such information.
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
245 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
272 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
  /cts/tools/signature-tools/src/signature/model/
IClassDefinition.java 118 * definition. The returned set may only contain elements if the kind of
127 * definition. The returned set may only contain elements if the kind of
  /external/chromium/chrome/common/
web_apps.h 88 // success, or false and |error| on failure. Note that the document may contain
92 // Documents can also contain a link to a application 'definition'. In this case
  /external/chromium/net/base/
host_cache.h 110 // Note that this map may contain expired entries.
124 // Returns true if this HostCache can contain no entries.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceTest.java 66 assertTrue("The list should contain " + account1,
68 assertTrue("The list should contain " + account2,

Completed in 1071 milliseconds

<<11121314151617181920>>