/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 128 // _S_copy_chars is a separate template to permit specialization
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_endian.h | 167 /* Separate into high and low 32-bit values and swap them */
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_endian.h | 167 /* Separate into high and low 32-bit values and swap them */
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_endian.h | 167 /* Separate into high and low 32-bit values and swap them */
|
/sdk/apps/SdkController/ |
Implementation.txt | 15 though as being separate tasks that the user wants to achieve, for example
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatReceiver.java | 54 * a separate thread. All logcat messages are then stored in a circular
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
XmlEditorMultiOutline.java | 42 * Outline used for XML editors that have multiple pages with separate outlines:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GlobalCanvasDragInfo.java | 40 * in a <em>separate</em> instance of Eclipse, the dragged FQCN won't be registered here
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiSeparatorAttributeNode.java | 36 * It is used to separate groups of attributes visually.
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
LocalSdkParserTest.java | 36 // a legacy armeabi system image (this is not a separate system image package)
|
/sdk/templates/activities/FullscreenActivity/root/src/app_package/util/ |
SystemUiHider.java.ftl | 13 * version of ndroid OS are supported. More specifically, there are separate
|
/tools/motodev/src/help/studio_help/src/topics/ |
t_activity-creating.dita | 62 item in the set. To select multiple separate intents, select the first item and then hold down the Control key
|
t_app-launching_android.dita | 53 >No</uicontrol>, the emulator will appear in a separate window.</cmd>
|
u_new-activity-template.dita | 74 then hold down the Shift key while selecting the last item in the set. To select multiple separate intents,
|
/tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/ |
PreflightingApplication.java | 120 // print empty line to separate
|
/external/oprofile/doc/ |
oprofile.xml | 608 Stop data collection (this separate step is not possible with 2.2 or 2.4 kernels). 693 <term><option>--separate=</option>[none,lib,kernel,thread,cpu,all]</term> 697 profile. However, you choose to create separate sample files by specifying 713 Note that <option>--separate=kernel</option> also turns on <option>--separate=lib</option>. 715 When using <option>--separate=kernel</option>, samples in hardware interrupts, soft-irqs, or other 725 Using <option>--separate=thread</option> creates a lot 753 <option>--separate=thread</option>. Note that if you are using 754 <option>--separate=lib</option> or 755 <option>--separate=kernel</option>, then if you specification a [all...] |
/external/clang/docs/ |
DriverInternals.html | 69 project, it is logically a separate tool which shares many of 283 the input files into two separate object files, where each 285 built for two separate architectures.</p> 338 compilation in order to interact with tools for separate 435 separate arguments, <tt>-g</tt>
|
/frameworks/base/docs/html/guide/components/ |
processes-and-threads.jd | 39 different components in your application to run in separate processes, and you can create additional 206 <p>The system does <em>not</em> create a separate thread for each instance of a component. All 241 that are not instantaneous, you should make sure to do them in separate threads ("background" or 244 <p>For example, below is some code for a click listener that downloads an image from a separate 293 <p>Now this implementation is thread-safe: the network operation is done from a separate thread
|
/external/oprofile/ |
ChangeLog-2003 | 544 * doc/opcontrol.1.in: better wording for --separate= 753 * gui/ui/oprof_start.base.ui: Fix reading of separate 993 * utils/opcontrol: share --separate-cpu/thread code now 1008 * dae/oprofiled.c: don't set cpu_number when !--separate=cpu 1040 * dae/oprofiled.c: add --separate-cpu and --separate-thread 1049 --separate=thread [all...] |
/external/jpeg/ |
structure.doc | 52 We feel that lossless JPEG is better handled by a separate library. 198 programming to separate out the different possibilities. 201 as two separate modules that present the same external interface; at runtime, 276 2. Data buffering control. A separate control module exists for each 346 separate component planes. Processes one pixel row at a time. 406 defined as separate objects in order to simplify application-specific 478 and change data layout from separate component planes to pixel-interleaved. [all...] |
/external/qemu/distrib/jpeg-6b/ |
structure.doc | 52 We feel that lossless JPEG is better handled by a separate library. 198 programming to separate out the different possibilities. 201 as two separate modules that present the same external interface; at runtime, 276 2. Data buffering control. A separate control module exists for each 346 separate component planes. Processes one pixel row at a time. 406 defined as separate objects in order to simplify application-specific 478 and change data layout from separate component planes to pixel-interleaved. [all...] |
/external/valgrind/main/callgrind/ |
dump.c | 1211 /* if we do not separate among threads, this gives all */ 1215 /* even if we do not separate among threads, [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 561 if (LOCAL_DEBUG) Log.d(LOG_TAG, "MmiCode 2: separate call "+ 563 mCT.separate(conn); 565 if (LOCAL_DEBUG) Log.d(LOG_TAG, "separate: invalid call index "+ 567 notifySuppServiceFailed(Phone.SuppService.SEPARATE); 571 "separate failed", e); 572 notifySuppServiceFailed(Phone.SuppService.SEPARATE); [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
EditEventHelperTest.java | 388 // This call has a separate unit test so we'll use it to simplify making the expected vals 436 // This call has a separate unit test so we'll use it to simplify making the expected vals 575 // This call has a separate unit test so we'll use it to simplify making the expected vals 683 // This has a separate test [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
GPL-LICENSE.txt | 116 and can be reasonably considered independent and separate works in 118 sections when you distribute them as separate works. But when you
|