Searched defs:new_target (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_controller_interactive_uitest.cc53 ui::AcceleratorTarget* new_target = local
56 EXPECT_TRUE(new_target != NULL);
57 EXPECT_NE(new_target, old_target);
72 EXPECT_EQ(new_target,
/external/chromium_org/cc/animation/
H A Dscroll_offset_animation_curve.cc106 const gfx::Vector2dF& new_target) {
109 gfx::Vector2dF new_delta = new_target - current_position;
126 target_value_ = new_target;
104 UpdateTarget( double t, const gfx::Vector2dF& new_target) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher_test.cc119 void * new_target = PreamblePatcher::ResolveTarget(target); local
120 if (target != new_target)
121 target = new_target;
H A Dpreamble_patcher.cc89 unsigned char* new_target; local
97 new_target = target + 5 + relative_offset;
103 new_target = target + 2 + relative_offset;
117 SIDESTEP_ASSERT(sizeof(new_target) == 4);
120 new_target = reinterpret_cast<unsigned char*>(*new_target_v);
124 if (new_target == stop_before)
126 if (stop_before_trampoline && *new_target == ASM_NOP
127 && new_target[1] == ASM_REXW && new_target[2] == ASM_MOVRAX_IMM)
129 target = new_target;
239 void* new_target = ResolveTarget(target_function); local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher_test.cc119 void * new_target = PreamblePatcher::ResolveTarget(target); local
120 if (target != new_target)
121 target = new_target;
H A Dpreamble_patcher.cc89 unsigned char* new_target; local
97 new_target = target + 5 + relative_offset;
103 new_target = target + 2 + relative_offset;
117 SIDESTEP_ASSERT(sizeof(new_target) == 4);
120 new_target = reinterpret_cast<unsigned char*>(*new_target_v);
124 if (new_target == stop_before)
126 if (stop_before_trampoline && *new_target == ASM_NOP
127 && new_target[1] == ASM_REXW && new_target[2] == ASM_MOVRAX_IMM)
129 target = new_target;
239 void* new_target = ResolveTarget(target_function); local
[all...]
/external/chromium_org/cc/trees/
H A Docclusion_tracker.cc154 const LayerType* new_target) {
155 if (!stack_.empty() && stack_.back().target == new_target)
167 new_target->render_surface()->nearest_occlusion_immune_ancestor();
169 stack_.push_back(StackObject(new_target));
185 if (SurfaceTransformsToScreenKnown(new_target->render_surface())) {
187 new_target->render_surface()->screen_space_transform().GetInverse(
191 bool entering_root_target = new_target->parent() == NULL;
305 const LayerType* new_target) {
308 stack_.size() > 1 && stack_[last_index - 1].target == new_target;
358 if (new_target
153 EnterRenderTarget( const LayerType* new_target) argument
304 LeaveToRenderTarget( const LayerType* new_target) argument
[all...]
H A Dlayer_tree_host_impl.cc2354 gfx::Vector2dF new_target = curve->target_value() + scroll_delta; local
2355 new_target.SetToMax(gfx::Vector2dF());
2356 new_target.SetToMin(layer_impl->MaxScrollOffset());
2360 new_target);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dskiplist_test.cc275 Key new_target = RandomTarget(rnd); local
276 if (new_target > pos) {
277 pos = new_target;
278 iter.Seek(new_target);
/external/chromium_org/third_party/speex/libspeex/
H A Dltp.c363 spx_word16_t *new_target,
392 new_target[j] = target[j];
414 new_target[j] = SHR16(new_target[j],1);
440 corr[i]=inner_prod(x[i],new_target,nsf);
520 new_target[i] = SUB16(new_target[i], EXTRACT16(PSHR32(tmp,6)));
522 err = inner_prod(new_target, new_target, nsf);
554 VARDECL(spx_word16_t *new_target);
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
[all...]
/external/speex/libspeex/
H A Dltp.c363 spx_word16_t *new_target,
392 new_target[j] = target[j];
414 new_target[j] = SHR16(new_target[j],1);
440 corr[i]=inner_prod(x[i],new_target,nsf);
520 new_target[i] = SUB16(new_target[i], EXTRACT16(PSHR32(tmp,6)));
522 err = inner_prod(new_target, new_target, nsf);
554 VARDECL(spx_word16_t *new_target);
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc1267 const base::FilePath& new_target,
1270 new_prop.set_target(new_target);
1280 new_prop.set_icon(new_target, old_prop.icon_index);
1266 ShortcutOpRetarget(const base::FilePath& old_target, const base::FilePath& new_target, const base::FilePath& shortcut_path) argument
/external/chromium_org/v8/src/ic/
H A Dic.cc92 Code* new_target = raw_target(); local
93 State new_state = new_target->ic_state();
102 Code* new_target = raw_target(); local
103 PrintF("[%s%s in ", new_target->is_keyed_stub() ? "Keyed" : "", type);
119 ExtraICState extra_state = new_target->extra_ic_state();
121 if (new_target->kind() == Code::KEYED_STORE_IC) {
2350 Handle<Code> new_target = stub.GetCode(); local
2351 set_target(*new_target);
2371 return *new_target;
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc2136 MenuItemView* new_target,
2138 if (new_target == drop_target_ && new_position == drop_position_)
2145 drop_target_ = new_target;
2135 SetDropMenuItem( MenuItemView* new_target, MenuDelegate::DropPosition new_position) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 8712 milliseconds