HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 276 - 300 of 802) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 633 Element primary = getPrimaryElement(); local
634 if (primary != null) {
635 String oldType = primary.getTagName();
  /external/curl/tests/server/
sws.c 1450 bool primary = FALSE; local
    [all...]
  /external/ImageMagick/coders/
png.c 12518 primary; local
13371 primary; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 104 // If b3 is the primary predecessor of b2, then we use x3 in b2 and
226 // for each block, its primary predecessor.
227 // A predecessor of b is primary if it is the closest
229 // We record the index in the Preds list where the primary predecessor sits.
230 primary []int32
647 // Compute primary predecessors.
648 s.primary = make([]int32, f.NumBlocks())
660 s.primary[b.ID] = int32(best)
863 // Start with the final register state of the primary predecessor
864 idx := s.primary[b.ID
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 104 // If b3 is the primary predecessor of b2, then we use x3 in b2 and
226 // for each block, its primary predecessor.
227 // A predecessor of b is primary if it is the closest
229 // We record the index in the Preds list where the primary predecessor sits.
230 primary []int32
647 // Compute primary predecessors.
648 s.primary = make([]int32, f.NumBlocks())
660 s.primary[b.ID] = int32(best)
863 // Start with the final register state of the primary predecessor
864 idx := s.primary[b.ID
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /build/blueprint/pathtools/
glob.go 41 // to rerun the primary builder when the list of matching files changes.
350 // to rerun the primary builder when the list of matching files changes.
  /compatibility/cdd/7_hardware-compatibility/
7_5_cameras.md 203 to landscape-primary devices as well as portrait-primary devices.
  /device/google/cuttlefish/shared/
device.mk 178 audio.primary.vsoc \
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 113 The base-class for the three primary Main script-runner classes.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 283 // Implicit primary weights should be assigned for the following sets,
331 long primary = ce >>> 32; local
332 if (!(primary > prevPrimary) && inOrder.contains(c) && inOrder.contains(prev)) {
333 errln("CE(U+" + Utility.hex(c) + ")=0x" + Utility.hex(primary)
339 prevPrimary = primary;
688 // The valid byte range for the second primary byte depends on compressibility.
730 // Primary CE.
789 // Return the next primary in this range.
798 // Simple primary CE.
842 CollationWeights cw1c = new CollationWeights(); // compressible primary weight
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 280 // Implicit primary weights should be assigned for the following sets,
328 long primary = ce >>> 32; local
329 if (!(primary > prevPrimary) && inOrder.contains(c) && inOrder.contains(prev)) {
330 errln("CE(U+" + Utility.hex(c) + ")=0x" + Utility.hex(primary)
336 prevPrimary = primary;
685 // The valid byte range for the second primary byte depends on compressibility.
727 // Primary CE.
786 // Return the next primary in this range.
795 // Simple primary CE.
839 CollationWeights cw1c = new CollationWeights(); // compressible primary weight
    [all...]
  /external/tpm2/
Object.c 343 // If parent handle is a permanent handle, it is a primary or temporary
349 // for a primary key, parent qualified name is the handle of hierarchy
374 // handle, this object is a primary object
375 object->attributes.primary = SET;
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactViewHolder.java 85 nameOrNumberView = view.findViewById(R.id.primary);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
SuggestionAdapterTest.java 201 mSuggestionHolder.itemView.findViewById(android.R.id.primary).performClick();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 113 XkbOutlinePtr primary; member in struct:_XkbShape
  /build/blueprint/
singleton_ctx.go 71 // dependencies to rerun the primary builder whenever a file matching
  /build/soong/android/
singleton.go 65 // of the patterns in excludes. It also adds efficient dependencies to rerun the primary
  /external/autotest/client/bin/input/
input_device.py 190 If current slot is the 'primary' slot, also updates the events entry.
202 # if the current slot is the "primary" slot,
381 Returns the "primary" MT-B slot.
383 The "primary" MT-B slot is arbitrarily chosen as the slot with lowest
  /external/curl/lib/vtls/
mbedtls.c 453 if(SSL_SET_OPTION(primary.sessionid)) {
707 if(SSL_SET_OPTION(primary.sessionid)) {

Completed in 753 milliseconds

<<11121314151617181920>>