/external/linux-tools-perf/Documentation/ |
perf-bench.txt | 62 Be multi thread instead of multi process 82 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
|
/external/qemu/ |
uboot_image.h | 94 * "Multi-File Images" contain several images, typically an OS 101 * "Multi-File Images" start with a list of image sizes, each 122 #define IH_TYPE_MULTI 4 /* Multi-File Image */
|
/external/tcpdump/ |
smb.h | 47 #define SMBsendstrt 0xD5 /* send start of multi-block message */ 48 #define SMBsendend 0xD6 /* send end of multi-block message */ 49 #define SMBsendtxt 0xD7 /* send text of multi-block message */
|
/packages/apps/Mms/res/xml/ |
mms_config.xml | 60 <!-- If true, The text message over 160 characters will be sent in multi part. 62 via multi media message. --> 65 <!-- If enableMultipartSMS is true and smsToMmsTextThreshold > 1, then multi-part SMS messages
|
/system/core/toolbox/ |
ifconfig.c | 67 char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local 122 multi = (flags & IFF_MULTICAST) ? " multicast" : ""; 123 printf("%s%s%s%s%s%s]\n", updown, brdcst, loopbk, ppp, running, multi);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
J2SE-1.3.zip | |
/external/javassist/src/test/test/javassist/convert/ |
ArrayAccessReplaceTest.java | 290 private Foo[][][] multi; field in class:ArrayAccessReplaceTest.Simple 293 multi[0] = new Foo[0][0]; 294 multi[0][1] = new Foo[0]; 338 return multi[one][two][three]; 382 multi[one][two][three] = foo;
|
/external/junit/src/org/junit/ |
Assert.java | 160 * Object array or array of arrays (multi-dimensional array) with 163 * Object array or array of arrays (multi-dimensional array) with 178 * Object array or array of arrays (multi-dimensional array) with 181 * Object array or array of arrays (multi-dimensional array) with 408 * Object array or array of arrays (multi-dimensional array) with 411 * Object array or array of arrays (multi-dimensional array) with 680 * Object array or array of arrays (multi-dimensional array) with 683 * Object array or array of arrays (multi-dimensional array) with 700 * Object array or array of arrays (multi-dimensional array) with 703 * Object array or array of arrays (multi-dimensional array) wit [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 36 * particular type of emulation (such as sensors, multi-touch, etc.) 41 * and transfers sensor value changes from the device to the emulator. "Multi-touch" 42 * is a channel that supports multi-touch emulation, and transfers multi-touch 136 /** Name for a channel that handles multi-touch emulation */ 137 public static final String MULTITOUCH_CHANNEL = "multi-touch"; 166 /** Channel name ("sensors", "multi-touch", etc.) */ 371 * dependent on UI to handle the emulation. For instance, multi-touch emulation is 373 * multi-touch emulation this method is called when UI gets attached to the channel. 381 * Disables the emulation. Just the opposite to enable(). For multi-touch thi [all...] |
/external/srec/srec/Vocabulary/src/ |
Vocabulary.c | 211 ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* single, LCHAR* multi, size_t max_len) 218 for (*multi='\0'; *single; ++single) 220 LSTRCAT(multi, m[(int)*single]); 221 if (*(single+1)) LSTRCAT(multi, " "); 226 ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* multi, LCHAR* single) 235 if (!LSTRCMP(m[i], multi)) {
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeyboardStateMultiTouchTests.java | 272 // Multi touch input in manual shifted. 287 // Multi touch input in automatic upper case. 304 // Multi touch input in capitalize character mode. 321 // Multi touch shift chording input in manual shifted. 340 // Multi touch shift chording input in automatic upper case. 377 // Multi touch shift chording input in capitalize character mode.
|
/external/chromium/chrome/browser/autofill/ |
autofill_manager.h | 127 // respectively. The variant index is an index into the multi-valued item 224 // The |variant| parameter specifies which value in a multi-valued profile. 232 // The |variant| parameter specifies which value in a multi-valued profile.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
thread.html | 4 >Multi-threaded Programming</TITLE 81 >Chapter 12. Multi-threaded Programming</H1 208 when writing multi-threaded programs. Some good guidelines include:
|
/external/smack/src/org/jivesoftware/smackx/ |
ReportedData.java | 190 * <li>text-multi -> multiple lines of text entry 192 * <li>list-multi -> given a list of choices, pick one or more 199 * <li>jid-multi -> multiple entries for JIDs
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebIconDatabase.cpp | 158 // FIXME (Multi-WebProcess): We need to know which connection to send this message to. 173 // FIXME (Multi-WebProcess): We need to know which connection to send this message to. 253 // FIXME (Multi-WebProcess): We need to know which connection to send this message to.
|
/frameworks/base/docs/html/training/gestures/ |
multi.jd | 1 page.title=Handling Multi-Touch Gestures 44 <p>A multi-touch gesture is when multiple pointers (fingers) touch the screen 174 <p>For more discussion of multi-touch and some examples, see the lesson <a href="scale.html">Dragging and Scaling</a>.
|
/bionic/libc/include/sys/ |
atomics.h | 38 * multi-core devices. We now define them as inlined calls to
|
/bionic/libc/private/ |
bionic_atomic_x86.h | 20 * platform for a multi-core device.
|
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/res/values/ |
strings.xml | 21 <string name="multi_entry_title">Test multi-select type</string>
|
/developers/samples/android/input/multitouch/BasicMultitouch/ |
multitouch.jd | 7 For touch events, they contain an action, X and Y coordinates and other relevant information. Multi-touch screens can report multiple movement traces at the same time,
|
/development/ndk/platforms/android-3/include/sys/ |
atomics.h | 38 * multi-core devices. We now define them as inlined calls to
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Cube.java | 69 // Buffers with multi-byte datatypes (e.g., short, int, float)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
rule-methods.rb | 99 example "multi-valued rule return structures" do
|
/external/chromium/chrome/browser/ |
about_flags_unittest.cc | 284 // Tests multi-value type experiments. 286 // Initially, the first "deactivated" option of the multi experiment should 295 // Enable the 2nd choice of the multi-value. 308 // Disable the multi-value experiment.
|
/external/chromium/net/base/ |
directory_lister.h | 27 // is insulated from any of the multi-threading details.
|