HomeSort by relevance Sort by last modified time
    Searched full:utility (Results 76 - 100 of 6679) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
timefuncs.h 4 /* Utility function related to timemodule.c. */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
Quoter.java 10 import android.icu.impl.Utility;
52 Utility.appendToRule(output, (int)-1, true, false, quoteBuffer); // close previous quote
59 Utility.appendToRule(output, s, false, false, quoteBuffer);
UnicodeLabel.java 10 import android.icu.impl.Utility;
41 if (isShort) return Utility.hex(codepoint,4);
42 return "U+" + Utility.hex(codepoint,4);
  /external/icu/icu4c/source/i18n/
fphdlimp.h 19 // utility FieldPositionHandler
31 // utility subclass FieldPositionOnlyHandler
46 // utility subclass FieldPositionIteratorHandler
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Quoter.java 9 import com.ibm.icu.impl.Utility;
51 Utility.appendToRule(output, (int)-1, true, false, quoteBuffer); // close previous quote
58 Utility.appendToRule(output, s, false, false, quoteBuffer);
UnicodeLabel.java 9 import com.ibm.icu.impl.Utility;
40 if (isShort) return Utility.hex(codepoint,4);
41 return "U+" + Utility.hex(codepoint,4);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TagUtilities.java 13 import com.ibm.icu.impl.Utility;
16 * This class contains utility methods for dealing with
37 return "0x" + Utility.hex(tagValue, 8);
ScriptRunModuleWriter.java 11 import com.ibm.icu.impl.Utility;
34 output.print(Utility.hex(scriptData.getRecord(record).startChar(), 6));
36 output.print(Utility.hex(scriptData.getRecord(record).endChar(), 6));
47 int power = 1 << Utility.highBit(recordCount);
51 output.print(Utility.hex(power, 4));
56 output.print(Utility.hex(extra, 4));
  /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/webrtc/webrtc/modules/audio_coding/codecs/isac/
isac_test.gypi 26 './main/util/utility.c',
57 './main/util/utility.c',
76 './main/util/utility.c',
  /packages/apps/Email/provider_src/com/android/email/
DebugUtils.java 7 import com.android.emailcommon.utility.Utility;
45 Utility.enableStrictMode(enable);
  /packages/apps/Email/provider_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/icu/icu4c/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.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20-sources.jar 
  /system/bt/bta/include/
utl.h 21 * Basic utility functions.
66 ** Description This utility function converts a character string to an
80 ** Description This utility function compares two strings in uppercase.
95 ** Description This utility function converts a UINT16 to a string. The
130 ** Description This utility function checks if the given string is an
143 ** Description This utility function checks if the given string contains
  /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/vboot_reference/tests/
utility_tests.c 5 * Tests for utility functions
16 #include "utility.h"
20 /* Test utility.h and sysincludes.h macros */
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
Utils.java 33 * Utility method to check that parameters are not null
44 * Utility to download a bitmap
64 * Utility method to wrap an index
  /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>
  /development/samples/browseable/AutoBackupForApps/
_index.jd 12 This sample can also be used as a utility to test the behavior of the Automatic Backup feature.
  /development/tools/rmtypedefs/
README.txt 3 This utility finds and removes all .class files that have been

Completed in 726 milliseconds

1 2 34 5 6 7 8 91011>>