HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 3551 - 3575 of 4804) sorted by null

<<141142143144145146147148149150>>

  /external/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /external/v8/src/
full-codegen.h 531 void SetExpressionPosition(Expression* expr, int pos);
532 void SetStatementPosition(int pos);
533 void SetSourcePosition(int pos);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 460 int i, pos; local
480 pos = 0;
489 params->freqs[pos++] = chan->freq;
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 540 public long seekTo(long pos) throws IOException {
542 return mWrapped.seekTo(pos);
545 return Libcore.os.lseek(mFd, pos, SEEK_SET);
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 831 size_t pos = name.rfind('.'); local
832 if (pos != string::npos) {
833 name = name.c_str() + pos + 1;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 494 int pos = className.indexOf('$'); local
495 if (pos > 0) {
496 return className.substring(0, pos);
  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestCaseAdapter.java 64 int pos = path.indexOf('.'); local
65 while (pos != -1) {
72 path = path.substring(pos + 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find/
pointer_size_size.pass.cpp 12 // size_type find(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
24 assert(s.find(str, pos, n) == x);
26 assert(pos <= x && x + n <= s.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
pointer_size_size.pass.cpp 12 // size_type find_first_not_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
24 assert(s.find_first_not_of(str, pos, n) == x);
26 assert(pos <= x && x < s.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
pointer_size_size.pass.cpp 12 // size_type find_first_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
24 assert(s.find_first_of(str, pos, n) == x);
26 assert(pos <= x && x < s.size());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/
pointer_size_size.pass.cpp 12 // size_type find_last_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
24 assert(s.find_last_of(str, pos, n) == x);
26 assert(x <= pos && x < s.size());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 154 int pos = getPositionForRepresentation(rep); local
155 if (pos != -1) {
156 mFilters.elementAt(pos).useParametersFrom(rep);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 229 final int pos = dictUpdater.getTerminalPosition(bigram.mWord); local
230 if (pos == FormatSpec.NOT_VALID_WORD) {
233 bigrams.add(new PendingAttribute(bigram.mFrequency, pos));
  /packages/services/Telephony/src/com/android/phone/
CellBroadcastSms.java 616 private static void setCbSmsBSelectedValue(boolean value, int pos) {
617 if(pos < mBSelected.length) {
618 mBSelected[pos] = (value == true ? 1 : 0);
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 73 const size_t* pos = __lower_bound(__first, __last, __n, local
75 return (pos == __last ? *(__last - 1) : *pos);
273 //We look for the pos before __cur:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 288 pos = self.fileobj.tell() # Save current position
290 if pos == self.fileobj.tell():
293 self.fileobj.seek( pos ) # Return to original position
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 61 for pos, item in enumerate(heap):
62 if pos: # pos 0 has no parent
63 parentpos = (pos-1) >> 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 288 pos = self.fileobj.tell() # Save current position
290 if pos == self.fileobj.tell():
293 self.fileobj.seek( pos ) # Return to original position

Completed in 1041 milliseconds

<<141142143144145146147148149150>>