HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 251 - 275 of 7993) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/
mkextw.sh 13 echo 'EXPORTS' >fts2.def
14 echo 'sqlite3_extension_init' >>fts2.def
16 --def fts2.def -v --export-all \
22 zip fts2dll.zip fts2.dll fts2.def
  /external/chromium_org/tools/cr/cr/actions/
runner.py 22 def AddArguments(cls, command, parser):
35 def Kill(self, targets, arguments):
40 def Run(self, target, arguments):
45 def Test(self, target, arguments):
50 def Invoke(self, targets, arguments):
62 def Restart(self, targets, arguments):
76 def priority(self):
79 def Kill(self, targets, arguments):
82 def Run(self, target, arguments):
85 def Test(self, target, arguments)
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator_unittest.py 22 def do_test(self, policy_data, writer):
57 def testSequence(self):
61 def __init__(self):
63 def Init(self):
65 def BeginTemplate(self):
67 def EndTemplate(self):
69 def GetTemplateText(self):
72 def Test(self):
78 def testEmptyGroups(self):
91 def __init__(self)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
dart_generator_test.py 23 def _RunTest(self, test_filename):
47 def setUp(self):
51 def testComments(self):
54 def testDictionaries(self):
57 def testEmptyNamespace(self):
60 def testEmptyType(self):
63 def testEvents(self):
66 def testBasicFunction(self):
69 def testOpratableType(self):
72 def testTags(self)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend_unittest.py 13 def __init__(self, mock_content, system_properties):
19 def CanAccessProtectedFileContents(self):
23 def GetProtectedFileContents(self, file_name):
26 def PushIfNeeded(self, host_binary, device_path):
29 def RunShellCommand(self, command):
34 def __init__(self, mock_adb_commands):
39 def setUp(self):
43 def tearDown(self):
47 def testGetCpuStats(self):
61 def testGetCpuStatsInvalidPID(self)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests_unittest.py 13 def __init__(self, os_name, os_version_name):
17 def GetOSName(self):
20 def GetOSVersionName(self):
26 def setUp(self):
30 def _GetEnabledTests(self, browser_type, platform):
32 def MockPredicate(test):
43 def testSystemMacMavericks(self):
53 def testSystemMacLion(self):
63 def testCrosGuestChromeOS(self):
73 def testCanaryWindowsWin7(self)
    [all...]
  /external/harfbuzz_ng/src/
check-defs.sh 17 defs="harfbuzz.def"
20 for def in $defs; do
21 lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'`
28 echo "Checking that $so has the same symbol list as $def"
32 # cheat: copy the last line from the def file!
33 tail -n1 "$def"
34 } | diff "$def" - >&2 || stat=1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 22 def timer():
25 def testfunc():
35 def factorial(n):
48 def mul(a, b):
55 def helper():
73 def helper1():
84 def helper2_indirect():
88 def helper2():
98 def subhelper():
110 def __getattr__(self, name)
    [all...]
test_doctest.py 17 def sample_func(v):
44 def __init__(self, val):
51 def double(self):
58 def get(self):
65 def a_staticmethod(v):
73 def a_classmethod(cls, v):
95 def __init__(self, val=0):
101 def square(self):
103 def get(self):
113 def __init__(self, val)
    [all...]
test_contextlib.py 16 def test_contextmanager_plain(self):
19 def woohoo():
29 def test_contextmanager_finally(self):
32 def woohoo():
46 def test_contextmanager_no_reraise(self):
48 def whee():
55 def test_contextmanager_trap_yield_after_throw(self):
57 def whoo():
68 def test_contextmanager_except(self):
71 def woohoo()
    [all...]
test_sys_setprofile.py 9 def setUp(self):
12 def tearDown(self):
15 def test_empty(self):
18 def test_setget(self):
19 def fn(*args):
26 def __init__(self):
30 def callback(self, frame, event, arg):
36 def add_event(self, event, frame=None):
49 def get_events(self):
58 def __init__(self, testcase)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 22 def timer():
25 def testfunc():
35 def factorial(n):
48 def mul(a, b):
55 def helper():
73 def helper1():
84 def helper2_indirect():
88 def helper2():
98 def subhelper():
110 def __getattr__(self, name)
    [all...]
test_doctest.py 17 def sample_func(v):
44 def __init__(self, val):
51 def double(self):
58 def get(self):
65 def a_staticmethod(v):
73 def a_classmethod(cls, v):
95 def __init__(self, val=0):
101 def square(self):
103 def get(self):
113 def __init__(self, val)
    [all...]
test_contextlib.py 16 def test_contextmanager_plain(self):
19 def woohoo():
29 def test_contextmanager_finally(self):
32 def woohoo():
46 def test_contextmanager_no_reraise(self):
48 def whee():
55 def test_contextmanager_trap_yield_after_throw(self):
57 def whoo():
68 def test_contextmanager_except(self):
71 def woohoo()
    [all...]
test_sys_setprofile.py 9 def setUp(self):
12 def tearDown(self):
15 def test_empty(self):
18 def test_setget(self):
19 def fn(*args):
26 def __init__(self):
30 def callback(self, frame, event, arg):
36 def add_event(self, event, frame=None):
49 def get_events(self):
58 def __init__(self, testcase)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 8 def resultFactory(*_):
14 def getRunner(self):
17 def runTests(self, *cases):
33 def test_setup_class(self):
37 def setUpClass(cls):
40 def test_one(self):
42 def test_two(self):
51 def test_teardown_class(self):
55 def tearDownClass(cls):
58 def test_one(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 8 def resultFactory(*_):
14 def getRunner(self):
17 def runTests(self, *cases):
33 def test_setup_class(self):
37 def setUpClass(cls):
40 def test_one(self):
42 def test_two(self):
51 def test_teardown_class(self):
55 def tearDownClass(cls):
58 def test_one(self)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py 55 def __init__(self, checker, message):
70 def Verify(self, flag_values):
83 def GetFlagsNames(self):
91 def PrintFlagsWithValues(self, flag_values):
94 def _GetInputToCheckerFunction(self, flag_values):
111 def __init__(self, flag_name, checker, message):
127 def GetFlagsNames(self):
130 def PrintFlagsWithValues(self, flag_values):
133 def _GetInputToCheckerFunction(self, flag_values):
151 def __init__(self, flag_names, checker, message)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
xml_unittest.py 31 def __init__(self, handle_style_error):
35 def turn_off_line_filtering(self):
38 def __call__(self, line_number, category, confidence, message):
46 def assert_no_error(self, xml_data):
47 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
55 def assert_error(self, expected_line_number, expected_category, xml_data):
56 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
69 def mock_handle_style_error(self):
72 def test_conflict_marker(self):
75 def test_extra_closing_tag(self)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler_unittest.py 37 def __init__(self):
42 def _serve_static_file(self, name):
45 def send_error(self, code, description):
48 def function_one(self):
51 def some_html(self):
56 def __init__(self):
59 def write(self, data):
65 def __init__(self):
71 def serve_xml(self, data):
74 def log_message(self, _format, *_args)
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags_validators.py 55 def __init__(self, checker, message):
70 def Verify(self, flag_values):
83 def GetFlagsNames(self):
91 def PrintFlagsWithValues(self, flag_values):
94 def _GetInputToCheckerFunction(self, flag_values):
111 def __init__(self, flag_name, checker, message):
127 def GetFlagsNames(self):
130 def PrintFlagsWithValues(self, flag_values):
133 def _GetInputToCheckerFunction(self, flag_values):
151 def __init__(self, flag_names, checker, message)
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
vars_dict_lib.py 21 def __init__(self):
24 def add(self, item):
35 def __contains__(self, item):
46 def __iter__(self):
51 def remove(self, item):
63 def __len__(self):
68 def __getitem__(self, index):
73 def reset(self):
78 def set(self, other):
108 def __new__(cls)
    [all...]
  /external/skia/platform_tools/android/gyp_gen/
vars_dict_lib.py 21 def __init__(self):
24 def add(self, item):
35 def __contains__(self, item):
46 def __iter__(self):
51 def remove(self, item):
63 def __len__(self):
68 def __getitem__(self, index):
73 def reset(self):
78 def set(self, other):
108 def __new__(cls)
    [all...]
  /frameworks/base/core/java/android/os/
SystemProperties.java 36 private static native String native_get(String key, String def);
37 private static native int native_get_int(String key, int def);
38 private static native long native_get_long(String key, long def);
39 private static native boolean native_get_boolean(String key, boolean def);
40 private static native void native_set(String key, String def);
57 * @return if the key isn't found, return def if it isn't null, or an empty string otherwise
60 public static String get(String key, String def) {
64 return native_get(key, def);
70 * @param def a default value to return
71 * @return the key parsed as an integer, or def if the key isn't found o
    [all...]
  /external/lldb/test/unittest2/test/
test_setups.py 11 def getRunner(self):
14 def runTests(self, *cases):
30 def test_setup_class(self):
34 def setUpClass(cls):
37 def test_one(self):
39 def test_two(self):
48 def test_teardown_class(self):
52 def tearDownClass(cls):
55 def test_one(self):
57 def test_two(self)
    [all...]

Completed in 1094 milliseconds

<<11121314151617181920>>