Searched defs:import (Results 1 - 25 of 37) sorted by last modified time

12

/external/webp/src/enc/
H A Dpicture.c232 Importer import, float quality_factor, int lossless,
252 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic);
231 Encode(const uint8_t* rgba, int width, int height, int stride, Importer import, float quality_factor, int lossless, uint8_t** output) argument
/external/scrypt/
H A Dimport_scrypt.sh22 # ./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
/external/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py21 import os
22 import sys
25 import base_unittest
26 import compare_configs
27 import results
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_rendered_pictures_test.py21 import os
22 import subprocess
23 import sys
26 import base_unittest
27 import compare_rendered_pictures
28 import results
29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_to_expectations_test.py21 import os
22 import sys
25 import base_unittest
26 import compare_to_expectations
27 import results
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc652 "import \"foo/bar/baz.proto\";\n",
658 "import \"foo.proto\";\n"
659 "import \"bar.proto\";\n"
660 "import \"baz.proto\";\n",
999 "import foo;\n",
1000 "0:7: Expected a string naming the file to import.\n");
1228 const FileDescriptor* import = local
1231 import->CopyTo(&import_proto);
/external/openssl/
H A Dimport_openssl.sh22 # ./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/ltrace/
H A Dprototype.c190 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) argument
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) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp389 // If the original import came from a file explicitly generated by the user,
392 // module import.
1538 // implicit module import.
1735 DefMacroDirective *import(Preprocessor &PP, SourceLocation ImportLoc) const { function in struct:ASTReader::ModuleMacroInfo
1950 // source location for the import, we don't have a location for the macro.
1954 assert(ImportLoc.isValid() && "no import location for a visible macro?");
1960 // Create a synthetic macro definition corresponding to the import (or null
1962 DefMacroDirective *MD = MMI->import(PP, ImportLoc);
2149 // Print the import stack.
2344 // The import locatio
[all...]
/external/clang/test/Modules/
H A Dimport-decl.cpp5 @import import_decl;
17 void testImport(A *import) { argument
18 [import method];
H A Dlookup.cpp2 #define import @import macro
3 import lookup_left_cxx;
4 #undef import macro
5 #define IMPORT(X) @import X
20 int import; variable
23 int import; local
/external/chromium_org/tools/grit/grit/
H A Dutil.py9 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/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_to_expectations_test.py21 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/WebKit/Tools/Scripts/webkitperl/
H A DLoadAsModule.pm48 sub import subroutine
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y277 %type <rule> import
505 | import
581 import: label
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElement.cpp45 CustomElementMicrotaskImportStep* CustomElement::didCreateImport(HTMLImportChild* import) argument
47 return CustomElementScheduler::scheduleImport(import);
H A DCustomElementMicrotaskImportStep.cpp42 PassOwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep> CustomElementMicrotaskImportStep::create(HTMLImportChild* import) argument
44 return adoptPtrWillBeNoop(new CustomElementMicrotaskImportStep(import));
47 CustomElementMicrotaskImportStep::CustomElementMicrotaskImportStep(HTMLImportChild* import) argument
49 : m_import(import)
51 : m_import(import->weakPtr())
54 , m_queue(import->loader()->microtaskQueue())
H A DCustomElementScheduler.cpp125 CustomElementMicrotaskImportStep* CustomElementScheduler::scheduleImport(HTMLImportChild* import) argument
127 ASSERT(!import->isDone());
128 ASSERT(import->parent());
132 OwnPtrWillBeRawPtr<CustomElementMicrotaskImportStep> step = CustomElementMicrotaskImportStep::create(import);
134 enqueueMicrotaskStep(*(import->parent()->document()), step.release(), import->isSync());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp240 Document* HTMLLinkElement::import() const function in class:blink::HTMLLinkElement
407 // are inside style-sheet such as @import, @font-face, url(), etc.
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImport.cpp48 bool HTMLImport::precedes(HTMLImport* import) argument
51 if (i == import)
H A DHTMLImportChild.h47 // An import tree node subclas to encapsulate imported document
104 inline HTMLImportChild* toHTMLImportChild(HTMLImport* import) argument
106 ASSERT(!import || !import->isRoot());
107 return static_cast<HTMLImportChild*>(import);
H A DHTMLImportLoader.cpp85 // Resource may already have been loaded with the import loader
191 void HTMLImportLoader::moveToFirst(HTMLImportChild* import) argument
193 size_t position = m_imports.find(import);
196 m_imports.insert(0, import);
199 void HTMLImportLoader::addImport(HTMLImportChild* import) argument
201 ASSERT(kNotFound == m_imports.find(import));
203 m_imports.append(import);
204 import->normalize();
206 import->didFinishLoading();
H A DHTMLImportStateResolver.cpp40 inline bool HTMLImportStateResolver::isBlockingFollowers(HTMLImport* import) argument
42 if (!import->isSync())
44 HTMLImportChild* child = toHTMLImportChild(import);
47 return !import->state().isReady();
H A DHTMLImportStateResolver.h42 explicit HTMLImportStateResolver(HTMLImport* import) argument
43 : m_import(import)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp331 Document* import = *it; local
332 cachedResource = import->fetcher()->cachedResource(url);
1307 Document* import = *it; local
1309 .setUrl(urlWithoutFragment(import->url()).string())
1311 .setMimeType(import->suggestedMIMEType());

Completed in 363 milliseconds

12