HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 1 - 25 of 45) sorted by null

1 2

  /external/opencore/oscl/oscl/osclio/src/
oscl_file_stats.h 107 void End(TOsclFileOp aOp, uint32 aStart, uint32 aParam = 0, TOsclFileOffset aParam2 = 0);
oscl_file_io.cpp 373 iFileStats->End(EOsclFileOp_Open, ticks);
427 iFileStats->End(EOsclFileOp_Open, ticks);
467 iFileStats->End(EOsclFileOp_Close, ticks);
512 iFileStats->End(EOsclFileOp_Read, ticks, result*size);
549 iFileStats->End(EOsclFileOp_Write, ticks, result*size);
585 iFileStats->End(EOsclFileOp_Seek, ticks, origin, offset);
622 iFileStats->End(EOsclFileOp_Tell, ticks);
658 iFileStats->End(EOsclFileOp_Flush, ticks);
694 iFileStats->End(EOsclFileOp_EndOfFile, ticks);
730 iFileStats->End(EOsclFileOp_Size, ticks)
    [all...]
oscl_file_stats.cpp 34 void OsclFileStats::End(TOsclFileOp aOp, uint32 aStart, uint32 aParam, TOsclFileOffset aParam2)
87 , (0, "OsclFileStats(0x%x): +++++++++++++++++++++ End", iContainer));
oscl_socket_serv_imp_pv.cpp 362 //end an interval
363 void End()
373 //end a long interval
466 #define END_SERVI_STATS(x) iServiStats[x].End()
470 #define END_SERVI_STATS2(x) iServiStats[x].End()
    [all...]
  /external/webkit/WebCore/rendering/
SVGMarkerData.h 38 End
66 case End:
SVGMarkerLayoutInfo.cpp 79 m_markerData.updateTypeAndMarker(SVGMarkerData::End, endMarker);
87 Vector<MarkerLayout>::iterator end = m_layout.end(); local
90 for (; it != end; ++it) {
108 Vector<MarkerLayout>::iterator end = m_layout.end(); local
110 for (; it != end; ++it) {
  /external/bison/djgpp/
djunpack.bat 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
41 GoTo End
71 GoTo End
76 GoTo End
80 GoTo End
84 GoTo End
88 :End
config.bat 4 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
431 goto End
435 goto End
439 goto End
443 goto End
447 goto End
451 goto End
455 goto End
459 goto End
463 goto End
    [all...]
  /external/openssl/apps/
makeapps.com 66 $! End The Architecture Check.
111 $! End The OBJ Directory Check.
124 $! End The EXE Directory Check.
176 $! Check To See If We Are At The End Of The File List.
220 $! Check To See If We Are At The End Of The File List.
256 $! End The File Exist Check.
317 $! End The TCP/IP Library Check.
360 $! End The Option File Check.
364 $! End The VAXC Check.
390 $! End The Option File Check
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak     [all...]
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 53 End: 35, // also NUM_SOUTH_WEST
  /external/freetype/src/sfnt/
ttpost.c 481 goto End;
504 goto End;
516 End:
521 /* END */
  /external/openssl/crypto/
crypto-lib.com 74 $! End The Architecture Check.
122 $! End The Architecture Specific OBJ Directory Check.
135 $! End The Architecture Specific Directory Check.
156 $! End The Library Check.
322 $! Check To See If We Are At The End Of The Module List.
327 $! We Are At The End Of The Module List, Go To MODULE_DONE.
331 $! End The Module List Check.
439 $! Check To See If We Are At The End Of The File List.
444 $! We Are At The End Of The File List, Change State Or Goto FILE_DONE.
454 $! End The File List Check
    [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 407 # End Source File
489 # End Source File
571 # End Source File
653 # End Source File
735 # End Source File
817 # End Source File
899 # End Source File
981 # End Source File
1063 # End Source File
1145 # End Source File
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 98 // BaseGenerator()->End().
105 // Current() on an iterator equal to BaseGenerator()->End().
169 virtual ParamIteratorInterface<T>* End() const = 0;
191 iterator end() const { return iterator(impl_->End()); } function in class:testing::internal::ParamGenerator
204 RangeGenerator(T begin, T end, IncrementT step)
205 : begin_(begin), end_(end),
206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
212 virtual ParamIteratorInterface<T>* End() const {
258 const T& end,
    [all...]
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 160 // End non-Apple addition -----------------------------------------------------
204 // End non-Apple addition -----------------------------------------------------
259 // VK_END (23) END key
548 // End non-Apple addition/modification ----------------------------------------
593 // "End"
595 return @"End";
845 // End Apple code.
910 // End Apple code.
    [all...]
  /external/openssl/crypto/des/
des-lib.com 64 $! End The Architecture Check.
93 $! End The Architecture Specific OBJ Directory Check.
106 $! End The Architecture Specific Directory Check.
136 $! End The BUILDALL Check.
158 $! End The Library Exist Check.
183 $! Check To See If We Are At The End Of The File List.
219 $! End The File Exists Check.
279 $! End The DESTEST.C File Check.
327 $! End The SPEED.C File Check.
375 $! End The RPW.C File Check
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 251 std::sort(timeList.begin(), timeList.end());
303 } else if (nameString == "begin" || nameString == "end") {
315 if (type == Condition::EventBase && beginOrEnd == End)
332 if (beginOrEnd == End)
355 parseBeginOrEnd(getAttribute(SVGNames::endAttr), End);
366 parseBeginOrEnd(attr->value().string(), End);
649 tempEnd = findInstanceTime(End, tempBegin, true);
651 tempEnd = findInstanceTime(End, tempBegin, false);
675 SMILTime end; local
676 resolveInterval(true, begin, end);
692 SMILTime end; local
893 TimeDependentSet::iterator end = m_timeDependents.end(); local
    [all...]
SVGSMILElement.h 108 enum BeginOrEnd { Begin, End };
120 // This represents conditions on elements begin or end list that need to be resolved on runtime
  /external/qemu/
curses_keys.h 125 [0x168] = 79 | GREY, /* End */
459 { "End", 0x168 },
  /external/webkit/WebCore/css/
CSSSelector.h 89 End // css3: E[foo$="bar"]
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 114 uint8_t *End;
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 190 # End Source File
191 # End Target
192 # End Project
  /external/bison/src/
print.c 437 #define END_TEST(End) \
439 if (column + strlen(buffer) > (End)) \
  /external/opencore/tools_v2/build/make/
android_make_extras.mk 109 #### End generation of aggregate makefiles #######
171 #### End generation of top level makefile #######

Completed in 2113 milliseconds

1 2