HomeSort by relevance Sort by last modified time
    Searched refs:standard (Results 151 - 175 of 765) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/
FrameworkSpecConformance.txt 16 # to reflect the latest industry standard.
173 Keeping this inconsistency to reflect the latest industry standard.
186 Keeping this inconsistency to reflect the latest industry standard.
269 Keeping this inconsistency to reflect the latest industry standard.
318 Keeping this inconsistency to reflect the latest industry standard.
342 Keeping this inconsistency to reflect the latest industry standard.
400 UINT16 Standard :1;
449 Keeping this inconsistency to reflect the latest industry standard.
498 Keeping this inconsistency to reflect the latest industry standard.
515 Keeping this inconsistency to reflect the latest industry standard.
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 28 * depending on the specified standard.
145 * a standard, or they are really old converters that the
146 * standard doesn't recognize anymore.
461 * See section 1.4, Charset Alias Matching in Unicode Technical Standard #22
639 * Search for an standard name of an alias (what is the default name
640 * that this standard uses?)
645 findTaggedAliasListsOffset(const char *alias, const char *standard, UErrorCode *pErrorCode) {
650 uint32_t tagNum = getTagNumber(standard);
666 at the highest standard affinity.
684 /* The standard doesn't know about the alias *
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 84 + " <name a:standard=\"strawberry\" deluxe=\"&sp;\">Waffles</name>\n"
107 private Attr standard; field in class:DomTest
150 standard = name.getAttributeNode("a:standard");
178 itemXmlnsA, name, standard, deluxe, waffles, description,
214 assertEquals("http://addons", standard.lookupNamespaceURI("a"));
246 assertEquals("http://food", standard.lookupNamespaceURI(null));
284 assertEquals("a", standard.lookupPrefix("http://addons"));
328 assertEquals(null, standard.lookupPrefix("http://usda"));
360 assertTrue(standard.isDefaultNamespace("http://food"))
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 35 standard='evdo'):
38 self.standard = standard
  /external/icu/icu4c/source/common/unicode/
ucnv.h 302 * See section 1.4, Charset Alias Matching in Unicode Technical Standard #22
658 * @param err Pointer to a standard ICU error code. Its input value must
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 206 /* From standard header. */
245 /* From standard header. */
270 AOUTHDR standard; member in struct:__anon108523
301 /* Like PEAOUTHDR, except that the "standard" member has no BaseOfData
307 AOUTHDR64 standard; member in struct:__anon108524
309 AOUTHDR standard;
488 /* xmm, mm, or standard register from 0 - 15. */
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
Stack.S 30 # Save standard registers so they can be used to change stack
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.S 30 # Save standard registers so they can be used to change stack
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
Stack.S 30 # Save standard registers so they can be used to change stack
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 9 uses Readline (if available) or standard IO#gets to fetch data on demand.
  /external/autotest/client/cros/cellular/
scpi.py 49 SCPI = "standard commands for programmable instruments",
  /external/ltp/pan/cgi/
results.cgi 3 use CGI qw(:standard escapeHTML);
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 23 // The simplest use of a Scanner, to read standard input as a set of lines.
30 fmt.Fprintln(os.Stderr, "reading standard input:", err)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 15 // Write implements the standard write interface. If the last characters are
82 // Read implements the standard read interface.
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 23 // The simplest use of a Scanner, to read standard input as a set of lines.
30 fmt.Fprintln(os.Stderr, "reading standard input:", err)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 15 // Write implements the standard write interface. If the last characters are
82 // Read implements the standard read interface.
  /external/jcommander/
Android.mk 25 # Host JAR builds have every single file because all the standard APIs are available.
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 95 void GrGLGetDriverInfo(GrGLStandard standard,
123 if (standard == kGL_GrGLStandard) {
  /frameworks/rs/script_api/
rs_debug.spec 34 This function prints a message to the standard log, followed by the provided values.
  /prebuilts/go/darwin-x86/src/math/rand/
gen_cooked.go 10 // the standard output.
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 66 // Stdin specifies the process's standard input.
68 // If Stdin is an *os.File, the process's standard input is connected
77 // Stdout and Stderr specify the process's standard output and error.
88 // new process. It does not include standard input, standard output, or
89 // standard error. If non-nil, entry i becomes file descriptor 3+i.
393 // Stderr holds a subset of the standard error output from the
394 // Cmd.Output method if standard error was not otherwise being
422 // copying from c.Stdin into the process's standard input
459 // Output runs the command and returns its standard output
    [all...]
  /prebuilts/go/darwin-x86/src/
race.bat 5 :: race.bash tests the standard library under the race detector.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
binary.go 11 // This package is supposed to be used by the net package of standard
  /prebuilts/go/linux-x86/src/math/rand/
gen_cooked.go 10 // the standard output.
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 66 // Stdin specifies the process's standard input.
68 // If Stdin is an *os.File, the process's standard input is connected
77 // Stdout and Stderr specify the process's standard output and error.
88 // new process. It does not include standard input, standard output, or
89 // standard error. If non-nil, entry i becomes file descriptor 3+i.
393 // Stderr holds a subset of the standard error output from the
394 // Cmd.Output method if standard error was not otherwise being
422 // copying from c.Stdin into the process's standard input
459 // Output runs the command and returns its standard output
    [all...]

Completed in 835 milliseconds

1 2 3 4 5 67 8 91011>>