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

  /external/chromium_org/third_party/cython/src/pyximport/
__init__.py 1 from pyximport import * namespace
4 from pyximport import __doc__ namespace
pyxbuild.py 6 import os
7 import sys
9 from distutils.dist import Distribution
10 from distutils.errors import DistutilsArgError, DistutilsError, CCompilerError
11 from distutils.extension import Extension
12 from distutils.util import grok_environment_error
14 from Cython.Distutils import build_ext
126 import shutil # late import / reload_support is: debugging namespace
160 import tes
    [all...]
  /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/bouncycastle/
import_bouncycastle.sh 23 # ./import_bouncycastle.sh import bcprov-jdk*-*.tar.gz
47 echo " ./import_bouncycastle.sh import </path/to/bcprov-jdk*-*.tar.gz>"
84 shift || usage "No command specified. Try import, regenerate, or generate."
85 if [ "$command" = "import" ]; then
89 import $bcprov_tar $BOUNCYCASTLE_BCPROV_DIR $BOUNCYCASTLE_BCPROV_DIR_ORIG bcprov "$BOUNCYCASTLE_BCPROV_PATCHES" "$NEEDED_BCPROV_SOURCES" "$UNNEEDED_BCPROV_SOURCES"
90 import $bcpkix_tar $BOUNCYCASTLE_BCPKIX_DIR $BOUNCYCASTLE_BCPKIX_DIR_ORIG bcpkix "$BOUNCYCASTLE_BCPKIX_PATCHES" "$NEEDED_BCPKIX_SOURCES" "$UNNEEDED_BCPKIX_SOURCES"
119 usage "Unknown command specified $command. Try import, regenerate, or generate."
123 function import() { function
  /external/chromium_org/tools/
sort-headers.py 12 import optparse
13 import os
14 import sys
23 import msvcrt
26 import termios
27 import tty
42 Returns the filename without the #include/#import/import prefix.
44 for prefix in ('#include ', '#import ', 'import ') namespace
    [all...]
  /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
product.mk 158 define import-products
159 $(call import-nodes,PRODUCTS,$(1),$(_product_var_list))
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_to_expectations_test.py 21 import os
24 import base_unittest
25 import compare_to_expectations
26 import imagediffdb
27 import results
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
  /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...]
  /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))\
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 38 # import( ruby_file ) => [ new constants, ... ]
43 def import( ruby_file ) method in class:ANTLR3.Test.NameSpace
51 import( file )
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp 129 XSLImportRule* import = m_children.at(i).get(); local
130 if (import->styleSheet())
131 import->styleSheet()->clearDocuments();
195 // element, so that we can walk the import/include list.
206 // Walk the children of the root element and look for import/include
214 if (IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "import")) {
287 XSLImportRule* import = m_children.at(i).get(); local
288 XSLStyleSheet* child = import->styleSheet();
297 // the original href string from the import rule and canonicalize it
299 CString importHref = import->href().utf8()
    [all...]
  /external/openssl/
import_openssl.sh 22 # ./import_openssl.sh import openssl-*.tar.gz
52 echo " ./import_openssl.sh import </path/to/openssl-*.tar.gz>"
85 shift || usage "No command specified. Try import, regenerate, or generate."
86 if [ "$command" = "import" ]; then
89 import $tar
103 usage "Unknown command specified $command. Try import, regenerate, or generate."
185 echo "# ./import_openssl.sh import /path/to/openssl-$OPENSSL_VERSION.tar.gz"
486 function import() { function
  /external/chromium_org/base/win/
pe_image.cc 344 PIMAGE_IMPORT_DESCRIPTOR import = GetFirstImportChunk(); local
346 if (import == NULL || size < sizeof(IMAGE_IMPORT_DESCRIPTOR))
349 for (; import->FirstThunk; import++) {
350 LPCSTR module_name = reinterpret_cast<LPCSTR>(RVAToAddr(import->Name));
352 RVAToAddr(import->OriginalFirstThunk));
354 RVAToAddr(import->FirstThunk));
378 PIMAGE_IMPORT_BY_NAME import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>( local
381 hint = import->Hint;
382 name = reinterpret_cast<LPCSTR>(&import->Name)
471 PIMAGE_IMPORT_BY_NAME import; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 235 if (!m_link || m_link->type() != LinkResource::Import)
240 Document* HTMLLinkElement::import() const function in class:blink::HTMLLinkElement
407 // are inside style-sheet such as @import, @font-face, url(), etc.
  /external/chromium_org/tools/grit/grit/
util.py 9 import codecs
10 import htmlentitydefs
11 import os
12 import re
13 import shutil
14 import sys
15 import tempfile
16 import time
17 import types
18 from xml.sax import saxutil
599 from grit import tclib # avoid circular import namespace
    [all...]
  /external/ltrace/
prototype.c 190 struct protolib *import = data; local
191 if (*plibp == import
192 || each_import(*plibp, NULL, &is_or_imports, import) != NULL)
199 protolib_add_import(struct protolib *plib, struct protolib *import)
202 assert(import != NULL);
203 if (is_or_imports(&import, plib) == CBS_STOP) {
204 fprintf(stderr, "Recursive import rejected.\n");
208 return VECT_PUSHBACK(&plib->imports, &import) < 0 ? -1 : 0;
422 * found, add it to implicit import module. */
457 protolib_cache_init(struct protolib_cache *cache, struct protolib *import)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 691 "import \"foo/bar/baz.proto\";\n",
697 "import \"foo.proto\";\n"
698 "import \"bar.proto\";\n"
699 "import \"baz.proto\";\n",
707 "import \"foo.proto\";\n"
708 "import public \"bar.proto\";\n"
709 "import \"baz.proto\";\n"
710 "import public \"qux.proto\";\n",
1313 const FileDescriptor* import = local
1356 const FileDescriptor* import = FileDescriptorProto::descriptor()->file(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y 277 %type <rule> import
505 | import
581 import: label
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 331 Document* import = *it; local
332 cachedResource = import->fetcher()->cachedResource(url);
1307 Document* import = *it; local
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 3 import os
4 import sys
5 import re
6 import gc
7 import locale
8 import shutil
9 import time
10 import unittest
11 import doctest
12 import operato
1884 from pyximport import pyximport namespace
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 389 // If the original import came from a file explicitly generated by the user,
392 // module import.
1735 DefMacroDirective *import(Preprocessor &PP, SourceLocation ImportLoc) const { function in struct:ASTReader::ModuleMacroInfo
    [all...]
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]

Completed in 831 milliseconds