HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 501 - 525 of 1097) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 2 * Copyright (C) 2012 The Android Open Source Project
171 String source = type.getSource(); local
174 String doc = source.substring(start, start + length);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 2 * Copyright (C) 2011 The Android Open Source Project
104 String source = null; local
109 source = type.getSource();
116 if (source != null) {
121 if (source.contains("extends ListFragment")) { //$NON-NLS-1$
128 index = source.indexOf(R_LAYOUT_RESOURCE_PREFIX, index);
134 while (end < source.length()) {
135 char c = source.charAt(end);
142 String title = source.substring(index, end);
146 if (index > len && source.startsWith(ANDROID_R_PREFIX, index - len))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 2 * Copyright (C) 2011 The Android Open Source Project
158 Object source = e.getSource(); local
159 if (source == mExistingRadioButton) {
164 } else if (source == mCurrentRadioButton) {
  /system/core/adb/
usb_linux_client.c 2 * Copyright (C) 2007 The Android Open Source Project
54 int bulk_out; /* "out" from the host's perspective => source for adbd */
62 struct usb_endpoint_descriptor_no_audio source; member in struct:__anon43822::__anon43823
83 .source = {
84 .bLength = sizeof(descriptors.fs_descs.source),
109 .source = {
110 .bLength = sizeof(descriptors.hs_descs.source),
420 D("[ kick: source (fd=%d) clear halt failed (%d) ]", h->bulk_in, errno);
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /ndk/build/core/
definitions.mk 1 # Copyright (C) 2009 The Android Open Source Project
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 2 * Copyright (C) 2008 The Android Open Source Project
137 InputStream source = null; local
141 source = mResources.openRawResource(R.raw.testimage);
145 for (int len = source.read(buffer); len >= 0; len = source.read(buffer)) {
153 if (source != null) {
154 source.close();
BitmapDrawableTest.java 2 * Copyright (C) 2008 The Android Open Source Project
95 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
96 BitmapDrawable bitmapDrawable = new BitmapDrawable(source);
111 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
112 BitmapDrawable bitmapDrawable = new BitmapDrawable(source);
124 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
125 BitmapDrawable bitmapDrawable = new BitmapDrawable(source);
137 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
138 BitmapDrawable bitmapDrawable = new BitmapDrawable(source);
151 InputStream source = mContext.getResources().openRawResource(R.raw.testimage) local
191 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
210 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
230 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
248 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
263 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
287 InputStream source = mContext.getResources().openRawResource(R.drawable.size_48x48); local
307 InputStream source = mContext.getResources().openRawResource(R.drawable.size_48x48); local
374 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 2 * Copyright (C) 2008 The Android Open Source Project
72 InputStream source = null; local
76 source = mActivity.getResources().openRawResource(resid);
80 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
87 if (source != null) {
88 source.close();
RemoteViewsTest.java 2 * Copyright (C) 2008 The Android Open Source Project
583 InputStream source = null; local
587 source = mActivity.getResources().openRawResource(resid);
591 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
596 if (source != null) {
597 source.close();
SimpleCursorAdapterTest.java 2 * Copyright (C) 2008 The Android Open Source Project
410 InputStream source = null; local
414 source = context.getResources().openRawResource(resId);
418 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
425 if (source != null) {
426 source.close();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 25 * file that came with this source. At a minimum, the lexer should work on a
32 * <li> include this source file in an html page via
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
169 /** token style for embedded source. */
368 } else if (/[a-z]/i.test(regex.source.replace(
483 var parts = regex.source.match(
677 * @return {Object} source code and extracted tags.
739 return { source: sourceBuf.join(''), tags: extractedTags };
755 * @param {number} basePos the index of sourceCode within the chunk of source
761 source: sourceCode
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 25 * file that came with this source. At a minimum, the lexer should work on a
32 * <li> include this source file in an html page via
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
169 /** token style for embedded source. */
368 } else if (/[a-z]/i.test(regex.source.replace(
483 var parts = regex.source.match(
677 * @return {Object} source code and extracted tags.
739 return { source: sourceBuf.join(''), tags: extractedTags };
755 * @param {number} basePos the index of sourceCode within the chunk of source
761 source: sourceCode
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 2 * Copyright (C) 2009 The Android Open Source Project
342 JavaSource source = new JavaSource("E", "public enum E { A,B; public static final E C = null; }"); local
343 DexFile dexFile = javaToDexUtil.getFrom(source);
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 2 * Copyright (C) 2007 The Android Open Source Project
203 RegisterSpec source = sources.get(i); local
207 predBlock.addMoveToEnd(result, source);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 91 char[][] source = new char[][] { { 'H', 'e', 'l', 'l', 'o' }, local
94 System.arraycopy(source, 0, dest, 0, dest.length);
95 assertTrue("Invalid copy 2", dest[0] == source[0]
96 && dest[1] == source[1]);

Completed in 2245 milliseconds

<<21222324252627282930>>