OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destination
(Results
951 - 975
of
3792
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s
42
;//
destination
pointed by (pDst) for horizontal interpolation.
145
;//
destination
pointed by (pDst) for vertical interpolation.
/frameworks/av/services/camera/libcameraservice/camera2/
JpegCompressor.cpp
200
ALOGV("%s: Setting
destination
to %p, size %d",
208
ALOGE("%s: JPEG
destination
buffer overflow!",
/frameworks/base/services/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java
88
private void installFile(File
destination
, BufferedInputStream stream, int length)
92
writeUpdate(updateDir,
destination
, Base64.decode(chunk, Base64.DEFAULT));
/frameworks/native/include/utils/
Unicode.h
111
* Converts a UTF-16 string to UTF-8. The
destination
buffer must be large
160
* Convert UTF-8 to UTF-16 including surrogate pairs. The
destination
buffer
/hardware/samsung_slsi/exynos5/include/
exynos_gscaler.h
182
* Set
destination
format.
284
* Set
destination
buffer
/ndk/build/tools/
gen-system-symbols.sh
65
dump "ERROR: Missing second parameter (
destination
directory path), see --help"
75
fail_panic "Could not create
destination
directory: $DSTDIR"
/ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh
178
# When -t is used, the
destination
is already specified.
179
# Otherwise, the last argument is the
destination
. Remove it from $@.
252
echo "$0: no
destination
specified." >&2
262
# If
destination
is a directory, append the input filename; won't work
482
# Rename the file to the real
destination
.
489
# Now remove or move aside any old file at
destination
location.
491
# systems and the
destination
file might be busy for other
505
# Now rename the file to the real
destination
.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictIOUtils.java
117
public static void writeDictionaryBinary(final OutputStream
destination
,
122
BinaryDictInputOutput.writeDictionaryBinary(
destination
, fusionDict, formatOptions);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
in.h
100
struct in_addr ipi_spec_dst; /* Routing
destination
address */
101
struct in_addr ipi_addr; /* Header
destination
address */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h
100
struct in_addr ipi_spec_dst; /* Routing
destination
address */
101
struct in_addr ipi_addr; /* Header
destination
address */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h
100
struct in_addr ipi_spec_dst; /* Routing
destination
address */
101
struct in_addr ipi_addr; /* Header
destination
address */
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipantTest.java
103
@NonNull String
destination
,
108
IFolder destinationFolder = project.getFolder(
destination
);
/sdk/eclipse/scripts/
collect_sources_for_sdk.py
59
The source and
destination
directories must already exist.
146
# Create
destination
directory based on package name then copy the
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java
183
public int compare(ViewNode.Property source, ViewNode.Property
destination
) {
184
return source.name.compareTo(
destination
.name);
/external/clang/test/Analysis/
string.c
293
strcpy(x, y); // expected-warning{{String copy function overflows
destination
buffer}}
332
stpcpy(x, y); // expected-warning{{String copy function overflows
destination
buffer}}
387
strcat(x, y); // expected-warning{{String copy function overflows
destination
buffer}}
393
strcat(x, y); // expected-warning{{String copy function overflows
destination
buffer}}
399
strcat(x, y); // expected-warning{{String copy function overflows
destination
buffer}}
479
strncpy(x, y, 5); // expected-warning{{Size argument is greater than the length of the
destination
buffer}}
485
strncpy(x, y, 5); // expected-warning{{Size argument is greater than the length of the
destination
buffer}}
494
strncpy(x, y, n); // expected-warning{{Size argument is greater than the length of the
destination
buffer}}
575
strncat(x, y, strlen(y)); // expected-warning{{Size argument is greater than the free space in the
destination
buffer}}
581
strncat(x, y, strlen(y)); // expected-warning{{Size argument is greater than the free space in the
destination
buffer}
[
all
...]
/external/bison/build-aux/
gnupload
47
--delete delete FILES from
destination
54
--to DEST specify one
destination
for FILES
205
echo "$0: Missing
destination
sites" >&2
307
# DEST
Destination
site;
308
# DESTDIR
Destination
directory;
/external/bluetooth/bluedroid/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/e2fsprogs/debugfs/
debugfs.8.in
393
.I rdump directory
destination
398
.I
destination
498
inodes without specifying a
destination
pathname, and then in a separate
501
command to link the inode to the
destination
pathname, or use
516
into the
destination
file.
/external/icu4c/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.
/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/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h
230
///
destination
virtual register.
242
/// sets up the first operand as a
destination
virtual register.
282
/// does NOT take a
destination
register.
319
///
destination
register.
329
/// 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
53
/// the
destination
along with the FrameIndex of the loaded stack slot. If
171
/// the
destination
block.
173
/// an successor block, it sets TBB to be the branch
destination
block and a
178
/// block, it returns the 'true'
destination
in TBB, the 'false'
destination
/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/webkit/Source/WebCore/webaudio/
AudioContext.cpp
125
// Create a new
destination
for offline rendering.
161
// This starts the audio thread. The
destination
node's provideInput() method will now be called repeatedly to render audio.
179
// We have to release our reference to the
destination
node before the context will ever be deleted since the
destination
node holds a reference to the context.
587
destination
()->startRendering();
Completed in 1501 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>