HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 101 - 125 of 7124) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/tools/gyp/test/generator-output/copies/subdir/
subdir.gyp 12 'destination': 'copies-out',
24 'destination': '<(PRODUCT_DIR)/copies-out',
  /packages/apps/Gallery2/jni/filters/
gradient.c 22 char* destination = 0; local
33 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
40 int r = destination[RED];
42 destination[RED] = r;
46 int g = destination[GREEN];
48 destination[GREEN] = g;
52 int b = destination[BLUE];
54 destination[BLUE] = b;
saturated.c 21 char* destination = 0; local
22 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
36 int r = destination[RED];
37 int g = destination[GREEN];
38 int b = destination[BLUE];
48 destination[RED] = CLAMP(Rc);
49 destination[GREEN] = CLAMP(Gc);
50 destination[BLUE] = CLAMP(Bc);
vibrance.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
38 int r = destination[RED];
39 int g = destination[GREEN];
40 int b = destination[BLUE];
57 destination[RED] = CLAMP(Rc);
58 destination[GREEN] = CLAMP(Gc);
59 destination[BLUE] = CLAMP(Bc);
redeye.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
24 unsigned char * rgb = (unsigned char * )destination;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.d 9 # destination address are taken from the source address. So overflow
10 # occurs if the source and destination address do not have the same
  /external/gemmlowp/meta/generators/
neon_emitter.py 242 def EmitAdd(self, destination, source, param):
243 self.EmitOp3('add', destination, source, param)
245 def EmitSubs(self, destination, source, param):
246 self.EmitOp3('subs', destination, source, param)
248 def EmitSub(self, destination, source, param):
249 self.EmitOp3('sub', destination, source, param)
251 def EmitMul(self, destination, source, param):
252 self.EmitOp3('mul', destination, source, param)
272 def EmitVAdd(self, add_type, destination, source_1, source_2):
273 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2
    [all...]
  /external/clang/test/Sema/
warn-strlcpycat-size.c 22 strlcpy(s1, s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
23 strlcpy(s1, s3, strlen(s3)+1); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
24 strlcat(s2, s3, sizeof(s3)); // expected-warning {{size argument in 'strlcat' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
25 strlcpy(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
    [all...]
  /external/llvm/tools/msbuild/
CMakeLists.txt 43 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v100}" DESTINATION tools/msbuild/${platform})
44 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v110}" DESTINATION tools/msbuild/${platform})
45 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v110_xp}" DESTINATION tools/msbuild/${platform})
46 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v120}" DESTINATION tools/msbuild/${platform})
47 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v120_xp}" DESTINATION tools/msbuild/${platform})
48 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v140}" DESTINATION tools/msbuild/${platform})
49 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${platform}/${prop_file_v140_xp}" DESTINATION tools/msbuild/${platform})
51 install(FILES "Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsoft.Cpp.${platform}.LLVM-vs2010.targets")
52 install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsoft.Cpp.${platform}.LLVM-vs2012.targets")
53 install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsoft.Cpp.${platform}.LLVM-vs2012_xp.targets"
    [all...]
  /external/skia/src/animator/
SkMatrixParts.cpp 161 SK_MEMBER(destination, Rect),
170 source(nullptr), destination(nullptr) {
177 if (source == nullptr || destination == nullptr)
180 temp.setRectToRect(source->fRect, destination->fRect,
198 if (destination) {
199 SkDebugf("%*s<destination>\n", SkDisplayList::fIndent, "");
201 destination->dump(maker);
203 SkDebugf("%*s</destination>\n", SkDisplayList::fIndent, "");
214 SkASSERT(destination == nullptr);
215 return getMember("destination");
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactRequest.java 28 * A request object for contact images. ContactRequests have a destination because multiple
109 * include the destination. We need to put multiple ContactRequests in a set,
110 * but its implementations of equals() and hashcode() don't include the destination.
115 public final ContactDrawableInterface destination; field in class:ContactRequest.ContactRequestHolder
118 final ContactDrawableInterface destination) {
120 this.destination = destination;
139 if (destination != null ? !destination.equals(that.destination)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
CMakeLists.txt 51 INSTALL(TARGETS BulletSoftBody DESTINATION .)
53 INSTALL(TARGETS BulletSoftBody RUNTIME DESTINATION bin
54 LIBRARY DESTINATION lib${LIB_SUFFIX}
55 ARCHIVE DESTINATION lib${LIB_SUFFIX})
57 DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING PATTERN "*.h" PATTERN
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
CMakeLists.txt 55 INSTALL(TARGETS LinearMath DESTINATION .)
58 RUNTIME DESTINATION bin
59 LIBRARY DESTINATION lib${LIB_SUFFIX}
60 ARCHIVE DESTINATION lib${LIB_SUFFIX})
62 DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING PATTERN "*.h" PATTERN
  /frameworks/base/core/java/android/net/
RouteInfo.java 38 * <li>a destination {@link IpPrefix} specifying the network destinations covered by this route.
45 * Either the destination or the gateway may be {@code null}, but not both. If the
46 * destination and gateway are both specified, they must be of the same address family
51 * The IP destination address for this route.
88 * If destination is null, then gateway must be specified and the
94 * destination and gateway may not both be null.
96 * @param destination the destination prefix
102 public RouteInfo(IpPrefix destination, InetAddress gateway, String iface, int type) {
122 if (destination == null)
    [all...]
  /external/v8/src/compiler/
gap-resolver.cc 17 inline bool Blocks(MoveOperands* move, InstructionOperand destination) {
18 return move->Blocks(destination);
47 // Clear this move's destination to indicate a pending move. The actual
48 // destination is saved on the side.
50 InstructionOperand destination = move->destination(); local
55 // destination blocks this one so recursively perform all such moves.
57 if (other->Blocks(destination) && !other->IsPending()) {
63 // Since this move's destination is B and there is only a single incoming
72 // restore its destination
    [all...]
  /external/iptables/extensions/
libxt_udp.man 10 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
11 Destination port or port range specification.
13 \fB\-\-destination\-port\fP
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
CMakeLists.txt 26 INSTALL(TARGETS BulletWorldImporter DESTINATION .)
28 INSTALL(TARGETS BulletWorldImporter DESTINATION lib${LIB_SUFFIX})
30 DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING PATTERN "*.h" PATTERN
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.h 31 // Reads |samples| elements from source file to |destination|. Returns true
34 // The output |destination| must have the capacity to hold |samples| elements.
35 virtual bool Read(size_t samples, int16_t* destination);
45 // channels are identical. The output |destination| must have the capacity to
46 // hold samples * channels elements. Note that |source| and |destination| can
49 size_t channels, int16_t* destination);
  /frameworks/base/tools/layoutlib/bridge/
update_nav_icons.sh 40 destination="$BARS/v$CURRENT_API/$density/"
41 mkdir -p "$destination" # create if not present.
42 cp -v "$FB/packages/SystemUI/res/drawable-$density/$icon" "$destination"
47 destination="$BARS/v$CURRENT_API/ldrtl-$density/"
48 mkdir -p "$destination"
49 cp -v "$FB/packages/SystemUI/res/drawable-ldrtl-$density/$icon" "$destination"
  /system/weaved/buffet/
weave_error_conversion.h 27 std::unique_ptr<brillo::Error>* destination) {
30 ConvertError(*inner_error, destination);
34 destination,
42 std::unique_ptr<weave::Error>* destination) {
45 ConvertError(*inner_error, destination);
49 destination,
  /external/google-breakpad/src/common/windows/
string_utils-inl.h 73 // not fail if source is longer than destination_size. The destination
75 static void safe_wcscpy(wchar_t *destination, size_t destination_size,
80 // are longer than destination_size. The destination buffer is always
82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size,
105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination,
109 wcscpy_s(destination, destination_size, source);
112 // wcsncpy doesn't 0-terminate the destination buffer if the source string
113 // is longer than size. Ensure that the destination is 0-terminated.
114 wcsncpy(destination, source, destination_size);
115 if (destination && destination_size
    [all...]
  /external/opencv3/apps/annotation/
CMakeLists.txt 33 install(TARGETS ${the_target} RUNTIME DESTINATION ${OPENCV_BIN_INSTALL_PATH} CONFIGURATIONS Release COMPONENT dev)
36 install(TARGETS ${the_target} RUNTIME DESTINATION ${OPENCV_BIN_INSTALL_PATH} COMPONENT dev)
  /external/vogar/src/vogar/
HostFileCache.java 35 private void cp(File source, File destination) {
36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute();
39 throw new RuntimeException("Couldn't copy " + source + " to " + destination
44 private void mv(File source, File destination) {
45 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute();
48 throw new RuntimeException("Couldn't move " + source + " to " + destination
53 public void copyFromCache(String key, File destination) {
55 cp(cachedFile, destination);
  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 248 public void writeToParcel(Parcel destination, int flags) {
249 destination.writeParcelable(mPhoneAccount, 0);
250 destination.writeInt(mState);
251 destination.writeInt(mConnectionCapabilities);
252 destination.writeParcelable(mAddress, 0);
253 destination.writeInt(mAddressPresentation);
254 destination.writeString(mCallerDisplayName);
255 destination.writeInt(mCallerDisplayNamePresentation);
256 destination.writeStrongBinder(
258 destination.writeInt(mVideoState)
    [all...]
ParcelableCall.java 334 public void writeToParcel(Parcel destination, int flags) {
335 destination.writeString(mId);
336 destination.writeInt(mState);
337 destination.writeParcelable(mDisconnectCause, 0);
338 destination.writeList(mCannedSmsResponses);
339 destination.writeInt(mCapabilities);
340 destination.writeInt(mProperties);
341 destination.writeLong(mConnectTimeMillis);
342 destination.writeParcelable(mHandle, 0);
343 destination.writeInt(mHandlePresentation)
    [all...]

Completed in 1094 milliseconds

1 2 3 45 6 7 8 91011>>