HomeSort by relevance Sort by last modified time
    Searched refs:index2 (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 65 index = index2[index + offset];
  /external/hyphenation/
hyphen.c 366 char * index2 = strchr(index + 1, ','); local
368 if (index2) {
369 *index2 = '\0';
371 replcut = (signed char) atoi(index2 + 1);
    [all...]
  /external/libxml2/include/libxml/
xpath.h 122 int index2; member in struct:_xmlXPathObject
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 682 int index2 = index(positionRange.end); local
683 if (index1 < 0 || index2 < 0 || index1 > index2)
686 return PlainTextRange(index1, index2 - index1);
    [all...]
AccessibilityRenderObject.cpp 2682 int index2 = indexForVisiblePosition(endPosition); local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 59 int* index2);
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state_utils.h 154 const int index2);
proximity_info_state_utils.cpp 623 const int index0, const int index1, const int index2) {
634 if (index2 < 0 || index2 > sampledInputSize - 1) {
638 const float nextDirection = getDirection(sampledInputXs, sampledInputYs, index1, index2);
    [all...]
  /external/v8/src/
liveedit.cc 392 bool Equals(int index1, int index2) {
393 return s1_->Get(offset1_ + index1) == s2_->Get(offset2_ + index2);
484 bool Equals(int index1, int index2) {
486 index2 += subrange_offset2_;
489 int line_start2 = line_ends2_.GetLineStart(index2);
491 int line_end2 = line_ends2_.GetLineEnd(index2);
    [all...]
  /external/icu4c/common/
utrie2.cpp 55 block=trie->index2[i2];
630 block=trie->newTrie->index2[i2Block+i2];
  /external/opencv/cvaux/src/
cvlcm.cpp 602 pLCMEdge->index1 = pLCMEdge->index2 = -1;
618 LCMEdge->index2 = index;
  /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...]
  /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/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 434 inline void JIT::emitLoad2(unsigned index1, RegisterID tag1, RegisterID payload1, unsigned index2, RegisterID tag2, RegisterID payload2)
438 emitLoad(index2, tag2, payload2);
441 emitLoad(index2, tag2, payload2);
  /external/qemu/block/
vvfat.c 1097 /* mappings between index1 and index2-1 are supposed to be ordered
1100 static inline int find_mapping_for_cluster_aux(BDRVVVFATState* s,int cluster_num,int index1,int index2)
1105 index3=(index1+index2)/2;
1109 assert(index2!=index3 || index2==0);
1110 if(index2==index3)
1112 index2=index3;
1115 return mapping->end<=cluster_num ? index2 : index1;
1118 assert(index1<=index2);
1121 assert(index2 >= s->mapping.next |
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 2485 int index2 = searchVirtualInfoOfBB(LowOpndRegType_gp, vr_num, currentBB); local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 1981 int index2 = diff_xIndex(diffs, index1); local
    [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 2255 unsigned index2 = chain2.size(); local
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /external/chromium/base/
file_path.cc 1073 int index2 = 0; local
    [all...]

Completed in 2448 milliseconds

1 23 4 5