HomeSort by relevance Sort by last modified time
    Searched full:containing (Results 76 - 100 of 6163) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/Dialer/
proguard.flags 1 # Xml files containing onClick (menus and layouts) require that proguard not
  /prebuilts/sdk/renderscript/include/
rs_mesh.rsh 47 * containing index data
58 * @return allocation containing vertex data
64 * Returns an allocation containing index data or a null
69 * @return allocation containing index data
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 6 REM Note: when passing file names containing spaces to this script,
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /sdk/files/proguard/bin/
proguard.bat 7 rem issues with directories containing whitespaces.
proguardgui.bat 7 rem issues with directories containing whitespaces.
retrace.bat 7 rem issues with directories containing whitespaces.
  /libcore/luni/src/main/java/sun/misc/
Unsafe.java 134 * @param obj non-null; object containing the field
149 * @param obj non-null; object containing the field
164 * @param obj non-null; object containing the field
179 * @param obj non-null; object containing the field
189 * @param obj non-null; object containing the field
199 * @param obj non-null; object containing the field
209 * @param obj non-null; object containing the field
219 * @param obj non-null; object containing the field
229 * @param obj non-null; object containing the field
239 * @param obj non-null; object containing the fiel
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 39 /** filename containing list of methods to optimize */
42 /** filename containing list of methods <i>not</i> to optimize */
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_item.js 30 * This item's index in the containing list.
66 * This item's index in the containing list.
  /external/chromium/chrome/browser/ui/views/frame/
browser_bubble_host.h 23 // Invoked when the window containing the attached browser-bubbles is moved.
27 // To be called when the frame containing the BrowserBubbleHost is closing.
  /external/emma/
BUILD.txt 11 - cd into the directory containing build.xml and create a file
25 - From the directory containing build.xml, execute:
  /external/junit/src/org/junit/
Ignore.java 11 * Also, you can annotate a class containing test methods with <code>&#064;Ignore</code> and none of the containing
  /external/junit/src/org/junit/experimental/results/
ResultMatchers.java 50 description.appendText("has single failure containing " + string);
66 description.appendText("has failure containing " + string);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TrackReferenceBox.java 28 * This box provides a reference from the containing track to another track in the presentation. These references
29 * are typed. A 'hint' reference links from the containing hint track to the media data that it hints. A content
  /external/skia/tools/
skdiff_utils.h 34 /** Given an image filename, returns the name of the file containing
39 /** Given an image filename, returns the name of the file containing
  /external/webkit/LayoutTests/fast/dom/Node/
fragment-mutation-expected.txt 1 This test creates a fragment containing three elements: "B", "U", and "P", attempts to appendChild this fragment and studies effects of mutation events on the fragment.
9 This test creates a fragment containing three elements: "B", "U", and "P", attempts to insertBefore this fragment and studies effects of mutation events on the fragment.
  /frameworks/testing/androidtestlib/src/com/android/test/
BundleTest.java 23 * Implement this interface to receive a {@link Bundle} containing the command line arguments
35 * Called by Android test runner to pass in Bundle containing command line arguments.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
NativeLibInJarException.java 41 * Returns the {@link JarStatus} object containing the information about the libraries that
49 * Returns the name of the jar file containing the native libraries.
  /libcore/luni/src/main/java/java/util/
EnumSet.java 140 * Creates a new enum set, containing only the specified element. There are
147 * @return an enum set containing the specified element.
158 * Creates a new enum set, containing only the specified elements. There are
167 * @return an enum set containing the specified elements.
178 * Creates a new enum set, containing only the specified elements. There are
189 * @return an enum set containing the specified elements.
200 * Creates a new enum set, containing only the specified elements. There are
213 * @return an enum set containing the specified elements.
224 * Creates a new enum set, containing only the specified elements. There are
239 * @return an enum set containing the specified elements
    [all...]
  /external/kernel-headers/original/linux/
etherdevice.h 52 * @addr: Pointer to a six-byte array containing the Ethernet address
63 * @addr: Pointer to a six-byte array containing the Ethernet address
75 * @addr: Pointer to a six-byte array containing the Ethernet address
86 * @addr: Pointer to a six-byte array containing the Ethernet address
102 * @addr: Pointer to a six-byte array containing the Ethernet address
116 * @addr1: Pointer to a six-byte array containing the Ethernet address
117 * @addr2: Pointer other six-byte array containing the Ethernet address
  /device/generic/goldfish/camera/
CallbackNotifier.h 54 * This method is called by the containing emulated camera object when it is
64 * This method is called by the containing emulated camera object when it is
70 * This method is called by the containing emulated camera object when it is
76 * callback. This method is called by the containing emulated camera object
85 * This method is called by the containing emulated camera object when it is
97 * This method is called by the containing emulated camera object when it is
103 * This method is called by the containing emulated camera object when it is
109 * This method is called by the containing emulated camera object when it is
123 * This method is called by the containing emulated camera object when it is
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 48 * @param data An array of characters containing hexidecimal digits
49 * @return A byte array containing binary data decoded from
99 * @return A char[] containing hexidecimal characters
123 * @param array An array of character bytes containing hexidecimal digits
124 * @return A byte array containing binary data decoded from
141 * @param object A String or, an array of character bytes containing hexidecimal digits
142 * @return A byte array containing binary data decoded from
164 * @return A byte[] containing the bytes of the hexidecimal characters
178 * @return A char[] containing hexidecimal characters
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 28 * Creates a BroadcastNotifier containing an instance of LocalBroadcastManager.
43 * Uses LocalBroadcastManager to send an {@link Intent} containing {@code status}. The
65 * Uses LocalBroadcastManager to send an {@link String} containing a logcat message.

Completed in 809 milliseconds

1 2 34 5 6 7 8 91011>>