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

1 23 4 5 6 7 8 91011>>

  /external/avahi/avahi-sharp/
EntryGroup.cs 213 list = avahi_string_list_add (list, Utility.StringToBytes (item));
241 Utility.StringToBytes (name),
242 Utility.StringToBytes (type),
243 Utility.StringToBytes (domain),
244 Utility.StringToBytes (host), port, list);
266 list = avahi_string_list_add (list, Utility.StringToBytes (item));
292 Utility.StringToBytes (name),
293 Utility.StringToBytes (type),
294 Utility.StringToBytes (domain),
315 Utility.StringToBytes (name)
    [all...]
Utility.cs 31 internal class Utility
76 byte[] bytes = Utility.StringToBytes (str);
90 IntPtr straddr = Utility.StringToPtr (address.ToString ());
93 Utility.Free (straddr);
105 address = IPAddress.Parse (Utility.PtrToString (addrPtr));
106 Utility.Free (addrPtr);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
Antlr3.Utility (VS2005).csproj 11 <RootNamespace>Antlr.Utility</RootNamespace>
12 <AssemblyName>Antlr3.Utility</AssemblyName>
23 <RootNamespace>Antlr.Utility</RootNamespace>
37 <DocumentationFile>bin\Release\net-2.0\Antlr3.Utility.XML</DocumentationFile>
40 <RootNamespace>Antlr.Utility</RootNamespace>
44 <Compile Include="Antlr.Utility.Tree\DOTTreeGenerator.cs" />
Antlr3.Utility (VS2008).csproj 11 <RootNamespace>Antlr.Utility</RootNamespace>
12 <AssemblyName>Antlr3-2.Utility.DotNet20</AssemblyName>
28 <RootNamespace>Antlr.Utility</RootNamespace>
42 <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Utility.DotNet20.xml</DocumentationFile>
45 <RootNamespace>Antlr.Utility</RootNamespace>
49 <Compile Include="Antlr.Utility.Tree\DotTreeGenerator.cs" />
  /dalvik/libdex/
OptInvocation.h 18 * Utility functions related to "dexopt".
24 * Utility routines, used by the VM.
  /external/glide/testutil/src/main/java/com/bumptech/glide/testutil/
TestUtil.java 8 * Shared utility classes for tests.
12 // Utility class.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestCharFromDirProp.java 10 import com.ibm.icu.impl.Utility;
31 + "] == U+" + Utility.hex(c) + ") failed", i, dir);
  /external/lz4/programs/
lz4cat.1 12 \fBlz4cat\fR - Utility based on LZ4
20 \fBlz4cat\fR is an utility based on \fBlz4\fR, an extremely fast lossless compression algorithm.
  /external/vboot_reference/firmware/lib/
utility.c 5 * Utility functions that need to be built as part of the firmware.
10 #include "utility.h"
  /external/vboot_reference/firmware/stub/
utility_stub.c 5 * Stub implementations of utility functions which call their linux-specific
12 #include "utility.h"
  /external/webrtc/webrtc/modules/video_coding/utility/
qp_parser.cc 11 #include "webrtc/modules/video_coding/utility/qp_parser.h"
14 #include "webrtc/modules/video_coding/utility/vp8_header_parser.h"
  /external/autotest/server/tests/reinstall/
control 5 TEST_CATEGORY = "Utility"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Properties.java 8 * Utility method for accessing system properties.
  /external/bsdiff/
README.chromium 7 Binary diff/patch utility.
  /external/clang/test/
TestRunner.sh 3 # TestRunner.sh - Backward compatible utility for testing an individual file.
  /external/iproute2/man/man8/
ip-netconf.8 16 utility can monitor IPv4 and IPv6 parameters (see
  /external/llvm/lib/Support/
LEB128.cpp 1 //===- LEB128.cpp - LEB128 utility functions implementation -----*- C++ -*-===//
10 // This file implements some utility functions for encoding SLEB128 and
19 /// Utility function to get the size of the ULEB128-encoded value.
29 /// Utility function to get the size of the SLEB128-encoded value.
  /external/parameter-framework/upstream/utility/
CMakeLists.txt 38 Utility.cpp
49 Utility.h
51 DESTINATION "include/utility")
55 add_executable(utilityUnitTest test/utility.cpp)
  /external/selinux/libselinux/man/man8/
booleans.8 21 utility, using
36 utility and passing it the
42 utility or the
44 utility. By default, these utilities only change the
  /external/skia/src/utils/
SkBitmapSourceDeserializer.h 13 // A temporary utility class to support deserializing legacy SkBitmapSource as SkImageSource.
  /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/python/darwin-x86/2.7.5/include/python2.7/
timefuncs.h 4 /* Utility function related to timemodule.c. */

Completed in 865 milliseconds

1 23 4 5 6 7 8 91011>>