HomeSort by relevance Sort by last modified time
    Searched full:utility (Results 226 - 250 of 13161) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
const_pair_U_V_cxx03.pass.cpp 10 // <utility>
16 #include <utility>
types.pass.cpp 10 // <utility>
18 #include <utility>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/
synopsis.pass.cpp 10 // <utility>
15 #include <utility>
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
utility.h 30 namespace utility { namespace in namespace:wifi_offload
49 } // namespace utility
  /system/chre/apps/wifi_offload/
wifi_offload.mk 30 COMMON_SRCS += $(WIFI_OFFLOAD_TYPES_PREFIX)/utility.cc
41 GOOGLETEST_SRCS += $(WIFI_OFFLOAD_TYPES_PREFIX)/test/utility.cc
  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
open_files_list.h 23 #include <utility>
26 #include "utility.h"
  /test/suite_harness/common/util/
Android.mk 16 # Build the common utility library for use device-side
36 # Build the common utility library for use host-side
  /frameworks/base/media/java/android/media/midi/
MidiPortImpl.java 57 * Utility function for packing MIDI data to be passed between processes
87 * Utility function for packing a flush command to be passed between processes
102 * Utility function for unpacking MIDI data received from other process
111 * Utility function for unpacking MIDI data received from other process
120 * Utility function for unpacking MIDI data received from other process
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapTestUtils.java 26 import com.android.emailcommon.utility.Utility;
33 * Utility methods for IMAP tests.
89 new ByteArrayInputStream(Utility.toAscii(line + "\r\n")), new DiscourseLogger(4));
103 ByteArrayInputStream in = new ByteArrayInputStream(Utility.toAscii(content + "#trailing"));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
UtilityTest.java 28 import android.icu.impl.Utility;
36 * @summary Test of internal Utility class
49 String result = Utility.unescape(input);
51 errln("FAIL: Utility.unescape() returned " + result + ", exp. " + expect);
71 + Utility.LINE_SEPARATOR + " \"t?\""
82 result[i], Utility.formatForSource(data[i]));
86 result1[i], Utility.format1ForSource(data[i]));
96 if (Utility.highBit(data[i]) != result[i]) {
111 if (Utility.compareUnsigned(data[i], data[j])
120 // This test indends to test the utility class ByteArrayWrappe
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
UtilityTest.java 27 import com.ibm.icu.impl.Utility;
34 * @summary Test of internal Utility class
46 String result = Utility.unescape(input);
48 errln("FAIL: Utility.unescape() returned " + result + ", exp. " + expect);
68 + Utility.LINE_SEPARATOR + " \"t?\""
79 result[i], Utility.formatForSource(data[i]));
83 result1[i], Utility.format1ForSource(data[i]));
93 if (Utility.highBit(data[i]) != result[i]) {
108 if (Utility.compareUnsigned(data[i], data[j])
117 // This test indends to test the utility class ByteArrayWrappe
    [all...]
  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.cpp 38 #include "Utility.h"
121 if (utility::isHexadecimal(strValue) && !parameterAccessContext.valueSpaceIsRaw()) {
138 auto fData = utility::binaryCopy<float>(uiValue);
171 uiValue = utility::binaryCopy<decltype(uiValue)>(fValue);
189 auto uiMin = utility::binaryCopy<uint32_t>(_fMin);
190 auto uiMax = utility::binaryCopy<uint32_t>(_fMax);
192 if (utility::isHexadecimal(strValue)) {
223 auto fValue = utility::binaryCopy<float>(uiValue);
245 uiValue = utility::binaryCopy<decltype(uiValue)>(fValue);
253 auto fValue = utility::binaryCopy<float>(uiValue)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
46 /// Utility function to encode a SLEB128 value to a buffer. Returns
73 /// Utility function to encode a ULEB128 value to an output stream.
92 /// Utility function to encode a ULEB128 value to a buffer. Returns
115 /// Utility function to decode a ULEB128 value.
148 /// Utility function to decode a SLEB128 value.
177 /// Utility function to get the size of the ULEB128-encoded value.
180 /// Utility function to get the size of the SLEB128-encoded value
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
46 /// Utility function to encode a SLEB128 value to a buffer. Returns
72 /// Utility function to encode a ULEB128 value to an output stream.
91 /// Utility function to encode a ULEB128 value to a buffer. Returns
113 /// Utility function to decode a ULEB128 value.
146 /// Utility function to decode a SLEB128 value.
174 /// Utility function to get the size of the ULEB128-encoded value.
177 /// Utility function to get the size of the SLEB128-encoded value
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
46 /// Utility function to encode a SLEB128 value to a buffer. Returns
72 /// Utility function to encode a ULEB128 value to an output stream.
91 /// Utility function to encode a ULEB128 value to a buffer. Returns
113 /// Utility function to decode a ULEB128 value.
146 /// Utility function to decode a SLEB128 value.
174 /// Utility function to get the size of the ULEB128-encoded value.
177 /// Utility function to get the size of the SLEB128-encoded value
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
46 /// Utility function to encode a SLEB128 value to a buffer. Returns
73 /// Utility function to encode a ULEB128 value to an output stream.
92 /// Utility function to encode a ULEB128 value to a buffer. Returns
115 /// Utility function to decode a ULEB128 value.
148 /// Utility function to decode a SLEB128 value.
177 /// Utility function to get the size of the ULEB128-encoded value.
180 /// Utility function to get the size of the SLEB128-encoded value
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
46 /// Utility function to encode a SLEB128 value to a buffer. Returns
72 /// Utility function to encode a ULEB128 value to an output stream.
91 /// Utility function to encode a ULEB128 value to a buffer. Returns
113 /// Utility function to decode a ULEB128 value.
146 /// Utility function to decode a SLEB128 value.
174 /// Utility function to get the size of the ULEB128-encoded value.
177 /// Utility function to get the size of the SLEB128-encoded value
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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.
46 /// Utility function to encode a SLEB128 value to a buffer. Returns
72 /// Utility function to encode a ULEB128 value to an output stream.
91 /// Utility function to encode a ULEB128 value to a buffer. Returns
113 /// Utility function to decode a ULEB128 value.
146 /// Utility function to decode a SLEB128 value.
174 /// Utility function to get the size of the ULEB128-encoded value.
177 /// Utility function to get the size of the SLEB128-encoded value
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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...]

Completed in 2112 milliseconds

1 2 3 4 5 6 7 8 91011>>