/external/strace/ |
strace.spec | 122 - fix biarch printing of negative argument kill (#430585) 127 - fix futex argument decoding (#448628, #448629) 213 - fix x86_64 syscall argument extraction for 32-bit processes (#146093) 229 - fix clock_* and timer_* argument output (#131420)
|
/external/v8/src/ |
regexp.js | 103 // Both JSC and SpiderMonkey treat a missing pattern argument as the 395 // The array has the format of an "apply" argument for a replacement
|
/ndk/sources/host-tools/make-3.81/ |
configure | 795 # If the previous option needs an argument, assign it. 1152 as_fn_error "missing argument to $ac_option" [all...] |
/external/chromium_org/third_party/libxml/src/ |
configure | 1086 # If the previous option needs an argument, assign it. [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 335 % \onepageout takes a vbox as an argument. Note that \pagecontents 442 % Parse an argument, then pass it to #1. The argument is the rest of 444 % macro which expects an ordinary undelimited TeX argument. 488 % If a _delimited_ argument is enclosed in braces, they get stripped; so [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
AST.stg | 427 //<! need to call different adaptor.create*() methods depending of argument count !> 441 <! need to call different adaptor.create*() methods depending of argument count !>
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 288 * @return true if the next token matches the character argument. 323 * argument. 395 * argument. 576 * @throws RuntimeException if the b argument is false. 1188 error(XPATHErrorResources.ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL, null); //"boolean(...) argument is no longer optional with 19990709 XPath draft."); [all...] |
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 94 // Calls the function, assuming the last argument is a callback to be
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 469 // members which have previously been set, and one argument: 483 // Argument: 857 void AddArgument(const char* argument) { 858 args_.insert(args_.end() - 1, posix::StrDup(argument)); [all...] |
/external/chromium_org/chrome/browser/resources/ |
plugins.js | 6 * Takes the |pluginsData| input argument which represents data about the
|
/external/chromium_org/chrome_frame/ |
protocol_sink_wrap.cc | 708 (CTransaction_PatchInfo[1].stub_->argument()); 789 (CTransaction_PatchInfo[1].stub_->argument()); [all...] |
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
nacltest.js | 34 throw "Malformed argument key/value pair: '" + pairs[p] + "'"; 54 // default values should be provided for every argument. In some cases a test 524 // If an argument was passed, it is the body element for registering 805 // string as an argument
|
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | 507 // members which have previously been set, and one argument: 521 // Argument: [all...] |
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/ |
colorSuggestionPicker.js | 71 * @return {?string} An error message, or null if the argument has no errors.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorFileSystemAgent.cpp | 82 template<typename BaseCallback, typename Handler, typename Argument> 85 typedef bool (Handler::*HandlingMethod)(Argument); 92 virtual bool handleEvent(Argument argument) OVERRIDE 94 return (m_handler.get()->*m_handlingMethod)(argument); 109 template<typename Handler, typename Argument> 110 static PassRefPtr<CallbackDispatcher<BaseCallback, Handler, Argument> > create(Handler* handler, bool (Handler::*handlingMethod)(Argument)) 112 return CallbackDispatcher<BaseCallback, Handler, Argument>::create(PassRefPtr<Handler>(handler), handlingMethod);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CanvasProfileView.js | 455 var argument = call.arguments[i]; 458 this._createCallArgumentChild(callViewElement, argument)._argumentIndex = i; 485 var element = parentElement.createChild("span", "canvas-call-argument"); 519 var argumentElement = element.enclosingNodeOrSelfWithClass("canvas-call-argument"); [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 469 // members which have previously been set, and one argument: 483 // Argument: 857 void AddArgument(const char* argument) { 858 args_.insert(args_.end() - 1, posix::StrDup(argument)); [all...] |
/external/chromium_org/v8/test/mjsunit/ |
apply.js | 194 // Check correct handling of non-array argument lists.
|
array-constructor-feedback.js | 160 // If the argument isn't a smi, it bails out as well
|
const-redecl.js | 279 // argument is that "const k;" is equivalent to "const k = undefined;".
|
object-seal.js | 32 // Test that we throw an error if an object is not passed as argument.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.bat | 78 rem This label provides a place for the argument list loop to break out
|
/external/gtest/src/ |
gtest-death-test.cc | 469 // members which have previously been set, and one argument: 483 // Argument: 857 void AddArgument(const char* argument) { 858 args_.insert(args_.end() - 1, posix::StrDup(argument)); [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-death-test.cc | 469 // members which have previously been set, and one argument: 483 // Argument: 857 void AddArgument(const char* argument) { 858 args_.insert(args_.end() - 1, posix::StrDup(argument)); [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 20 selection of types; for more complex argument types, it is necessary to
|