Searched refs:position (Results 1 - 25 of 873) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas102 backwards. The special case of setting the stream position to zero is
103 allowed. Seeking forward decompresses data until the requested position in
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/webrtc/src/common_audio/vad/
H A Dvad_sp.c63 int position = -1; local
96 // |low_value_vector|. If so, find the |position| where to insert the new
102 position = 0;
104 position = 1;
107 position = 2;
109 position = 3;
113 position = 4;
115 position = 5;
118 position = 6;
120 position
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c28 float position; member in struct:__anon17061
56 obj->position = 0.0;
102 tnew = be * mm + obj->position;
120 tnew = be * mm + obj->position;
125 obj->position += outsize * be - size;
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/valgrind/mpi/
H A Dlibmpiwrap.c1797 /* pre: must be readable: position
1800 must be writable: outbuf[*position ..
1801 *position - 1
1804 post: make readable: outbuf[old *position .. new *position]
1808 int* position, MPI_Comm comm )
1812 int position_ORIG = *position;
1816 check_mem_is_defined_untyped(position, sizeof(*position));
1830 CALL_FN_W_7W(err, fn, inbuf,incount,datatype, outbuf,outsize,position, com
1806 PMPI_Pack( void* inbuf, int incount, MPI_Datatype datatype, void* outbuf, int outsize, int* position, MPI_Comm comm ) argument
1855 PMPI_Unpack( void* inbuf, int insize, int* position, void* outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm ) argument
[all...]
/external/v8/test/cctest/
H A Dtest-debug.cc163 static int SetBreakPoint(Handle<v8::internal::JSFunction> fun, int position) { argument
170 &position);
177 static int SetBreakPoint(v8::Handle<v8::Function> fun, int position) { argument
178 return SetBreakPoint(v8::Utils::OpenHandle(*fun), position);
186 int line, int position) {
190 function_name, line, position);
457 int position, v8::internal::RelocInfo::Mode mode,
464 int bp = SetBreakPoint(fun, position);
470 it1.FindBreakLocationFromPosition(position, v8::internal::STATEMENT_ALIGNED);
489 it2.FindBreakLocationFromPosition(position, v
184 SetBreakPointFromJS(v8::Isolate* isolate, const char* function_name, int line, int position) argument
455 CheckDebugBreakFunction(DebugLocalContext* env, const char* source, const char* name, int position, v8::internal::RelocInfo::Mode mode, Code* debug_break) argument
[all...]
H A Dtest-heap.cc1361 int position = 0; local
1363 isolate->debug()->SetBreakPoint(function, breakpoint_object, &position);
H A Dtest-mark-compact.cc407 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { argument
408 char* end_address = buffer + *position;
409 uintptr_t result = strtoul(buffer + *position, &end_address, base);
411 CHECK(end_address > buffer + *position);
412 *position = end_address - buffer;
438 intptr_t position = line_start; local
439 uintptr_t start = ReadLong(buffer, &position, 16);
440 CHECK_EQ(buffer[position++], '-');
441 uintptr_t end = ReadLong(buffer, &position, 16);
442 CHECK_EQ(buffer[position
[all...]
/external/v8/test/mjsunit/
H A Ddebug-breakpoints.js64 // position 0).
78 // Second test set and clear breakpoints on lines 1, 2 and 3 (position = 0).
123 // Tests for setting break points by script id and position.
124 function setBreakpointByPosition(f, position, opt_position_alignment)
128 position + Debug.sourcePosition(f),
209 // (This may be sensitive to compiler break position map generation).
H A Ddebug-liveedit-compile-error.js58 assertEquals(2, caught_exception.details.position.start.line);
H A Ddebug-sourceinfo.js65 // This is the last position in the entire file (note: this equals
82 // The position of the first line of d(), i.e. "x = 1 ;".
102 // Test that when running through source positions the position, line and
104 var position; variable
110 assertEquals(position + 1, location.position);
118 assertEquals(0, location.position);
124 position = location.position;
135 assertEquals(p, location.position);
[all...]
H A Ddebug-stepin-positions.js94 var col = resultPositions[i].position.column - markLength;
110 assertFalse(unexpectedPositionFound, "Found unexpected position: " +
133 // Step in position, when the function call that we are standing at is already
148 // Step in position, when the function call that we are standing at is raising
164 // Step-in position, when already paused almost on the first call site.
176 // Step-in position, when already paused on the first call site.
/external/v8/tools/
H A Dll_prof.py392 ("position", ctypes.c_int32)])
472 snapshot_pos = event.position
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js618 // @types: Either an array of types, one for each byte (or 0 if no type at that position),
1415 position: 0,
1427 position: 0,
1439 position: 0,
1543 var bytesWritten = _pwrite(fildes, buf, nbyte, stream.position);
1544 if (bytesWritten != -1) stream.position += bytesWritten;
2012 return stream.position;
2024 var position = offset;
2026 position += stream.position;
[all...]
/external/v8/tools/sodium/
H A Dsodium.js53 new RegExp("^(" + addressRegEx + ")\\W+position\\W+\\((\\d+)\\)");
216 var position = findSourcePosition(pc);
217 var line = findSourceLine(position);
302 var position = 0;
313 if ((dist < distance) || (dist == distance && pos > position)) {
314 position = pos;
323 if (position == 0) return 0;
324 return position - code.firstSourcePosition;
327 function findSourceLine(position) {
328 if (position
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2298 vki_size_t, size, uint32_t, position, int, options);
2319 vki_size_t, size, uint32_t, position, int, options);
2336 vki_size_t,"size", uint32_t,"position", int,"options" );
2350 vki_size_t,"size", uint32_t,"position", int,"options" );
2739 Int i; // Current position in the descriptors section array.
3930 PRE_MEM_WRITE("getdirentries64(position)", ARG4, sizeof(vki_off_t));
/external/tremolo/Tremolo/
H A Dbitwise.c374 int getbyte(ogg_reference *or,int position){ argument
375 while(or && position>=or->length){
376 position-=or->length;
384 if((position+or->begin)&1)
385 return (or->buffer->data[(position+or->begin)>>1])&0xff;
387 return (or->buffer->data[(position+or->begin)>>1]>>8)&0xff;
H A DbitwiseARM.s313 @ Store back the new position
347 @ Store back the new position
/external/v8/
H A DAndroid.v8common.mk74 src/compiler/source-position.cc \
/external/v8/benchmarks/
H A Draytrace.js198 position: null,
203 this.position = pos;
209 return 'Light [' + this.position.x + ',' + this.position.y + ',' + this.position.z + ']';
283 position : null,
286 this.position = pos;
291 return 'Ray [' + this.position + ',' + this.direction + ']';
422 this.position = pos;
430 var dst = Flog.RayTracer.Vector.prototype.subtract(ray.position, thi
[all...]
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1056 // Record position before stub call for type feedback.
1057 SetSourcePosition(clause->position());
1505 // Record position before possible IC call.
1506 SetSourcePosition(proxy->position());
1558 // Check that we always have valid source position.
1560 DCHECK(proxy->position() != RelocInfo::kNoPosition);
1562 var->initializer_position() < proxy->position();
1952 SetSourcePosition(expr->position() + 1);
1970 // Record source position before possible IC call.
1971 SetSourcePosition(expr->position());
[all...]
H A Dlithium-codegen-arm.cc274 chunk()->graph()->SourcePositionToScriptPosition(value->position()));
755 // is in the correct position.
898 Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(),
1057 void LCodeGen::RecordAndWritePosition(int position) { argument
1058 if (position == RelocInfo::kNoPosition) return;
1059 masm()->positions_recorder()->RecordPosition(position);
2177 // is in the correct position.

Completed in 632 milliseconds

1234567891011>>