HomeSort by relevance Sort by last modified time
    Searched full:wrapped (Results 201 - 225 of 1585) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 238 // Also note that Write may increase the refcount of "wrapped" deep in the
241 scoped_refptr<DependentIOBuffer> wrapped = new DependentIOBuffer( local
246 wrapped.get(),
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 163 TRACE_EVENT0("gpu", "CommandBufferHelper::InsertToken(wrapped)");
164 // we wrapped
181 if (token > token_) return; // we wrapped
  /external/chromium_org/tools/code_coverage/
example.croc 12 # * Dictionaries are wrapped in {}. Order does not matter. Entries are of
17 # * Lists are wrapped in []. Order does matter. Entries should be followed
21 # * Strings are wrapped in ''. Backslashes must be escaped ('foo\\bar', not
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 45 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
55 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
99 * @param buffer a byte array that will be wrapped with <code>ByteBuffer</code>.
  /cts/build/
test_gtest_package.mk 43 $(hide) echo Generating test description for wrapped native package $(PRIVATE_EXECUTABLE)
  /dalvik/vm/analysis/
VerifySubs.h 46 /* set the "in try" flag for sections of code wrapped with a "try" block */
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMConfigurationException.java 65 * @param e The exception to be wrapped in a DTMConfigurationException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamBlockCipher.java 17 * @param cipher the block cipher to be wrapped.
  /external/bzip2/
bzdiff 4 # Bzcmp/diff wrapped for bzip2,
bzgrep 3 # Bzgrep wrapped for bzip2,
  /external/chromium/chrome/common/
chrome_paths_internal.h 20 // Note that this cannot be wrapped in a preprocessor define since
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 37 * actions at the end, once all the wrapped callbacks have been invoked.
158 // This wrapped nop makes sure that the callbacks appended to the chain
159 // execute if nothing else was wrapped.
287 // Note that the |callbackChain| is only invoked if a callback is wrapped,
  /external/chromium_org/chrome/common/extensions/docs/server2/
object_store_creator.py 27 # with |store_type| should be wrapped e.g. with Caching. This is
  /external/chromium_org/chrome/installer/linux/common/
wrapper 7 # Let the wrapped binary know that it has been run through the wrapper.
  /external/chromium_org/chrome/renderer/resources/extensions/
last_error.js 68 * method won't work if the real callback has been wrapped (etc).
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 40 * should be a proper function body. It will be wrapped in a function and
  /external/chromium_org/content/renderer/
gin_browsertest.cc 65 // Test that garbage collection doesn't crash if a gin-wrapped object is
  /external/chromium_org/ios/consumer/base/
supports_user_data.cc 14 // the wrapped object and will delete it on destruction.
  /external/chromium_org/media/base/
multi_channel_resampler.h 64 // To avoid a memcpy() on the first channel we create a wrapped AudioBus where
  /external/chromium_org/third_party/libjingle/source/talk/base/
macasyncsocket.h 61 // Attaches the socket to the CFRunloop and sets the wrapped bsd socket
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_output_stream.h 44 // Note: The wrapped output stream is *NOT* reference counted (because it's
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_Sprite.cpp 51 // have wrapped the source bitmap inside a shader
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.h 63 // Update the texture wrapped by an image created with NewTexture. This
  /external/chromium_org/v8/test/mjsunit/regress/
regress-545.js 38 // Original bug report by Robert Swiecki (wrapped to not throw):
  /external/clang/include/clang/StaticAnalyzer/Core/
Analyses.def 33 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Plists", createPlistHTMLDiagnosticConsumer, true)

Completed in 1071 milliseconds

1 2 3 4 5 6 7 891011>>