Searched +full:- +full:- +full:import (Results 1 – 25 of 2716) sorted by relevance
12345678910>>...109
| /external/clang/unittests/Format/ |
| D | SortImportsTestJS.cpp | 1 //===- unittest/Format/SortImportsTestJS.cpp - JS import sort unit tests --===// 8 //===----------------------------------------------------------------------===// 15 #define DEBUG_TYPE "format-test" 26 Length = Code.size() - Offset; in sort() 49 verifySort("import {sym} from 'a';\n" in TEST_F() 50 "import {sym} from 'b';\n" in TEST_F() 51 "import {sym} from 'c';\n" in TEST_F() 54 "import {sym} from 'a';\n" in TEST_F() 55 "import {sym} from 'b';\n" in TEST_F() 56 "import {sym} from 'c';\n" in TEST_F() [all …]
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | standard_ops.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=unused-import 17 """Import names of Tensor Flow standard Ops.""" 19 from __future__ import absolute_import 20 from __future__ import division 21 from __future__ import print_function 23 import platform as _platform 24 import sys as _sys 26 from tensorflow.python import autograph 27 from tensorflow.python.training.experimental import loss_scaling_gradient_tape [all …]
|
| /external/fmtlib/doc/bootstrap/ |
| D | mixins.less | 2 // -------------------------------------------------- 5 @import "mixins/hide-text.less"; 6 @import "mixins/opacity.less"; 7 @import "mixins/image.less"; 8 @import "mixins/labels.less"; 9 @import "mixins/reset-filter.less"; 10 @import "mixins/resize.less"; 11 @import "mixins/responsive-visibility.less"; 12 @import "mixins/size.less"; 13 @import "mixins/tab-focus.less"; [all …]
|
| D | bootstrap.less | 2 @import "variables.less"; 3 @import "mixins.less"; 6 @import "normalize.less"; 7 @import "print.less"; 8 @import "glyphicons.less"; 11 @import "scaffolding.less"; 12 @import "type.less"; 13 @import "code.less"; 14 @import "grid.less"; 15 @import "tables.less"; [all …]
|
| /external/llvm/test/tools/llvm-objdump/ |
| D | coff-private-headers.test | 1 // RUN: llvm-objdump -p %p/Inputs/nop.exe.coff-i386 | \ 2 // RUN: FileCheck -check-prefix=IMPORT %s 4 IMPORT: The Import Tables: 5 IMPORT: lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024 6 IMPORT: DLL Name: MSVCR110.dll 7 IMPORT-NEXT: Hint/Ord Name 8 IMPORT-NEXT: 767 _initterm_e 9 IMPORT-NEXT: 766 _initterm 10 IMPORT-NEXT: 437 __initenv 11 IMPORT-NEXT: 660 _fmode [all …]
|
| /external/tensorflow/tensorflow/python/ |
| D | __init__.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Import core names of TensorFlow. 17 Programs that want to build TensorFlow Ops and Graphs without having to import 18 the constructors and utilities individually can import this file: 20 from __future__ import absolute_import 21 from __future__ import division 22 from __future__ import print_function 25 import tensorflow as tf 28 import ctypes 29 import importlib [all …]
|
| D | modules_with_exports.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 from __future__ import absolute_import 21 from __future__ import division 22 from __future__ import print_function 24 # go/tf-wildcard-import 25 # pylint: disable=wildcard-import,g-bad-import-order,g-import-not-at-top 26 # pylint: disable=unused-import,g-importing-member 29 from tensorflow.core.framework.graph_pb2 import * 30 from tensorflow.core.framework.node_def_pb2 import * 31 from tensorflow.core.framework.summary_pb2 import * [all …]
|
| /external/tensorflow/tensorflow/python/keras/layers/ |
| D | serialization.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # pylint: disable=wildcard-import 18 # pylint: disable=unused-import 20 import threading 22 from tensorflow.python import tf2 23 from tensorflow.python.keras.engine import base_layer 24 from tensorflow.python.keras.engine import input_layer 25 from tensorflow.python.keras.engine import input_spec 26 from tensorflow.python.keras.layers import advanced_activations 27 from tensorflow.python.keras.layers import convolutional [all …]
|
| D | __init__.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 from tensorflow.python import tf2 20 # pylint: disable=g-bad-import-order 21 # pylint: disable=g-import-not-at-top 22 from tensorflow.python.keras.engine.input_layer import Input 23 from tensorflow.python.keras.engine.input_layer import InputLayer 24 from tensorflow.python.keras.engine.input_spec import InputSpec 25 from tensorflow.python.keras.engine.base_layer import Layer 26 from tensorflow.python.keras.engine.base_preprocessing_layer import PreprocessingLayer 29 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import CenterCrop [all …]
|
| /external/tensorflow/tensorflow/python/layers/ |
| D | layers.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=line-too-long 17 """This library provides a set of high-level neural networks layers.""" 19 from __future__ import absolute_import 20 from __future__ import division 21 from __future__ import print_function 23 # pylint: disable=g-bad-import-order,unused-import 26 from tensorflow.python.layers.base import Layer 29 from tensorflow.python.layers.core import Dense 30 from tensorflow.python.layers.core import Dropout [all …]
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | TestUtilLite.java | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 33 import static com.google.protobuf.UnittestLite.defaultBoolExtensionLite; 34 import static com.google.protobuf.UnittestLite.defaultBytesExtensionLite; 35 import static com.google.protobuf.UnittestLite.defaultCordExtensionLite; 36 import static com.google.protobuf.UnittestLite.defaultDoubleExtensionLite; 37 import static com.google.protobuf.UnittestLite.defaultFixed32ExtensionLite; 38 import static com.google.protobuf.UnittestLite.defaultFixed64ExtensionLite; 39 import static com.google.protobuf.UnittestLite.defaultFloatExtensionLite; 40 import static com.google.protobuf.UnittestLite.defaultForeignEnumExtensionLite; [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
| D | GenericVisitor.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2015 The JavaParser Team. 24 import com.github.javaparser.ast.comments.BlockComment; 25 import com.github.javaparser.ast.CompilationUnit; 26 import com.github.javaparser.ast.ImportDeclaration; 27 import com.github.javaparser.ast.comments.LineComment; 28 import com.github.javaparser.ast.PackageDeclaration; 29 import com.github.javaparser.ast.TypeParameter; 30 import com.github.javaparser.ast.body.AnnotationDeclaration; 31 import com.github.javaparser.ast.body.AnnotationMemberDeclaration; [all …]
|
| D | VoidVisitor.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2015 The JavaParser Team. 24 import com.github.javaparser.ast.comments.BlockComment; 25 import com.github.javaparser.ast.CompilationUnit; 26 import com.github.javaparser.ast.ImportDeclaration; 27 import com.github.javaparser.ast.comments.LineComment; 28 import com.github.javaparser.ast.PackageDeclaration; 29 import com.github.javaparser.ast.TypeParameter; 30 import com.github.javaparser.ast.body.AnnotationDeclaration; 31 import com.github.javaparser.ast.body.AnnotationMemberDeclaration; [all …]
|
| /external/tensorflow/tensorflow/python/training/ |
| D | training.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 from __future__ import absolute_import 23 from __future__ import division 24 from __future__ import print_function 26 # pylint: disable=g-bad-import-order,unused-import 27 from tensorflow.python.ops.sdca_ops import sdca_optimizer 28 from tensorflow.python.ops.sdca_ops import sdca_fprint 29 from tensorflow.python.ops.sdca_ops import sdca_shrink_l1 30 from tensorflow.python.training.adadelta import AdadeltaOptimizer 31 from tensorflow.python.training.adagrad import AdagradOptimizer [all …]
|
| /external/python/cpython3/Lib/test/test_importlib/ |
| D | test_namespace_pkgs.py | 1 import contextlib 2 import importlib 3 import os 4 import sys 5 import tempfile 6 import unittest 7 import warnings 9 from test.test_importlib import util 13 # need to test when nested, so that the top-level path isn't sys.path 14 # need to test dynamic path detection, both at top-level and nested [all …]
|
| /external/tensorflow/tensorflow/lite/experimental/mlir/testing/ |
| D | generate_examples.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Generates a series of test cases using MLIR-based conversion.""" 20 from __future__ import absolute_import 21 from __future__ import division 22 from __future__ import print_function 24 import argparse 25 import os 26 import sys 28 import tensorflow.compat.v1 as tf 30 from tensorflow.lite.experimental.mlir.testing import mlir_convert [all …]
|
| /external/tensorflow/tensorflow/lite/testing/ |
| D | generate_examples_lib.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 To more easily debug failures use (or override) the --save_graphdefs flag to 28 from __future__ import absolute_import 29 from __future__ import division 30 from __future__ import print_function 32 import copy 33 import datetime 34 import os 35 import re 36 import zipfile [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
| D | GenericVisitor.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 24 import com.github.javaparser.ast.*; 25 import com.github.javaparser.ast.comments.BlockComment; 26 import com.github.javaparser.ast.comments.LineComment; 27 import com.github.javaparser.ast.type.TypeParameter; 28 import com.github.javaparser.ast.body.AnnotationDeclaration; 29 import com.github.javaparser.ast.body.AnnotationMemberDeclaration; 30 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; 31 import com.github.javaparser.ast.body.ConstructorDeclaration; [all …]
|
| D | VoidVisitor.java | 2 * Copyright (C) 2007-2010 Júlio Vilmar Gesser. 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 24 import com.github.javaparser.ast.*; 25 import com.github.javaparser.ast.comments.BlockComment; 26 import com.github.javaparser.ast.comments.LineComment; 27 import com.github.javaparser.ast.type.TypeParameter; 28 import com.github.javaparser.ast.body.AnnotationDeclaration; 29 import com.github.javaparser.ast.body.AnnotationMemberDeclaration; 30 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; 31 import com.github.javaparser.ast.body.ConstructorDeclaration; [all …]
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | framework_lib.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=unused-import,g-bad-import-order 19 from __future__ import absolute_import 20 from __future__ import division 21 from __future__ import print_function 24 from tensorflow.python.framework.device import DeviceSpec 25 from tensorflow.python.framework.ops import Graph 26 from tensorflow.python.framework.ops import Operation 27 from tensorflow.python.framework.ops import Tensor 28 from tensorflow.python.framework.ops import IndexedSlices [all …]
|
| /external/pigweed/pw_package/py/pw_package/ |
| D | pigweed_packages.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 16 import sys 18 from pw_package import package_manager 19 from pw_package.packages import arduino_core # pylint: disable=unused-import 20 from pw_package.packages import boringssl # pylint: disable=unused-import 21 from pw_package.packages import chromium_verifier # pylint: disable=unused-import 22 from pw_package.packages import crlset # pylint: disable=unused-import 23 from pw_package.packages import freertos # pylint: disable=unused-import 24 from pw_package.packages import googletest # pylint: disable=unused-import 25 from pw_package.packages import mbedtls # pylint: disable=unused-import [all …]
|
| /external/nullaway/nullaway/src/test/java/com/uber/nullaway/ |
| D | NullAwayAssertionLibsTests.java | 3 import java.util.Arrays; 4 import org.junit.Test; 12 "-d", in supportTruthAssertThatIsNotNull_Object() 14 "-XepOpt:NullAway:AnnotatedPackages=com.uber", in supportTruthAssertThatIsNotNull_Object() 15 "-XepOpt:NullAway:HandleTestAssertionLibraries=true")) in supportTruthAssertThatIsNotNull_Object() 19 "import java.lang.Object;", in supportTruthAssertThatIsNotNull_Object() 20 "import java.util.Objects;", in supportTruthAssertThatIsNotNull_Object() 21 "import javax.annotation.Nullable;", in supportTruthAssertThatIsNotNull_Object() 22 "import static com.google.common.truth.Truth.assertThat;", in supportTruthAssertThatIsNotNull_Object() 36 "-d", in supportTruthAssertThatIsNotNull_String() [all …]
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/android/ |
| D | BootstrapTest.java | 3 import static android.content.res.Configuration.COLOR_MODE_HDR_MASK; 4 import static android.content.res.Configuration.COLOR_MODE_HDR_NO; 5 import static android.content.res.Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_MASK; 6 import static android.content.res.Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_NO; 7 import static android.content.res.Configuration.KEYBOARDHIDDEN_SOFT; 8 import static android.content.res.Configuration.KEYBOARDHIDDEN_YES; 9 import static android.content.res.Configuration.KEYBOARD_12KEY; 10 import static android.content.res.Configuration.KEYBOARD_NOKEYS; 11 import static android.content.res.Configuration.NAVIGATIONHIDDEN_YES; 12 import static android.content.res.Configuration.NAVIGATION_DPAD; [all …]
|
| /external/python/cpython3/Doc/reference/ |
| D | import.rst | 5 The import system 8 .. index:: single: import machinery 11 by the process of :term:`importing` it. The :keyword:`import` statement is 12 the most common way of invoking the import machinery, but it is not the only 13 way. Functions such as :func:`importlib.import_module` and built-in 14 :func:`__import__` can also be used to invoke the import machinery. 16 The :keyword:`import` statement combines two operations; it searches for the 18 scope. The search operation of the :keyword:`!import` statement is defined as 21 binding operation of the :keyword:`!import` statement. See the 22 :keyword:`!import` statement for the exact details of that name binding [all …]
|
| /external/clang/lib/AST/ |
| D | ASTImporter.cpp | 1 //===--- ASTImporter.cpp - Importing ASTs from other Contexts ---*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 95 /// \brief What we should import from the definition. 97 /// \brief Import the default subset of the definition, which might be 98 /// nothing (if minimal import is set) or might be everything (if minimal 99 /// import is not set). 101 /// \brief Import everything. 103 /// \brief Import only the bare bones needed to establish a valid 263 [&ImporterRef](ItemT From) -> ItemT { in ImportArray() [all …]
|
12345678910>>...109