HomeSort by relevance Sort by last modified time
    Searched full:there (Results 1176 - 1200 of 24139) sorted by null

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 7 It uses the version string "2.0", though really there isn't an LWP Cookies
8 2.0 format. This indicates that there is extra information in here
85 # There really isn't an LWP Cookies 2.0 format, but this indicates
86 # that there is extra information in here (domain_dot and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
__init__.py 3 There are several functions defined at the top level that are imported
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py 14 There should be another fixer that handles at least the following constants:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_readline.py 11 # Skip tests if there is no readline module
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 65 There are no error cases.
89 + Return NULL with the appropriate exception set if there's not
103 are filled and there's nothing special about bit 0x80 of the MSB.
110 example, if is_signed is 0 and there are more digits in the v than
patchlevel.h 11 There is also (independent) API version information in modsupport.h.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 7 It uses the version string "2.0", though really there isn't an LWP Cookies
8 2.0 format. This indicates that there is extra information in here
85 # There really isn't an LWP Cookies 2.0 format, but this indicates
86 # that there is extra information in here (domain_dot and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
__init__.py 3 There are several functions defined at the top level that are imported
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py 14 There should be another fixer that handles at least the following constants:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
compquery.py 36 # if there is no criteria, everything matches.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/shortest_paths/
dense.py 34 If there is no path between to nodes the corresponding matrix entry
41 algorithm fails. This algorithm can still fail if there are
79 fails. This algorithm can still fail if there are negative cycles.
137 fails. This algorithm can still fail if there are negative cycles.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
compquery.py 36 # if there is no criteria, everything matches.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_readline.py 11 # Skip tests if there is no readline module
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ListViewRule.java 30 * This is the "root" rule, that is used whenever there is not more specific
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 32 * data is dropped do we know what it is about (and to be more exact there is a workaround
68 * @param primary the "primary" element among the elements; when there is a
149 * @return the drag bounds, or null if there are no bounds for the current drag
159 * @param dragBounds the new drag bounds, or null if there are no drag bounds
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java 40 * Note: there is already a protected, deprecated method that does the same thing.
  /system/bt/hci/include/
btsnoop_mem.h 26 // Highlander mode - there can be only one...
  /system/core/libnativebridge/tests/
CodeCacheExists_test.cpp 43 // Check that the code cache is still there
  /system/media/audio_utils/spdif/
BitFieldParser.h 36 * Note that the caller must ensure that there is suffcient data.
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 59 * are delegated to the wrapped connection if there is one, or
60 * return a default value if there is none.
68 * if there is one. {@link #abortConnection abortConnection} will
94 * from the connection manager without keeping a hard reference there.
160 * Asserts that there is a wrapped connection to delegate to.
162 * @throws IllegalStateException if there is no wrapped connection
398 // thread while there is no blocking I/O operation.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 116 * A pool is unused if there is neither an entry nor a waiting thread.
152 * @return an available pool entry, or <code>null</code> if there is none
249 ("There is no entry that could be dropped.");
258 * It is the caller's responsibility to check that there is no entry
273 * Checks whether there is a waiting thread in this pool.
275 * @return <code>true</code> if there is a waiting thread,
286 * @return a waiting thread, or <code>null</code> if there is none
  /external/freetype/src/gzip/
zlib.h 73 Bytef *next_out; /* next output byte should be put there */
103 zalloc must return Z_NULL if there is not enough memory for the object.
189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
193 msg is set to null if there is no error message. deflateInit does not
208 accordingly. If not all input can be processed (because there is not
225 output buffer because there might be more output pending.
246 pending output is flushed and deflate returns with Z_STREAM_END if there
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
302 version assumed by the caller. msg is set to null if there is no error
320 accordingly. If not all input can be processed (because there is no
    [all...]
  /external/guava/guava/src/com/google/common/collect/
SortedLists.java 111 * list.size()} if there is no such element.
122 * if there is no such element.
141 * Return the index of the next lower element in the list, or {@code -1} if there is no such
151 * Return the index of the next higher element in the list, or {@code list.size()} if there is
163 * list, or {@code list.size()} if there is no such element.
165 * <p>Note that the return value will be {@code >= 0} if and only if there is an element of the
238 * <p>If there are elements in the list which compare as equal to the key, the choice of
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueClassLoaderUnloadingTest.java 52 * garbage-collected, even if there are no more instances of FinalizableReferenceQueue itself.
53 * The code in FinalizableReferenceQueue goes to considerable trouble to ensure that there are
112 // and each test creates its own one of those, so there is no test interference here.
136 // eventually become clear if there are no other references to the ClassLoader.
159 // loader of that class from being garbage-collected even if there is a SecurityManager.
214 // gc'd even if there is a still a FinalizableReferenceQueue in a static field. (Setting the field
215 // to null would also work, but only if there are no references to the FRQ anywhere else.)
  /external/icu/icu4c/source/common/
dictbe.cpp 280 // If there was more than one, see which one can take us forward the most words
321 // just found (if there is one), but only if the preceding word does not exceed
327 // if it is a dictionary word, do nothing. If it isn't, then if there is
361 // Bump the word count if there wasn't already one
428 // Don't return a break for the end of the dictionary range if there is one there.
515 // If there was more than one, see which one can take us forward the most words
555 // just found (if there is one), but only if the preceding word does not exceed
559 // if it is a dictionary word, do nothing. If it isn't, then if there is
591 // Bump the word count if there wasn't already on
    [all...]

Completed in 656 milliseconds

<<41424344454647484950>>