/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_directory_operation.h | 45 // If |is_recursive| is true, the invocation creates parent directories as
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
callback_tracker.h | 45 // Invocation of the wrapped callback unregisters |callback| from
|
/external/chromium_org/chrome/browser/webdata/ |
web_intents_table.h | 30 // service_url URL for service invocation.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
downloads_custom_bindings.js | 23 console.error('Error: Invocation of form suggest(' + typeof(result) +
|
/external/chromium_org/components/web_modal/ |
single_web_contents_dialog_manager.h | 55 // will be deleted at the close of that invocation.
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_copy_texture_chromium.h | 48 // The attributes used during invocation of the extension.
|
/external/chromium_org/media/audio/ |
fake_audio_consumer.h | 39 // loop is not inside a ReadCB invocation. Safe to call multiple times. Must
|
/external/chromium_org/net/cookies/ |
cookie_store_test_callbacks.h | 21 // Asserts that the current thread is the expected invocation thread, sends a
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
srpc_client.h | 47 // Get the error status from that last method invocation
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderCounter.h | 68 // Outside the WebCore namespace for ease of invocation from gdb.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebGeolocationPermissionRequest.h | 41 // The underlying Geolocation object is guaranteed to be valid until the invocation of
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
Makefile.in | 68 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMReturnValueProvider.m | 29 @throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"Expected invocation with object return type. Did you mean to use andReturnValue: instead?" userInfo:nil];
|
/external/chromium_org/ui/wm/public/ |
drag_drop_delegate.h | 22 // drop session. This is immediately followed by an invocation of
|
/external/chromium_org/v8/test/webkit/fast/js/ |
Promise-exception.js | 36 testFailed('Unexpected invocation of onFulfilled');
|
/external/clang/include/clang/FrontendTool/ |
Utils.h | 23 /// compiler invocation object in the given compiler instance.
|
/external/clang/utils/ |
CaptureCmd | 15 4. Define CAPTURE_CMD_DIR to a directory to write invocation
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractStreamingHashFunction.java | 73 /** Number of bytes to be filled before process() invocation(s). */ 76 /** Number of bytes processed per process() invocation. */ 83 * @param chunkSize the number of bytes available per {@link #process(ByteBuffer)} invocation; 95 * @param chunkSize the number of bytes available per {@link #process(ByteBuffer)} invocation;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractService.java | 61 * invocation of this method should cause a call to {@link #notifyStarted()}, 63 * fails, the invocation should cause a call to {@link 73 * This method should be used to initiate service shutdown. The invocation 76 * invocation should cause a call to {@link #notifyFailed(Throwable)} instead.
|
/external/javassist/src/main/javassist/tools/reflect/ |
CannotInvokeException.java | 22 * Thrown when method invocation using the reflection API has thrown
|
/external/lldb/test/ |
dosep.ty | 10 # Command template of the invocation of the test driver.
|
/external/mockito/src/org/mockito/internal/invocation/ |
ArgumentsProcessor.java | 5 package org.mockito.internal.invocation;
|
/external/proguard/src/proguard/evaluation/ |
InvocationUnit.java | 30 * and it updates the stack for the invocation of a class member.
|
/external/proguard/src/proguard/gui/ |
SwingUtil.java | 28 * This utility class provides variants of the invocation method from the
|
/external/proguard/src/proguard/optimize/ |
TailRecursionSimplifier.java | 147 // Is it a method invocation? 207 // The invocation itself is no longer necessary. 236 * invocation can be treated as tail-recursive. 247 * Returns whether the method invocation can be treated as
|