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

1 2 3 45 6 7 8 91011>>

  /external/selinux/libselinux/src/
libselinux.pc.in 7 Description: SELinux utility library
  /external/skia/src/core/
SkExchange.h 11 #include <utility>
  /external/skqp/src/core/
SkExchange.h 11 #include <utility>
  /external/webrtc/tools/cpu/
README 1 This directory contains a little utility for doing CPU measurements.
  /external/wpa_supplicant_8/hostapd/logwatch/
README 1 Logwatch is a utility for analyzing system logs and provide a human
  /prebuilts/gdb/darwin-x86/include/python2.7/
timefuncs.h 4 /* Utility function related to timemodule.c. */
  /prebuilts/gdb/linux-x86/include/python2.7/
timefuncs.h 4 /* Utility function related to timemodule.c. */
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.make/
make_integer_seq.fail.cpp 10 // <utility>
20 #include <utility>
33 MakeSeqT i; // expected-error@utility:* {{integer sequences must have non-negative sequence length}}
35 MakeSeqT i; // expected-error@utility:* {{static_assert failed "std::make_integer_sequence must have a non-negative sequence length"}}
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
timefuncs.h 4 /* Utility function related to timemodule.c. */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
timefuncs.h 4 /* Utility function related to timemodule.c. */
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
plat_arm.h 29 * Utility functions common to ARM standard platforms
108 /* IO storage utility functions */
111 /* Security utility functions */
116 /* Systimer utility function */
119 /* PM utility functions */
131 /* Topology utility function */
134 /* BL1 utility functions */
139 /* BL2 utility functions */
147 /* BL2U utility functions */
153 /* BL31 utility functions *
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.h 18 Prototypes for the EFI tools utility functions.
32 // then we print the utility name instead. However they must tell us the
33 // utility name early on via this function.
UtilsMsgs.c 18 EFI tools utility functions to display warning, error, and informational
34 // Declare module globals for keeping track of the the utility's
76 utilty name (as set by the utility calling SetUtilityName()
77 earlier) is used. Otherwise "Unknown utility" is used.
80 utility is not a parser, then 0 should be specified. Otherwise
102 BUGBUG -- these three utility functions are almost identical, and
223 0 should be specified if the utility is not a parser.
268 FileName - typically the name of the utility printing the debug message, but
314 Worker routine for all the utility printing services. Prints the message in
327 0 should be specified if the utility is not a parser.
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/
daUtility.inf 28 Utility/DevGenisis.c
29 Utility/DevSearch.c
30 Utility/Path.c
  /external/icu/icu4c/source/i18n/
fphdlimp.h 21 // utility FieldPositionHandler
33 // utility subclass FieldPositionOnlyHandler
48 // utility subclass FieldPositionIteratorHandler
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
TagUtilities.java 15 import com.ibm.icu.impl.Utility;
18 * This class contains utility methods for dealing with
39 return "0x" + Utility.hex(tagValue, 8);
  /external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
pair.tuple_element.fail.cpp 10 // <utility>
16 #include <utility>
23 // expected-error@utility:* {{static_assert failed "Index out of bounds in std::tuple_element<std::pair<T1, T2>>"}}
  /external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
tuple_element.fail.cpp 10 // <utility>
16 #include <utility>
21 std::tuple_element<2, T>::type foo; // expected-error@utility:* {{Index out of bounds in std::tuple_element<std::pair<T1, T2>>}}
  /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));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/utility/pairs/pairs.pair/
pair.tuple_element.fail.cpp 10 // <utility>
16 #include <utility>
23 // expected-error@utility:* {{static_assert failed "Index out of bounds in std::tuple_element<std::pair<T1, T2>>"}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pair.astuple/
tuple_element.fail.cpp 10 // <utility>
16 #include <utility>
21 typename std::tuple_element<2, T>::type foo; // expected-error@utility:* {{Index out of bounds in std::tuple_element<std::pair<T1, T2>>}}
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Bds.h 33 system or system utility should be loaded and invoked. This function call
35 or system utility to be loaded and invoked. When the DXE Core has dispatched
38 the selected operating system or system utility. During this process,
60 /// system or a system utility. If there are not enough drivers initialized
64 /// the boot device can be used to load and invoke an OS or a system utility.
  /external/icu/icu4c/source/test/intltest/
caltztst.h 23 * This class doesn't perform any tests, but provides utility methods to its subclasses.
34 // Utility method for formatting dates for printing; useful for Java->C++ conversion.
40 // Utility methods to create a date. This is useful for converting Java constructs
44 // Utility methods to create a date. Returns a Date in UTC. This will differ
48 // Utility method to get the fields of a date; similar to Date.getYear() etc.

Completed in 1621 milliseconds

1 2 3 45 6 7 8 91011>>