HomeSort by relevance Sort by last modified time
    Searched refs:spam (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /external/python/cpython2/Misc/Vim/
syntax_test.py 56 spam = 42 # UNCOLOURED: assignment variable
  /packages/apps/Dialer/java/com/android/dialer/spam/
Spam.java 17 package com.android.dialer.spam;
22 /** Accessor for the spam bindings. */
23 public class Spam {
27 private Spam() {}
47 Spam.spamBindings = spamBindings;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenType.py 25 Example: int.declare('spam') prints "int spam;"
69 Example: int.getargsArgs("spam") returns the string "&spam".
89 Example: int.passInput("spam") returns the string "spam".
96 Example: int.passOutput("spam") returns the string "&spam".
134 Example: int.mkvalueArgs("spam") returns the string "spam".
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
bgenType.py 25 Example: int.declare('spam') prints "int spam;"
69 Example: int.getargsArgs("spam") returns the string "&spam".
89 Example: int.passInput("spam") returns the string "spam".
96 Example: int.passOutput("spam") returns the string "&spam".
134 Example: int.mkvalueArgs("spam") returns the string "spam"
    [all...]
  /external/python/cpython2/Lib/test/
inspect_fodder.py 8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): function
43 spam(a, b, c)
test_frozen.py 22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
38 del sys.modules['__phello__.spam']
test_ntpath.py 95 tester('ntpath.commonprefix(["/home/swenson/spam", "/home/swen/spam"])',
97 tester('ntpath.commonprefix(["\\home\\swen\\spam", "\\home\\swen\\eggs"])',
99 tester('ntpath.commonprefix(["/home/swen/spam", "/home/swen/spam"])',
100 "/home/swen/spam")
222 env['spam'] = snonascii
224 check('$spam bar', '%s bar' % snonascii)
226 check('${spam}bar', '%sbar' % snonascii)
228 check('$spam}bar', '%s}bar' % snonascii
    [all...]
test_argparse.py 578 Sig('-y', nargs='?', default='spam'),
583 ('', NS(w=None, x=None, y='spam', z=84)),
584 ('-w', NS(w=None, x=None, y='spam', z=84)),
585 ('-w 2', NS(w='2', x=None, y='spam', z=84)),
586 ('-x', NS(w=None, x=42, y='spam', z=84)),
587 ('-x 2', NS(w=None, x='2', y='spam', z=84)),
590 ('-z', NS(w=None, x=None, y='spam', z=42)),
591 ('-z 2', NS(w=None, x=None, y='spam', z=2)),
600 Sig('-y', nargs='*', default='spam'),
604 ('', NS(x=None, y='spam')),
4507 def spam(string): function in function:TestArgumentTypeError.test_argument_type_error
4528 def spam(string_to_convert): function in function:TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once
4544 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default
4555 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_frozen.py 22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
38 del sys.modules['__phello__.spam']
test_rlcompleter.py 8 spam = 1 variable in class:CompleteMe
14 self.completer = rlcompleter.Completer(dict(spam=int,
58 ['CompleteMe.spam'])
63 ['CompleteMe.me.me.spam'])
test_argparse.py 575 Sig('-y', nargs='?', default='spam'),
580 ('', NS(w=None, x=None, y='spam', z=84)),
581 ('-w', NS(w=None, x=None, y='spam', z=84)),
582 ('-w 2', NS(w='2', x=None, y='spam', z=84)),
583 ('-x', NS(w=None, x=42, y='spam', z=84)),
584 ('-x 2', NS(w=None, x='2', y='spam', z=84)),
587 ('-z', NS(w=None, x=None, y='spam', z=42)),
588 ('-z 2', NS(w=None, x=None, y='spam', z=2)),
597 Sig('-y', nargs='*', default='spam'),
601 ('', NS(x=None, y='spam')),
4403 def spam(string): function in function:TestArgumentTypeError.test_argument_type_error
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_frozen.py 22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
38 del sys.modules['__phello__.spam']
test_rlcompleter.py 8 spam = 1 variable in class:CompleteMe
14 self.completer = rlcompleter.Completer(dict(spam=int,
58 ['CompleteMe.spam'])
63 ['CompleteMe.me.me.spam'])
test_argparse.py 575 Sig('-y', nargs='?', default='spam'),
580 ('', NS(w=None, x=None, y='spam', z=84)),
581 ('-w', NS(w=None, x=None, y='spam', z=84)),
582 ('-w 2', NS(w='2', x=None, y='spam', z=84)),
583 ('-x', NS(w=None, x=42, y='spam', z=84)),
584 ('-x 2', NS(w=None, x='2', y='spam', z=84)),
587 ('-z', NS(w=None, x=None, y='spam', z=42)),
588 ('-z 2', NS(w=None, x=None, y='spam', z=2)),
597 Sig('-y', nargs='*', default='spam'),
601 ('', NS(x=None, y='spam')),
4437 def spam(string): function in function:TestArgumentTypeError.test_argument_type_error
4458 def spam(string_to_convert): function in function:TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once
4474 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default
4485 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_frozen.py 22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
38 del sys.modules['__phello__.spam']
test_rlcompleter.py 8 spam = 1 variable in class:CompleteMe
14 self.completer = rlcompleter.Completer(dict(spam=int,
58 ['CompleteMe.spam'])
63 ['CompleteMe.me.me.spam'])
test_argparse.py 575 Sig('-y', nargs='?', default='spam'),
580 ('', NS(w=None, x=None, y='spam', z=84)),
581 ('-w', NS(w=None, x=None, y='spam', z=84)),
582 ('-w 2', NS(w='2', x=None, y='spam', z=84)),
583 ('-x', NS(w=None, x=42, y='spam', z=84)),
584 ('-x 2', NS(w=None, x='2', y='spam', z=84)),
587 ('-z', NS(w=None, x=None, y='spam', z=42)),
588 ('-z 2', NS(w=None, x=None, y='spam', z=2)),
597 Sig('-y', nargs='*', default='spam'),
601 ('', NS(x=None, y='spam')),
4437 def spam(string): function in function:TestArgumentTypeError.test_argument_type_error
4458 def spam(string_to_convert): function in function:TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once
4474 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default
4485 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_frozen.py 22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
38 del sys.modules['__phello__.spam']
test_rlcompleter.py 8 spam = 1 variable in class:CompleteMe
14 self.completer = rlcompleter.Completer(dict(spam=int,
58 ['CompleteMe.spam'])
63 ['CompleteMe.me.me.spam'])
test_argparse.py 575 Sig('-y', nargs='?', default='spam'),
580 ('', NS(w=None, x=None, y='spam', z=84)),
581 ('-w', NS(w=None, x=None, y='spam', z=84)),
582 ('-w 2', NS(w='2', x=None, y='spam', z=84)),
583 ('-x', NS(w=None, x=42, y='spam', z=84)),
584 ('-x 2', NS(w=None, x='2', y='spam', z=84)),
587 ('-z', NS(w=None, x=None, y='spam', z=42)),
588 ('-z 2', NS(w=None, x=None, y='spam', z=2)),
597 Sig('-y', nargs='*', default='spam'),
601 ('', NS(x=None, y='spam')),
4437 def spam(string): function in function:TestArgumentTypeError.test_argument_type_error
4458 def spam(string_to_convert): function in function:TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once
4474 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default
4485 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_frozen.py 22 import __phello__.spam
24 self.fail("import __phello__.spam failed:" + str(x))
38 del sys.modules['__phello__.spam']
test_rlcompleter.py 8 spam = 1 variable in class:CompleteMe
14 self.completer = rlcompleter.Completer(dict(spam=int,
58 ['CompleteMe.spam'])
63 ['CompleteMe.me.me.spam'])
test_argparse.py 575 Sig('-y', nargs='?', default='spam'),
580 ('', NS(w=None, x=None, y='spam', z=84)),
581 ('-w', NS(w=None, x=None, y='spam', z=84)),
582 ('-w 2', NS(w='2', x=None, y='spam', z=84)),
583 ('-x', NS(w=None, x=42, y='spam', z=84)),
584 ('-x 2', NS(w=None, x='2', y='spam', z=84)),
587 ('-z', NS(w=None, x=None, y='spam', z=42)),
588 ('-z 2', NS(w=None, x=None, y='spam', z=2)),
597 Sig('-y', nargs='*', default='spam'),
601 ('', NS(x=None, y='spam')),
4437 def spam(string): function in function:TestArgumentTypeError.test_argument_type_error
4458 def spam(string_to_convert): function in function:TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once
4474 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default
4485 def spam(int_to_convert): function in function:TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-single-inheritance.cpp 224 // CHECK-NEXT: 7 | void M::spam(long)
225 // CHECK-NEXT: 8 | void M::spam(int)
230 virtual void spam(int);
234 virtual void spam(long);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 107 * @see UIProvider.ConversationColumns#SPAM
109 public final boolean spam; field in class:Conversation
192 dest.writeInt(spam ? 1 : 0);
218 spam = in.readInt() != 0;
294 spam = cursor.getInt(UIProvider.CONVERSATION_IS_SPAM_COLUMN) != 0;
333 spam = other.spam;
352 boolean spam, boolean phishing, boolean muted, Uri accountUri,
372 this.spam = spam;
    [all...]

Completed in 682 milliseconds

12 3 4 5 6 7