HomeSort by relevance Sort by last modified time
    Searched full:alternative (Results 401 - 425 of 3066) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 43 #last alternative
78 reject 'group' matches; for example the alternative form
121 #just a single 'Alternative', skip this node
133 elif node.type == syms.Alternative:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 43 #last alternative
78 reject 'group' matches; for example the alternative form
121 #just a single 'Alternative', skip this node
133 elif node.type == syms.Alternative:
  /developers/samples/android/ui/actionbar/DoneBar/
template-params.xml 29 This sample demonstrates two alternative presentations of the
78 2 alternative layouts. This is well suited for simple data entry activities, where the only
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
btm_matcher.py 59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DataHubDxe.uni 20 // Management Interface (IPMI).The alternative to a data-hub-like architecture is to require all
38 #string STR_MODULE_DESCRIPTION #language en-US "The data hub is a volatile database that is intended as the major focus for the accumulation of manageability data. The hub is fed by \"producers\" with chunks of data in a defined format. Consumers may then extract the data in a temporal \"log\" order. As an example, progress codes might be recorded in the data hub for future processing. For example, other data contributed to the data hub might include, statistics on enumerated items such as memory, add-in buses, and add-in cards, and data on errors encountered during boot (such as, the system did not boot off the network because the cable was not plugged in). Some classes of data have defined formats. For example, the amount of memory in the system is reported in a standard format so that consumers can be written to extract the data. Other data is system specific. For example, additional detail on errors might be specific to the driver that discovered the error. The consumer might be a driver that tabularizes data from the data hub, providing a mechanism for the raw data to be made available to the OS for post-processing by OS-based applications. The intent of the data hub is for drivers that enumerate and configure parts of the system to report their discoveries to the data hub. This data can then be extracted by other drivers that report those discoveries using standard manageability interfaces such as SMBIOS and Intelligent Platform Management Interface (IPMI). The alternative to a data-hub-like architecture is to require all drivers to be aware of all reporting formats. For more information, refer to http://www.intel.com/technology/framework/ ."
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3cyclicdfa.c 73 /** From the input stream, predict what alternative will succeed
75 * to the underlying CFL). Return an alternative number 1..n. Throw
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 15 /** From the input stream, predict what alternative will succeed
17 * to the underlying CFL). Return an alternative number 1..n. Throw
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 60 # From the input stream, predict what alternative will succeed
62 # to the underlying CFL). Return an alternative number 1..n. Throw
  /external/autotest/client/common_lib/perf_expectations/
expectation_checker.py 39 @param board: an alternative board name, will be used
42 @expectation_file_path: an alternative expectation file.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extension.java 38 * Subject Alternative Name
43 * Issuer Alternative Name
  /external/curl/docs/
HTTP2.md 104 HTTP Alternative Services
108 that tells the client about an alternative "route" to the same content for the
  /external/libchrome/sandbox/win/src/sidestep/
mini_disassembler_types.h 118 // alternative opcode structs for different prefixes.
158 // Alternative opcode info if certain prefixes are specified.
  /external/llvm/include/llvm/ADT/
DenseSet.h 135 /// Alternative version of find() which allows a different, and possibly less
157 /// Alternative version of insert that uses a different (and possibly less
  /external/llvm/include/llvm/Analysis/
LazyBlockFrequencyInfo.h 10 // This is an alternative analysis pass to BlockFrequencyInfoWrapperPass. The
29 /// \brief This is an alternative analysis pass to
  /external/mesa3d/docs/
llvmpipe.html 103 On Linux, building will create a drop-in alternative for libGL.so into
118 On Windows, building will create a drop-in alternative for opengl32.dll. To use
  /external/mesa3d/src/mapi/glapi/gen/
remap_helper.py 145 # output ABI functions that have alternative names (with ext suffix)
146 print '/* these functions are in the ABI, but have alternative names */'
  /external/mesa3d/src/mesa/main/
remap.c 167 * makes sure the alternative names are available.
175 /* Remap static functions which have alternative names and are in the ABI.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
HostnameVerifierTest.java 183 // these checks test alternative subjects. The test data contains an
184 // alternative subject starting with a japanese kanji character. This is
186 // harmony follows the definition from rfc 1034 page 10 for alternative
187 // subject names. This causes the code to drop all alternative subjects.
371 // these checks test alternative subjects. The test data contains an
372 // alternative subject starting with a japanese kanji character. This is
374 // harmony follows the definition from rfc 1034 page 10 for alternative
375 // subject names. This causes the code to drop all alternative subjects.
  /external/skia/src/core/
SkColorSpace_A2B.h 15 // An alternative SkColorSpace that represents all the color space data that
16 // is stored in an A2B0 ICC tag. This allows us to use alternative profile
  /frameworks/base/graphics/java/android/graphics/
Picture.java 142 * @deprecated The recommended alternative is to not use writeToStream and
158 * @deprecated The recommended alternative is to draw the picture into a
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 165 protected boolean verifyVersion(int current, int alternative) {
166 return (current < alternative);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduContentTypes.java 41 "multipart/alternative", /* 0x0F */
64 "application/vnd.wap.multipart.alternative", /* 0x26 */
  /frameworks/support/core-ui/java/android/support/v4/widget/
ResourceCursorAdapter.java 44 * responsiveness or even Application Not Responding errors. As an alternative,
68 * responsiveness or even Application Not Responding errors. As an alternative,
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 43 // no suitable alternative for the flag in android.system.OsConstant, therefore, left untouched.
44 // With AT_REMOVEDIR, unlinkat works equivalent to rmdir. Again there is no suitable alternative
  /libcore/ojluni/src/main/java/sun/security/x509/
IssuerAlternativeNameExtension.java 35 * This represents the Issuer Alternative Name Extension.
38 * alternative names.

Completed in 1292 milliseconds

<<11121314151617181920>>