/external/stlport/test/unit/ |
find_test.cpp | 130 char *last = find(pstr, pstr + str_size, 'x'); local 131 CPPUNIT_ASSERT( last == pstr + str_size );
|
/external/v8/src/ |
liveobjectlist-inl.h | 64 if (last()) DoProcessNonLive(obj); 96 LiveObjectList* lol = last();
|
/external/v8/test/mjsunit/bugs/ |
bug-941049.js | 95 // x is set locally *before* the last use of arguments before the 98 // y is set locally *after* the last use of arguments before the
|
/external/valgrind/main/coregrind/ |
m_xarray.c | 229 /*OUT*/Word* first, /*OUT*/Word* last, 256 if (last) { 257 *last = mid; 258 while (*last < xa->usedsizeE-1 259 && 0 == cmpFn( key, VG_(indexXA)(xa, (*last)+1))) { 260 (*last)++; 268 /*OUT*/Word* first, /*OUT*/Word* last ) 274 return VG_(lookupXA_UNSAFE)(xao, key, first, last, xa->cmpFn);
|
/external/valgrind/main/drd/ |
drd_clientobj.h | 71 DrdThreadId owner; // owner if locked, last owner if free. 110 DrdThreadId last_sem_post_tid; // Thread ID associated with last sem_post().
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 5 v.info last_error : show last error found 34 v.info last_error : show last error found
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementgetelementempty.js | 82 Retrieve the last child of the last employee, then
|
hc_nodeinsertbeforerefchildnull.js | 85 should be added to the end of the list. The last item 86 in the list is checked after insertion. The last Element
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementgetelementempty.js | 82 Retrieve the last child of the last employee, then
|
hc_nodeinsertbeforerefchildnull.js | 85 should be added to the end of the list. The last item 86 in the list is checked after insertion. The last Element
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodecomparedocumentposition28.js | 79 first child and last child. Invoke compareDocumentPositon on first child with last child as a parameter
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.h | 338 unsigned lastJumpTarget() const { return m_jumpTargets.last(); } 380 if (!lineInfo.size() || lineInfo.last().lineNumber != lineNo) { 414 m_constantRegisters.last().set(m_globalObject->globalData(), m_ownerExecutable.get(), v); 424 m_functionDecls.last().set(m_globalObject->globalData(), m_ownerExecutable.get(), n); 433 m_functionExprs.last().set(m_globalObject->globalData(), m_ownerExecutable.get(), n); 446 SimpleJumpTable& addImmediateSwitchJumpTable() { createRareDataIfNecessary(); m_rareData->m_immediateSwitchJumpTables.append(SimpleJumpTable()); return m_rareData->m_immediateSwitchJumpTables.last(); } 450 SimpleJumpTable& addCharacterSwitchJumpTable() { createRareDataIfNecessary(); m_rareData->m_characterSwitchJumpTables.append(SimpleJumpTable()); return m_rareData->m_characterSwitchJumpTables.last(); } 454 StringJumpTable& addStringSwitchJumpTable() { createRareDataIfNecessary(); m_rareData->m_stringSwitchJumpTables.append(StringJumpTable()); return m_rareData->m_stringSwitchJumpTables.last(); }
|
/external/webkit/Source/JavaScriptCore/parser/ |
ParserArena.cpp | 74 ParserArenaRefCounted* ParserArena::last() const function in class:JSC::ParserArena 76 return m_refCountedObjects.last().get();
|
/external/webkit/Source/JavaScriptCore/runtime/ |
LiteralParser.cpp | 312 lastValue = objectStack.last(); 321 asArray(objectStack.last())->push(m_exec, lastValue); 330 lastValue = objectStack.last(); 354 lastValue = objectStack.last(); 376 asObject(objectStack.last())->putDirect(m_exec->globalData(), identifierStack.last(), lastValue); 383 lastValue = objectStack.last(); 456 state = stateStack.last();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.3-1.js | 34 given the value that was supplied for the last parameter with this name. 35 If the value of this last parameter was not supplied by the caller,
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
URLSegments.h | 55 // Returns the length of the URL (the end of the last component). 60 // the "://". For all other last-components, it will return the real length.
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLFormattingElementList.cpp | 110 // http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#clear-the-list-of-active-formatting-elements-up-to-the-last-marker 112 bool shouldStop = m_entries.last().isMarker();
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioResamplerKernel.h | 67 // m_lastValues stores the last two sample values from the last call to process().
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PlatformContextCairo.cpp | 40 const ImageMaskInformation& maskInformation = m_maskImageStack.last(); 63 m_maskImageStack.last().update(surface, rect);
|
/external/webkit/Source/WebCore/platform/sql/ |
SQLiteStatement.h | 72 // Returns -1 on last-step failing. Otherwise, returns number of rows 73 // returned in the last step()
|
/external/webkit/Source/WebCore/platform/text/ |
TextBoundaries.cpp | 54 int last = i; local 58 return last;
|
/external/webkit/Source/WebKit/chromium/public/ |
WebDataSource.h | 71 // at last committing the current page. This will contain one entry 72 // for each intermediate URL, and one entry for the last URL (so if
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.h | 87 // Returns the last calculated delay updated by the function 94 // - delay : >= 0 - Last calculated delay value
|
delay_estimator_wrapper.h | 97 // Returns the last calculated delay updated by the function 104 // - delay : >= 0 - Last calculated delay value.
|
/external/webrtc/src/system_wrappers/source/ |
map_no_stl.cc | 92 // 3. Item should be inserted last 122 MapNoStlItem* MapNoStl::Last() const
|