HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 151 - 175 of 5499) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/cmake/modules/
CMakeLists.txt 26 DESTINATION share/llvm/cmake)
29 DESTINATION share/llvm/cmake
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 51 private String destination; field in class:MessageLog
85 String destination,
96 this.destination = destination;
118 String destination,
129 this.destination = destination;
153 + destination
  /external/skia/src/opts/
SkMorphology_opts.h 12 * destination buffer, radius is the morphology radius, width and height are the bounds
13 * of the destination buffer (in pixels), and srcStride and dstStride are the
  /external/chromium/net/websockets/
websocket_throttle.h 34 // Puts |job| in |queue_| and queues for the destination addresses
36 // If other job is using the same destination address, set |job| waiting.
39 // Removes |job| from |queue_| and queues for the destination addresses
44 // every queue for the destination addresses of |socket|.
  /external/chromium_org/base/
task_runner_util_unittest.cc 20 void StoreValue(int* destination, int value) {
21 *destination = value;
24 void StoreDoubleValue(double* destination, double value) {
25 *destination = value;
task_runner.cc 20 explicit PostTaskAndReplyTaskRunner(TaskRunner* destination);
31 TaskRunner* destination) : destination_(destination) {
  /external/chromium_org/cloud_print/service/win/
service_utils.h 14 void CopyChromeSwitchesFromCurrentProcess(CommandLine* destination);
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_copy_texture.txt 47 destination texture. The level parameter must be 0 at present.
49 The internal format of the destination texture is converted to that
52 The format type of the destination texture is converted to that specified
69 destination texture, or if level 0 of the source texture is not defined.
  /external/chromium_org/media/base/android/
webaudio_media_codec_info.h 12 // create the necessary destination bus.
  /external/chromium_org/tools/gyp/test/escaping/colon/
test.gyp 14 'destination': '<(PRODUCT_DIR)/',
  /external/chromium_org/tools/gyp/test/mac/copy-dylib/
test.gyp 22 'destination': '<(PRODUCT_DIR)/Test App.app/Contents/Resources',
  /external/iptables/extensions/
libip6t_dst.man 1 This module matches the parameters in Destination Options header
libipt_MIRROR.man 2 and destination fields in the IP header and retransmits the packet.
  /external/llvm/test/CodeGen/Thumb2/
2010-12-03-AddSPNarrowing.ll 3 ; destination register is narrowed to tADDspi instead of tADDrSPi.
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEnUsInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 17 mov $buffer1, %rdi # set destination
26 mov $buffer1, %rdi # set destination
35 mov $buffer1, %rdi # set destination
39 mov $buffer1, %rdi # set destination
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 17 mov $buffer1, %edi # set destination
26 mov $buffer1, %edi # set destination
35 mov $buffer1, %edi # set destination
39 mov $buffer1, %edi # set destination
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
collate.js 13 * @param {!print_preview.DestinationStore} destinationStore Destination store
14 * used determine if a destination has the collate capability.
50 * @return {Object} Collate capability of the selected destination.
  /external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.cc 97 MirroringDestination* destination) {
100 DCHECK(destination);
110 sessions_.insert(std::make_pair(target, destination));
114 << " --> MirroringDestination@" << destination; local
117 session_it->second = destination;
122 << " --> MirroringDestination@" << destination; local
125 // Divert audio streams coming from |target| to |destination|. If streams
133 destination->AddInput(diverter->GetAudioParameters()));
139 MirroringDestination* destination) {
143 // Stop mirroring if there is an active session *and* the destination
152 << " --> MirroringDestination@" << destination; local
    [all...]
  /external/chromium_org/net/tools/gdig/
file_net_log.cc 15 FileNetLogObserver::FileNetLogObserver(FILE* destination)
16 : destination_(destination) {
17 DCHECK(destination != NULL);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioFIFO.cpp 46 void AudioFIFO::consume(AudioBus* destination, size_t framesToConsume)
48 bool isGood = destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFifo) && (destination->length() >= framesToConsume);
53 // Copy the requested number of samples to the destination.
62 float* destinationData = destination->channel(channelIndex)->mutableData();
67 && (part1Length <= destination->length())
68 && (part1Length + part2Length) <= destination->length());
99 float* destination = m_fifoAudioBus->channel(channelIndex)->mutableData(); local
110 memcpy(destination + m_writeIndex, source, part1Length * sizeof(*destination));
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator.h 29 // destination.
33 // Called on a destination file after copying or moving to the final
34 // destination. Suitable for running Anti-Virus checks.
  /external/clang/test/SemaCXX/
warn-bad-memaccess.cpp 29 // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
32 // expected-warning {{destination for this 'memset' call is a pointer to dynamic class}} \
36 // expected-warning{{destination for this 'memmove' call is a pointer to dynamic class 'struct X1'; vtable pointer will be overwritten}} \
42 // expected-warning{{destination for this 'memcpy' call is a pointer to dynamic class 'struct X1'; vtable pointer will be overwritten}} \
55 // expected-warning {{destination for this '__builtin_memset' call is a pointer to dynamic class}} \
58 // expected-warning {{destination for this '__builtin_memset' call is a pointer to dynamic class}} \
62 // expected-warning{{destination for this '__builtin_memmove' call is a pointer to dynamic class}} \
68 // expected-warning{{destination for this '__builtin_memcpy' call is a pointer to dynamic class}} \
75 // expected-warning {{destination for this '__builtin___memset_chk' call is a pointer to dynamic class}} \
78 // expected-warning {{destination for this '__builtin___memset_chk' call is a pointer to dynamic class}}
    [all...]
  /external/eigen/blas/
CMakeLists.txt 44 RUNTIME DESTINATION bin
45 LIBRARY DESTINATION lib
46 ARCHIVE DESTINATION lib)

Completed in 1700 milliseconds

1 2 3 4 5 67 8 91011>>