HomeSort by relevance Sort by last modified time
    Searched refs:index2 (Results 101 - 125 of 215) sorted by null

1 2 3 45 6 7 8 9

  /external/ceres-solver/internal/ceres/
covariance_impl.cc 293 int index2 = FindOrDie(parameter_block_to_row_index_, block_pair.second); local
299 if (index1 > index2) {
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 55 block=trie->index2[i2];
630 block=trie->newTrie->index2[i2Block+i2];
  /external/icu/icu4c/source/common/
utrie2.cpp 55 block=trie->index2[i2];
659 block=trie->newTrie->index2[i2Block+i2];
  /external/libxml2/
xinclude.c 916 int index1, index2; local
936 index2 = range->index2;
976 len = index2;
981 len = index2;
1012 if (index2 > 1) {
1013 end = xmlXIncludeGetNthChild(cur, index2 - 1);
1014 index2 = 0;
    [all...]
  /external/opencv/cvaux/src/
cvlcm.cpp 602 pLCMEdge->index1 = pLCMEdge->index2 = -1;
618 LCMEdge->index2 = index;
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc 118 int index2) {
122 index2_ = index2;
128 int index2) {
132 EXPECT_EQ(index2_, index2);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 600 int index2) const {
605 MutableExtensionSet(message)->SwapElements(field->number(), index1, index2);
611 ->SwapElements(index1, index2); \
627 ->SwapElements(index1, index2);
    [all...]
generated_message_reflection.h 153 int index1, int index2) const;
message.h 412 int index2) const = 0;
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 598 int index2) const {
603 MutableExtensionSet(message)->SwapElements(field->number(), index1, index2);
609 ->SwapElements(index1, index2); \
625 ->SwapElements(index1, index2);
    [all...]
generated_message_reflection.h 146 int index1, int index2) const;
message.h 428 int index2) const = 0;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 582 const int index0, const int index1, const int index2) {
593 if (index2 < 0 || index2 > sampledInputSize - 1) {
597 const float nextDirection = getDirection(sampledInputXs, sampledInputYs, index1, index2);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 781 int index2 = line.indexOf(')'); local
783 if (index1 < 0 || index2 < 0) {
787 String[] args = line.substring(index1 + 1, index2).split(",");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 2117 int index2 = makeNodeIdentity(nodeHandle2); local
    [all...]
  /external/chromium_org/v8/src/
liveedit.cc 368 bool Equals(int index1, int index2) {
369 return s1_->Get(offset1_ + index1) == s2_->Get(offset2_ + index2);
460 bool Equals(int index1, int index2) {
462 index2 += subrange_offset2_;
465 int line_start2 = line_ends2_.GetLineStart(index2);
467 int line_end2 = line_ends2_.GetLineEnd(index2);
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lapi.c 286 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
288 StkId o2 = index2addr(L, index2);
316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) {
321 o2 = index2addr(L, index2);
  /external/aac/libFDK/src/
fixpoint_math.cpp 293 UINT index2 = (UINT)(LONG)(x >> 15) & 0x1F; local
298 UINT lookup2 = exp2w_tab_long[index2];
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_print.c 350 GLboolean hasIndex2, GLboolean relAddr2, GLint index2)
364 sprintf(str+offset, "[%s%d]", addr2, index2);
604 srcReg->HasIndex2, srcReg->RelAddr2, srcReg->Index2),
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 206 index2 = p.index
207 if index2 - index1 != extLength:
  /external/chromium_org/tools/site_compare/
command_line.py 235 for index2 in xrange(index+1, len(args)):
236 self.arg_dict[args[index]].AddMutualExclusion(self.arg_dict[args[index2]])
  /external/mesa3d/src/mesa/program/
prog_print.c 350 GLboolean hasIndex2, GLboolean relAddr2, GLint index2)
364 sprintf(str+offset, "[%s%d]", addr2, index2);
604 srcReg->HasIndex2, srcReg->RelAddr2, srcReg->Index2),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1552 unsigned index2 = chain2.size(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]

Completed in 894 milliseconds

1 2 3 45 6 7 8 9