HomeSort by relevance Sort by last modified time
    Searched full:invocation (Results 51 - 75 of 1095) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/res/layout/
morse_code.xml 17 <!-- This activity exercises search invocation options -->
search_invoke.xml 17 <!-- This activity exercises search invocation options -->
31 <!-- Section: Invocation -->
  /external/chromium/testing/gmock/src/
gmock-cardinalities.cc 57 ss << "The invocation lower bound must be >= 0, "
61 ss << "The invocation upper bound must be >= 0, "
65 ss << "The invocation upper bound (" << max
66 << ") must be >= the invocation lower bound (" << min
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 1 //===-- CompilerInvocation.h - Compiler Invocation Helper Data --*- C++ -*-===//
42 /// This class is designed to represent an abstract "invocation" of the
85 /// CreateFromArgs - Create a compiler invocation from a list of input
88 /// \param Res [out] - The resulting invocation.
  /external/clang/lib/Lex/
MacroArgs.h 26 /// the formal arguments specified to a function-like macro invocation.
34 /// VarargsElided - True if this is a C99 style varargs macro invocation and
94 /// invocation.
99 /// invocation and there was no argument specified for the "..." argument. If
  /external/easymock/src/org/easymock/internal/
MockInvocationHandler.java 39 new Invocation(proxy, method, args));
  /external/guava/src/com/google/common/collect/
AbstractIterator.java 85 * <p>The initial invocation of {@link #hasNext()} or {@link #next()} calls
86 * this method, as does the first invocation of {@code hasNext} or {@code
92 * {@code hasNext} or {@code next} invocation that invoked this method. Any
104 * {@code peek()} invocation that invoked this method. Any further
  /external/icu4c/common/
mutex.cpp 84 /* If UCONFIG_NO_SERVICE, then there is no invocation of Mutex elsewhere in
  /external/javassist/src/main/javassist/tools/reflect/
Metaobject.java 192 * Is invoked when base-level method invocation is intercepted.
193 * This method simply executes the intercepted method invocation
217 * the invocation of initialize() in B is intercepted only once.
218 * The first invocation by the constructor in A is not intercepted.
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeContainer.java 31 * Returns a list of child elements active at the specified invocation.
  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 138 }, "The invocation lower bound must be >= 0");
193 }, "The invocation upper bound must be >= 0");
248 }, "The invocation lower bound must be >= 0, but is actually -1");
254 }, "The invocation upper bound must be >= 0, but is actually -2");
260 }, "The invocation upper bound (1) must be >= "
261 "the invocation lower bound (2)");
347 }, "The invocation lower bound must be >= 0");
  /external/bluetooth/glib/gobject/
gclosure.c 42 * convert the arguments for the invocation from #GValue<!-- -->s into
79 * and its parameters won't be freed until the invocation finishes.
233 * - i.e. callbacks can be removed/added during invocation
732 * @invocation_hint: a context-dependent invocation hint
    [all...]
gclosure.h 107 * @invocation_hint: the invocation hint given as the last argument
173 * - invocation of all inotifiers occours prior to fnotifiers
177 * - each notifier may only be removed before or during its invocation
178 * - reference counting may only happen prior to fnotify invocation
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target_unittest.mm 22 // We need a mechanism to clear the invocation handlers to break a
96 // mock creation. Clear out the invocation handlers of all
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 10 // Construct a compiler invocation object for command line driver arguments
26 /// createInvocationFromCommandLine - Construct a compiler invocation object for
  /external/mksh/src/
sh_flags.h 102 /* -s (invocation) parse stdin (pseudo non-standard) */
131 /* -c (invocation) execute specified command */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
match-003.js 25 * invocation of RegExp.prototype.exec.
47 // corresponding to the first element of the result of each matching invocation
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 196 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(param)); local
197 void* result = invocation->function(invocation->data);
211 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data)); local
215 HANDLE threadHandle = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)wtfThreadEntryPoint, invocation.get(), 0, (LPDWORD)&threadIdentifier);
217 HANDLE threadHandle = reinterpret_cast<HANDLE>(_beginthreadex(0, 0, wtfThreadEntryPoint, invocation.get(), 0, &threadIdentifier));
230 // The thread will take ownership of invocation.
231 invocation.leakPtr();
  /external/webkit/Source/WebKit/mac/Plugins/
WebJavaPlugIn.h 66 @param args The arguments to use with the method invocation.
75 @result The result of the method invocation.
  /libcore/luni/src/main/java/java/util/
Observable.java 24 * cause the invocation of the {@code update()} method of all registered
25 * Observers. The order of invocation is not specified. This implementation will
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT.S 8 * method invocation code, and use a flag to indicate that static
OP_INVOKE_DIRECT_JUMBO.S 7 * method invocation code, and use a flag to indicate that static
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT_JUMBO.S 7 * method invocation code, and use a flag to indicate that static
  /external/bluetooth/glib/docs/reference/gobject/
gobject-query.xml 33 <refsect1><title>Invocation</title>
  /external/chromium/chrome/browser/sync/
js_event_handler_list.h 55 // future invocation.

Completed in 879 milliseconds

1 23 4 5 6 7 8 91011>>