/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlCharacterMatcherTest.java | 99 // other XML matchers is working
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 790 const char * working; member in class:Scanner 795 working--; // return the peeked character 803 working = src; 804 history = working; 819 history = working; // for debug 821 char c = *working++; 844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break; 929 working--; [all...] |
/cts/libs/vogar-expect/src/vogar/commands/ |
Command.java | 261 * Sets the working directory from which the command will be executed. 263 * remote devices (ie. via {@code adb shell}) require a local working
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.php | 6 Working file: .cvsignore //don't need to store, basename(rcs file), minus ,v? 32 ^Working\ file:\ (.+?$)\\n
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
AbstractTextureBlender.java | 142 case MTEX_BLEND_HUE: {// FIXME: not working well for image textures
176 case MTEX_BLEND_COLOR: {// FIXME: not working well for image
|
/external/srec/portable/src/ |
PANSIFileSystemImpl.c | 329 /* Set virtual current working directory to native current working directory */
|
/external/valgrind/main/coregrind/ |
pub_core_libcfile.h | 93 /* Record the process' working directory at startup. Is intended to 94 be called exactly once, at startup, before the working directory
|
/external/valgrind/main/docs/internals/ |
BIG_APP_NOTES.txt | 104 # in the likely event of even all that not working, go on to #go-oo 146 # 10.3 in order to get a build working
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 22 (absolute, not relative to working directory) path in order to allow 23 working directory to be changed. This can happen if wpa_supplicant is
|
/frameworks/base/tests/CoreTests/android/core/ |
SocketTest.java | 105 // Regression test for #876985: SO_REUSEADDR not working properly 252 // This test isn't working now, but really should work.
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentStatePagerAdapter.java | 38 * of pages, working more like a list view. When pages are not visible to 49 * and {@link #getCount()} to have a working adapter.
|
/ndk/sources/host-tools/sed-4.2.1/ |
bootstrap.sh | 12 auto-configure due to a lack of a working sed. If you are on 15 Regardless, once you get a working version of sed you really should
|
bootstrap.sh.in | 12 auto-configure due to a lack of a working sed. If you are on 15 Regardless, once you get a working version of sed you really should
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
regex.m4 | 33 AC_CACHE_CHECK([for working re_compile_pattern], 163 dnl When crosscompiling, assume it is not working.
|
/packages/apps/Calendar/src/com/android/calendar/ |
ContactsAsyncHelper.java | 180 // notify the thread to begin working 220 // notify the thread to begin working
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
DeferredFileOutputStream.java | 247 // we may only need to check if this is closed if we are working with a file
248 // but we should force the habit of closing wether we are working with
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
workstealing.h | 122 // Total number of threads currently working. 173 // This thread is currently working.
|
/external/jpeg/ |
jdphuff.c | 13 * into local working storage, and update them back to the permanent 65 /* These fields are NOT loaded into local working state. */ 309 /* Load up working state */ 379 /* Load up working state. 460 /* Load up working state */ 516 /* Load up working state */
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.h | 431 * must provide a working buffer to the socket in order to handle incoming data. This buffer 435 * The options and working buffer are not required if the socket is used as a listening socket, 441 * \param[in] psWorkingBuffer A working buffer to be used by the library. 451 * \retval NFCSTATUS_BUFFER_TOO_SMALL The working buffer is too small for the MIU and RW 542 * \param[in] psWorkingBuffer A working buffer to be used by the library. 551 * \retval NFCSTATUS_BUFFER_TOO_SMALL The working buffer is too small for the MIU and RW [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdphuff.c | 13 * into local working storage, and update them back to the permanent 65 /* These fields are NOT loaded into local working state. */ 313 /* Load up working state */ 383 /* Load up working state. 464 /* Load up working state */ 520 /* Load up working state */
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5BytestreamManager.java | 162 /* flag to enable/disable prioritization of last working proxy */
367 * Returns if the prioritization of the last working SOCKS5 proxy on successive SOCKS5
377 * Enable/disable the prioritization of the last working SOCKS5 proxy on successive SOCKS5
380 * @param proxyPrioritizationEnabled enable/disable the prioritization of the last working
452 // prioritize last working SOCKS5 proxy if exists
496 // remember last working SOCKS5 proxy to prioritize it for next request
|
/frameworks/base/core/java/android/app/ |
SearchDialog.java | 313 * Sets the search dialog to the 'working' state, which shows a working spinner in the 316 * @param working true to show spinner, false to hide spinner 318 public void setWorking(boolean working) { 319 mWorkingSpinner.setAlpha(working ? 255 : 0); 320 mWorkingSpinner.setVisible(working, false);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 66 * the the location of the project, working sets, etc. 346 * Returns the working sets to which the new project should be added. 348 * @return the selected working sets to which the new project should be added 355 * Sets the working sets to which the new project should be added. 357 * @param workingSets the initial selected working sets 596 // Sync working set data to the value object, since the WorkingSetGroup
|
/frameworks/base/docs/html/google/play/licensing/ |
setting-up.jd | 286 to a working directory outside of the SDK. You should then use the relocated 287 sources as your working set. If you are using a source-code management 288 system, add and track the sources that are in the working location rather 293 the older files. Moving your working library files to a safe location ensures 301 <h2>Working with library projects</h2> 326 <p>If you are working in Eclipse with ADT, you need to add the LVL to your 358 next section and start working with the library, as described in <a 386 working in Eclipse with ADT, you can add the LVL library project to your 407 <p>For more information about working with library projects, 666 <p>If you are part of a larger organization or are working with external group [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
accessory.jd | 29 <a href="#working-a">Working with accessories</a> 164 working with the USB accesory APIs. The <a href="#manifest-example">manifest and resource file 242 <h2 id="working-a">Working with Accessories</h2>
|