HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 126 - 150 of 1496) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
factory_unittest.py 57 def setUp(self):
63 def tearDown(self):
66 def assert_port(self, port_name, expected_port, port_obj=None):
77 def assert_platform_port(self, platform, options, expected_port):
92 def test_test(self):
95 def test_dryrun(self):
99 def test_mac(self):
104 def test_win(self):
111 def test_google_chrome(self):
123 def test_gtk(self)
    [all...]
chromium_gpu.py 36 def get(platform=None, port_name='chromium-gpu', **kwargs):
62 def _set_gpu_options(port):
75 def _tests(port, paths):
89 def __init__(self, port_name='chromium-gpu-linux', **kwargs):
93 def baseline_path(self):
97 def baseline_search_path(self):
102 def default_child_processes(self):
105 def tests(self, paths):
110 def __init__(self, port_name='chromium-gpu-mac', **kwargs):
114 def baseline_path(self)
    [all...]
chromium_mac.py 70 def __init__(self, port_name=None, os_version_string=None, **kwargs):
83 def baseline_path(self):
90 def baseline_search_path(self):
93 def check_build(self, needs_http):
103 def default_child_processes(self):
110 def driver_name(self):
117 def _build_path(self, *comps):
128 def _check_wdiff_install(self):
137 def _lighttpd_path(self, *comps):
141 def _path_to_apache(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 38 def test_get_logger_in_webkitpy(self):
42 def test_get_logger_not_in_webkitpy(self):
62 def _logging_level(self):
65 def setUp(self):
85 def tearDown(self):
96 def _assert_log_messages(self, messages):
105 def _logging_level(self):
108 def test_info_message(self):
112 def test_below_threshold_message(self):
120 def test_two_messages(self)
    [all...]
path.py 39 def abspath_to_uri(path, platform=None):
46 def cygpath(path):
59 def stop_cygpath_subprocess():
68 def convert_using_singleton(path):
80 def __init__(self):
83 def start(self):
90 def is_running(self):
95 def stop(self):
101 def convert(self, path):
113 def _escape(path)
    [all...]
filesystem_mock.py 38 def __init__(self, files=None, cwd='/'):
54 def _get_sep(self):
59 def _raise_not_found(self, path):
62 def _split(self, path):
65 def abspath(self, path):
70 def basename(self, path):
73 def chdir(self, path):
79 def copyfile(self, source, destination):
90 def dirname(self, path):
93 def exists(self, path)
    [all...]
directoryfileset_unittest.py 33 def setUp(self):
41 def test_files_in_namelist(self):
46 def test_read(self):
49 def test_open(self):
54 def test_extract(self):
59 def test_extract_deep_file(self):
63 def test_delete(self):
path_unittest.py 35 def assertMatch(self, test_path, expected_uri,
42 def test_abspath_to_uri_cygwin(self):
53 def test_abspath_to_uri_darwin(self):
61 def test_abspath_to_uri_linux2(self):
69 def test_abspath_to_uri_win(self):
77 def test_abspath_to_uri_escaping(self):
90 def test_stop_cygpath_subprocess(self):
stack_utils_unittest.py 36 def current_thread_id():
42 def test_find_thread_stack_found(self):
47 def test_find_thread_stack_not_found(self):
51 def test_log_thread_state(self):
54 def logger(msg):
62 def test_log_traceback(self):
65 def logger(msg):
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 15 def template_library
19 def return_scope_members
23 def load_templates( group_file )
28 def define_template( name, source, &block )
33 def self.included( klass )
38 def initialize( input, options = {} )
48 def create_template( source, values = {} )
52 def fetch_template( name, values = {} )
60 def self.included( klass )
67 def cast_input( input, options
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 100 OMX_PARAM_PORTDEFINITIONTYPE def; local
101 InitOMXParams(&def);
103 def.nPortIndex = 0;
104 def.eDir = OMX_DirInput;
105 def.nBufferCountMin = kNumInputBuffers;
106 def.nBufferCountActual = def.nBufferCountMin;
107 def.nBufferSize = 8192;
108 def.bEnabled = OMX_TRUE;
109 def.bPopulated = OMX_FALSE
571 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(0)->mDef; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 104 OMX_PARAM_PORTDEFINITIONTYPE def; local
105 InitOMXParams(&def);
107 def.nPortIndex = kInputPortIndex;
108 def.eDir = OMX_DirInput;
109 def.nBufferCountMin = kNumInputBuffers;
110 def.nBufferCountActual = def.nBufferCountMin;
111 def.nBufferSize = 8192;
112 def.bEnabled = OMX_TRUE;
113 def.bPopulated = OMX_FALSE
538 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(0)->mDef; local
    [all...]
  /external/chromium/net/tools/testserver/
xmppserver_test.py 15 def testParseXml(self):
20 def testCloneXml(self):
28 def testCloneXmlUnlink(self):
39 def setUp(self):
42 def FeedStanza(self, stanza):
47 def testBasic(self):
55 def testStream(self):
63 def testNested(self):
75 def testBasic(self):
79 def testResource(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 44 def find_checkout_root():
57 def default_scm(patch_directories=None):
78 def detect_scm_system(path, patch_directories=None):
93 def first_non_empty_line_after_index(lines, index=0):
104 def __init__(self, message):
107 def body(self, lstrip=False):
113 def description(self, lstrip=False, strip_url=False):
121 def message(self):
126 def __init__(self, script_args, exit_code, output, cwd):
130 def commit_error_handler(error)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java 49 private TechniqueDef def; field in class:Technique
61 * @param def The technique definition being implemented.
63 public Technique(Material owner, TechniqueDef def) {
65 this.def = def;
66 if (def.isUsingShaders()) {
86 return def;
115 String defineName = def.getShaderParamDefine(paramName);
128 String defineName = def.getShaderParamDefine(paramName);
186 if (def.isUsingShaders())
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
message_broker2.py 81 def __init__(self, *optargs, **kwargs):
84 def is_done(self):
88 def name(self):
98 def __init__(self, options, queue_maker):
108 def add_topic(self, topic_name):
112 def _get_queue_for_topic(self, topic_name):
115 def post_message(self, client, topic_name, message_name, *message_args):
123 def run_message_loop(self, topic_name, client, delay_secs=None):
130 def run_all_pending(self, topic_name, client):
134 def _run_loop(self, topic_name, client, block, delay_secs)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py 45 def queue_log_path(self):
48 def work_item_log_path(self, work_item):
51 def begin_work_queue(self):
54 def should_continue_work_queue(self):
57 def next_work_item(self):
60 def should_proceed_with_work_item(self, work_item):
64 def process_work_item(self, work_item):
67 def handle_unexpected_error(self, work_item, message):
72 def __init__(self, name, delegate, wakeup_event):
85 def exit_after_handled_error(cls, error)
    [all...]
  /development/tools/axl/
log.py 24 def __init__(self, file):
32 def _getTime(self):
38 def _log(self, *logstrs):
44 def debug(self, *logstrs):
46 def info(self, *logstrs):
48 def warn(self, *logstrs):
50 def error(self, *logstrs):
  /external/antlr/antlr-3.4/runtime/Python/tests/
t001lexer.py 6 def setUp(self):
10 def lexerClass(self, base):
12 def emitErrorMessage(self, msg):
16 def reportError(self, re):
23 def testValid(self):
34 def testIteratorInterface(self):
43 def testMalformedInput(self):
t017parser.py 6 def setUp(self):
9 def parserClass(self, base):
11 def __init__(self, *args, **kwargs):
17 def emitErrorMessage(self, msg):
23 def testValid(self):
33 def testMalformedInput1(self):
45 def testMalformedInput2(self):
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 16 def initialize
21 def next_token
26 def test_iterator_interface
41 def test_init
51 def testGetRuleInvocationStack(self) | 10 | [x]
53 def testIteratorInterface(self) | 24 | [x]
55 def testInit(self) | 56 | [x
  /external/markdown/markdown/
blockparser.py 22 def set(self, state):
26 def reset(self):
30 def isstate(self, state):
44 def __init__(self):
48 def parseDocument(self, lines):
63 def parseChunk(self, parent, text):
77 def parseBlocks(self, parent, blocks):
  /external/webkit/Tools/QueueStatusServer/model/
workitems.py 40 def key_for_queue(cls, queue_name):
44 def lookup_by_queue(cls, queue_name):
47 def display_position_for_attachment(self, attachment_id):
56 def _unguarded_add(key, attachment_id):
64 def add_work_item(self, attachment_id):
68 def _unguarded_remove(key, attachment_id):
76 def remove_work_item(self, attachment_id):
  /external/webkit/Tools/Scripts/webkitpy/test/
echo_unittest.py 32 def test_basic(self):
36 def test_no_newline(self):
40 def test_unicode(self):
44 def test_argument_order(self):
48 def test_empty_arguments(self):
55 def test_no_arguments(self):
62 def test_as_command(self):
  /external/protobuf/python/google/protobuf/internal/
encoder.py 73 def _VarintSize(value):
87 def _SignedVarintSize(value):
102 def _TagSize(field_number):
117 def _SimpleSizer(compute_value_size):
121 def SpecificSizer(field_number, is_repeated, is_packed):
125 def PackedFieldSize(value):
132 def RepeatedFieldSize(value):
139 def FieldSize(value):
146 def _ModifiedSizer(compute_value_size, modify_value):
150 def SpecificSizer(field_number, is_repeated, is_packed)
    [all...]

Completed in 529 milliseconds

1 2 3 4 56 7 8 91011>>