HomeSort by relevance Sort by last modified time
    Searched defs:start_position (Results 1 - 19 of 19) sorted by null

  /frameworks/native/libs/vr/libdvrcommon/tests/
pose_test.cpp 57 vec3_t start_position = vec3_t::Zero(); local
58 start_position[axis] = FT(1.0);
60 (pose_rotation * start_position) + pose_position;
61 const vec3_t actual_transformed = test_pose.TransformPoint(start_position);
82 vec3_t start_position = vec3_t::Zero(); local
83 start_position[axis] = FT(1.0);
84 const vec3_t expected_rotated = pose_rotation * start_position;
85 const vec3_t actual_rotated = test_pose.Transform(start_position);
111 vec3_t start_position = vec3_t::Zero(); local
112 start_position[axis] = FT(1.0)
137 vec3_t start_position = vec3_t::Zero(); local
    [all...]
  /external/v8/src/debug/
debug-scopes.h 86 : scope_info(info), start_position(start), end_position(end) {}
88 : scope_info(info), start_position(-1), end_position(-1) {}
90 int start_position; member in struct:v8::internal::ScopeIterator::ExtendedScopeInfo
92 bool is_hidden() { return start_position == -1 && end_position == -1; }
debug-scopes.cc 82 shared_info->start_position(),
188 int start_position = 0; local
192 start_position = nested_scope_chain_.last().start_position;
195 start_position = js_function->shared()->start_position();
204 details->set(kScopeDetailsStartPositionIndex, Smi::FromInt(start_position));
843 if (scope->start_position() > function->shared()->start_position() &&
854 scope->scope_info(), scope->start_position(), scope->end_position()))
    [all...]
liveedit.cc 610 int start_position,
616 this->SetSmiValueField(kStartPositionOffset_, start_position);
638 int start_position,
645 this->SetSmiValueField(kStartPositionOffset_, start_position);
932 int start_position = compile_info_wrapper.GetStartPosition(); local
934 shared_info->set_start_position(start_position);
    [all...]
debug.cc 143 position_ = debug_info->shared()->start_position();
693 if (shared->start_position() > *source_position) {
694 *source_position = shared->start_position();
1412 int start_position = shared->function_token_position(); local
    [all...]
  /external/v8/src/parsing/
preparser.cc 131 formals.arity, kind, formals.has_rest, function_scope->start_position(),
200 CheckStrictOctalLiteral(function_scope->start_position(), end_pos, ok);
244 int start_position = scanner()->location().beg_pos; local
245 function_scope->set_start_position(start_position);
251 CheckArityRestrictions(formals.arity, kind, formals.has_rest, start_position,
280 CheckStrictOctalLiteral(start_position, end_position, CHECK_OK);
287 function_scope->start_position(), function_scope->end_position());
313 PreParserIdentifier name, int start_position, InferName infer) {
321 proxy = scope()->NewUnresolved(&factory, name.string_, start_position,
parse-info.h 164 int start_position() const { return start_position_; } function in class:v8::internal::ParseInfo
165 void set_start_position(int start_position) {
166 start_position_ = start_position;
scanner.cc 444 int start_position = source_pos(); local
485 return source_pos() != start_position;
    [all...]
preparser.h 922 int start_position = scanner()->peek_location().beg_pos; local
    [all...]
  /external/v8/src/
json-parser.cc 342 int start_position = position_; local
352 position_ = start_position;
434 int start_position = position_; local
444 position_ = start_position;
  /external/ImageMagick/coders/
bmp.c 507 start_position;
563 start_position=0;
583 start_position=TellBlob(image)-2;
898 offset=SeekBlob(image,start_position+14+bmp_info.size,SEEK_SET);
927 offset=SeekBlob(image,start_position+bmp_info.offset_bits,SEEK_SET);
499 start_position; local
    [all...]
  /external/v8/include/
v8-profiler.h 581 int start_position; member in struct:v8::AllocationProfile::Node
  /external/v8/src/ast/
ast.cc 189 VariableProxy::VariableProxy(Variable* var, int start_position)
190 : Expression(start_position, kVariableProxy),
201 VariableKind variable_kind, int start_position)
202 : Expression(start_position, kVariableProxy),
330 int FunctionLiteral::start_position() const { function in class:v8::internal::FunctionLiteral
331 return scope()->start_position();
    [all...]
scopes.h 195 int start_position = kNoSourcePosition,
289 int start_position() const { return start_position_; } function in class:v8::internal::Scope
    [all...]
ast.h 2787 int start_position() const { return position(); } function in class:v8::internal::final
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 893 Node* start_position = IntPtrMax(SmiUntag(position), int_zero); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2532 FIRSTPASS_STATS *start_position; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 2761 const FIRSTPASS_STATS *const start_position = twopass->stats_in; local
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 344 unsigned char start_position; member in struct:__anon47668

Completed in 554 milliseconds