HomeSort by relevance Sort by last modified time
    Searched full:separate (Results 651 - 675 of 6153) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/io/
PipedOutputStream.java 122 * Separate threads should be used to write to a {@code PipedOutputStream}
155 * Separate threads should be used to write to a {@code PipedOutputStream}
PipedWriter.java 127 * Separate threads should be used to write to a {@code PipedWriter} and to
166 * Separate threads should be used to write to a {@code PipedWriter} and to
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 102 // Writing the two halves of the surrogate pair in separate writes should work just fine.
105 // On the RI, writing the two halves of the surrogate pair in separate writes
  /packages/apps/Dialer/res/layout/
call_log_list_item.xml 37 <!-- Linear layout to separate the primary area containing the contact badge and caller
139 <!-- Thin vertical divider to visually separate the secondary action button -->
  /packages/apps/InCallUI/src/com/android/incallui/
CallCommandClient.java 90 Log.i(this, "separate Call: " + callId);
92 Log.e(this, "Cannot separate call; CallCommandService == null");
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 169 // Start separate thread to do the actual loading.
200 // Begin the loading. This will be done in a separate thread in WebView.
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 130 result.getConnection().separate();
134 Log.e(TAG, "Error trying to separate call.", e);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
README 81 To compile NEWLIB, you must build it in a directory separate from
85 you to generate each configuration in a separate subdirectory.
97 For example, with version 2.0.0, you can build NEWLIB in a separate
119 as `newlib-2.0.0' (or in a separate configured directory configured with
122 When you have multiple hosts or targets configured in separate
210 Use this option to make configurations in directories separate
213 in separate directories. `configure' writes configuration
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 499 * \par Special case for separate stencil
501 * When wrapping a depthstencil texture that uses separate stencil, this
716 /* For true packed depth/stencil (not faked on prefers-separate-stencil
731 DBG("separate stencil unsupported\n");
735 DBG("separate stencil is %s instead of S8\n",
740 /* Before Gen7, separate depth and stencil buffers can be used
746 DBG("separate stencil without HiZ\n");
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 499 * \par Special case for separate stencil
501 * When wrapping a depthstencil texture that uses separate stencil, this
716 /* For true packed depth/stencil (not faked on prefers-separate-stencil
731 DBG("separate stencil unsupported\n");
735 DBG("separate stencil is %s instead of S8\n",
740 /* Before Gen7, separate depth and stencil buffers can be used
746 DBG("separate stencil without HiZ\n");
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
175 C2D_COLOR_FORMAT_410_Y_U_V = 170, /* planar, Y + U + V separate */
176 C2D_COLOR_FORMAT_411_Y_U_V = 171, /* planar, Y + U + V separate */
177 C2D_COLOR_FORMAT_420_Y_V_U = 172, /* planar, Y + V + U separate */
178 C2D_COLOR_FORMAT_420_Y_U_V = 173, /* planar, Y + U + V separate */
179 C2D_COLOR_FORMAT_422_Y_U_V = 174, /* planar, Y + U + V separate */
180 C2D_COLOR_FORMAT_444_Y_U_V = 175, /* planar, Y + U + V separate */
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
175 C2D_COLOR_FORMAT_410_Y_U_V = 170, /* planar, Y + U + V separate */
176 C2D_COLOR_FORMAT_411_Y_U_V = 171, /* planar, Y + U + V separate */
177 C2D_COLOR_FORMAT_420_Y_V_U = 172, /* planar, Y + V + U separate */
178 C2D_COLOR_FORMAT_420_Y_U_V = 173, /* planar, Y + U + V separate */
179 C2D_COLOR_FORMAT_422_Y_U_V = 174, /* planar, Y + U + V separate */
180 C2D_COLOR_FORMAT_444_Y_U_V = 175, /* planar, Y + U + V separate */
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 140 * between Y,U,V channels are used to describe separate planes for
175 C2D_COLOR_FORMAT_410_Y_U_V = 170, /* planar, Y + U + V separate */
176 C2D_COLOR_FORMAT_411_Y_U_V = 171, /* planar, Y + U + V separate */
177 C2D_COLOR_FORMAT_420_Y_V_U = 172, /* planar, Y + V + U separate */
178 C2D_COLOR_FORMAT_420_Y_U_V = 173, /* planar, Y + U + V separate */
179 C2D_COLOR_FORMAT_422_Y_U_V = 174, /* planar, Y + U + V separate */
180 C2D_COLOR_FORMAT_444_Y_U_V = 175, /* planar, Y + U + V separate */
    [all...]
  /frameworks/base/docs/html/guide/practices/
tablets-and-handsets.jd 55 android.app.Fragment} APIs. Fragments allow you to separate distinct behavioral components of your
56 UI into separate parts, which you can then combine to create multi-pane layouts when running on a
57 tablet or place in separate activities when running on a handset. Android 3.0 also introduced
171 components should appear on separate screens&mdash;selecting an article from a list changes the
182 one activity; on a handset, use separate activities to host each fragment. For example,
203 <p>This guide focuses on the second option, in which you display each fragment in a separate
210 both handsets and tablets when using separate activities for the handset design:</p>
408 and the tabs appear in a separate row (the stacked action bar). On the tablet, more action items can
420 you enable split action bar, a separate bar appears at the bottom of the screen to
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 233 // On X11, files are passed by URL and aren't separate.
239 // On X11, files are passed by URL and aren't separate.
276 // On X11, files are passed by URL and aren't separate.
  /external/dexmaker/javadoc/
help-doc.html 104 Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
117 Each annotation type has its own separate page with the following sections:<UL>
126 Each enum has its own separate page with the following sections:<UL>
  /external/jsr305/javadoc/
help-doc.html 100 Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
113 Each annotation type has its own separate page with the following sections:<UL>
122 Each enum has its own separate page with the following sections:<UL>
  /frameworks/base/docs/html/training/activity-testing/
activity-basic-testing.jd 46 Make sure to put your tests in a separate package, distinct from the code under
76 the code for test initialization and clean up separate from the tests methods.
189 an underscore to separate what is being tested from the specific case being
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 57 visible and the user's focus is in a separate activity (or an entirely separate app).</p>
95 separate thread but that's too complicated to show here. -->
  /frameworks/base/location/java/android/location/
Geocoder.java 106 * correct. It may be useful to call this method from a thread separate from your
156 * correct. It may be useful to call this method from a thread separate from your
202 * correct. It may be useful to call this method from a thread separate from your
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 151 fprintf(out, _(" -s, --separate\n\
152 consider files as separate rather than as a single continuous\n\
195 {"separate", 0, NULL, 's'},
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 35 * Tcp communication runs in a separate thread,
  /cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java 148 public static String separate(Collection<? extends Object> elements, method in class:ModelUtil
  /dalvik/vm/
UtfString.h 29 * for InlineNative.c. Not really worth creating a separate header.)
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 50 * Opcode handler framing macros. Here, each opcode is a separate function

Completed in 978 milliseconds

<<21222324252627282930>>