HomeSort by relevance Sort by last modified time
    Searched refs:static (Results 176 - 200 of 820) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 95 static int
110 static pascal void SndCh_UserRoutine(SndChannelPtr chan, SndCommand *cmd); /* Forward */
111 static pascal void SPB_completion(SPBPtr my_spb); /* Forward */
117 static int
134 static pascal void
147 static int
165 static pascal void
251 Output("%sPyObject *%s_New(void)", self.static, self.prefix)
277 Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix, self.itselftype)
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
exec.go 17 static sigset_t mask;
19 static void init(void) __attribute__ ((constructor));
21 static void init() {
sigstack.go 22 static void* WithSigStack(void* arg __attribute__((unused))) {
55 static void* WithoutSigStack(void* arg __attribute__((unused))) {
60 static void DoThread(int sigstack) {
traceback.go 18 static int f3(void) {
23 static int f2(void) {
27 static int f1(void) {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
exec.go 17 static sigset_t mask;
19 static void init(void) __attribute__ ((constructor));
21 static void init() {
sigstack.go 22 static void* WithSigStack(void* arg __attribute__((unused))) {
55 static void* WithoutSigStack(void* arg __attribute__((unused))) {
60 static void DoThread(int sigstack) {
traceback.go 18 static int f3(void) {
23 static int f2(void) {
27 static int f1(void) {
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 47 # set the following to 'static' or 'dll' depending
48 PKGMODE=static
87 # invoke pkgdata - static
90 @"$(ICUTOOLS)\pkgdata" -f -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" <<pkgdatain.txt
99 -@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" pkgdatain.txt
Makefile.in 12 ## Set the following to dll or static or common..
13 UCONVMSG_MODE=static
60 ## Static mode
61 ifeq ($(UCONVMSG_MODE),static)
65 PKGMODE=static
165 # no install for static mode
166 ifneq ($(UCONVMSG_MODE),static)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 25 internal static readonly string[] tokenNames = new string[] {
47 public static readonly string[] ruleNames =
1460 static readonly string[] DFA2_transitionS =
    [all...]
ProfileGrammarParser.cs 25 internal static readonly string[] tokenNames = new string[] {
47 public static readonly string[] ruleNames =
    [all...]
  /system/vold/bench/
benchgen.py 168 static status_t BenchmarkRun(std::function<bool(int)> checkpoint) {
280 static status_t CreateFile(const char* name, int len) {
308 static status_t BenchmarkCreate(std::function<bool(int)> checkpoint) {
325 static status_t BenchmarkDestroy() {
336 static std::string BenchmarkIdent() {"""
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 46 private static readonly ByteString empty = new ByteString(new byte[0]);
53 internal static class Unsafe
59 internal static ByteString FromBytes(byte[] bytes)
68 internal static byte[] GetBuffer(ByteString bytes)
77 internal static ByteString AttachBytes(byte[] bytes)
94 public static ByteString Empty
137 public static ByteString FromBase64(string bytes)
151 public static ByteString CopyFrom(params byte[] bytes)
159 public static ByteString CopyFrom(byte[] bytes, int offset, int count)
170 public static ByteString CopyFrom(string text, Encoding encoding)
    [all...]
  /art/test/670-bitstring-type-check/
build 55 public static void main(String[] args) throws Exception {
78 public static void testInstanceOf() throws Exception {
131 public static void testCheckCast() throws Exception {
198 public static Object createInstance(String className) throws Exception {
202 public static void assertTrue(boolean value) throws Exception {
208 public static void assertFalse(boolean value) throws Exception {
  /build/make/core/
executable_internal.mk 34 $(error $(LOCAL_PATH): $(LOCAL_MODULE) is statically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_STATIC_EXECUTABLE := true)
73 $(transform-o-to-static-executable)
108 $(transform-o-to-static-lib)
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 12 """DHCP test which confirms static IP functionality"""
17 # We'll fill in the subnet and supply this as a static IP address.
32 """Configures the Static IP parameters for the Ethernet interface
37 @param params list of static parameters to set on the service.
63 """Clears configuration of Static IP parameters for the Ethernet
67 @param params list of static parameters to clear from the service.
177 @param params list of static IP parameters we will be verifying.
190 # matches the configured static IP address.
241 """Setup the static parameter list before calling the DhcpTestBase
245 for each static IP test
    [all...]
  /external/capstone/
Makefile 434 TESTS += test_basic.static test_detail.static test_arm.static test_arm64.static
435 TESTS += test_mips.static test_ppc.static test_sparc.static
436 TESTS += test_systemz.static test_x86.static test_xcore.static
    [all...]
  /external/curl/src/
mkhelp.pl 137 static const unsigned char hugehelpgz[] = {
158 static voidpf zalloc_func(voidpf opaque, unsigned int items, unsigned int size)
164 static void zfree_func(voidpf opaque, voidpf ptr)
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 48 internal static class ReflectionUtil
53 internal static readonly Type[] EmptyTypes = new Type[0];
59 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method)
72 internal static Func<IMessage, T> CreateFuncIMessageT<T>(MethodInfo method)
85 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method)
99 internal static Action<IMessage> CreateActionIMessage(MethodInfo method)
  /external/python/cpython2/Demo/tix/samples/
CmpImg.py 21 static char * netw_xpm[] = {
68 static char * drivea_xpm[] = {
115 static unsigned char netw_bits[] = {
132 static unsigned char drivea_bits[] = {
  /bootable/recovery/updater/
Android.mk 53 # libupdater (static library)
80 # updater (static executable)
111 # any subsidiary static libraries required for your registered
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBitTree.cs 74 public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 startIndex,
89 public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex,
142 public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex,
  /art/test/624-checker-stringops/smali/
Smali.smali 36 .method public static bufferLen2()I
74 .method public static builderLen2()I
118 .method public static bufferLoopAppender()I
177 .method public static builderLoopAppender()I
  /build/soong/cc/
proto.go 72 func protoDeps(ctx BaseModuleContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
79 static = true
86 static = true
95 if static {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenObjectDefinition.py 27 self.static = "static " # set to "" to make <type>_New and <type>_Convert public
85 sf = self.static and "static "
94 self.static, self.prefix, self.prefix, self.basechain)
101 Output("%sPyObject *%s_New(%s%s %sitself)", self.static, self.prefix,
122 Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
140 Output("static void %s_dealloc(%s *self)", self.prefix, self.objecttype)
160 Output("static PyObject *%s_getattr(%s *self, char *name)", self.prefix, self.objecttype)
190 sf = self.static and "static "
    [all...]

Completed in 281 milliseconds

1 2 3 4 5 6 78 91011>>