/packages/apps/Calculator/res/values-uk/ |
strings.xml | 70 <!-- Menu item text to take user to the screen with the basic digits and operators. --> 72 <!-- Menu item text to take user to the screen with the advanced functions, such as sin, cos, ln, log, etc. -->
|
/packages/apps/Email/tests/src/com/android/exchange/ |
CalendarSyncEnablerTest.java | 146 * Unfortunately setSyncAutomatically() doesn't take effect immediately, so we skip this 153 // It's very unfortunate that setSyncAutomatically doesn't take effect immediately.
|
/packages/apps/IM/src/com/android/im/service/ |
ChatSessionManagerAdapter.java | 162 // The RemoteCallbackList will take care of removing the 176 // The RemoteCallbackList will take care of removing the
|
ImConnectionAdapter.java | 408 // The RemoteCallbackList will take care of removing the 424 // The RemoteCallbackList will take care of removing the 438 // The RemoteCallbackList will take care of removing the
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
hashtab.h | 79 /* Memory allocation and deallocation; variants which take an extra 134 /* Alternate allocate/free functions, which take an extra argument. */
|
/system/core/libpixelflinger/tinyutils/ |
VectorImpl.h | 93 // take care of FBC... 153 // take care of FBC...
|
/external/kernel-headers/original/linux/ |
jiffies.h | 71 * but that can only take up to, say, 4-byte variables. jiffies being part of 153 * up the operands so they take more bits (more precision, less 176 * which should take the result back to 32-bits. We want this expansion 186 * which, buy the way, it can do, but it take more code and at least 2 240 #else /* take care of overflow on 64 bits machines */
|
/frameworks/base/docs/html/resources/articles/ |
wikinotes-intents.jd | 71 <p>Using the above workflow, let's take a look at exactly how the process 111 <p>In particular, take a look at the two lines:</p> 141 class</a> (about halfway through the file). Take a quick look at this. The key 171 MIME type. Take a look in the the 236 take a look at the Activity threads in the WikiNotes application while
|
/external/webkit/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | 852 LOG_ASSERT(pFrame, "nativeCallPolicyFunction must take a valid frame pointer!"); 854 LOG_ASSERT(pFunc, "nativeCallPolicyFunction must take a valid function pointer!"); [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 55 * used. When a put notices that it has enabled at least one take, 84 /** Lock held by take, poll, etc */ 97 * Signals a waiting take. Called only from put/offer (which do not 111 * Signals a waiting put. Called only from take/poll. 237 // Note: convention in all put/take/etc is to preset 350 public E take() throws InterruptedException { method in class:LinkedBlockingQueue 684 * still have it to return even if lost race with a take etc.
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex1.jd | 84 <p>Take a look at the <code>NotesDbAdapter</code> class — this class is provided to 119 Having these all <code>null</code> means we want all data, need no grouping, and will take the default 144 take over the whole screen and provide a list of notes.</p> 158 take a look at it. (You may have to 289 <p>Take a look through the existing code in <code>Notepadv1</code> class. 421 used to identify the menu item). We can detect this, and take the 489 can be used to take a List or Array of in-memory data and bind it in to 507 <p>This is a bigger chunk of code, so let's first take a look at it:</p> 529 <code>startManagingCursor()</code> that allows Android to take care of the
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex1.jd | 84 <p>Take a look at the <code>NotesDbAdapter</code> class — this class is provided to 119 Having these all <code>null</code> means we want all data, need no grouping, and will take the default 144 take over the whole screen and provide a list of notes.</p> 158 take a look at it. (You may have to 289 <p>Take a look through the existing code in <code>Notepadv1</code> class. 421 used to identify the menu item). We can detect this, and take the 489 can be used to take a List or Array of in-memory data and bind it in to 507 <p>This is a bigger chunk of code, so let's first take a look at it:</p> 529 <code>startManagingCursor()</code> that allows Android to take care of the
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/ |
CharsetDecoderICU.java | 289 // BEGIN android-changed: take arrayOffset into account 311 // BEGIN android-changed: take arrayOffset into account 338 // BEGIN android-changed: take arrayOffset into account
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
Buffer.java | 39 * take advantage of native memory APIs and it may not stay in the Java heap, 44 * required, then the callers are responsible to take care of the 148 * changes take place: the current position is reset back to the start of
|
/external/giflib/ |
gifalloc.c | 244 * Looks like AddExtensionBlock needs to take the int Function argument 245 * then it can take the place of this function. Right now people have to 404 * For the moment, the actual blocks can take their
|
/external/webkit/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 198 abortMsg("option `$option' does not take an argument") 420 Short options which do not take an argument can be grouped together. 421 Short options which do take an argument must be the last option in 442 <none> option does not take an argument 458 -a and --apple do not take arguments 461 -c and --charlie take an optional string argument 484 In the following examples, B<-i> and B<--int> take integer arguments, 485 B<-f> and B<--float> take floating point arguments, and B<-s> and 486 B<--string> take string arguments. All other options do not take a [all...] |
/external/webkit/WebCore/platform/graphics/openvg/ |
EGLDisplayOpenVG.cpp | 307 EGLint surfaceConfigId = m_surfaceConfigIds.take(surface); // take = get and remove 323 EGLContext context = m_contexts.take(surfaceConfigId);
|
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | 173 // that it will take into account the padding of all drawables specified in a 318 * <p>If the popup is showing, calling this method will take effect only 332 * <p>If the popup is showing, calling this method will take effect only 410 * <p>If the popup is showing, calling this method will take effect only 439 * <p>If the popup is showing, calling this method will take effect only 490 * <p>If the popup is showing, calling this method will take effect only 522 * <p>If the popup is showing, calling this method will take effect only 553 * <p>If the popup is showing, calling this method will take effect only 576 * <p>If the popup is showing, calling this method will take effect only 607 * <p>If the popup is showing, calling this method will take effect onl [all...] |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
utf8.h | 51 // 0 - single byte character. Take 7 bits (0xFF >> 1) 52 // 1 - error, in the middle of the character. Take 6 bits (0xFF >> 2) 54 // >2 - multibyte character. Take remaining bits, and get the next bytes.
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
Rfc822OutputTests.java | 147 // We'll take advantage of its parsing capabilities 181 // We'll take advantage of its parsing capabilities 224 // We'll take advantage of its parsing capabilities
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
ansidecl.h | 41 -- for functions which take a fixed number of arguments. Use this 55 -- for functions which take a variable number of arguments. Use 66 For writing functions which take variable numbers of arguments, we
|
/bionic/libc/stdio/ |
refill.c | 62 /* SysV does not make this test; take it out for compatibility */
|
/bionic/libm/man/ |
feenableexcept.3 | 65 applications can take appropriate action immediately without
|
remainder.3 | 94 But attempting to take the remainder when
|
sqrt.3 | 83 An attempt to take the
|