HomeSort by relevance Sort by last modified time
    Searched defs:import (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
relimport.py 1 from .test_import import * namespace
test_future2.py 3 from __future__ import nested_scopes; import string namespace
badsyntax_future7.py 3 from __future__ import nested_scopes; import string; from __future__ import \
4 nested_scopes namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
relimport.py 1 from .test_import import * namespace
test_future2.py 3 from __future__ import nested_scopes; import string namespace
badsyntax_future7.py 3 from __future__ import nested_scopes; import string; from __future__ import \
4 nested_scopes namespace
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 48 sub import subroutine
  /external/clang/test/Modules/
lookup.cpp 2 #define import @import macro
3 import lookup_left_cxx;
4 #undef import macro
5 #define IMPORT(X) @import X
6 IMPORT(lookup_right_cxx);
20 int import; variable
23 int import; local
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 53 return m_owner->document().frame() || m_owner->document().import();
58 HTMLImport* import = m_owner->document().import(); local
59 if (!import)
61 return import->master()->document().frame();
  /external/bouncycastle/
import_bouncycastle.sh 23 # ./import_bouncycastle.sh import bcprov-jdk*-*.tar.gz
45 echo " ./import_bouncycastle.sh import </path/to/bcprov-jdk*-*.tar.gz>"
82 shift || usage "No command specified. Try import, regenerate, or generate."
83 if [ "$command" = "import" ]; then
87 import $bcprov_tar $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG bcprov "$BOUNCYCASTLE_BCPROV_PATCHES" "$NEEDED_BCPROV_SOURCES" "$UNNEEDED_BCPROV_SOURCES"
88 import $bcpkix_tar $BOUNCYCASTLE_BCPKIX_DIR $BOUNCYCASTLE_BCPKIX_DIR_ORIG bcpkix "$BOUNCYCASTLE_BCPKIX_PATCHES" "$NEEDED_BCPKIX_SOURCES" "$UNNEEDED_BCPKIX_SOURCES"
117 usage "Unknown command specified $command. Try import, regenerate, or generate."
121 function import() { function
  /external/chromium_org/chrome/test/functional/
codesign.py 6 import commands
7 import glob
8 import logging
9 import os
10 import sys
11 import unittest
13 import pyauto_functional # Must import before pyauto namespace
14 import pyauto
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentInit.h 54 HTMLImport* import() const { return m_import; } function in class:WebCore::DocumentInit
  /build/core/
device.mk 45 define import-devices
46 $(call import-nodes,DEVICES,$(1),$(_device_var_list))
node_fns.mk 171 $(error import of "$(2)" failed) \
216 # $(2): list of makefiles representing nodes to import
238 # $(2): list of makefiles representing nodes to import
241 define import-nodes
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 77 sub import { subroutine
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 77 sub import { subroutine
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 77 sub import { subroutine
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
imports.c 79 * @cur: the import element
81 * parse an XSLT stylesheet import element
89 xmlDocPtr import = NULL; local
102 "xsl:import : missing href attribute\n");
110 "xsl:import : invalid URI reference %s\n", uriRef);
120 "xsl:import : recursion detected on imported URL %s\n", URI);
136 "xsl:import: read rights for %s denied\n",
142 import = xsltDocDefaultLoader(URI, style->dict, XSLT_PARSE_OPTIONS,
144 if (import == NULL) {
146 "xsl:import : unable to load %s\n", URI)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 22 # ./import_openssl.sh import openssl-*.tar.gz
48 echo " ./import_openssl.sh import </path/to/openssl-*.tar.gz>"
81 shift || usage "No command specified. Try import, regenerate, or generate."
82 if [ "$command" = "import" ]; then
85 import $tar
99 usage "Unknown command specified $command. Try import, regenerate, or generate."
172 echo "# ./import_openssl.sh import /path/to/openssl-$OPENSSL_VERSION.tar.gz"
343 function import() { function
  /external/libxslt/libxslt/
imports.c 79 * @cur: the import element
81 * parse an XSLT stylesheet import element
89 xmlDocPtr import = NULL; local
102 "xsl:import : missing href attribute\n");
110 "xsl:import : invalid URI reference %s\n", uriRef);
120 "xsl:import : recursion detected on imported URL %s\n", URI);
136 "xsl:import: read rights for %s denied\n",
142 import = xsltDocDefaultLoader(URI, style->dict, XSLT_PARSE_OPTIONS,
144 if (import == NULL) {
146 "xsl:import : unable to load %s\n", URI)
    [all...]
  /external/openssl/
import_openssl.sh 22 # ./import_openssl.sh import openssl-*.tar.gz
48 echo " ./import_openssl.sh import </path/to/openssl-*.tar.gz>"
81 shift || usage "No command specified. Try import, regenerate, or generate."
82 if [ "$command" = "import" ]; then
85 import $tar
99 usage "Unknown command specified $command. Try import, regenerate, or generate."
172 echo "# ./import_openssl.sh import /path/to/openssl-$OPENSSL_VERSION.tar.gz"
343 function import() { function
  /external/scrypt/
import_scrypt.sh 22 # ./import_scrypt.sh import scrypt-*.tar.gz
51 echo " ./import_scrypt.sh import </path/to/scrypt-*.tar.gz>"
84 shift || usage "No command specified. Try import, regenerate, or generate."
85 if [ "$command" = "import" ]; then
88 import $tar
102 usage "Unknown command specified $command. Try import, regenerate, or generate."
175 echo "# ./import_scrypt.sh import /path/to/scrypt-$SCRYPT_VERSION.tar.gz"
353 function import() { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 8 import os
9 from warnings import warn
10 import sys
12 from distutils.errors import DistutilsExecError
13 from distutils.spawn import spawn
14 from distutils.dir_util import mkpath
15 from distutils import log
18 from pwd import getpwnam
23 from grp import getgrnam
84 import tarfile # late import so Python build itself doesn't brea namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 8 import os
9 from warnings import warn
10 import sys
12 from distutils.errors import DistutilsExecError
13 from distutils.spawn import spawn
14 from distutils.dir_util import mkpath
15 from distutils import log
18 from pwd import getpwnam
23 from grp import getgrnam
84 import tarfile # late import so Python build itself doesn't brea namespace
    [all...]
  /device/generic/goldfish/opengl/
common.mk 51 # A module can 'import' another module, by calling emugl-import. This will
65 # $(call emugl-import,foo)
79 # computed at import time.
125 # $1: list of modules to import
127 emugl-import = \
129 $(call _emugl-module-import,$(_emugl_HOST)$(_imod))\
132 _emugl-module-import = \
146 $(call _emugl-module-import,$(_sub))\

Completed in 1567 milliseconds

1 2 3