HomeSort by relevance Sort by last modified time
    Searched refs:ix (Results 326 - 350 of 425) sorted by null

<<11121314151617

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc 123 std::map<std::string, InputMethodDescriptor>::const_iterator ix = local
125 if (ix != extra_input_methods_.end())
126 result->push_back(ix->second);
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 518 int ix = x >> SHIFT; local
519 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
  /external/skia/src/core/
SkScan_AntiPath.cpp 518 int ix = x >> SHIFT; local
519 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 210 int ix = mTabs.getChildIndex(view); local
211 if (ix >= 0) {
212 mTabs.setSelectedTab(ix);
NavTabScroller.java 185 protected int getRelativeChildTop(int ix) {
186 return mContentView.getChildAt(ix).getTop() - mScrollY;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 729 int ix = (int) Math.floor(x); local
733 float ox = x - ix;
757 int b00 = hash[hash[ix & 0xFF] + (iy & 0xFF)];
758 int b01 = hash[hash[ix & 0xFF] + (iy + 1 & 0xFF)];
759 int b10 = hash[hash[ix + 1 & 0xFF] + (iy & 0xFF)];
760 int b11 = hash[hash[ix + 1 & 0xFF] + (iy + 1 & 0xFF)];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 170 const GLuint ix = *((GLuint *) &y);
171 const GLuint exp = (ix >> 23) & 0xFF;
  /external/mesa3d/src/mesa/main/
imports.h 170 const GLuint ix = *((GLuint *) &y);
171 const GLuint exp = (ix >> 23) & 0xFF;
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1228 int ix = cvRound(_ix*ystep); \/\/ it really should be ystep local
    [all...]
cvundistort.cpp 71 int ix = cvFloor(_x), iy = cvFloor(_y); local
74 (unsigned)ix < (unsigned)(size.width - 1) )
76 const uchar* ptr = src + iy*srcstep + ix*cn;
77 _x -= ix; _y -= iy;
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 52 s390_gprno_from_arg_index(unsigned ix)
54 return ix + 2;
ir_defs.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 383 assert(isIRAtom(st->Ist.PutI.ix));
    [all...]
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 114 for (ScopedVector<AutofillProfile>::const_iterator ix =
115 profiles_.begin(); ix != profiles_.end(); ++ix) {
116 AutofillProfile* p = *ix;
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 121 int ix = static_cast<int>(x); local
122 float fx = static_cast<float>(ix);
124 float af = table[ix];
125 float af2 = table[ix + 1];
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 110 int ix = static_cast<int>(x); local
111 float fx = static_cast<float>(ix);
113 float af = table[ix];
114 float af2 = table[ix + 1];
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1620 IRExpr* ix; \/* Variable part of index into array *\/ member in struct:_IRExpr::__anon30309::__anon30312
2126 IRExpr* ix; \/* Variable part of index into array *\/ member in struct:__anon30327
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 1167 CommandIDToEntry::iterator ix = command_id_to_entry_.find(command_id); local
1371 CommandIDToEntry::const_iterator ix = command_id_to_entry_.find(command_id); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
parser.c 10638 int ix; local
    [all...]
  /external/libxml2/
parser.c 10659 int ix; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2731 Int ix, ix2, reg; local
    [all...]
tytypes.c 853 UWord size, eszB, ix; local
882 ix = offset / eszB;
884 copy_UWord_into_XA( xa, ix );
887 offset -= ix * eszB;
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 345 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); local
346 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
  /external/webp/src/enc/
histogram.c 345 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); local
346 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
  /external/chromium/chrome/browser/
browser_browsertest.cc 246 for (int ix = 0; ix != 33; ++ix)

Completed in 731 milliseconds

<<11121314151617