Searched refs:imported (Results 1 - 25 of 56) sorted by relevance

123

/external/clang/test/Modules/
H A Dcxx-decls.cpp10 @import cxx_decls.imported;
35 // CHECK: VarDecl [[mergeUsedFlag:0x[0-9a-f]*]] {{.*}} in cxx_decls.imported used mergeUsedFlag
/external/elfutils/0.153/libdw/
H A Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
89 return imported;
143 case imported:
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dhandle_passing_unittest.cc30 : public InterfaceImpl<imported::ImportedInterface> {
114 // methods are generated with the correct argument types for imported
117 InterfaceRequest<imported::ImportedInterface> imported,
118 const mojo::Callback<void(InterfaceRequest<imported::ImportedInterface>)>&
121 imported::ImportedInterfacePtr imported,
122 const mojo::Callback<void(imported::ImportedInterfacePtr)>& callback)
206 imported::ImportedInterfacePtr imported; local
[all...]
H A Dsample_service_unittest.cc373 EXPECT_EQ(imported::SHAPE_RECTANGLE, defaults->a22->shape);
374 EXPECT_EQ(imported::COLOR_BLACK, defaults->a22->color);
/external/chromium_org/mojo/examples/wm_flow/app/
H A Dapp.cc93 scoped_ptr<mojo::ServiceProvider> imported = variable
95 mojo::ConnectToService(imported.get(), &embeddee_);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdtmain.asm15 [EXTERN _strcmp] ; strcmp is an imported function
16 [EXTERN _message] ; imported data
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java120 Stylesheet imported = stylesheet.getGlobalImport(i);
122 for (ElemTemplateElement child = imported.getFirstChildElem();
H A DStylesheetRoot.java230 * the combination of imported and included stylesheets. This
231 * method determines the proper import precedence of all imported
277 StylesheetComposed imported = getGlobalImport(i);
278 imported.recompose(recomposableElements);
336 StylesheetComposed imported = this.getGlobalImport(i);
337 int includedCount = imported.getIncludeCountComposed();
340 Stylesheet included = imported.getIncludeComposed(j);
410 Stylesheet imported = stylesheet.getImport(i);
412 addImports(imported, true, importList);
449 * @return The total number of imported stylesheet
[all...]
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DMessageHeaderTest.java11 import org.chromium.mojo.bindings.test.mojom.imported.Point;
H A DBindingsTest.java12 import org.chromium.mojo.bindings.test.mojom.imported.Color;
13 import org.chromium.mojo.bindings.test.mojom.imported.Point;
14 import org.chromium.mojo.bindings.test.mojom.imported.Shape;
15 import org.chromium.mojo.bindings.test.mojom.imported.Thing;
H A DInterfacesTest.java11 import org.chromium.mojo.bindings.test.mojom.imported.ImportedInterface;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DDbg.stg56 <else> <! imported grammar !>
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dmodule.pxd20 # loaded.) Return a new reference to the imported module, or NULL
30 # The return value is a new reference to the imported module or
81 # imported. See PyImport_ReloadModule() for the intended way to
103 # initialization failed. To access the imported module on a
106 # imported.)
/external/chromium_org/mojo/apps/js/bindings/
H A Dsample_service_unittests.js12 ], function(console, hexdump, expect, sample, imported, imported2) {
125 expect(defaults.a22.shape).toBe(imported.Shape.RECTANGLE);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg62 <else><! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg61 <else><! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg62 <else> <! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg58 <else> <! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg88 <else> <! imported grammar !>
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java134 if ( localRule==null && rule!=null ) { // imported rule?
136 rule.imported = true;
H A DRule.java158 public boolean imported = false; field in class:Rule
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_supervised_user_creation.css242 .import-pod.imported .import-pod-name {
327 .import-pod.imported.focused {
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h284 GLboolean imported; member in struct:glx_context
/external/mesa3d/src/glx/
H A Dglxclient.h284 GLboolean imported; member in struct:glx_context
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg32 <if(!TREE_PARSER)><! tree parser would already have imported !>

Completed in 6521 milliseconds

123