/external/iproute2/doc/ |
rtstat.sgml | 5 <title>RTACCT Utility 25 <p> An URL where newer versions of this utility can be (probably) found 41 <item><tt/-h/, <tt/-help/ - show help page and version of the utility.
|
/external/iproute2/man/man8/ |
ip-monitor.8 | 16 utility can monitor the state of devices, addresses 41 utility. This utility has a command line syntax similar to
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapSimpleString.java | 19 import com.android.emailcommon.utility.Utility; 47 return new ByteArrayInputStream(Utility.toAscii(mString));
|
ImapMemoryLiteral.java | 21 import com.android.emailcommon.utility.Utility; 59 return Utility.fromAscii(mData);
|
/external/chromium_org/chrome/utility/ |
profile_import_handler.cc | 5 #include "chrome/utility/profile_import_handler.h" 12 #include "chrome/utility/importer/external_process_importer_bridge.h" 13 #include "chrome/utility/importer/importer.h" 14 #include "chrome/utility/importer/importer_creator.h" 15 #include "content/public/utility/utility_thread.h"
|
/external/chromium_org/content/utility/ |
utility_main.cc | 15 #include "content/utility/utility_thread_impl.h" 29 // Mainline routine for running as the utility process. 31 // The main message loop of the utility process. 43 // The utility process is used to load plugins (see OnLoadPlugins() in 89 // Invoke LeakSanitizer before shutting down the utility thread, to avoid
|
utility_thread_impl.cc | 5 #include "content/utility/utility_thread_impl.h" 18 #include "content/public/utility/content_utility_client.h" 91 // we run the utility thread on separate thread. This means that if any code 92 // needs WebKit initialized in the utility process, they need to have 97 GetContentClient()->utility()->UtilityThreadStarted(); 101 if (GetContentClient()->utility()->OnMessageReceived(msg))
|
/external/chromium_org/mojo/public/utility/ |
bindings_support_impl_unittest.cc | 5 #include "mojo/public/utility/bindings_support_impl.h" 10 #include "mojo/public/utility/environment.h" 11 #include "mojo/public/utility/run_loop.h" 15 namespace utility { namespace in namespace:mojo 113 } // namespace utility
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltztst.h | 21 * This class doesn't perform any tests, but provides utility methods to its subclasses. 32 // Utility method for formatting dates for printing; useful for Java->C++ conversion. 38 // Utility methods to create a date. This is useful for converting Java constructs 42 // Utility methods to create a date. Returns a Date in UTC. This will differ 46 // Utility method to get the fields of a date; similar to Date.getYear() etc.
|
/external/icu4c/test/intltest/ |
caltztst.h | 21 * This class doesn't perform any tests, but provides utility methods to its subclasses. 32 // Utility method for formatting dates for printing; useful for Java->C++ conversion. 38 // Utility methods to create a date. This is useful for converting Java constructs 42 // Utility methods to create a date. Returns a Date in UTC. This will differ 46 // Utility method to get the fields of a date; similar to Date.getYear() etc.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
posix2_lim.h | 27 /* The maximum `ibase' and `obase' values allowed by the `bc' utility. */ 30 /* The maximum number of elements allowed in an array by the `bc' utility. */ 33 /* The maximum `scale' value allowed by the `bc' utility. */ 36 /* The maximum length of a string constant accepted by the `bc' utility. */ 44 within parentheses by the `expr' utility. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix2_lim.h | 27 /* The maximum `ibase' and `obase' values allowed by the `bc' utility. */ 30 /* The maximum number of elements allowed in an array by the `bc' utility. */ 33 /* The maximum `scale' value allowed by the `bc' utility. */ 36 /* The maximum length of a string constant accepted by the `bc' utility. */ 44 within parentheses by the `expr' utility. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix2_lim.h | 27 /* The maximum `ibase' and `obase' values allowed by the `bc' utility. */ 30 /* The maximum number of elements allowed in an array by the `bc' utility. */ 33 /* The maximum `scale' value allowed by the `bc' utility. */ 36 /* The maximum length of a string constant accepted by the `bc' utility. */ 44 within parentheses by the `expr' utility. */
|
/external/chromium_org/third_party/icu/source/common/ |
putilimp.h | 33 * Floating point utility to determine if a double is Not a Number (NaN). 38 * Floating point utility to determine if a double has an infinite value. 43 * Floating point utility to determine if a double has a positive infinite value. 48 * Floating point utility to determine if a double has a negative infinite value. 53 * Floating point utility that returns a Not a Number (NaN) value. 58 * Floating point utility that returns an infinite value. 64 * Floating point utility to truncate a double. 69 * Floating point utility to calculate the floor of a double. 74 * Floating point utility to calculate the ceiling of a double. 79 * Floating point utility to calculate the absolute value of a double [all...] |
/external/bluetooth/bluedroid/bta/include/ |
utl.h | 21 * Basic utility functions. 65 ** Description This utility function converts a character string to an 79 ** Description This utility function compares two strings in uppercase. 94 ** Description This utility function converts a UINT16 to a string. The 143 ** Description This utility function checks if the given string is an 156 ** Description This utility function checks if the given string contains
|
/external/chromium_org/media/cast/ |
cast.gyp | 47 'test/utility/utility.gyp:cast_test_utility', 116 '<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility', 136 '<(DEPTH)/media/cast/test/utility/utility.gyp:cast_test_utility',
|
/external/chromium_org/ppapi/tests/ |
all_cpp_includes.h | 81 #include "ppapi/utility/completion_callback_factory.h" 82 #include "ppapi/utility/completion_callback_factory_thread_traits.h" 83 #include "ppapi/utility/graphics/paint_aggregator.h" 84 #include "ppapi/utility/graphics/paint_manager.h" 85 #include "ppapi/utility/threading/lock.h" 86 #include "ppapi/utility/threading/simple_thread.h"
|
/external/llvm/include/llvm/Support/ |
LEB128.h | 1 //===- llvm/Support/LEB128.h - [SU]LEB128 utility functions -----*- C++ -*-===// 10 // This file declares some utility functions for encoding SLEB128 and 22 /// Utility function to encode a SLEB128 value to an output stream. 37 /// Utility function to encode a ULEB128 value to an output stream. 56 /// Utility function to encode a ULEB128 value to a buffer. Returns 79 /// Utility function to decode a ULEB128 value.
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
SimpleIcsWriterTests.java | 16 package com.android.exchange.utility; 18 import com.android.emailcommon.utility.Utility; 27 * runtest -c com.android.exchange.utility.SimpleIcsWriterTests exchange 48 final String actual = Utility.fromUtf8(ics.getBytes()); 102 final String actual = Utility.fromUtf8(bytes);
|
/frameworks/base/drm/jni/ |
android_drm_DrmManagerClient.cpp | 42 * Utility class used to extract the value from the provided java object. 43 * May need to add some utility function to create java object. 45 class Utility { 60 String8 Utility::getStringValue(JNIEnv* env, jobject object, const char* fieldName) { 67 return Utility::getStringValue(env, valueString); 74 String8 Utility::getStringValue(JNIEnv* env, jstring string) { 91 char* Utility::getByteArrayValue( 100 return Utility::getByteArrayValue(env, byteArray, dataLength); 105 char* Utility::getByteArrayValue(JNIEnv* env, jbyteArray byteArray, int* dataLength) { 119 int Utility::getIntValue(JNIEnv* env, jobject object, const char* fieldName) [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_itunes_pref_parser_win.h | 25 // via a utility process. The SafeITunesPrefParserWin object is ref-counted and 28 // utility process replies or when it dies. 61 // Verifies the messages from the utility process came at the right time.
|
/external/chromium_org/chrome/utility/media_galleries/ |
media_metadata_parser.h | 21 // Called on the utility thread. 28 // libexif, etc. This class lives and operates on the utility thread of the 29 // utility process, as we wish to sandbox potentially dangerous operations
|
/external/chromium_org/google_apis/gcm/base/ |
mcs_util.h | 5 // Utility methods for MCS interactions. 62 // Utility methods for building and identifying MCS protobufs. 67 // RMQ utility methods for extracting/setting common data from/to protobufs.
|
/frameworks/base/include/androidfw/ |
ZipUtils.h | 18 // Miscellaneous zip/gzip utility functions. 28 * Container class for utility functions, primarily for namespace reasons. 33 * General utility function for uncompressing "deflate" data from a file
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
in_place_factory.hpp | 16 #include <boost/utility/detail/in_place_factory_prefix.hpp> 23 #define BOOST_PP_FILENAME_1 <boost/utility/in_place_factory.hpp> 28 #include <boost/utility/detail/in_place_factory_suffix.hpp>
|