/prebuilts/clang/host/linux-x86/clang-4691093/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. 48 /// Utility function to encode a SLEB128 value to a buffer. Returns 76 /// Utility function to encode a ULEB128 value to an output stream. 98 /// Utility function to encode a ULEB128 value to a buffer. Returns 123 /// Utility function to decode a ULEB128 value. 156 /// Utility function to decode a SLEB128 value. 184 /// Utility function to get the size of the ULEB128-encoded value. 187 /// Utility function to get the size of the SLEB128-encoded value [all...] |
/external/parameter-framework/upstream/test/functional-tests/ |
FloatingPoint.cpp | 116 std::to_string(::utility::binaryCopy<uint32_t>(tooHigh))}, 118 std::to_string(::utility::binaryCopy<uint32_t>(tooLow))}, 120 {"(infinity)", std::to_string(::utility::binaryCopy<uint32_t>(inf))}, 121 {"(NaN)", std::to_string(::utility::binaryCopy<uint32_t>(nan))}, 132 std::to_string(::utility::binaryCopy<uint32_t>(upper))}, 134 std::to_string(::utility::binaryCopy<uint32_t>(lower))}, 136 std::to_string(::utility::binaryCopy<uint32_t>(zero))},
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing.gypi | 61 'agc/utility.cc', 62 'agc/utility.h', 120 'utility/delay_estimator.c', 121 'utility/delay_estimator.h', 122 'utility/delay_estimator_internal.h', 123 'utility/delay_estimator_wrapper.c', 124 'utility/delay_estimator_wrapper.h',
|
/system/bt/bta/sys/ |
utl.cc | 21 * This file contains utility functions. 34 * Description This utility function converts a character string to an 70 * Description This utility function compares two strings in uppercase. 105 * Description This utility function converts a uint16_t to a string. The 216 * Description This utility function checks if the given string is an 237 * Description This utility function checks if the given character 253 * Description This utility function checks if the given string contains
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
default.build | 2 <project name="ANTLR C# Runtime Utility Library" default="build"> 10 <property name="name" value="Antlr3.Utility" /> 56 <resources prefix="Antlr.Utility" dynamicprefix="true">
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceTableAccess.java | 16 * Static utility functions for probing resource tables, used by ULocale and 22 * Utility to fetch locale display data from resource bundle tables. Convenience 33 * Utility to fetch locale display data from resource bundle tables. Uses fallback
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Quantifier.java | 11 import android.icu.impl.Utility; 88 result.append(Utility.hex(minCount,1)); 91 result.append(Utility.hex(maxCount,1));
|
/external/icu/icu4c/source/i18n/ |
fphdlimp.cpp | 19 // utility FieldPositionHandler 39 // utility subclass FieldPositionOnlyHandler 70 // utility subclass FieldPositionIteratorHandler
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceTableAccess.java | 15 * Static utility functions for probing resource tables, used by ULocale and 20 * Utility to fetch locale display data from resource bundle tables. Convenience 31 * Utility to fetch locale display data from resource bundle tables. Uses fallback
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Quantifier.java | 10 import com.ibm.icu.impl.Utility; 87 result.append(Utility.hex(minCount,1)); 90 result.append(Utility.hex(maxCount,1));
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
OpenTypeTableWriter.java | 18 import com.ibm.icu.impl.Utility; 43 line.append(Utility.hex((value >> 8) & 0xFF, 2)); 47 line.append(Utility.hex(value & 0xFF, 2));
|
/external/llvm/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/external/parameter-framework/upstream/utility/ |
Utility.cpp | 31 #include "Utility.h" 39 namespace utility namespace 73 } // namespace utility
|
/external/webrtc/webrtc/voice_engine/ |
BUILD.gn | 50 "utility.cc", 51 "utility.h", 111 "../modules/utility",
|
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/ |
service_utility.h | 61 auto utility = ServiceUtility::Create(fpath, &error); local 62 if (!utility) { 70 auto status = utility->ReloadSystemProperties();
|
/packages/apps/Email/src/com/android/email/activity/ |
EventViewer.java | 30 import com.android.emailcommon.utility.Utility; 69 time = Utility.parseEmailDateTimeToMillis(info.get(MeetingInfo.MEETING_DTSTART));
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ApplicationUtils.java | 31 // This utility class is not publicly instantiable. 49 * A utility method to get the application's PackageInfo.versionName 67 * A utility method to get the application's PackageInfo.versionCode
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
SaveAndRestore.h | 1 //===-- SaveAndRestore.h - Utility -------------------------------*- C++ -*-=// 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|