HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 276 - 300 of 1312) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 152 * Obtains the secondary order of the specified collation element, i.e. the
157 * @return the 8 bit secondary order of the element.
RuleBasedCollator.java 28 * <li> If a French secondary ordering is specified it applies to the whole
50 * specify that all accents (secondary differences) are backwards:
58 * <li>';' : Greater, as an accent difference (secondary)
  /frameworks/base/docs/html/guide/topics/resources/
menu-resource.jd 55 android:menuCategory=["container" | "system" | "secondary" | "alternative"]
61 android:menuCategory=["container" | "system" | "secondary" | "alternative"]
196 <tr><td><code>secondary</code></td><td>For items that are user-supplied secondary
241 <tr><td><code>secondary</code></td><td>For groups that are user-supplied secondary
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 489 * Set the current secondary progress to the specified value. Does not do
493 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
535 * <p>Get the progress bar's current level of secondary progress. Return 0 when the
538 * @return the current secondary progress, between 0 and {@link #getMax()}
599 * <p>Increase the progress bar's secondary progress by the specified amount.</p>
601 * @param diff the amount by which the secondary progress must be increased
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 4341 uint8_t secondary = 0; local
4607 uint8_t secondary; local
4768 uint8_t secondary = 0; local
5364 uint8_t secondary = 0; local
6609 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 65 * forward. There is also a secondary progress displayable on a progress bar
720 * Set the current secondary progress to the specified value. Does not do
724 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
768 * <p>Get the progress bar's current level of secondary progress. Return 0 when the
771 * @return the current secondary progress, between 0 and {@link #getMax()}
835 * <p>Increase the progress bar's secondary progress by the specified amount.</p>
837 * @param diff the amount by which the secondary progress must be increased
    [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 67 /* Whether or not .SECONDARY with no prerequisites was given. */
361 Yes, IFF: it's marked intermediate, it's not secondary, it wasn't
365 && !f->secondary && !f->cmd_target)
695 for (f = lookup_file (".SECONDARY"); f != 0; f = f->prev)
697 /* .SECONDARY with deps listed
705 f2->intermediate = f2->secondary = 1;
706 /* .SECONDARY with no deps listed marks *all* files that way. */
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 62 * forward. There is also a secondary progress displayable on a progress bar
676 * Set the current secondary progress to the specified value. Does not do
680 * @param secondaryProgress the new secondary progress, between 0 and {@link #getMax()}
724 * <p>Get the progress bar's current level of secondary progress. Return 0 when the
727 * @return the current secondary progress, between 0 and {@link #getMax()}
791 * <p>Increase the progress bar's secondary progress by the specified amount.</p>
793 * @param diff the amount by which the secondary progress must be increased
    [all...]
  /external/bison/doc/
fdl.texi 57 A ``Secondary Section'' is a named appendix or a front-matter section
62 part a textbook of mathematics, a Secondary Section may not explain
68 The ``Invariant Sections'' are certain Secondary Sections whose titles
71 section does not fit the above definition of Secondary then it is not
276 appendices that qualify as Secondary Sections and contain no material
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 318 // has a vertical display layout (primary display above/below secondary display)
357 // edge even though the mouse is warped to the secondary display.
374 // secondary display without crossing the top edge first.
384 // around in the bottom region of the secondary display.
389 // the bottom region of the secondary display.
  /external/v8/src/
stub-cache.h 311 // The stub cache has a primary and secondary level. The two levels have
315 // in the primary cache is moved to the secondary cache, and secondary cache
344 // Hash algorithm for the secondary table. This algorithm is replicated in
348 // Use the seed from the primary cache in the secondary cache.
    [all...]
  /external/valgrind/main/
COPYING.DOCS 51 A "Secondary Section" is a named appendix or a front-matter section of
56 textbook of mathematics, a Secondary Section may not explain any
62 The "Invariant Sections" are certain Secondary Sections whose titles
65 section does not fit the above definition of Secondary then it is not
234 appendices that qualify as Secondary Sections and contain no material
  /ndk/sources/host-tools/make-3.81/doc/
fdl.texi 58 A ``Secondary Section'' is a named appendix or a front-matter section
63 part a textbook of mathematics, a Secondary Section may not explain
69 The ``Invariant Sections'' are certain Secondary Sections whose titles
72 section does not fit the above definition of Secondary then it is not
274 appendices that qualify as Secondary Sections and contain no material
  /ndk/sources/host-tools/sed-4.2.1/
COPYING.DOC 51 A "Secondary Section" is a named appendix or a front-matter section of
56 part a textbook of mathematics, a Secondary Section may not explain
62 The "Invariant Sections" are certain Secondary Sections whose titles
65 section does not fit the above definition of Secondary then it is not
237 appendices that qualify as Secondary Sections and contain no material
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 160 kind.secondary = true;
312 kind.secondary = true;
391 kind.secondary = true;
409 kind.secondary = true;
430 kind.secondary = true;
  /external/icu4c/i18n/
ucol.cpp 4592 uint8_t secondary; local
4712 uint8_t secondary = 0; local
5082 uint8_t secondary = 0; local
6216 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
    [all...]
  /external/icu4c/i18n/unicode/
ucoleitr.h 104 * consists of primary order, secondary order and tertiary order. The data
317 * Get the secondary order of a collation order.
319 * @return the secondary order of a collation order.
  /external/kernel-headers/original/linux/spi/
cpcap.h 44 * Tell the uC to setup the secondary standby bits for the regulators used.
357 CPCAP_IRQ_SECMAC, /* Secondary Macro */
414 CPCAP_IRQ_SECHALT, /* Secondary Microcontroller Halt */
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 498 /* This function tries to create a secondary audio buffer, and returns the
525 /* Try to create the secondary buffer */
683 fprintf(stderr, "Using secondary audio buffer\n");
  /frameworks/base/core/java/android/app/
Presentation.java 37 * content on a secondary display. A {@link Presentation} is associated with
75 * that the application should use if it wants to show content on the secondary display.
230 * {@link android.view.WindowManager.InvalidDisplayException} if the specified secondary
  /frameworks/base/docs/html/distribute/googleplay/edu/
guidelines.jd 235 <li><em>Secondary user account</em> &mdash; Test the app using a secondary user
238 account on their devices. For testing, create a secondary multiuser account on
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 315 // if we have a O, use O as primary subject, secondary prefer CN over OU
316 // if we don't have an O, use CN as primary, empty secondary
317 // if we don't have O or CN, use DName as primary, empty secondary
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 203 * secondary storage devices, but it becomes read-only access above them.
264 * Secondary external storage mount points must always be read-only, per
  /docs/source.android.com/src/devices/tech/storage/
index.jd 100 secondary external storage:</p>
131 <li>Secondary external storage must not be writable by apps.</li>
  /external/chromium/chrome/browser/ui/login/
login_prompt_browsertest.cc 377 LOG(INFO) << "Waiting for secondary AUTH_NEEDED";
393 LOG(INFO) << "Waiting for secondary AUTH_SUPPLIED";

Completed in 4840 milliseconds

<<11121314151617181920>>