/frameworks/base/libs/binder/ |
Parcel.cpp | 1032 LOGV("Parcel %p looking for obj at %d, hint=%d\n", 1035 // Start at the current hint position, looking for an object at [all...] |
/frameworks/base/test-runner/src/android/test/ |
InstrumentationTestRunner.java | 606 private void reportEmmaError(String hint, Exception e) { 607 String msg = "Failed to generate emma coverage. " + hint; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 97 * a "*" to their UI name as a hint for the user.) If not null, must contains 131 * a "*" to its UI name as a hint for the user.) [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 688 public void dispatchDisplayHint(int hint) { 689 super.dispatchDisplayHint(hint); 693 children[i].dispatchDisplayHint(hint); [all...] |
/external/freetype/src/truetype/ |
ttgload.c | 707 /* Hint the glyph using the zone prepared by the caller. Note that */ [all...] |
/external/libpcap/ |
pcap-linux.c | 274 * NULL and "any" are special devices which give us the hint to [all...] |
/frameworks/base/core/java/android/hardware/ |
SensorManager.java | 687 * @param rate rate of events. This is only a hint to the system. events [all...] |
/dalvik/vm/interp/ |
Jit.c | 669 interpState->trace[currTraceRun].frag.hint = kJitHintNone; [all...] |
/external/bluetooth/glib/gobject/ |
gtype.h | [all...] |
/external/opencore/doc/oscl_html/ |
oscl__media__data_8h-source.html | 39 00041 <span class="comment">// virtual pointer allocate(size_t size, void *hint = 0) = 0;</span> 40 00042 <span class="keyword">virtual</span> <a class="code" href="classMemAllocator.html#s0">pointer</a> <a class="code" href="classMemAllocator.html#a0">allocate</a>(<span class="keywordtype">void</span> * hint = 0, <span class="keyword">const</span> <span class="keywordtype">int</span> num_reserved_frags = 1) = 0; [all...] |
/external/webkit/WebKit/chromium/src/ |
GraphicsContext3D.cpp | [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 564 * @param quality Hint to the compressor, 0-100. 0 meaning compress for 705 * This is meant as a drawing hint, as in some cases a bitmap that is known [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 54 * Broadcast intent, a hint for applications that audio is about to become [all...] |
/frameworks/base/core/res/res/values/ |
attrs.xml | 36 <!-- This is a hint for a solid color that can be used for caching 75 <!-- Inverse hint text color. --> 493 <!-- Color of hint text (displayed when the field is empty). --> [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AutoCompleteTextViewTest.java | 711 mAutoCompleteTextView.setCompletionHint("TEST HINT"); [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
keyfile.sgml | 841 whose value is string identifying the WM class or name hint of a
|
/external/e2fsprogs/e2fsck/ |
journal.c | 1003 * This function makes sure the superblock hint for the external
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 794 ext2_icount_t hint, ext2_icount_t *ret); [all...] |
/external/guava/src/com/google/common/collect/ |
Iterables.java | 410 * Hint: if you let A represent Iterable<? extends T> and B represent
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
get_adif_header.cpp | 419 * For implicit signalling, no hint that sbr or ps is used, so we need to
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
pvmf_downloadmanager_node.h | [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dtypes.h | 422 DWORD dwClip; /* Clipping hint */
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DTYPES.H | 422 DWORD dwClip; /* Clipping hint */
|
/external/skia/include/core/ |
SkPath.h | 173 /** Hint to the path to prepare for adding more points. This can allow the
|