/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/harfbuzz_ng/src/ |
check-symbols.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/chrome/browser/task_manager/ |
resource_provider.h | 31 #define TASKMANAGER_RESOURCE_TYPE_LIST(def) \ 32 def(BROWSER) /* The main browser process. */ \ 33 def(RENDERER) /* A normal WebContents renderer process. */ \ 34 def(EXTENSION) /* An extension or app process. */ \ 35 def(NOTIFICATION) /* A notification process. */ \ 36 def(GUEST) /* A browser plugin guest process. */ \ 37 def(PLUGIN) /* A plugin process. */ \ 38 def(WORKER) /* A web worker process. */ \ 39 def(NACL) /* A NativeClient loader or broker process. */ \ 40 def(UTILITY) /* A browser utility process. */ [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
future_test.py | 12 def testNoValueOrDelegate(self): 15 def testValue(self): 20 def testDelegateValue(self): 23 def __init__(self): 25 def Get(self): 34 def testErrorThrowingDelegate(self): 39 def qux(): 41 def baz(): 43 def bar(): 45 def foo() [all...] |
/external/chromium_org/chrome/test/functional/ |
chromeos_gsm_compliance.py | 20 def _GetEthernet(self): 27 def setUp(self): 34 def tearDown(self): 40 def _IsFakeGSMRunning(self): 50 def _VerifyBasicCarrierCompliance(self, carrier_name, cellular_name): 76 def testConnectThree(self): 80 def testConnectSFR(self): 84 def testConnectKPN(self): 88 def testConnectSimyo(self): 92 def testConnectMovistar(self) [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/tools/telemetry/telemetry/core/ |
tab.py | 19 def __init__(self, inspector_backend): 22 def __del__(self): 26 def browser(self): 31 def url(self): 35 def dom_stats(self): 53 def Activate(self): 66 def screenshot_supported(self): 70 def Screenshot(self, timeout=DEFAULT_TAB_TIMEOUT): 74 def PerformActionAndWaitForNavigate( 85 def Navigate(self, url, script_to_evaluate_on_commit=None [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_test_results.py | 11 def __init__(self): 16 def _exc_info_to_string(self, err, test): 22 def addSuccess(self, test): 25 def addSkip(self, test, reason): # Python 2.7 has this in unittest.TestResult 28 def StartTest(self, page): 31 def StopTest(self, page): 34 def AddError(self, page, err): 37 def AddFailure(self, page, err): 40 def AddSuccess(self, page): 43 def AddSkip(self, page, reason) [all...] |
/frameworks/base/core/java/android/os/ |
SystemProperties.java | 38 private static native String native_get(String key, String def); 39 private static native int native_get_int(String key, int def); 40 private static native long native_get_long(String key, long def); 41 private static native boolean native_get_boolean(String key, boolean def); 42 private static native void native_set(String key, String def); 59 * @return if the key isn't found, return def if it isn't null, or an empty string otherwise 62 public static String get(String key, String def) { 66 return native_get(key, def); 72 * @param def a default value to return 73 * @return the key parsed as an integer, or def if the key isn't found o [all...] |
/external/chromium_org/tools/grit/grit/node/ |
io.py | 20 def __init__(self): 25 def IsTranslation(self): 28 def GetLang(self): 31 def DisableLoading(self): 34 def MandatoryAttributes(self): 37 def RunPostSubstitutionGatherer(self, debug=False): 62 def GetInputPath(self): 69 def MandatoryAttributes(self): 72 def DefaultAttributes(self): 79 def GetType(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 14 def __init__(self, canvas, itemType, *args, **kw): 20 def __str__(self): 22 def __repr__(self): 24 def delete(self): 27 def __getitem__(self, key): 33 def __setitem__(self, key, value): 35 def keys(self): 44 def has_key(self, key): 46 def __contains__(self, key): 48 def addtag(self, tag, option='withtag') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Canvas.py | 14 def __init__(self, canvas, itemType, *args, **kw): 20 def __str__(self): 22 def __repr__(self): 24 def delete(self): 27 def __getitem__(self, key): 33 def __setitem__(self, key, value): 35 def keys(self): 44 def has_key(self, key): 46 def __contains__(self, key): 48 def addtag(self, tag, option='withtag') [all...] |