/packages/apps/Exchange/src/com/android/exchange/utility/ |
SimpleIcsWriter.java | 16 package com.android.exchange.utility; 18 import com.android.emailcommon.utility.Utility; 41 for (byte b : Utility.toUtf8(string)) { 47 && Utility.isFirstUtf8Byte(b)) { // Only wrappable if it's before the first byte 106 return Utility.fromUtf8(getBytes());
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
all.antlr3.runtime.net.build | 40 depends="clean, init, build.v3.runtime, build.v3.utility, copytobuilddir" 52 <nant buildfile="Sources/Antlr3.Utility/default.build" target="clean.vsnet" inheritall="true" /> 93 <target name="build.v3.utility" depends="init"> 94 <nant buildfile="Sources/Antlr3.Utility/default.build" target="build" inheritall="true" /> 102 <include name="Antlr3.Utility.dll" /> 103 <include name="Antlr3.Utility.xml" /> 108 <include name="Antlr3.Utility.pdb" /> 119 <include name="net-1.1/Antlr3.Utility.dll" /> 131 <include name="Antlr3.Utility.chm" /> 140 <include name="net-2.0/Antlr3.Utility.dll" / [all...] |
README.TXT | 34 2. Antlr3.Utility - the ANTLR v3.1 .NET Runtime Utility Library 44 2. Antlr3.Utility - Antlr3.Runtime.dll
|
/prebuilts/tools/common/freemarker/ |
src.zip | |
/frameworks/rs/cpp/ |
rsCppStructs.h | 657 * Utility function for returning an Element containing a single bool. 663 * Utility function for returning an Element containing a single unsigned char. 669 * Utility function for returning an Element containing a single signed char. 675 * Utility function for returning an Element containing a single unsigned short. 681 * Utility function for returning an Element containing a single signed short. 687 * Utility function for returning an Element containing a single unsigned int. 693 * Utility function for returning an Element containing a single signed int. 699 * Utility function for returning an Element containing a single unsigned long long. 705 * Utility function for returning an Element containing a single signed long long. 711 * Utility function for returning an Element containing a single float [all...] |
/external/chromium/chrome/browser/ |
utility_process_host.h | 25 // This class acts as the browser-side host to a utility child process. A 26 // utility process is a short-lived sandboxed process that is created to run 34 // An interface to be implemented by consumers of the utility process to 161 // Starts utility process in batch mode. Caller must call EndBatchMode() 162 // to finish the utility process. 165 // Ends the utility process. Must be called after StartBatchMode(). 188 // and the utility process will run until EndBatchMode().
|
/external/chromium_org/ppapi/ |
ppapi_sources.gypi | 372 # Utility sources. 373 'utility/completion_callback_factory.h', 374 'utility/completion_callback_factory_thread_traits.h', 375 'utility/graphics/paint_aggregator.cc', 376 'utility/graphics/paint_aggregator.h', 377 'utility/graphics/paint_manager.cc', 378 'utility/graphics/paint_manager.h', 379 'utility/threading/lock.cc', 380 'utility/threading/lock.h', 381 'utility/threading/simple_thread.cc' [all...] |
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker.h | 183 // Starts the utility process that unpacks our extension. 194 // Overwrites original manifest with safe result from utility process. 198 // Overwrites original files with safe results from utility process. 209 // ResourceDispatcherHost to pass to the utility process. 224 // Whether we've received a response from the utility process yet.
|
/external/chromium_org/mojo/public/utility/ |
run_loop.cc | 5 #include "mojo/public/utility/run_loop.h" 12 #include "mojo/public/utility/run_loop_handler.h" 13 #include "mojo/public/utility/thread_local.h" 16 namespace utility { namespace in namespace:mojo 205 } // namespace utility
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapStringTest.java | 22 import com.android.emailcommon.utility.Utility; 49 assertEquals("", Utility.fromAscii(IOUtils.toByteArray(ImapString.EMPTY.getAsStream()))); 65 assertEquals("AbcD", Utility.fromAscii(IOUtils.toByteArray(s.getAsStream()))); 147 assertEquals(content, Utility.fromAscii(IOUtils.toByteArray(s.getAsStream())));
|
/external/icu4c/common/ |
putilimp.h | 243 * Floating point utility to determine if a double is Not a Number (NaN). 248 * Floating point utility to determine if a double has an infinite value. 253 * Floating point utility to determine if a double has a positive infinite value. 258 * Floating point utility to determine if a double has a negative infinite value. 263 * Floating point utility that returns a Not a Number (NaN) value. 268 * Floating point utility that returns an infinite value. 274 * Floating point utility to truncate a double. 279 * Floating point utility to calculate the floor of a double. 284 * Floating point utility to calculate the ceiling of a double. 289 * Floating point utility to calculate the absolute value of a double [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
util.js | 6 * Namespace for utility functions. 61 * Utility function to invoke callback once for each entry in dirEntry. 85 * Utility function to resolve multiple directories with a single call.
|
/external/chromium/chrome/browser/sync/tools/ |
sync_listen_notifications.cc | 23 // This is a simple utility that initializes a sync notifier and 81 // email and password and passes that in to this utility. 88 "utility.\n",
|
/external/chromium_org/chrome/browser/local_discovery/ |
service_discovery_host_client.h | 33 // utility process. 40 // Starts utility process with ServiceDiscoveryClient. 43 // Shutdowns utility process.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
picasa_data_provider.h | 75 // Kicks off utility processes needed to fulfill any pending callbacks. 103 // Stores the "live" in-flight utility processes. Callbacks from other 104 // (older) utility processes are stale and ignored. Only one of these at a
|
/external/libsepol/tests/ |
test-common.h | 34 * This is a utility function to test for the symbol's presence in the global symbol table, 62 * This is a utility function to test whether the type set associated with a role in a specific 73 * This is a utility function to test whether the type set associated with an attribute in a specific
|
/external/speex/libspeex/ |
kiss_fft.h | 15 -- a utility that will handle the caching of fft objects 18 -- a command-line utility to perform ffts 19 -- a command-line utility to perform fast-convolution filtering
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
ChunkHandler.java | 75 * Utility function to wrap a ByteBuffer around a Chunk. 87 * Utility function to copy a String out of a ByteBuffer. 100 * Utility function to copy a String into a ByteBuffer.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Device.java | 23 import com.android.emailcommon.utility.Utility; 112 return Utility.getSmallHash(deviceId);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapTempFileLiteral.java | 22 import com.android.emailcommon.utility.Utility; 95 return Utility.fromAscii(bytes);
|
/packages/apps/Email/src/com/android/email/service/ |
ImapTempFileLiteral.java | 25 import com.android.emailcommon.utility.Utility; 98 return Utility.fromAscii(bytes);
|
/external/blktrace/doc/ |
btreplay.8 | 16 record and replay IOs captured by the \fIblktrace\fR utility. Attempts 21 The \fIblktrace\fR utility provides the ability to collect detailed 46 utility (thus saving all traces over the complete workload). 50 \fIblktrace\fR using the \fIbtrecord\fR utility. This will parse 56 files to be processed, you can run the \fIbtreplay\fR utility which 158 The utility allows for multiple \fI-M\fR options to be
|
/packages/apps/Email/ |
proguard.flags | 25 -keepclasseswithmembers class com.android.emailcommon.utility.Utility$CloseTraceCursorWrapper { 53 -keepclasseswithmembers class com.android.emailcommon.utility.Utility { 59 -keepclasseswithmembers class com.android.emailcommon.utility.Utility$CloseTraceCursorWrapper {
|
/packages/apps/Email/src/com/android/email/ |
AttachmentInfo.java | 21 import com.android.emailcommon.utility.AttachmentUtilities; 22 import com.android.emailcommon.utility.Utility; 114 if (!Utility.isExternalStorageMounted()) { 129 Utility.arrayContains(AttachmentUtilities.UNACCEPTABLE_ATTACHMENT_EXTENSIONS, 146 Utility.arrayContains(AttachmentUtilities.INSTALLABLE_ATTACHMENT_EXTENSIONS,
|
/cts/tests/src/android/view/animation/cts/ |
AnimationTestUtils.java | 27 * The utility methods for animation test. 34 * no public constructor since this is a utility class
|