HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 1151 - 1175 of 5294) sorted by null

<<41424344454647484950>>

  /external/clang/lib/CodeGen/
EHScopeStack.h 40 /// If null, LatestBranch points directly to the destination.
43 /// The ultimate destination of the branch.
47 llvm::BasicBlock *Destination;
49 /// The destination index value.
237 /// switch statement. The use points to the final destination.
  /external/icu/icu4c/source/common/unicode/
ucasemap.h 247 * The source string and the destination buffer must not overlap.
279 * The source string and the destination buffer must not overlap.
308 * The source string and the destination buffer must not overlap.
357 * The source string and the destination buffer must not overlap.
395 * The source string and the destination buffer must not overlap.
ushape.h 63 * By default, this means that the destination buffer may receive text with a
76 * @param dest The destination buffer that will receive the results of the
78 * <code>destSize</code> is 0. The source and destination must not
81 * @param destSize The size (capacity) of the destination buffer in UChars.
87 * then the result will always be written to the destination
93 * @return The number of UChars written to the destination buffer.
96 * the return value indicates the necessary destination buffer size.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiWriter.java 103 * RTL runs need to be copied to the destination in reverse order
110 * to the destination for this run.
128 * With none of the "complicated" options set, the destination
155 * Here, too, the destination
273 * the destination, according to the options.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 377 * Set the source node to be a symbolic link to the destination.
384 * Set the source node to be a symbolic link to the destination.
386 public void setSymlink(String sourcePath, Data destination) {
387 createChild(sourcePath).setSymlink(destination);
419 throw new NullPointerException("Invalid copy destination path");
  /external/libavc/decoder/
ih264d_format_conv.c 103 * by passion appropriate source and destination pointers and appropriate
367 * by passion appropriate source and destination pointers and appropriate
465 * by passion appropriate source and destination pointers and appropriate
572 * by passion appropriate source and destination pointers and appropriate
616 /* de-interleave U and V and copy to destination */
  /external/libnl/lib/route/
tc.c 433 * @arg dst Destination buffer of RTNL_TC_RTABLE_SIZE uint32_t[].
476 * @arg buf destination buffer
480 * form of \c MAJ:MIN and stores it in the specified destination buffer.
482 * @return The destination buffer or the type encoded in hexidecimal
505 * @arg res destination buffer
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 242 /// destination virtual register.
254 /// sets up the first operand as a destination virtual register.
294 /// does NOT take a destination register.
331 /// destination register.
341 /// operand as a destination virtual register.
  /external/llvm/lib/Target/XCore/
XCoreInstrFormats.td 60 // L3R with first operand as both a source and a destination.
169 // 2R with first operand as both a source and a destination.
195 // RUS with first operand as both a source and a destination and a bitp second
248 // L4R with 4th operand as both a source and a destination.
255 // L4R with 1st and 4th operand as both a source and a destination.
XCoreInstrInfo.cpp 60 /// the destination along with the FrameIndex of the loaded stack slot. If
178 /// the destination block.
180 /// an successor block, it sets TBB to be the branch destination block and a
185 /// block, it returns the 'true' destination in TBB, the 'false' destination
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h 82 * 1-6: destination register
83 * 7: destination register is fp16?? (use for outputs)
94 * 30: no destination
155 * is implemented simply by not writing to the relevant components of the destination.
178 //== Opcode / Destination selection ==
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 44 // its destination (source) state.
60 StateId state_id; // destination (source) state of open (close) paren
356 // Maps from open paren destination state to parenthesis ID.
376 // Adds an open parenthesis with destination state 'open_dest'.
386 // 'close_source' that balances an open_parenthesis with destination
  /external/toybox/toys/posix/
cp.c 10 USE_CP(NEWTOY(cp, "<2RHLPp"USE_CP_MORE("rdaslvnF(remove-destination)")"fi[-HLP"USE_CP_MORE("d")"]"USE_CP_MORE("[-ni]"), TOYFLAG_BIN))
23 -f delete destination files we can't write to
24 -F delete any existing destination file first (--remove-destination)
54 -f force copy by deleting destination file
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 338 // Fallback to the display destination
420 public void setSendDestination(final String destination) {
421 mSendDestination = destination;
424 public void setContactDestination(final String destination) {
425 mContactDestination = destination;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seqmid.h 62 * \brief set the explicit destination
64 * \param c destination client id
65 * \param p destination port id
78 * This macro sets the destination as the subscribers.
90 * This macro sets the destination as the broadcasting.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seqmid.h 62 * \brief set the explicit destination
64 * \param c destination client id
65 * \param p destination port id
78 * This macro sets the destination as the subscribers.
90 * This macro sets the destination as the broadcasting.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 363 * Returns the {@link IFile} handle to the destination file for a given aidl source file
367 * @param createFolders whether or not the parent folder of the destination should be created
370 * @return the handle to the destination file.
383 // remove the file name. This is now the destination folder.
412 * Creates the destination folder. Because
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 131 Object destination = getArguments().getDestination(); local
132 if (destination instanceof IPackageFragment) {
133 IPackageFragment packageFragment = (IPackageFragment) destination;
135 } else if (destination instanceof IResource) {
140 if (resource.equals(destination)) {
  /system/bt/stack/include/
pan_api.h 72 PAN_INVALID_DST_ROLE = BNEP_CONN_FAILED_DST_UUID, /* Connection failed wrong destination UUID */
333 ** is found based on the destination address and forwarded on it
337 ** Parameters: dst - MAC or BD Addr of the destination device
364 ** is found based on the destination address and forwarded on it
368 ** Parameters: dst - MAC or BD Addr of the destination device
  /external/ipsec-tools/src/racoon/
racoonctl.c 779 errx(1, "Cannot resolve destination address");
1107 "Destination Cookies Created";
1113 "Destination Cookies ST S V E Created Phase2";
1119 "Source Destination Cookies ST S V E Created Phase2";
1123 side stats source address destination address
1166 /* destination address */
1223 source address destination address
1227 "Source Destination ";
1231 source address destination address
1236 "Source Destination ";
    [all...]
  /external/pcre/dist/
CMakeLists.txt 868 RUNTIME DESTINATION bin
869 LIBRARY DESTINATION lib
870 ARCHIVE DESTINATION lib)
872 INSTALL(FILES ${PCRE_HEADERS} ${PCREPOSIX_HEADERS} DESTINATION include)
879 INSTALL(FILES ${PCRECPP_HEADERS} DESTINATION include)
891 INSTALL(FILES ${man1} DESTINATION man/man1)
892 INSTALL(FILES ${man3} DESTINATION man/man3)
893 INSTALL(FILES ${html} DESTINATION share/doc/pcre/html)
898 DESTINATION bin
902 DESTINATION bi
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 647 * @param destination target array
648 * @param offset destination offset to add value
652 * @return new destination array, destination if there was no new allocation
654 private static int[] addToIntArray(int[] destination, int offset, int destinationlength,
660 System.arraycopy(destination, 0, temp, 0, offset);
661 destination = temp;
663 destination[offset] = value;
664 return destination;
672 * @param destination target arra
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 44 /// This is a mapping from a source type to a destination type to use.
55 /// to an opaque struct in the destination module.
58 /// This is the set of opaque types in the destination modules who are
67 /// Indicate that the specified type in the destination module is conceptually
161 // type that we're mapping onto this destination type then we succeed. Keep
165 // We can only map one source type onto the opaque destination type.
463 /// destination module that is being linked to, if any.
470 // Otherwise see if we have a match in the destination module's symtab.
480 // Otherwise, we do in fact link to the destination global.
564 /// Link the function in the source module into the destination module i
    [all...]
  /external/libnl/lib/
addr.c 618 * @arg sa Destination sockaddr structure buffer.
718 * @arg host Destination buffer for host name.
719 * @arg hostlen Length of destination buffer.
822 * @arg buf Destination buffer.
823 * @arg size Size of destination buffer.
826 * the result in the specified destination buffer.
828 * @return Address represented in ASCII stored in destination buffer.
  /external/skia/experimental/iOSSampleApp/iPad/
MainWindow_iPad.xib 193 <reference key="destination" ref="250404236"/>
201 <reference key="destination" ref="62075450"/>
209 <reference key="destination" ref="143532475"/>
217 <reference key="destination" ref="714382558"/>
225 <reference key="destination" ref="659859393"/>
233 <reference key="destination" ref="714382558"/>
241 <reference key="destination" ref="143532475"/>

Completed in 2026 milliseconds

<<41424344454647484950>>