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

1 2

  /external/libpng/scripts/
checksym.awk 3 # (official) list. Arguments:
5 # awk -f checksym.awk official-def list-to-check
18 official[1] = "" # defined symbols from master file
40 if (official[o] == "") {
41 official[o] = $1
45 print master ": duplicated symbol:", official[o] ":", $0
129 if (official[o] == "") {
153 } else if (symbol[o] != official[o]) {
157 print "png.h: symbol", o, "is exported as '" official[o] "' in", master
158 else if (official[o] == ""
    [all...]
  /external/toolchain-utils/crosperf/experiment_files/
official-image.exp 2 # official images.
26 # Replace "latest-official" with the appropriate xbuddy version alias
27 # for the official image you want to use (see
30 build: latest-official
36 # Replace "lumpy-release/R35-5672.0.0" with the official image you want
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips32r2.s 32 # of the official MIPS mnemonics. (Note that disassembly
mips64r2.s 46 # of the official MIPS mnemonics. (Note that disassembly
  /external/walt/docs/
Development.md 8 ADB can work over TCP connections. The [official documentation](https://developer.android.com/studio/command-line/adb.html#wireless) assumes that the TCP connection is established over WiFi, but a wired Ethernet connection can be used in the same way and is reported to work much better with ADB. Android will recognize and use most USB-Ethernet adapters out of the box.
26 [official guide for Android development on ChromeOS](https://developer.android.com/topic/arc/index.html#setup).
  /external/walt/
README.md 3 **DISCLAIMER:** This is not an official Google product.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame4.d 8 # This test is for the semi-official ILP32 variation of EABI64.
eh-frame3.d 8 # This test is for the official LP64 version of EABI64, which uses a
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.s 55 flush %l1 ! is the official V8 syntax
  /external/autotest/client/cros/crash/
crash_test.py 131 Normally, crash reports are only uploaded for official build
424 image_type: type of image ("dev","force-official",...), if given
  /prebuilts/go/darwin-x86/src/cmd/fix/
main.go 178 // source code in a few cases. The official gofmt style is the
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svgpan.go 69 * authors and should not be interpreted as representing official policies, either expressed
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 7 // The protocol is not an official standard and the original
  /prebuilts/go/linux-x86/src/cmd/fix/
main.go 178 // source code in a few cases. The official gofmt style is the
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svgpan.go 69 * authors and should not be interpreted as representing official policies, either expressed
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi.go 7 // The protocol is not an official standard and the original
  /external/syslinux/
Makefile 76 private-targets = prerel unprerel official release burn isolinux.iso \
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 113 # Use official script abbreviations where possible.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py     [all...]
  /external/python/cpython2/Lib/test/
test_xml_etree.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 3 This script is used to build "official" universal installers on Mac OS X.
    [all...]

Completed in 1011 milliseconds

1 2