Searched refs:end (Results 226 - 250 of 6376) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dmw.bat9 if errorlevel 1 goto end
11 if errorlevel 1 goto end
15 if errorlevel 1 goto end
19 if errorlevel 1 goto end
21 if errorlevel 1 goto end
25 :end label
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharInputBuffer.hpp36 , end(buf + size)
63 return (ptr < end) ? *ptr++ : EOF;
69 unsigned char* end; ///< end sentry for buffer member in class:antlr::CharInputBuffer
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebSecurityOriginPrivate.h54 @end
59 @end
67 @end
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormPopover.h43 @end
48 @end
52 @end
/macosx-10.10.1/libauto-186/
H A DRangeIterator.h53 RangeIterator(void *address, void *end) argument
54 : Range(address, end)
69 if (address() < end()) {
78 // at end
/macosx-10.10.1/libauto-186/auto_tester/
H A DCollectionChecking.m33 @end
36 @end
39 @end
95 @end
102 @end
109 @end
H A DTLC.m35 @end
44 @end
55 @end
79 @end
106 @end
128 @end
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCAtom.cpp20 "Instruction not contiguous with end of atom!");
38 // Compute the new begin/end points.
55 assert(I != Data.end() && "Split point not found in range!");
57 std::copy(I, Data.end(), RightAtom->Data.end());
58 Data.erase(I, Data.end());
62 while (I != Text.end() && I->first < SplitPt) ++I;
64 assert(I != Text.end() && "Split point not found in disassembly!");
68 std::copy(I, Text.end(), RightAtom->Text.end());
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3/
H A Dpop3.tcl26 # server at the other end is MS Exchange. The value associated
83 # "end" (the last message in the spool, for
85 # end (optional, defaults to -1) The last message
87 # (the last message viewed), "end" (the last
96 proc ::pop3::delete {chan start {end -1}} {
110 } elseif {$start == "end"} {
120 if {![string is integer $end]} {
121 if {$end == "end"} {
122 set end
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Drangelist.c38 static enum rl_overlaptype rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range);
53 if (entry->rl_end < entry->rl_start) panic("hfs: rl_verify: bad entry end?!");
76 rl_add(off_t start, off_t end, struct rl_head *rangelist) argument
83 if (end < start) panic("hfs: rl_add: end < start?!");
86 ovcase = rl_scan(rangelist, start, end, &overlap);
101 * if NULL, we should insert at the end.
105 range->rl_end = end;
130 overlap->rl_end = end;
139 overlap->rl_end = end;
168 rl_remove(off_t start, off_t end, struct rl_head *rangelist) argument
256 rl_scan(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap) argument
279 rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range) argument
434 rl_add(__unused off_t start, __unused off_t end, __unused void *rangelist) argument
444 rl_remove(__unused off_t start, __unused off_t end, __unused void *rangelist) argument
449 rl_scan(__unused void *rangelist, __unused off_t start, __unused off_t end, __unused void **overlap) argument
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dtwind.tcl46 $t insert end "A text widget can contain other widgets embedded "
47 $t insert end "it. These are called \"embedded windows\", "
48 $t insert end "and they can consist of arbitrary widgets. "
49 $t insert end "For example, here are two embedded button "
50 $t insert end "widgets. You can click on the first button to "
51 $t window create end -window $t.on
52 $t insert end " horizontal scrolling, which also turns off "
53 $t insert end "word wrapping. Or, you can click on the second "
54 $t insert end "button to\n"
55 $t window create end
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.h43 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be start of
47 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
174 const char *end,
176 int (*isPublicId)(const ENCODING *enc, const char *ptr, const char *end,
194 Scan the string starting at ptr until the end of the next complete token,
206 to the character following the end of that token.
214 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
215 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
217 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
218 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dtwind.tcl47 $t insert end "A text widget can contain many different kinds of items, "
48 $t insert end "both active and passive. It can lay these out in various "
49 $t insert end "ways, with wrapping, tabs, centering, etc. In addition, "
50 $t insert end "when the contents are too big for the window, smooth "
51 $t insert end "scrolling in all directions is provided.\n\n"
53 $t insert end "A text widget can contain other widgets embedded "
54 $t insert end "it. These are called \"embedded windows\", "
55 $t insert end "and they can consist of arbitrary widgets. "
56 $t insert end "For example, here are two embedded button "
57 $t insert end "widget
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DHandler.java47 Label end; field in class:Handler
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCAbout.h58 @end
H A DMBCBoardAnimation.h62 @end
H A DMBCRemotePlayer.h56 @end
/macosx-10.10.1/Heimdal-398.1.2/appl/GSSSimpleTest/GSSSimpleTest/
H A DViewController.h15 @end
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSExport.h71 @end
76 @end
119 @end
142 @end
H A DJSManagedValueInternal.h38 @end
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DHandlerInfo.h35 uint32_t end; member in struct:JSC::HandlerInfo
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DConservativeRoots.h45 void add(void* begin, void* end);
46 void add(void* begin, void* end, JITStubRoutineSet&);
47 void add(void* begin, void* end, JITStubRoutineSet&, CodeBlockSet&);
60 void genericAddSpan(void*, void* end, MarkHook&);

Completed in 485 milliseconds

1234567891011>>