/external/sfntly/cpp/src/sfntly/data/ |
byte_array.h | 97 // destination array has storage for the data copied. 101 // @param array the destination 108 // @param dstOffset the offset in the destination array to start copying to 109 // @param array the destination 119 // @param os the destination 124 // @param os the destination
|
/external/zlib/src/ |
CMakeLists.txt | 215 RUNTIME DESTINATION "${INSTALL_BIN_DIR}" 216 ARCHIVE DESTINATION "${INSTALL_LIB_DIR}" 217 LIBRARY DESTINATION "${INSTALL_LIB_DIR}" ) 220 install(FILES ${ZLIB_PUBLIC_HDRS} DESTINATION "${INSTALL_INC_DIR}") 223 install(FILES zlib.3 DESTINATION "${INSTALL_MAN_DIR}/man3") 226 install(FILES ${ZLIB_PC} DESTINATION "${INSTALL_PKGCONFIG_DIR}")
|
/frameworks/base/core/tests/coretests/src/android/net/ |
RouteInfoTest.java | 47 fail("Expected RuntimeException: destination and gateway null"); 50 // Null destination is default route. 75 public PatchedRouteInfo(LinkAddress destination, InetAddress gateway, String iface) { 76 super(destination, gateway, iface); 79 public boolean matches(InetAddress destination) { 80 return super.matches(destination);
|
/bionic/libc/arch-x86/string/ |
strcat.S | 26 pushl %edi /* push destination address */ 71 L2: popl %eax /* pop destination address */
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenPlugin.groovy | 37 def destination) { 42 outputDir = destination
|
/external/bison/src/ |
graphviz.h | 43 * \param destination id of the target node 49 void output_edge (int source, int destination, char const *label,
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_channel.proto | 19 // source and destination ids identify the origin and destination of the
|
/external/chromium_org/chrome/browser/printing/ |
print_job_manager.h | 29 // Sets the print destination to be set on the next print job. 30 void SetDestination(PrintDestinationInterface* destination);
|
print_view_manager.h | 35 // another destination. 36 // TODO(mad) Add an argument so we can pass the destination interface.
|
printer_query.h | 61 // Set a destination for the worker. 62 void SetWorkerDestination(PrintDestinationInterface* destination);
|
/external/chromium_org/chrome/browser/resources/app_list/ |
audio_manager.js | 63 this.audioProc_.connect(this.audioContext_.destination); 83 this.audioProc_.connect(this.audioContext_.destination);
|
/external/chromium_org/media/base/ |
multi_channel_resampler.h | 53 void ProvideInput(int channel, int frames, float* destination); 65 // the first channel points to the |destination| provided to ProvideInput().
|
/external/chromium_org/printing/ |
printing_context_mac.h | 64 // Sets the print job destination type as preview job. 65 // Returns true if the print job destination type is set.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/ |
spellcheck-paste-huge-text.html | 11 <textarea id="destination"> 87 dstNode = document.getElementById('destination');
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioFIFO.h | 44 // Consume |framesToConsume| frames of data from the FIFO and put them in |destination|. The 46 void consume(AudioBus* destination, size_t framesToConsume);
|
DownSampler.h | 45 // The destination buffer |destP| is of size sourceFramesToProcess / 2. 50 // Latency based on the destination sample-rate.
|
ZeroPole.cpp | 39 void ZeroPole::process(const float *source, float *destination, unsigned framesToProcess) 63 *destination++ = output2;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/ |
TransparencyWin.h | 69 // destination layer. 121 // larger or smaller depending on the destination size. 134 // Combines the source and destination bitmaps using the given mode. 140 // Returns the context for drawing into, which may be the destination 148 // Returns the input bounds translated into the destination space. This is 190 // The original transform from the destination context. 196 // The rectangle we're drawing in the destination's coordinate space 200 // Untransform this has no meaning, since the destination might not be a
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_importer_unittest.py | 57 importer = TestImporter(host, FAKE_SOURCE_DIR, FAKE_REPO_DIR, optparse.Values({"overwrite": False, 'destination': 'w3c'})) 71 importer = TestImporter(host, FAKE_SOURCE_DIR, FAKE_REPO_DIR, optparse.Values({"overwrite": False, 'destination': 'w3c'}))
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_blit.txt | 97 framebuffer is the destination for rendering operations, and the 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by 142 intersection of the destination buffers being written, which may include 144 depending on <mask>. Whether or not the source or destination regions are 149 and destination rectangle dimensions do not match, no copy is 155 destination rectangle specifies a negative dimension, the error 157 destination rectangles specify a negative dimension for the same 160 If the source and destination buffers are identical, and the 161 source and destination rectangles overlap, the result of the blit 179 destination color formats to not match [all...] |
/external/chromium_org/third_party/angle/samples/ |
build_samples.gyp | 97 'destination': '<(PRODUCT_DIR)', 114 'destination': '<(PRODUCT_DIR)',
|
/external/chromium_org/third_party/libva/va/ |
va_android.h | 59 * color space conversion and scaling to the destination 74 VARectangle *cliprects, /* client supplied destination clip list */
|
/external/chromium_org/third_party/mesa/src/bin/ |
minstall | 29 # install file(s) into destination 111 echo " install [-m mode] file [...] dest Install files in destination"
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 267 unittest::TestAllTypes destination; local 275 EXPECT_TRUE(destination.ParseFromString(data)); 276 TestUtil::ExpectAllFieldsSet(destination); 288 unittest::TestAllTypes destination; local 299 EXPECT_TRUE(destination.ParseFromString(data)); 300 TestUtil::ExpectAllFieldsSet(destination); 311 unittest::TestPackedTypes destination; local 319 EXPECT_TRUE(destination.ParseFromString(data)); 320 TestUtil::ExpectPackedFieldsSet(destination); 332 unittest::TestPackedTypes destination; local 350 unittest::TestAllExtensions destination; local 362 unittest::TestPackedExtensions destination; local [all...] |
/external/chromium_org/third_party/zlib/ |
uncompr.c | 12 Decompresses the source buffer into the destination buffer. sourceLen is 14 size of the destination buffer, which must be large enough to hold the
|