Searched refs:flag (Results 201 - 225 of 1424) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/RegExp/
H A D15.10.4.1-4.js46 * In this test, the initial RegExp object obj1 will include a flag. This test is
59 var statmiddle = ' and flag ';
121 function getStatus(regexp, flag)
123 return (statprefix + quote(regexp) + statmiddle + flag + statsuffix);
H A Dregress-57631.js24 * "RegExp with invalid pattern or invalid flag causes segfault"
31 var summary = 'Testing new RegExp(pattern,flag) with illegal pattern or flag';
33 var statsuffix = 'and flag ';
119 function getStatus(regexp, flag)
121 return (statprefix + quote(regexp) + statsuffix + quote(flag));
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Scope/
H A Dregress-181834.js114 * Sanity check: do same steps with the dynamic flag off
147 function setDynamicScope(flag)
152 cx.setCompileFunctionsWithDynamicScope(flag);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Ddigestobject.h65 void setInitFlag(bool flag) { mInitFlag = flag; } argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Ddigestobject.h65 void setInitFlag(bool flag) { mInitFlag = flag; } argument
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DPageCache.h69 void setShouldClearBackingStores(bool flag) { m_shouldClearBackingStores = flag; } argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLBlock.h77 void setIgnoreInAccessibilityTree(bool flag) { m_ignoreInAccessibilityTree = flag; } argument
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebFrame.idl224 @param flag YES to allow the document to be scrolled, NO to disallow scrolling
225 - (void)setAllowsScrolling:(BOOL)flag;
227 HRESULT setAllowsScrolling([in] BOOL flag);
235 HRESULT allowsScrolling([out, retval] BOOL* flag);
247 @param flag YES to mark the frame as disconnected, NO keeps it a regular frame
249 HRESULT setIsDisconnected([in] BOOL flag);
254 @param flag YES to mark the frame as not searchable
256 HRESULT setExcludeFromTextSearch([in] BOOL flag);
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.h65 int copyfile_state_get(copyfile_state_t s, uint32_t flag, void * dst);
66 int copyfile_state_set(copyfile_state_t s, uint32_t flag, const void * src);
/macosx-10.9.5/dtrace-118.1/libelf/
H A Doutput.c82 _elf_outsync(int fd, char *p, size_t sz, unsigned int flag) argument
84 if (flag != 0) {
/macosx-10.9.5/ruby-104/ruby/enc/
H A Diso_8859_10.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
206 apply_all_case_fold(OnigCaseFoldType flag, argument
212 flag, f, arg);
216 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
223 flag, p, end, items);
H A Diso_8859_13.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
195 apply_all_case_fold(OnigCaseFoldType flag, argument
201 flag, f, arg);
205 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
212 flag, p, end, items);
H A Diso_8859_14.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag,
133 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
208 apply_all_case_fold(OnigCaseFoldType flag, argument
214 flag, f, arg);
218 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
225 flag, p, end, items);
H A Diso_8859_15.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag,
133 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
202 apply_all_case_fold(OnigCaseFoldType flag, argument
208 flag, f, arg);
212 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
219 flag, p, end, items);
H A Diso_8859_16.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
204 apply_all_case_fold(OnigCaseFoldType flag, argument
210 flag, f, arg);
214 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
221 flag, p, end, items);
H A Diso_8859_2.c109 mbc_case_fold(OnigCaseFoldType flag, argument
115 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
129 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
134 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
195 apply_all_case_fold(OnigCaseFoldType flag, argument
201 flag, f, arg);
205 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
212 flag, p, end, items);
H A Diso_8859_3.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
202 apply_all_case_fold(OnigCaseFoldType flag, argument
208 flag, f, arg);
212 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
219 flag, p, end, items);
H A Diso_8859_4.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
204 apply_all_case_fold(OnigCaseFoldType flag, argument
210 flag, f, arg);
214 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
221 flag, p, end, items);
H A Diso_8859_9.c107 mbc_case_fold(OnigCaseFoldType flag, argument
113 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
127 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
132 if (*p == 0xdf && (flag & INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR) != 0) {
195 apply_all_case_fold(OnigCaseFoldType flag, argument
201 flag, f, arg);
205 get_case_fold_codes_by_str(OnigCaseFoldType flag, argument
212 flag, p, end, items);
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dcal.rb39 def opt_j(flag=false) @opt_j = flag end
40 def opt_m(flag=false) @opt_m = flag end
41 def opt_t(flag=false) @opt_t = flag end
42 def opt_y(flag=false) @opt_y = flag end
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_utils.rb5 def assert_expired(flag, m)
8 assert_equal(flag, handler.instance_eval{ @timeout_info.empty? })
/macosx-10.9.5/securityd-55199.3/src/
H A Dacl_keychain.h55 bool selectorFlag(uint32_t flag) const { return selectorFlags() & flag; }
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dinstcopy.tcl92 set flag [lvarpop argv]
94 switch -exact -- $flag {
102 puts stderr "unknown flag"
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtty.h275 int ndqb(struct clist *q, int flag);
292 int ttioctl_locked(struct tty *tp, u_long com, caddr_t data, int flag,
295 int ttcompat(struct tty *tp, u_long com, caddr_t data, int flag,
304 int ttioctl(struct tty *tp, u_long com, caddr_t data, int flag,
306 int ttread(struct tty *tp, struct uio *uio, int flag);
313 int ttwrite(struct tty *tp, struct uio *uio, int flag);
322 int ttylclose(struct tty *tp, int flag);
323 int ttymodem(struct tty *tp, int flag);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.h100 explicit FileDesc(const char *path, int flag = O_RDONLY, mode_t mode = 0666)
101 : mFd(invalidFd) { this->open(path, flag, mode); }
102 explicit FileDesc(const std::string &path, int flag = O_RDONLY, mode_t mode = 0666)
103 : mFd(invalidFd) { this->open(path.c_str(), flag, mode); }
117 void open(const char *path, int flag = O_RDONLY, mode_t mode = 0666);
118 void open(const std::string &path, int flag = O_RDONLY, mode_t mode = 0666)
119 { this->open(path.c_str(), flag, mode); }
157 void setFlag(int flag, bool on = true) const;
158 void clearFlag(int flag) const { setFlag(flag, fals
[all...]

Completed in 240 milliseconds

1234567891011>>