/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapUtility.java | 44 // First, quote any backslashes by replacing \ with \\ 107 int first = Integer.parseInt(range.substring(0, colonPos)); local 109 if (first < second) { 110 for (int i = first; i <= second; i++) { 114 for (int i = first; i >= second; i--) {
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
CSite.h | 28 short first; member in struct:__anon35456
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) 44 s_point=source+first; 46 d_bottom=dest+first; 61 long first=0; local 76 for(;last-first>2;) 78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]); 79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal); 82 else if(last_equal<pos) first=last_equal+1; 95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
MimeBoundaryInputStream.java | 41 private boolean first = true; field in class:MimeBoundaryInputStream 121 if (first) { 122 first = false;
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
ThreadingTest.java | 68 d.first.waitForStatus(DownloadManager.STATUS_SUCCESSFUL, startMillis); 76 final String file = d.first.getStringField(DownloadManager.COLUMN_LOCAL_FILENAME); 82 final String actual = d.first.getContents();
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapUtility.java | 43 // First, quote any backslashes by replacing \ with \\ 106 int first = Integer.parseInt(range.substring(0, colonPos)); local 108 if (first < second) { 109 for (int i = first; i <= second; i++) { 113 for (int i = first; i >= second; i--) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/ |
MimeBoundaryInputStream.java | 41 private boolean first = true; field in class:MimeBoundaryInputStream 121 if (first) { 122 first = false;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_pair.h | 92 * @tparam _T1 Type of first object. 98 typedef _T1 first_type; /// @c first_type is the first bound type 101 _T1 first; /// @c first is a copy of the first object member in struct:pair 106 /** The default constructor creates @c first and @c second using their 109 : first(), second() { } 113 : first(__a), second(__b) { } 119 : first(__p.first), second(__p.second) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
iterator.h | 68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base 76 { return _IteratorPair(_Base::first++, _Base::second++); } 82 --_Base::first; 90 { return _IteratorPair(_Base::first--, _Base::second--); } 99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base 106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta); 111 { return _Base::first - __other.first; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_pair.h | 92 * @tparam _T1 Type of first object. 98 typedef _T1 first_type; /// @c first_type is the first bound type 101 _T1 first; /// @c first is a copy of the first object member in struct:pair 106 /** The default constructor creates @c first and @c second using their 109 : first(), second() { } 113 : first(__a), second(__b) { } 119 : first(__p.first), second(__p.second) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
iterator.h | 68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base 76 { return _IteratorPair(_Base::first++, _Base::second++); } 82 --_Base::first; 90 { return _IteratorPair(_Base::first--, _Base::second--); } 99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base 106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta); 111 { return _Base::first - __other.first; }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_pair.h | 92 * @tparam _T1 Type of first object. 98 typedef _T1 first_type; /// @c first_type is the first bound type 101 _T1 first; /// @c first is a copy of the first object member in struct:pair 106 /** The default constructor creates @c first and @c second using their 109 : first(), second() { } 113 : first(__a), second(__b) { } 119 : first(__p.first), second(__p.second) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
iterator.h | 68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base 76 { return _IteratorPair(_Base::first++, _Base::second++); } 82 --_Base::first; 90 { return _IteratorPair(_Base::first--, _Base::second--); } 99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base 106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta); 111 { return _Base::first - __other.first; }
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_generators.py | 84 This may be surprising at first: 336 ... first, rest = x[0], x[1:] 337 ... # A combination does or doesn't contain first. 340 ... c.insert(0, first) 342 ... # If it doesn't contain first, it's a k comb of rest. 529 in increasing order, where i,j,k >= 0. Trickier than it may look at first! 633 ... g.next() # throw first away 656 - produce at least a first element without presupposing the existence of 714 ... fibTail.next() # throw first away 1175 # Generate the first move 1176 def first(): function in function:Knights.__init__ [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_generators.py | 84 This may be surprising at first: 336 ... first, rest = x[0], x[1:] 337 ... # A combination does or doesn't contain first. 340 ... c.insert(0, first) 342 ... # If it doesn't contain first, it's a k comb of rest. 529 in increasing order, where i,j,k >= 0. Trickier than it may look at first! 633 ... g.next() # throw first away 656 - produce at least a first element without presupposing the existence of 714 ... fibTail.next() # throw first away 1175 # Generate the first move 1176 def first(): function in function:Knights.__init__ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_pair.h | 92 * @tparam _T1 Type of first object. 98 typedef _T1 first_type; /// @c first_type is the first bound type 101 _T1 first; /// @c first is a copy of the first object member in struct:pair 106 /** The default constructor creates @c first and @c second using their 109 : first(), second() { } 113 : first(__a), second(__b) { } 119 : first(__p.first), second(__p.second) { [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
iterator.h | 68 ++_Base::first; member in class:__gnu_parallel::_IteratorPair::_Base 76 { return _IteratorPair(_Base::first++, _Base::second++); } 82 --_Base::first; 90 { return _IteratorPair(_Base::first--, _Base::second--); } 99 _Base::first = __other.first; member in class:__gnu_parallel::_IteratorPair::_Base 106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta); 111 { return _Base::first - __other.first; }
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_pair.h | 55 _T1 first; member in struct:pair 60 pair() : first(_T1()), second(_T2()) {} 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} 66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} 68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} 72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)), 82 { return __x.first == __y.first && __x.second == __y.second; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 84 This may be surprising at first: 336 ... first, rest = x[0], x[1:] 337 ... # A combination does or doesn't contain first. 340 ... c.insert(0, first) 342 ... # If it doesn't contain first, it's a k comb of rest. 529 in increasing order, where i,j,k >= 0. Trickier than it may look at first! 633 ... g.next() # throw first away 656 - produce at least a first element without presupposing the existence of 714 ... fibTail.next() # throw first away 1175 # Generate the first move 1176 def first(): function in function:Knights.__init__ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
util.py | 71 def first(s, sorted=False): function 73 Return the first element of a set. 75 It sometimes useful to return the first element from a set but, 77 will return the first element from a set. If sorted is True, then 78 the set will first be sorted (making this an expensive operation). 171 def cmp(first, second): 172 return (first > second) - (second > first)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 84 This may be surprising at first: 336 ... first, rest = x[0], x[1:] 337 ... # A combination does or doesn't contain first. 340 ... c.insert(0, first) 342 ... # If it doesn't contain first, it's a k comb of rest. 529 in increasing order, where i,j,k >= 0. Trickier than it may look at first! 633 ... g.next() # throw first away 656 - produce at least a first element without presupposing the existence of 714 ... fibTail.next() # throw first away 1175 # Generate the first move 1176 def first(): function in function:Knights.__init__ [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
HttpResponseCacheTest.java | 66 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local 68 assertSame(first, another); 72 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); local 73 initializeCache(first); 76 initializeCache(first); 78 assertNotSame(first, another); 80 first.flush();
|
/external/guava/guava-tests/test/com/google/common/base/ |
ConverterTest.java | 116 Converter<StringWrapper, String> first = new Converter<StringWrapper, String>() { local 130 Converter<StringWrapper, Long> converter = first.andThen(STR_TO_LONG); 137 assertEquals(first.andThen(STR_TO_LONG), first.andThen(STR_TO_LONG));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBIAPITest.java | 125 String str1 = "first string."; 162 * Testing the methods first(), next(), next(int) and following() of RuleBasedBreakIterator 169 logln("Testing first() and next(), following() with custom rules"); 173 p = wordIter1.first(); 175 errln("ERROR: first() returned" + p + "instead of 0"); 201 p = charIter1.first(); 203 errln("ERROR: first() returned" + p + "instead of 0"); 227 p = sentIter1.first(); 229 errln("ERROR: first() returned" + p + "instead of 0"); 259 p = lineIter1.first(); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
RBBIAPITest.java | 121 String str1 = "first string."; 158 * Testing the methods first(), next(), next(int) and following() of RuleBasedBreakIterator 165 logln("Testing first() and next(), following() with custom rules"); 169 p = wordIter1.first(); 171 errln("ERROR: first() returned" + p + "instead of 0"); 197 p = charIter1.first(); 199 errln("ERROR: first() returned" + p + "instead of 0"); 223 p = sentIter1.first(); 225 errln("ERROR: first() returned" + p + "instead of 0"); 255 p = lineIter1.first(); [all...] |