Searched refs:to (Results 101 - 125 of 148) sorted by relevance

123456

/frameworks/base/media/libstagefright/codecs/amrwbenc/build/eclair/
H A Dms.mk10 # ** Unless required by applicable law or agreed to in writing, software
/frameworks/base/media/tests/omxjpegdecoder/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/ex/common/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/libs/utils/
H A DVectorImpl.cpp10 * Unless required by applicable law or agreed to in writing, software
169 // for big arrays, it could be better to use mergesort
181 // we're going to have to modify the array...
385 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; variable
387 _do_move_forward(to, from, s);
435 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize;
436 _do_destroy(to, amount);
440 _do_move_backward(to, from, s);
H A DString16.cpp10 * Unless required by applicable law or agreed to in writing, software
224 // Convert the UTF32 codepoint to one or more UTF16 codepoints
330 LOG_ASSERT(buf, "Unable to allocate shared buffer");
344 LOG_ASSERT(buf, "Unable to allocate shared buffer");
485 printf("Insert in to %s: pos=%d, len=%d, myLen=%d, chrs=%s\n",
627 TextOutput& operator<<(TextOutput& to, const String16& val) argument
629 to << String8(val).string();
630 return to;
/frameworks/base/tools/aidl/
H A Daidl.cpp335 fprintf(stderr, "%s:%d attempt to redefine built in class %s\n",
344 fprintf(stderr, "%s:%d attempt to redefine %s as %s,\n",
500 // (nothing to check for PARCELABLE_TYPE)
516 fprintf(stderr,"%s:%d attempt to redefine method %s,\n",
565 "don't need to go in the Makefile.\n", filename,
580 /* we open the file in binary mode to ensure that the same output is
583 FILE* to = fopen(options.depFileName.c_str(), "wb"); local
584 if (to == NULL) {
594 fprintf(to, "%s: \\\n", options.outputFileName.c_str());
595 fprintf(to, "
[all...]
H A Dgenerate_java.cpp80 ctor->comment = "/** Construct the stub at attach it to the "
634 FILE* to; local
636 to = stdout;
638 /* open file in binary mode to ensure that the tool produces the
641 to = fopen(filename.c_str(), "wb");
642 if (to == NULL) {
643 fprintf(stderr, "unable to open %s for write\n", filename.c_str());
648 document->Write(to);
650 fclose(to);
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s10 @ ** Unless required by applicable law or agreed to in writing, software
49 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
82 STR r5, [sp, #-4] @ PUSH r5 to stack
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
53 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
82 @STR r5, [sp, #-4] @ PUSH r5 to stack
H A Dsyn_filt_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec68 // Hard to export to Java:
/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
H A DGLES10cHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
26 /* special calls implemented in Android's GLES wrapper used to more
H A DGLES11ExtcHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
26 /* special calls implemented in Android's GLES wrapper used to more
H A DGLES11cHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
26 /* special calls implemented in Android's GLES wrapper used to more
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java10 * Unless required by applicable law or agreed to in writing, software
36 * Register ValueSanitizers to customize the way individual
44 * // converts the '+' to a ' '. Then the string is sanitized, which
45 * // converts the ' ' to an '_'. (The ' ' is converted because the default
50 * There are several ways to create ValueSanitizers. In order of increasing
56 * <li>Subclass UrlQuerySanitizer.ValueSanitizer to define your own value
100 * A functor used to sanitize a single query value.
132 * Allow characters with character codes 128 to 255.
164 * Allow text to start with a script URL
170 * Mask with all fields set to O
[all...]
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs3 For each document available in translation, add an localized title to this TOC.
34 <!-- quick overview of what it's like to develop on Android -->
100 <span class="en">Binding to Data with AdapterView</span>
498 <span class="en">Preparing to Publish</span>
/frameworks/base/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp10 * Unless required by applicable law or agreed to in writing, software
121 LOGV("unable to instantiate video decoder.");
180 "to the video data.");
277 LOGV("unable to instantiate video track.");
287 LOGV("Software decoder failed to extract thumbnail, "
342 int to; member in struct:android::Map
365 mMetaData.add(kMap[i].to, String8(value));
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/
H A Ddoit.mk10 # ** Unless required by applicable law or agreed to in writing, software
H A Declair.mk10 # ** Unless required by applicable law or agreed to in writing, software
23 # control the version to release out
170 # where to place object files
/frameworks/base/media/libstagefright/colorconversion/
H A DColorConverter.cpp10 * Unless required by applicable law or agreed to in writing, software
25 OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to)
27 mDstFormat(to),
24 ColorConverter( OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to) argument
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java10 * Unless required by applicable law or agreed to in writing, software
78 static void migrate(RegistrantList to, RegistrantList from) { argument
81 to.add((Registrant) from.get(i));
106 // FIXME: we may need to provide this when data connectivity is lost
285 // FIXME: what to reply for SIP?
292 // FIXME: what to reply for SIP?
306 // FIXME: what to reply?
/frameworks/base/libs/binder/
H A DParcel.cpp10 * Unless required by applicable law or agreed to in writing, software
57 // XXX This can be made public if we want to provide
95 // intentionally blank -- nothing to do to acquire this, but we do
204 // XXX How to deal? In order to flatten the given binder,
205 // we need to probe it for information, which requires a primary
211 LOGE("Unable to unflatten Binder weak reference!");
303 // TODO: decide what to do about the possibility that this can
328 LOGV("setDataSize Setting data size of %p to
1171 print(TextOutput& to, uint32_t flags) const argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java10 * Unless required by applicable law or agreed to in writing, software
71 * Views which have been hidden or removed which need to be animated on
79 * Listener used to propagate events indicating when children are added
89 // The current transformation to apply on the child being drawn
118 // a child needs to be invalidated and FLAG_OPTIMIZE_INVALIDATE is set
130 // to clip it, even if FLAG_CLIP_TO_PADDING is set
137 // When set, this ViewGroup converts calls to invalidate(Rect) to invalidate() during a
143 // When set, the next call to drawChild() will clear mChildTransformation's matrix
153 * to ge
[all...]
/frameworks/base/include/utils/
H A DString16.h10 * Unless required by applicable law or agreed to in writing, software
42 // at a nul character and consider the strings to be different
43 // if the lengths are different (thus we need to supply the
52 // Convert UTF-8 to UTF-16 including surrogate pairs
142 TextOutput& operator<<(TextOutput& to, const String16& val);

Completed in 391 milliseconds

123456