HomeSort by relevance Sort by last modified time
    Searched refs:positions (Results 176 - 200 of 298) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/src/
liveedit-debugger.js 42 // All unchanged functions have their positions updated accordingly.
179 // Start with breakpoints. Convert their line/column positions and
225 // unchanged and whether positions changed at all.
248 // Elements of array are ordered by start positions of functions (from top
410 // Update breakpoints (change positions and restore them in old version
422 positions: break_point_old_positions[i]
527 // No change to function or its inner functions; however its positions
602 // positions from old to new in a current non-changed part of script.
859 // Changes positions (including all statments) in function.
    [all...]
  /external/v8/src/
liveedit-debugger.js 42 // All unchanged functions have their positions updated accordingly.
162 // Start with breakpoints. Convert their line/column positions and
208 // unchanged and whether positions changed at all.
231 // Elements of array are ordered by start positions of functions (from top
393 // Update breakpoints (change positions and restore them in old version
405 positions: break_point_old_positions[i]
510 // No change to function or its inner functions; however its positions
585 // positions from old to new in a current non-changed part of script.
842 // Changes positions (including all statments) in function.
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 594 uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius, const float* positions) {
613 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions);
645 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, NULL, positions);
689 const float* positions, Rect* bounds, Functor* functor, bool forceFinish) {
696 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, x, y, positions);
OpenGLRenderer.h 316 const float* positions, SkPaint* paint);
318 const float* positions, SkPaint* paint, float totalAdvance, const Rect& bounds,
    [all...]
DisplayListRenderer.h 122 const float* positions, SkPaint* paint);
124 const float* positions, SkPaint* paint, float totalAdvance, const Rect& bounds,
  /cts/tests/src/android/widget/cts/util/
ListScenario.java 179 * Set positions as unselectable (a.k.a a separator)
181 public Params setPositionsUnselectable(int ...positions) {
182 for (int pos : positions) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.cpp 115 void InjectedScript::getStepInPositions(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::Location> >& positions)
128 positions = Array<TypeBuilder::Debugger::Location>::runtimeCast(resultValue);
InspectorDebuggerAgent.h 94 virtual void getStepInPositions(ErrorString*, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-123512.js 31 // elements (which will contain the hole at non-constant positions) will
  /external/valgrind/main/callgrind/
callgrind_annotate.in 109 # Positions used for cost lines; default: line numbers
426 elsif (/^positions:\s+(.*)$/) {
427 my $positions = $1;
428 $has_line = ($positions =~ /line/);
429 $has_addr = ($positions =~ /(addr|instr)/);
799 # Find maximum width count for each column. @CC_col_width positions
800 # correspond to @CC positions.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 178 * Set positions as unselectable (a.k.a a separator)
180 public Params setPositionsUnselectable(int ...positions) {
181 for (int pos : positions) {
  /system/media/camera/docs/
camera_metadata_tags.mako 60 * Hierarchy positions in enum space. All vendor extension tags must be
  /external/mksh/src/
funcs.c 1646 int positions, new_val; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 56 ;# For fwd transform, indices are horizontal positions, then frequencies.
57 ;# For inverse transform, frequencies then positions.
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 77 TrimPositions positions,
85 TrimPositions result = TrimWhitespace(input_wide, positions, &output_wide);
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
player_testapi.js 65 * @param {number} time Media positions.
  /external/chromium_org/chrome/common/net/
url_fixer_upper.cc 77 TrimPositions positions,
85 TrimPositions result = TrimWhitespace(input16, positions, &output16);
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 32 // have its positions patched; position changing requires new instance of Code
debug-stepin-positions.js 97 assertTrue(false, "Some positions are not reported: " + decoratedResult);
  /external/chromium_org/v8/tools/gyp/
v8_snapshot.target.darwin-mips.mk 24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_intermediate_dir); "$(gyp_shared_intermediate_dir)/mksnapshot.mipsel" --log-snapshot-positions --logfile "$(gyp_intermediate_dir)/snapshot.log" "$(gyp_intermediate_dir)/snapshot.cc"
v8_snapshot.target.darwin-x86.mk 24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_intermediate_dir); "$(gyp_shared_intermediate_dir)/mksnapshot.ia32" --log-snapshot-positions --logfile "$(gyp_intermediate_dir)/snapshot.log" "$(gyp_intermediate_dir)/snapshot.cc"
v8_snapshot.target.linux-mips.mk 24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_intermediate_dir); "$(gyp_shared_intermediate_dir)/mksnapshot.mipsel" --log-snapshot-positions --logfile "$(gyp_intermediate_dir)/snapshot.log" "$(gyp_intermediate_dir)/snapshot.cc"
v8_snapshot.target.linux-x86.mk 24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_intermediate_dir); "$(gyp_shared_intermediate_dir)/mksnapshot.ia32" --log-snapshot-positions --logfile "$(gyp_intermediate_dir)/snapshot.log" "$(gyp_intermediate_dir)/snapshot.cc"
  /external/icu4c/layout/
LayoutEngine.cpp 186 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const
188 fGlyphStorage->getGlyphPositions(positions, success);
329 // Output: positions
483 // Output: glyphs, positions, char indices
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 32 // have its positions patched; position changing requires new instance of Code

Completed in 2281 milliseconds

1 2 3 4 5 6 78 91011>>