HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 76 - 100 of 1613) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/setupwizard/navigationbar/
common.mk 17 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-navbar
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/os2/
detect.mk 16 .PHONY: setup
43 visualage: setup
50 watcom: setup
57 borlandc: setup
64 devel: setup
68 setup: dos_setup
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 17 -s/--setup S: statement to be executed once initially (default 'pass')
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
82 %(setup)s
94 def _template_func(setup, func):
97 setup()
109 statement used for setup, and a timer function. Both statements
121 def __init__(self, stmt="pass", setup="pass", timer=default_timer):
127 if isinstance(setup, basestring):
128 setup = reindent(setup, 4
143 def setup(): function in function:Timer.__init__
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 17 -s/--setup S: statement to be executed once initially (default 'pass')
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
82 %(setup)s
94 def _template_func(setup, func):
97 setup()
109 statement used for setup, and a timer function. Both statements
121 def __init__(self, stmt="pass", setup="pass", timer=default_timer):
127 if isinstance(setup, basestring):
128 setup = reindent(setup, 4
143 def setup(): function in function:Timer.__init__
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 17 -s/--setup S: statement to be executed once initially (default 'pass')
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
82 %(setup)s
94 def _template_func(setup, func):
97 setup()
109 statement used for setup, and a timer function. Both statements
121 def __init__(self, stmt="pass", setup="pass", timer=default_timer):
127 if isinstance(setup, basestring):
128 setup = reindent(setup, 4
143 def setup(): function in function:Timer.__init__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 17 -s/--setup S: statement to be executed once initially (default 'pass')
78 # in Timer.__init__() depend on setup being indented 4 spaces and stmt
82 %(setup)s
94 def _template_func(setup, func):
97 setup()
109 statement used for setup, and a timer function. Both statements
121 def __init__(self, stmt="pass", setup="pass", timer=default_timer):
127 if isinstance(setup, basestring):
128 setup = reindent(setup, 4
143 def setup(): function in function:Timer.__init__
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
Makefile 21 python setup.py clean --all
38 python setup.py sdist
45 python setup.py bdist_egg
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
  /external/chromium-trace/catapult/third_party/python_gflags/
Makefile 21 python setup.py clean --all
38 python setup.py sdist
45 python setup.py bdist_egg
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 60 static void constant_coef( struct lp_setup_context *setup,
76 static void linear_coef( struct lp_setup_context *setup,
93 (dadx * (info->v1[0][0] - setup->pixel_offset) +
94 dady * (info->v1[0][1] - setup->pixel_offset)));
106 static void perspective_coef( struct lp_setup_context *setup,
125 (dadx * (info->v1[0][0] - setup->pixel_offset) +
126 dady * (info->v1[0][1] - setup->pixel_offset)));
130 setup_fragcoord_coef( struct lp_setup_context *setup,
151 linear_coef(setup, info, slot, 0, 2);
156 linear_coef(setup, info, slot, 0, 3)
    [all...]
lp_setup_tri.c 111 lp_setup_print_vertex(struct lp_setup_context *setup,
115 const struct lp_setup_variant_key *key = &setup->setup.variant->key;
146 lp_setup_print_triangle(struct lp_setup_context *setup,
169 lp_setup_print_vertex(setup, "v0", v0);
170 lp_setup_print_vertex(setup, "v1", v1);
171 lp_setup_print_vertex(setup, "v2", v2);
197 lp_setup_whole_tile(struct lp_setup_context *setup,
201 struct lp_scene *scene = setup->scene;
216 setup->fs.stored
    [all...]
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 24 setup = ''
28 setup = m.group(1)
29 return setup
36 # form '# setup: <stuff>', in which case <stuff> is executed as a shell
52 setup = self.get_test_option(file(path), 'setup')
58 if setup:
59 if '%T' in setup:
61 setup = setup.replace('%T', td
107 def setup(self): member in class:security_Minijail0
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
detect.mk 15 .PHONY: setup
43 devel: setup
53 lcc: setup
71 unix: setup
79 setup: std_setup
  /libcore/luni/src/test/java/libcore/javax/crypto/
KeyAgreementTest.java 31 setup(); method
34 public abstract void setup(); method in class:KeyAgreementTest.MockProvider
40 public void setup() {
55 public void setup() {
79 public void setup() {
MacTest.java 31 setup(); method
34 public abstract void setup(); method in class:MacTest.MockProvider
45 public void setup() {
  /cts/suite/audio_quality/test/
TaskProcessTest.cpp 27 virtual void SetUp() {
28 TaskGeneric* setup = NULL; local
30 mTestCase = getTaskCase(setup, action);
32 ASSERT_TRUE(setup != NULL);
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
setup.py 81 from setuptools import setup namespace
83 from distutils.core import setup namespace
88 setup(**params) # pylint: disable = W0142
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
setup.py 29 from setuptools import setup namespace
32 from distutils.core import setup namespace
48 setup(name = "boto",
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 29 * Interface between 'draw' module's output and the softpipe rasterizer/setup
32 * call the point/line/tri setup functions.
61 struct setup_context *setup; member in struct:softpipe_vbuf_render
139 struct setup_context *setup_ctx = cvbr->setup;
166 struct setup_context *setup = cvbr->setup; local
173 sp_setup_point( setup,
180 sp_setup_line( setup,
188 sp_setup_line( setup,
196 sp_setup_line( setup,
360 struct setup_context *setup = cvbr->setup; local
    [all...]
  /external/fio/tools/plot/samples/
Makefile 6 io: setup
9 bandwidth: setup
12 setup:
  /prebuilts/sdk/tools/
jack_server_setup.mk 35 .PHONY: setup-jack-server
36 setup-jack-server : PRIVATE_JACK_ADMIN := $(LOCAL_PATH)/jack-admin
37 setup-jack-server : PRIVATE_PATH := $(LOCAL_PATH)
38 setup-jack-server : PRIVATE_SERVER_VERSION := $(jack_server_version)
39 setup-jack-server : PRIVATE_SERVER_JAR := $(jack_server_jar)
40 setup-jack-server: $(JACK) $(LOCAL_PATH)/jack-launcher.jar $(jack_server_jar) $(available_jack_jars)
  /system/connectivity/shill/test-scripts/
backchannel 32 echo " setup <iface> [new_iface_name] Set <iface> as backchannel device"
57 setup() {
89 setup)
90 setup "$@"
veth 7 # $ veth setup foo 127.0.1
17 echo " setup <iface> <base> Sets up <iface> for <base>.0/24"
21 setup () {
56 setup)
57 setup "$@"
  /external/autotest/client/deps/boottool/
boottool.py 14 def setup(tarball, topdir): function
26 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/dejagnu/
dejagnu.py 8 def setup(tarball, topdir): function
21 utils.update_version(pwd+'/src', False, version, setup, tarball, pwd)
  /external/autotest/client/deps/glmark2/
glmark2.py 12 def setup(top_dir): function
16 # Avoid writing on subsequent setup() calls
36 utils.update_version(pwd + '/src', False, version, setup, pwd)

Completed in 1096 milliseconds

1 2 34 5 6 7 8 91011>>