HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 426 - 450 of 1672) sorted by null

<<11121314151617181920>>

  /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
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 63 * hash used for contention avoidance, as well as a secondary
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteExternalStorageTest.java 214 * secondary storage devices, but it becomes read-only access above them.
281 * Secondary external storage mount points must always be read-only, per
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 178 * Verify that there is a secondary display.
187 * Test the properties of the secondary Display.
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 69 // secondary probe. Here, the modular division first probe is gives way
190 disp = hsize_reg - i; // secondary hash (after G. Knott)
  /external/gptfdisk/
fixparts.8 41 the possible exception of recomputing CHS values, these secondary features
104 present in the GPT primary or secondary header areas, \fBfixparts\fR
  /external/guava/guava/src/com/google/common/collect/
Table.java 239 * @return a map view from each row key to a secondary map from column keys to
254 * @return a map view from each column key to a secondary map from row keys to
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrenchTest.java 139 // perform tests with strength SECONDARY
146 myCollation.setStrength(Collator.SECONDARY);
  /external/libvorbis/examples/
decoder_example.c 163 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
168 fprintf(stderr,"Corrupt secondary header. Exiting.\n");
  /external/mesa3d/src/mesa/swrast/
s_context.h 238 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */
272 * Placeholders for when separate specular (or secondary color) is
  /libcore/ojluni/src/main/java/java/text/
PatternEntry.java 136 case Collator.SECONDARY: toAddTo.append(';'); break;
232 newStrength = Collator.SECONDARY; break;
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 167 // Remove for secondary users
230 // Don't enable developer options for secondary users.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
AboutFragment.java 172 // Remove for secondary users
266 // Don't enable developer options for secondary users.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 41 // and there is a secondary match (phone number, email etc).
278 * Returns a list of IDs for contacts that are matched on secondary data elements
RawContactMatcher.java 42 // and there is a secondary match (phone number, email etc).
280 * Returns a list of IDs for raw contacts that are only matched on secondary data elements
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 379 parserErrorReason = "reset secondary-before secondary ignorable not possible";
515 // Look for a tailored secondary node after [0, 0, *].
595 // and non-common secondary/tertiary weights.
637 // or a node with a common secondary or tertiary weight.
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 141 col->setStrength(Collator::SECONDARY);
142 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
144 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
193 doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary difference");
602 col->setStrength(Collator::SECONDARY);
687 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
705 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
708 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
742 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same")
    [all...]
  /art/runtime/gc/space/
image_space.h 132 // complete locations for secondary images.
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 163 <div class="dac-nav-secondary develop">
181 <ul class="dac-nav-secondary about">
213 <ul class="dac-nav-secondary develop">
269 <ul class="dac-nav-secondary distribute">
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
Utils.java 118 * Return set of users that test should be run for, creating a secondary
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 51 // Connecting to a secondary interface is the same as any
  /dalvik/dx/src/com/android/multidex/
MainDexListBuilder.java 35 * identify a class that can be used during secondary dex installation, those class files
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
DetailActivity.java 30 * Our secondary Activity which is launched from {@link MainActivity}. Has a simple detail UI
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 152 buttons += " secondary";
  /developers/build/prebuilts/gradle/DirectBoot/
README.md 32 To access Device protected storage, you can create a secondary Context using this API

Completed in 2270 milliseconds

<<11121314151617181920>>