Searched refs:argument (Results 126 - 150 of 980) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSWorkerCustom.cpp55 String scriptURL = exec->argument(0).toString(exec)->value(exec);
H A DJSHistoryCustom.cpp192 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0), 0, 0);
196 String title = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(1));
202 url = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(2));
218 RefPtr<SerializedScriptValue> historyState = SerializedScriptValue::create(exec, exec->argument(0), 0, 0);
222 String title = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(1));
228 url = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(2));
H A DJSDOMWindowCustom.cpp540 String urlString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(0));
543 AtomicString frameName = exec->argument(1).isUndefinedOrNull() ? "_blank" : exec->argument(1).toString(exec)->value(exec);
546 String windowFeaturesString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(2));
577 if (JSValue dialogArguments = m_exec->argument(1))
600 String urlString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(0));
603 String dialogFeaturesString = valueToStringWithUndefinedOrNullCheck(exec, exec->argument(2));
628 if (exec->argument(2).isString()) {
632 fillMessagePortArray(exec, exec->argument(transferablesArgIndex), messagePorts, arrayBuffers);
637 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(exec, exec->argument(
[all...]
/macosx-10.9.5/bless-98/
H A Dbless.c189 strlcpy(actargs[ch].argument, optarg, sizeof(actargs[ch].argument));
194 strlcpy(actargs[ch].argument, argv[optind], sizeof(actargs[ch].argument));
H A DhandleInfo.c272 strlcpy(actargs[kinfo].argument, mnts[vols].f_mntonname, kMaxArgLength);
289 ret = BLGetCommonMountPoint(context, actargs[kinfo].argument, "", actargs[kmount].argument);
291 blesscontextprintf(context, kBLLogLevelError, "Can't get mount point for %s\n", actargs[kinfo].argument );
295 ret = blsustatfs(actargs[kmount].argument, &sb);
297 blesscontextprintf(context, kBLLogLevelError, "Can't get device for %s\n", actargs[kmount].argument );
302 ret = BLIsMountHFS(context, actargs[kmount].argument, &isHFS);
304 blesscontextprintf(context, kBLLogLevelError, "Could not determine filesystem of %s\n", actargs[kmount].argument );
309 ret = BLCreateVolumeInformationDictionary(context, actargs[kmount].argument,
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dcmdtrace.test148 Test cmdtrace-2.1 {command trace argument error checking} {
152 Test cmdtrace-2.2 {command trace argument error checking} {
156 Test cmdtrace-2.3 {command trace argument error checking} {
161 Test cmdtrace-2.5 {command trace argument error checking} {
163 } 1 {command option requires an argument}
165 Test cmdtrace-2.6 {command trace argument error checking} {
182 Test cmdtrace-3.1 {command trace argument error checking} {
215 test cmdtrace-3.2 {command trace argument error checking} {
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dtdtransit.h45 // stock leading argument profile used by all calls
64 // DataOutput manages an output CssmData argument.
69 : argument(arg), allocator(alloc) { mData = NULL; mLength = 0; }
75 CssmData &argument; member in class:Security::Tokend::DataOutput
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dtdtransit.h45 // stock leading argument profile used by all calls
64 // DataOutput manages an output CssmData argument.
69 : argument(arg), allocator(alloc) { mData = NULL; mLength = 0; }
75 CssmData &argument; member in class:Security::Tokend::DataOutput
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dcommon.c71 int count = el->el_state.argument;
76 if (el->el_line.lastchar + el->el_state.argument >=
92 c_insert(el, el->el_state.argument);
120 el->el_state.argument, ce__isword);
175 c_delafter(el, el->el_state.argument); /* delete after dot */
293 el->el_line.cursor += el->el_state.argument;
320 el->el_state.argument,
342 el->el_line.cursor -= el->el_state.argument;
379 * Adds to argument or enters a digit
391 el->el_state.argument
[all...]
H A Dvi.c159 el->el_state.argument,
184 el->el_state.argument,
208 el->el_line.lastchar, el->el_state.argument, cv__isWord);
232 el->el_line.lastchar, el->el_state.argument, cv__isword);
255 for (i = 0; i < el->el_state.argument; i++) {
351 c_delafter(el, el->el_state.argument);
475 el->el_line.lastchar, el->el_state.argument, cv__isWord);
499 el->el_line.lastchar, el->el_state.argument, cv__isword);
726 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0);
738 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument,
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dcommon.c71 int count = el->el_state.argument;
76 if (el->el_line.lastchar + el->el_state.argument >=
92 c_insert(el, el->el_state.argument);
120 el->el_state.argument, ce__isword);
171 c_delafter(el, el->el_state.argument); /* delete after dot */
290 el->el_line.cursor += el->el_state.argument;
317 el->el_state.argument,
339 el->el_line.cursor -= el->el_state.argument;
376 * Adds to argument or enters a digit
388 el->el_state.argument
[all...]
H A Dvi.c159 el->el_state.argument,
184 el->el_state.argument,
208 el->el_line.lastchar, el->el_state.argument, cv__isWord);
232 el->el_line.lastchar, el->el_state.argument, cv__isword);
255 for (i = 0; i < el->el_state.argument; i++) {
351 c_delafter(el, el->el_state.argument);
475 el->el_line.lastchar, el->el_state.argument, cv__isWord);
499 el->el_line.lastchar, el->el_state.argument, cv__isword);
726 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0);
738 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument,
[all...]
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAMount.c305 Boolean DAMountContainsArgument( CFStringRef arguments, CFStringRef argument )
312 if ( CFStringHasPrefix( argument, CFSTR( "no" ) ) )
314 argument = CFStringCreateWithSubstring( kCFAllocatorDefault, argument, CFRangeMake( 2, CFStringGetLength( argument ) - 2 ) );
319 argument = CFRetain( argument );
323 if ( argument )
377 if ( CFEqual( argument, compare ) )
390 CFRelease( argument );
730 CFStringRef argument = NULL; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DMathObject.cpp123 return JSValue::encode(jsNumber(fabs(exec->argument(0).toNumber(exec))));
128 return JSValue::encode(jsDoubleNumber(acos(exec->argument(0).toNumber(exec))));
133 return JSValue::encode(jsDoubleNumber(asin(exec->argument(0).toNumber(exec))));
138 return JSValue::encode(jsDoubleNumber(atan(exec->argument(0).toNumber(exec))));
143 double arg0 = exec->argument(0).toNumber(exec);
144 double arg1 = exec->argument(1).toNumber(exec);
150 return JSValue::encode(jsNumber(ceil(exec->argument(0).toNumber(exec))));
155 return JSValue::encode(jsDoubleNumber(cos(exec->argument(0).toNumber(exec))));
160 return JSValue::encode(jsDoubleNumber(exp(exec->argument(0).toNumber(exec))));
165 return JSValue::encode(jsNumber(floor(exec->argument(
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-arg.el1 ;;; esh-arg.el --- argument processing
39 ;; hook `eshell-parse-argument-hook'. For a good example of this, see
42 (defcustom eshell-parse-argument-hook
51 (when (and (not eshell-current-argument)
81 ;; whitespace or a comment is an argument delimiter
86 (and (not eshell-current-argument)
104 ;; argument delimiter
108 current position within the argument list. The function should either
109 return nil, meaning that it did no argument parsing, or it should
128 (defcustom eshell-delimiter-argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestObj.cpp217 if (exec->argumentCount() <= 0 || !exec->argument(0).isFunction())
219 RefPtr<TestCallback> testCallback = JSTestCallback::create(asObject(exec->argument(0)), castedThis->globalObject());
1769 int longArg(toInt32(exec, exec->argument(0), NormalConversion));
1772 const String& strArg(exec->argument(1).isEmpty() ? String() : exec->argument(1).toString(exec)->value(exec));
1775 TestObj* objArg(toTestObj(exec->argument(2)));
1805 int8_t byteArg(toInt8(exec, exec->argument(0), NormalConversion));
1808 const String& strArg(exec->argument(1).isEmpty() ? String() : exec->argument(1).toString(exec)->value(exec));
1811 TestObj* objArg(toTestObj(exec->argument(
[all...]
H A DJSTestTypedefs.cpp73 const String& hello(exec->argument(0).isEmpty() ? String() : exec->argument(0).toString(exec)->value(exec));
76 if (exec->argumentCount() <= 1 || !exec->argument(1).isFunction())
78 RefPtr<TestCallback> testCallback = JSTestCallback::create(asObject(exec->argument(1)), castedThis->globalObject());
372 if (exec->argumentCount() > 0 && !exec->argument(0).isUndefinedOrNull() && !exec->argument(0).inherits(&JSlong[]::s_info))
374 Vector<int> x(toNativeArray<int>(exec, exec->argument(0)));
391 float width(exec->argument(0).toFloat(exec));
394 float height(exec->argument(1).toFloat(exec));
397 float blur(exec->argument(
[all...]
H A DJSTestOverloadedConstructors.cpp59 ArrayBuffer* arrayBuffer(toArrayBuffer(exec->argument(0)));
71 ArrayBufferView* arrayBufferView(toArrayBufferView(exec->argument(0)));
83 Blob* blob(toBlob(exec->argument(0)));
95 const String& string(exec->argument(0).isEmpty() ? String() : exec->argument(0).toString(exec)->value(exec));
105 JSValue arg0(exec->argument(0));
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dvi.c147 el->el_state.argument,
172 el->el_state.argument,
196 el->el_line.lastchar, el->el_state.argument, cv__isWord);
220 el->el_line.lastchar, el->el_state.argument, cv__isword);
243 for (i = 0; i < el->el_state.argument; i++) {
339 c_delafter(el, el->el_state.argument);
463 el->el_line.lastchar, el->el_state.argument, cv__isWord);
487 el->el_line.lastchar, el->el_state.argument, cv__isword);
714 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0);
726 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument,
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dprintf-parse.c87 argument *memory; \
92 if (SIZE_MAX / sizeof (argument) < a_allocated) \
95 memory_size = a_allocated * sizeof (argument); \
109 /* Ambiguous type for positional argument. */ \
132 /* Test for positional argument. */
150 /* Positional argument 0. */
203 /* Test for positional argument. */
221 /* Positional argument 0. */
261 /* Test for positional argument. */
279 /* Positional argument
[all...]
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Diconv.c458 int iconvctl (iconv_t icd, int request, void* argument) argument
463 *(int *)argument =
470 *(int *)argument = cd->transliterate;
473 cd->transliterate = (*(const int *)argument ? 1 : 0);
476 *(int *)argument = cd->discard_ilseq;
479 cd->discard_ilseq = (*(const int *)argument ? 1 : 0);
482 if (argument != NULL) {
483 cd->hooks = *(const struct iconv_hooks *)argument;
491 if (argument != NULL) {
492 cd->fallbacks = *(const struct iconv_fallbacks *)argument;
[all...]
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_ipv6.c74 u_long command, void* argument);
153 u_long command, void* argument)
164 error = ifaddr_address(argument, (struct sockaddr *)&addr6, sizeof (addr6));
152 ppp_ipv6_ioctl(ifnet_t ifp, protocol_family_t protocol, u_long command, void* argument) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAbstractState.cpp64 if (m_variables.argument(i).m_currentKnownStructure.isNeitherClearNorTop()) {
91 Node* node = root->variablesAtHead.argument(i);
94 root->valuesAtHead.argument(i).makeTop();
100 root->valuesAtHead.argument(i).set(SpecInt32);
102 root->valuesAtHead.argument(i).set(SpecBoolean);
104 root->valuesAtHead.argument(i).set(SpecCell);
106 root->valuesAtHead.argument(i).makeTop();
108 root->valuesAtTail.argument(i).clear();
128 block->valuesAtHead.argument(i).clear();
129 block->valuesAtTail.argument(
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DTrace.pm331 See L</"Prototypes"> for description of the C<proto> argument.
338 See L</"Prototypes"> for description of the $proto argument.
346 See L</"Prototypes"> for description of the $proto argument.
359 The $proto argument to call() and mcall() can optionally provide a
361 to best format the argument lists and if there are I<in/out> or I<out>
379 input argument
383 output argument
387 both input and output argument
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm331 See L</"Prototypes"> for description of the C<proto> argument.
338 See L</"Prototypes"> for description of the $proto argument.
346 See L</"Prototypes"> for description of the $proto argument.
359 The $proto argument to call() and mcall() can optionally provide a
361 to best format the argument lists and if there are I<in/out> or I<out>
379 input argument
383 output argument
387 both input and output argument

Completed in 716 milliseconds

1234567891011>>