Home
last modified time | relevance | path

Searched refs:we (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/frameworks/base/docs/html/training/design-navigation/
Dscreen-planning.jd38 … allow users to navigate to and interact with the data. The set of screens we actually expose shou…
40 <p>In our example application, we want to enable users to <strong>view</strong>, <strong>save</stro…
46 <li>Story detail view (from which we can save and share)</li>
48 <li>Photo detail view (from which we can save and share)</li>
57we can define the directed relationships between screens; an arrow from one screen <em>A</em> to a…
65 <p>If we later wanted to allow users to submit news stories or upload photos, we could add addition…
78 …ay. In the next lesson, we explore screen grouping techniques, such as providing multi-pane layout…
/frameworks/base/tools/layoutlib/rename_font/
DREADME1 This tool is used to rename the PS name encoded inside the ttf font that we ship
4 versions are loaded. As a workaround, we rename all the fonts that we ship with
/frameworks/base/tools/layoutlib/create/
DREADME.txt24 - they contains references to native code (which we want to avoid in Eclipse),
27 - some of the classes that need to be changed are final and/or we need access to their private
33 - filters some packages and removes those we don't want in the output JAR,
62 dependencies and then only keep the ones we want.
65 from these is kept. Currently the one such class is android.view.View: since we want to render
70 ("*" does not matches dots whilst "**" does, and "." and "$" are interpreted as-is). In practice we
98 Each of these are specific strategies we use to be able to modify the Android code to fit within the
116 The next step of the transformation is changing the name of the class in case we requested the class
129 class was originally compiled with Java 7 (version 51). This is because we don't currently generate
131 valid StackMapTable. As a side benefit of this, we can continue to support Java 6 because Java 7 on
[all …]
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc31 // if we meet '//', '///', '////', ...
35 // if we meet '/./'
38 // if we meet '/../'
41 // if we meet other else
43 // if we meet '/.../', '/..../', ... -> illegal
156 // 2. Some but not all elements had beed put into cache, and we stoped.
/frameworks/native/services/sensorservice/
DFusion.cpp433 vec3_t we = w - b; in predict() local
435 if (length(we) < WVEC_EPS) { in predict()
436 we = (we[0]>0.f)?WVEC_EPS:-WVEC_EPS; in predict()
466 const mat33_t wx(crossMatrix(we, 0)); in predict()
468 const float lwedT = length(we)*dT; in predict()
470 const float ilwe = 1.f/length(we); in predict()
474 const vec3_t psi(sinf(hlwedT)*ilwe*we); in predict()
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc37 // if we meet '//', '///', '////', ...
41 // if we meet '/./'
44 // if we meet '/../'
47 // if we meet other else
49 // if we meet '/.../', '/..../', ... -> illegal
187 // 2. Some but not all elements had been put into cache, and we stoped.
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dp_med_ol.c40 Word16 *ww, *we, *hp_wsp; in Pitch_med_ol() local
53 we = &corrweight[98 + L_max - L_0]; in Pitch_med_ol()
82 R0 = Mpy_32_16(hi, lo, *we); in Pitch_med_ol()
83 we--; in Pitch_med_ol()
/frameworks/base/tools/layoutlib/bridge/resources/bars/
DREADME7 For example, for the back icon for ICS, we search first in v18, where we don't
/frameworks/base/docs/html/training/articles/
Dsmp.jd170 location A into reg1. (Note that we’re writing in one order and reading in
204 <p>To get into a situation where we see B=5 before we see the store to A, either
247 different order by thread 2. If that happened, we could actually appear to
384 <p>With this in mind, we’re ready to talk about ARM.</p>
405 reads B repeatedly, looping until we read 1 from B. The idea here is that
467 the other side, assume we read A earlier, or it lives on the same cache line as
468 something else we recently read. Core 2 spins until it sees the update to B,
492 guarantees about the ordering of loads in thread 1, but we don’t have any of
497 program order, why do we need the load/load barrier in thread 2? Because we
507 matter, so long as the appropriate guarantees are kept. If we use a barrier in
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dp_ol_wgh.cpp596 const Word16 *we; in Lag_max() local
601 we = &corrweight[123 + lag_max - old_lag]; in Lag_max()
618 t0 = Mpy_32_16(t0_h, t0_l, *we, pOverflow); in Lag_max()
619 we--; in Lag_max()
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd17 of Android 4.2, it’s a good time to talk about the performance work that we’ve done
27 processing. In this example we will look at applying a levels/saturation operation
35 In this post I’ll look at "compute" in more detail. In RenderScript we use
/frameworks/compile/libbcc/
DREADME.rst48 * To reduce launch time, we support caching of
50 if the given apps are performance-sensitive. Thus, we implemented
55 portability enhancement. Launch time reduction after we
74 * For steady-state performance, we enable VFP3 and aggressive
77 * Currently we disable Lazy JITting.
172 a page size, so that we can mmap the context directly into memory.
200 On ARM, we use hardfp. Note that double will be placed in a register pair.
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator22 # cache so we redirect to an alternative cache
64 # we also pass the list of jar files, so we can extract class names for tests
87 # we are done with jars, starting with parameters now
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dloaders.jd293 // sample only has one Loader, so we don't care about the ID.
294 // First, pick the base URI to use depending on whether we are
337 // old cursor once we return.)
357 // above is about to be closed.  We need to make sure we are no
394         // Create an empty adapter we will use to display the loaded data.
435     // These are the Contacts rows that we will retrieve.
446         // sample only has one Loader, so we don't care about the ID.
447         // First, pick the base URI to use depending on whether we are
469         // old cursor once we return.)
475         // above is about to be closed.  We need to make sure we are no
Dservices.jd327 // Normally we would do some work here, like download a file.
328 // For our sample, we just sleep for 5 seconds.
396 // Normally we would do some work here, like download a file.
397 // For our sample, we just sleep for 5 seconds.
407 // Stop the service using the startId, so that we don't stop
415 // Start up the thread running the service. Note that we create a
417 // main thread, which we don't want to block. We also make it
433 // start ID so we know which request we're stopping when we finish the job
438 // If we get killed, after returning from here, restart
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dloaders.jd293 // sample only has one Loader, so we don't care about the ID.
294 // First, pick the base URI to use depending on whether we are
337 // old cursor once we return.)
357 // above is about to be closed.  We need to make sure we are no
394         // Create an empty adapter we will use to display the loaded data.
435     // These are the Contacts rows that we will retrieve.
446         // sample only has one Loader, so we don't care about the ID.
447         // First, pick the base URI to use depending on whether we are
469         // old cursor once we return.)
475         // above is about to be closed.  We need to make sure we are no
Dservices.jd327 // Normally we would do some work here, like download a file.
328 // For our sample, we just sleep for 5 seconds.
396 // Normally we would do some work here, like download a file.
397 // For our sample, we just sleep for 5 seconds.
407 // Stop the service using the startId, so that we don't stop
415 // Start up the thread running the service. Note that we create a
417 // main thread, which we don't want to block. We also make it
433 // start ID so we know which request we're stopping when we finish the job
438 // If we get killed, after returning from here, restart
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dloaders.jd293 // sample only has one Loader, so we don't care about the ID.
294 // First, pick the base URI to use depending on whether we are
337 // old cursor once we return.)
357 // above is about to be closed.  We need to make sure we are no
394         // Create an empty adapter we will use to display the loaded data.
435     // These are the Contacts rows that we will retrieve.
446         // sample only has one Loader, so we don't care about the ID.
447         // First, pick the base URI to use depending on whether we are
469         // old cursor once we return.)
475         // above is about to be closed.  We need to make sure we are no
Dservices.jd327 // Normally we would do some work here, like download a file.
328 // For our sample, we just sleep for 5 seconds.
396 // Normally we would do some work here, like download a file.
397 // For our sample, we just sleep for 5 seconds.
407 // Stop the service using the startId, so that we don't stop
415 // Start up the thread running the service. Note that we create a
417 // main thread, which we don't want to block. We also make it
433 // start ID so we know which request we're stopping when we finish the job
438 // If we get killed, after returning from here, restart
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dloaders.jd293 // sample only has one Loader, so we don't care about the ID.
294 // First, pick the base URI to use depending on whether we are
337 // old cursor once we return.)
357 // above is about to be closed.  We need to make sure we are no
394         // Create an empty adapter we will use to display the loaded data.
435     // These are the Contacts rows that we will retrieve.
446         // sample only has one Loader, so we don't care about the ID.
447         // First, pick the base URI to use depending on whether we are
469         // old cursor once we return.)
475         // above is about to be closed.  We need to make sure we are no
Dservices.jd327 // Normally we would do some work here, like download a file.
328 // For our sample, we just sleep for 5 seconds.
396 // Normally we would do some work here, like download a file.
397 // For our sample, we just sleep for 5 seconds.
407 // Stop the service using the startId, so that we don't stop
415 // Start up the thread running the service. Note that we create a
417 // main thread, which we don't want to block. We also make it
433 // start ID so we know which request we're stopping when we finish the job
438 // If we get killed, after returning from here, restart
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dloaders.jd293 // sample only has one Loader, so we don't care about the ID.
294 // First, pick the base URI to use depending on whether we are
337 // old cursor once we return.)
357 // above is about to be closed.  We need to make sure we are no
394         // Create an empty adapter we will use to display the loaded data.
435     // These are the Contacts rows that we will retrieve.
446         // sample only has one Loader, so we don't care about the ID.
447         // First, pick the base URI to use depending on whether we are
469         // old cursor once we return.)
475         // above is about to be closed.  We need to make sure we are no
Dservices.jd327 // Normally we would do some work here, like download a file.
328 // For our sample, we just sleep for 5 seconds.
396 // Normally we would do some work here, like download a file.
397 // For our sample, we just sleep for 5 seconds.
407 // Stop the service using the startId, so that we don't stop
415 // Start up the thread running the service. Note that we create a
417 // main thread, which we don't want to block. We also make it
433 // start ID so we know which request we're stopping when we finish the job
438 // If we get killed, after returning from here, restart
/frameworks/base/docs/html/distribute/stories/games/
Dkongregate-global-assault.jd63 publisher we are responsible for handling the marketing spend of our
64 developers. If we can improve conversion rates through art or graphics by even
66 gives us the data we need to make those decisions.”
/frameworks/base/docs/html/distribute/stories/apps/
Dintuit-mint.jd31 target 7- to 10-inch tablets, in addition to phones. “We knew we had a lot
32 more real estate, and we wanted to provide a more immersive experience for
72 sort of immersive engagement experience we were looking for; the tablet and

12345678910>>...14