HomeSort by relevance Sort by last modified time
    Searched defs:target (Results 726 - 750 of 3598) sorted by null

<<21222324252627282930>>

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 236 WritableFontDataPtr target; local
239 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
241 size += source->CopyTo(target);
index_sub_table_format5.cc 205 WritableFontDataPtr target; local
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
210 size += source->CopyTo(target);
  /external/skia/src/animator/
SkDisplayPost.cpp 22 SK_PROPERTY(target),
33 SK_MEMBER_PROPERTY(target, String),
71 const char* target = fEvent.findString("id"); local
72 SkDebugf("target=\"%s\" ", target);
285 case SK_PROPERTY(target): {
  /external/skia/src/effects/
SkColorMatrix.cpp 41 SkScalar* target; local
44 target = tmp; // will memcpy answer when we're done into result
46 target = result;
52 target[index++] = outer[j + 0] * inner[i + 0] +
57 target[index++] = outer[j + 0] * inner[4] +
64 if (target != result) {
65 memcpy(result, target, 20 * sizeof(SkScalar));
  /external/toybox/toys/pending/
bootchartd.c 144 char *dir_list[] = {"/tmp", "/mnt", "/boot", "/proc"}, **target = dir_list; local
151 while (mount("none", *target, "tmpfs", (1<<15), "size=16m")) //MS_SILENT
152 if (!++target) perror_exit("can't mount tmpfs");
153 xchdir(*target);
154 if (umount2(*target, MNT_DETACH)) perror_exit("Can't unmount tmpfs");
155 return *target;
  /external/v8/src/compiler/
js-call-reducer.cc 56 Node* target = NodeProperties::GetValueInput(node, 0); local
72 NodeProperties::ReplaceValueInput(node, target, 0);
73 NodeProperties::ReplaceValueInput(node, target, 1);
102 Node* target = NodeProperties::GetValueInput(node, 0); local
105 Handle<JSFunction>::cast(HeapObjectMatcher(target).Value());
115 // The argArray was not provided, just remove the {target}.
158 // Drop the {target} from the {node}.
189 // Remove the target from {node} and use the receiver as target instead, and
190 // the thisArg becomes the new target. If thisArg was not provided, inser
219 Node* target = NodeProperties::GetValueInput(node, 0); local
385 Node* target = NodeProperties::GetValueInput(node, 0); local
    [all...]
js-inlining.cc 42 Node* target() { function in class:v8::internal::compiler::JSCallAccessor
68 // - JSCallConstruct: Includes target function and new target.
69 // - JSCallFunction: Includes target function and receiver.
151 // new target value, argument count, context, effect or control.
165 // The projection is requesting the new target value.
283 // calls whenever the target is a constant function object, as follows:
284 // - JSCallFunction(target:constant, receiver, args...)
285 // - JSCallConstruct(target:constant, args..., new.target)
    [all...]
  /external/v8/src/heap/
objects-visiting-inl.h 250 Code* target = Code::GetCodeFromTargetAddress(rinfo->debug_call_address()); local
251 heap->mark_compact_collector()->RecordRelocSlot(rinfo, target);
252 StaticVisitor::MarkObject(heap, target);
260 Code* target = Code::GetCodeFromTargetAddress(rinfo->target_address()); local
264 if (FLAG_cleanup_code_caches_at_gc && target->is_inline_cache_stub() &&
265 !target->is_call_stub() && (heap->isolate()->serializer_enabled() ||
266 target->ic_age() != heap->global_ic_age())) {
269 target = Code::GetCodeFromTargetAddress(rinfo->target_address());
271 heap->mark_compact_collector()->RecordRelocSlot(rinfo, target);
272 StaticVisitor::MarkObject(heap, target);
280 Code* target = rinfo->code_age_stub(); local
    [all...]
scavenger.cc 108 // allocated target object and update the forwarding pointer in the source
109 // object. Returns the target object.
111 HeapObject* target, int size)) {
113 // right after the target object. Incorporate double alignment
115 DCHECK(!heap->InToSpace(target) ||
116 target->address() + size == heap->new_space()->top() ||
117 target->address() + size + kPointerSize == heap->new_space()->top());
121 DCHECK(!heap->InToSpace(target) ||
125 // Copy the content of source to target.
126 heap->CopyBlock(target->address(), source->address(), size)
153 HeapObject* target = NULL; \/\/ Initialization to please compiler. local
181 HeapObject* target = NULL; \/\/ Initialization to please compiler. local
233 HeapObject* target = map_word.ToForwardingAddress(); local
290 HeapObject* target = map_word.ToForwardingAddress(); local
340 HeapObject* target = first_word.ToForwardingAddress(); local
    [all...]
  /external/v8/src/runtime/
runtime-typedarray.cc 28 CONVERT_ARG_HANDLE_CHECKED(JSArrayBuffer, target, 1);
31 RUNTIME_ASSERT(!source.is_identical_to(target));
35 RUNTIME_ASSERT(NumberToSize(isolate, target->byte_length()) >= target_length);
43 uint8_t* target_data = reinterpret_cast<uint8_t*>(target->backing_store());
321 Handle<JSTypedArray> target(JSTypedArray::cast(*target_obj));
325 size_t target_length = target->length_value();
327 size_t target_byte_length = NumberToSize(isolate, target->byte_length());
335 size_t target_offset = NumberToSize(isolate, target->byte_offset());
338 static_cast<uint8_t*>(target->GetBuffer()->backing_store()) +
345 if (target->type() == source->type())
549 uint8_t* target = local
    [all...]
  /external/v8/src/
transitions.cc 17 Handle<Map> target, SimpleTransitionFlag flag) {
19 target->SetBackPointer(*map);
24 Handle<WeakCell> cell = Map::WeakCellForMap(target);
41 : GetTargetDetails(*name, *target);
45 Handle<WeakCell> cell = Map::WeakCellForMap(target);
70 : GetTargetDetails(*name, *target);
85 array->SetTarget(index, *target);
101 array->SetTarget(index, *target);
149 result->Set(insertion_index, *name, *target);
164 Map* target = GetSimpleTransition(raw_transitions) local
199 Map* target = SearchTransition(*map, kData, *name, NONE); local
455 Map* target = GetSimpleTransition(raw_transitions); local
498 Map* target = old_transitions->GetTarget(i); local
    [all...]
type-info.cc 451 Code* target = Code::GetCodeFromTargetAddress(target_address); local
452 switch (target->kind()) {
461 SetInfo(ast_id, target);
471 void TypeFeedbackOracle::SetInfo(TypeFeedbackId ast_id, Object* target) {
478 dictionary_, IdToKey(ast_id), handle(target, isolate())));
  /external/v8/src/wasm/
wasm-module.cc 122 Code* target = local
124 if (target->kind() == Code::WASM_FUNCTION &&
125 target->constant_pool_offset() >= kPlaceholderMarker) {
127 uint32_t index = target->constant_pool_offset() - kPlaceholderMarker;
130 if (target != *new_target) {
131 CHECK_EQ(*placeholder_code_[index], target);
  /external/v8/test/cctest/
test-assembler-ia32.cc 369 Label target; local
370 __ j(equal, &target);
371 __ j(not_equal, &target);
372 __ bind(&target);
    [all...]
test-assembler-x64.cc 404 Label target; local
405 __ jmp(&target);
407 __ bind(&target);
518 Label target; local
519 __ j(equal, &target);
520 __ j(not_equal, &target);
521 __ bind(&target);
    [all...]
  /external/vogar/src/vogar/target/
ClassPathScanner.java 17 package vogar.target;
TestEnvironment.java 17 package vogar.target;
TestRunner.java 17 package vogar.target;
36 import vogar.target.junit.JUnitRunnerFactory;
39 * Runs an action, in process on the target.
  /external/vogar/src/vogar/target/junit/
Junit3.java 17 package vogar.target.junit;
  /external/vulkan-validation-layers/
genvk.py 34 # target - string name of target header, or all targets if None
41 target = None variable
80 target = arg variable
81 write('Using target', target, file=sys.stderr)
313 if (target and target != genOpts.filename):
326 if (target and generated == 0):
327 write('Failed to generate target:', target
    [all...]
  /external/webrtc/webrtc/base/
macsocketserver.cc 259 EventTargetRef target = GetEventDispatcherTarget(); local
272 result = SendEventToEventTarget(event, target);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 41 int16_t *intarget, /* (i) Target vector for encoding */
86 int16_t *target = &targetVec[LPC_FILTERORDER]; local
103 /* weighting of the target vector */
104 WEBRTC_SPL_MEMCPY_W16(&target[-LPC_FILTERORDER], buf+noOfZeros+WebRtcIlbcfix_kFilterRange[block]-LPC_FILTERORDER, LPC_FILTERORDER);
106 intarget, target,
109 /* Store target, towards the end codedVec is calculated as
110 the initial target minus the remaining target */
111 WEBRTC_SPL_MEMCPY_W16(codedVec, target, lTarget);
116 temp2 = WebRtcSpl_MaxAbsValueW16(target, lTarget)
    [all...]
enhancer_interface.c 57 int16_t *target, *regressor; local
118 target = downsampled + 60 + iblock * ENH_BLOCKL_HALF;
119 regressor = target - 10;
127 WebRtcSpl_CrossCorrelation(corr32, target, regressor, ENH_BLOCKL_HALF, 50,
200 target=in;
211 WebRtcSpl_CrossCorrelation(corr32, target, regressor, plc_blockl, 3, shifts,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc 250 const VideoCodec& target = local
252 EXPECT_EQ(ref.codecType, target.codecType);
253 EXPECT_EQ(0, strcmp(ref.plName, target.plName));
254 EXPECT_EQ(ref.plType, target.plType);
255 EXPECT_EQ(ref.width, target.width);
256 EXPECT_EQ(ref.height, target.height);
257 EXPECT_EQ(ref.startBitrate, target.startBitrate);
258 EXPECT_EQ(ref.maxBitrate, target.maxBitrate);
259 EXPECT_EQ(ref.minBitrate, target.minBitrate);
260 EXPECT_EQ(ref.maxFramerate, target.maxFramerate)
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 225 char* target = buffer; local
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
236 *target = 0;
238 while (--target > buffer && *target == ' ') {
239 *target = 0;

Completed in 776 milliseconds

<<21222324252627282930>>