HomeSort by relevance Sort by last modified time
    Searched refs:prefer (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 33 x|y x or y (prefer x)
36 x* zero or more x, prefer more
37 x+ one or more x, prefer more
38 x? zero or one x, prefer one
39 x{n,m} n or n+1 or ... or m x, prefer more
40 x{n,} n or more x, prefer more
42 x*? zero or more x, prefer fewer
43 x+? one or more x, prefer fewer
44 x?? zero or one x, prefer zero
45 x{n,m}? n or n+1 or ... or m x, prefer fewe
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 33 x|y x or y (prefer x)
36 x* zero or more x, prefer more
37 x+ one or more x, prefer more
38 x? zero or one x, prefer one
39 x{n,m} n or n+1 or ... or m x, prefer more
40 x{n,} n or more x, prefer more
42 x*? zero or more x, prefer fewer
43 x+? one or more x, prefer fewer
44 x?? zero or one x, prefer zero
45 x{n,m}? n or n+1 or ... or m x, prefer fewe
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 302 final int prefer; local
306 prefer = RECOMMEND_INSTALL_INTERNAL;
310 prefer = RECOMMEND_INSTALL_INTERNAL;
313 prefer = RECOMMEND_INSTALL_EXTERNAL;
316 prefer = RECOMMEND_INSTALL_INTERNAL;
319 prefer = RECOMMEND_INSTALL_EXTERNAL;
322 // When app is already installed, prefer same medium
326 prefer = RECOMMEND_INSTALL_EXTERNAL;
328 prefer = RECOMMEND_INSTALL_INTERNAL;
331 prefer = RECOMMEND_INSTALL_INTERNAL
    [all...]
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 111 // prefer DA. Similarly, if DA is known to be unreachable or if
112 // Source(DA) is undefined, then prefer DB.
123 // Rule 2: Prefer matching scope.
125 // then prefer DA. Similarly, if Scope(DA) <> Scope(Source(DA)) and
126 // Scope(DB) = Scope(Source(DB)), then prefer DB.
135 // If Source(DA) is deprecated and Source(DB) is not, then prefer DB.
137 // deprecated, then prefer DA.
141 // Rule 4: Prefer home addresses.
143 // and Source(DB) is not, then prefer DA. Similarly, if Source(DB) is
145 // not, then prefer DB
    [all...]
addrselect_test.go 23 // Prefer matching scope.
40 // Prefer matching scope.
57 // Prefer higher precedence.
74 // Prefer smaller scope.
92 // mean we should prefer 23/8 destination addresses.
platform_test.go 142 // At this point, we prefer IPv4 when ip is nil.
ipsock_posix.go 87 // Otherwise we prefer an IPv4-only, AF_INET, wildcard address
  /prebuilts/go/linux-x86/src/net/
addrselect.go 111 // prefer DA. Similarly, if DA is known to be unreachable or if
112 // Source(DA) is undefined, then prefer DB.
123 // Rule 2: Prefer matching scope.
125 // then prefer DA. Similarly, if Scope(DA) <> Scope(Source(DA)) and
126 // Scope(DB) = Scope(Source(DB)), then prefer DB.
135 // If Source(DA) is deprecated and Source(DB) is not, then prefer DB.
137 // deprecated, then prefer DA.
141 // Rule 4: Prefer home addresses.
143 // and Source(DB) is not, then prefer DA. Similarly, if Source(DB) is
145 // not, then prefer DB
    [all...]
addrselect_test.go 23 // Prefer matching scope.
40 // Prefer matching scope.
57 // Prefer higher precedence.
74 // Prefer smaller scope.
92 // mean we should prefer 23/8 destination addresses.
platform_test.go 142 // At this point, we prefer IPv4 when ip is nil.
  /build/soong/android/
prebuilt_test.go 43 prefer: false,
53 prefer: true,
67 prefer: false,
81 prefer: true,
95 prefer: false,
108 prefer: true,
prebuilt.go 33 // When prefer is set to true the prebuilt will be used instead of any source module with
35 Prefer *bool `android:"arch_variant"`
140 // will be used if it is marked "prefer" or if the source module is disabled.
147 if Bool(p.properties.Prefer) {
  /system/chre/apps/chqts/build/
general_test_sources.mk 1 # Since we add source files to this app somewhat regularly, we prefer
  /external/libxml2/
catalog.c 142 xmlCatalogPrefer prefer; member in struct:_xmlCatalogEntry
170 xmlCatalogPrefer prefer; member in struct:_xmlCatalog
265 * @prefer: the PUBLIC vs. SYSTEM current preference value
275 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
310 ret->prefer = prefer;
407 * @prefer: the PUBLIC vs. SYSTEM current preference value
415 xmlCreateNewCatalog(xmlCatalogType type, xmlCatalogPrefer prefer) {
427 ret->prefer = prefer;
    [all...]
  /external/libxml2/include/libxml/
catalog.h 165 xmlCatalogSetDefaultPrefer(xmlCatalogPrefer prefer);
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_cgo_darwin.go 41 // Once we support weak imports via cgo we should prefer that, and fall back to this
191 // Once we support weak imports via cgo we should prefer that, and fall back to this
  /prebuilts/go/linux-x86/src/crypto/x509/
root_cgo_darwin.go 41 // Once we support weak imports via cgo we should prefer that, and fall back to this
191 // Once we support weak imports via cgo we should prefer that, and fall back to this
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 113 // directory, prefer the spelling used in def.
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
cfg.go 113 // directory, prefer the spelling used in def.
  /external/llvm/test/MC/ARM/
eh-directive-save.s 15 @ by 0xA0 or 0xA8, then the assembler should prefer them over 0x8000.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 181 // prefer not to exit loops
187 // prefer to stay in loop, not exit to outer.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 181 // prefer not to exit loops
187 // prefer to stay in loop, not exit to outer.
  /external/libunwind/doc/
libunwind-ptrace.tex 58 However, in special circumstances, an application may prefer to use
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 125 // makes us prefer wider rectangles to taller ones.
  /prebuilts/go/darwin-x86/src/runtime/
slice.go 88 // The SSA backend might prefer the new length or to return only ptr/cap and save stack space.

Completed in 956 milliseconds

1 2 3 4 5