/external/icu4c/test/intltest/ |
numfmtst.cpp | 144 FieldPosition pos; local 146 test->format(bla, result, pos, status); 180 virtual UnicodeString& format(int64_t number,UnicodeString& appendTo,FieldPosition& pos) const { 181 return NumberFormat::format(number, appendTo, pos); 203 FieldPosition pos; local 205 if (stub.format(num, agent, pos) != UnicodeString("agent3")){ 373 ParsePosition pos(0); 375 fmt.parse(s, af, pos); 397 if (pos.getIndex() == s.length()) 409 errln((UnicodeString)"FAIL: Partial parse (" + pos.getIndex() + " chars) -> " + a) 2445 FieldPosition pos; local 2481 FieldPosition pos; local 6125 FieldPosition pos; local 6602 FieldPosition pos; local 6621 FieldPosition pos; local 6640 FieldPosition pos; local 6659 FieldPosition pos; local 6673 FieldPosition pos; local [all...] |
rbbitst.cpp | 336 int32_t pos; local 339 for (pos=bi->first(); pos!= BreakIterator::DONE; pos=bi->next()) { 340 if (pos != bounds1[i]) { 341 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos); 347 errln("FAIL: break at %d, expected tag %d, got tag %d\n", pos, brkStatus[i], tag); 816 int pos = bi->next(); local 817 TEST_ASSERT(pos == 6); 818 pos = bi->next() 1724 int32_t pos; \/\/ Break Position in the test string local 2914 int32_t pos; \/\/ Index of the char following a potential break position local [all...] |
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
LwjglGL1Renderer.java | 527 Vector3f pos; local 542 pos = tempVec.set(dLight.getDirection()).negateLocal().normalizeLocal(); 544 fb16.put(pos.x).put(pos.y).put(pos.z).put(0.0f).flip(); 556 pos = pLight.getPosition(); 558 fb16.put(pos.x).put(pos.y).put(pos.z).put(1.0f).flip(); 583 pos = sLight.getPosition() [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aapoint.c | 587 float radius, *pos, *tex; local 636 pos = v[0]->data[pos_slot]; 637 pos[0] -= radius; 638 pos[1] -= radius; 640 pos = v[1]->data[pos_slot]; 641 pos[0] += radius; 642 pos[1] -= radius; 644 pos = v[2]->data[pos_slot]; 645 pos[0] += radius; 646 pos[1] += radius [all...] |
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 238 long long pos; local 245 res = mCluster->Parse(pos, len); 263 mCluster, nextCluster, pos, len); 279 res = mCluster->Parse(pos, len); 346 long len; long long pos; local 347 pSegment->ParseCues(pEntry->pos, pos, len); 640 long long pos; local 641 if (ebmlHeader.Parse(mReader, pos) < 0) { 650 mkvparser::Segment::CreateInstance(mReader, pos, mSegment) 1012 long long pos; local [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 429 private void ensureVisible(int pos) { 430 Rect r = getRectForPosition(pos); 502 Rect getRectForPosition(int pos) { 503 int row = pos / mColumns; 504 int col = pos - (row * mColumns); 793 for (int pos : tags) { 794 int row = pos / mColumns; 795 int col = pos - row * mColumns; 1033 int pos = base + col; local 1162 int pos = (mRow * mColumns) + i; local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathMeasureTest.java | 51 float[] pos = { 1f }; local 54 mPathMeasure.getPosTan(distance, pos, tan);
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
TestItems.java | 108 public static TestItem getTest(int pos) { 109 return ITEMS.get(pos);
|
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/basicaccessibility/ |
DialView.java | 225 * @param pos Zero based position index 229 private float[] computeXYForPosition(final int pos, final float radius) { 232 Double angle = startAngle + (pos * (Math.PI / 4));
|
/developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/basicaccessibility/ |
DialView.java | 225 * @param pos Zero based position index 229 private float[] computeXYForPosition(final int pos, final float radius) { 232 Double angle = startAngle + (pos * (Math.PI / 4));
|
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/ |
DialView.java | 225 * @param pos Zero based position index 229 private float[] computeXYForPosition(final int pos, final float radius) { 232 Double angle = startAngle + (pos * (Math.PI / 4));
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventRepeater.cs | 77 public virtual void Location(int line, int pos) { 78 _listener.Location(line, pos);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 88 public virtual void Location( int line, int pos ) 90 _listener.Location( line, pos );
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 116 - (void) setCharPositionInLine:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 116 - (void) setCharPositionInLine:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 116 - (void) setCharPositionInLine:(NSInteger)pos;
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonToken.pm | 134 my ($self, $pos) = @_; 135 $self->char_position_in_line($pos);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMap.java | 90 * @param pos index into token queue. 94 public Object getToken(int pos) 96 return m_tokenQueue.elementAt(pos);
|
/external/chromium/chrome/browser/ui/views/ |
html_dialog_view.cc | 180 void HtmlDialogView::MoveContents(TabContents* source, const gfx::Rect& pos) { 183 GetWidget()->SetBounds(pos);
|
/external/chromium_org/skia/ext/ |
analysis_canvas.h | 122 const SkScalar pos[], 136 const SkPoint pos[],
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
InvalidationIntentProtocol.java | 71 int pos = 0; local 73 selectedTypesArray[pos++] = type.name();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
comment.js | 6 var Pos = CodeMirror.Pos; 42 self.replaceRange(baseString + commentString + pad, Pos(i, 0), Pos(i, cut)); 47 self.replaceRange(commentString + pad, Pos(i, 0)); 73 self.replaceRange(pad + endString, Pos(end)); 74 self.replaceRange(startString + pad, Pos(from.line, 0)); 78 self.replaceRange(lead + pad, Pos(i, 0)); 99 if (found > -1 && !/comment/.test(self.getTokenTypeAt(Pos(i, found + 1)))) found = -1; 107 var pos = line.indexOf(lineString), endPos = pos + lineString.length [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollableArea.h | 186 int clampScrollPosition(ScrollbarOrientation orientation, int pos) { return std::max(std::min(pos, maximumScrollPosition(orientation)), minimumScrollPosition(orientation)); }
|
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
dtfmtrtperf.h | 179 ParsePosition pos(0); 188 sdf->parse(tzstr, *outcal, pos);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 230 int32_t pos =0; local 245 pos = (int32_t)(source - cbuf - len); 248 start = (pos <=CONTEXT_LEN)? 0 : (pos - (CONTEXT_LEN-1)); 249 stop = pos-len; 256 start = pos+len; 257 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf));
|