Home
last modified time | relevance | path

Searched +full:- +full:- +full:fix +full:- +full:imports +full:- +full:only (Results 1 – 25 of 147) sorted by relevance

123456

/external/icu/icu4c/source/test/depstest/
Ddepstest.py2 # -*- coding: utf-8 -*-
6 # Copyright (C) 2011-2015, International Business Machines
15 This probably works only on Linux.
17 The exit code is 0 if everything is fine, 1 for errors, 2 for only warnings.
53 nm_result = subprocess.Popen(["nm", "--demangle", "--format=sysv",
54 "--extern-only", "--no-sort", path],
83 _obj_files[lib_obj_name] = {"imports": obj_imports, "exports": obj_exports}
102 imports = set()
110 imports |= obj_file["imports"]
112 imports -= exports | _ignored_symbols
[all …]
/external/clang/docs/
DModules.rst10 …braries built as part of the software itself to provide structure, and third-party libraries. For …
12 .. code-block:: c
16 …ately by linking against the appropriate library. For example, by passing ``-lSomeLib`` to the lin…
18 Modules provide an alternative, simpler way to use software libraries that provides better compile-
21 -------------------------------
24 * **Compile-time scalability**: Each time a header is included, the
43 C++ Standard Library's implementation. More subtle real-world
58 barrier to entry for developers coming from non-C languages, are
62 * **Tool confusion**: In a C-based language, it is hard to build tools
67 Objective-C++, or one of the variants of these languages? What
[all …]
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_urllib.py1 """Fix changes imports of urllib which are now incompatible.
7 # Local imports
88 for name in MAPPING[import_mod.value][:-1]:
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
94 """Transform for imports of specific module elements. Replaces
102 # Simple case with only a single member being imported
124 # we only care about the actual members
151 for elt in elts[:-1]:
154 names.extend(handle_name(elts[-1], pref))
162 for new_node in new_nodes[:-1]:
[all …]
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md1 <article class="markdown-body">
11 <http://01org.github.io/parameter-framework/doc/classCParameterMgrPlatformConnector.html>
25 Implement [req-post-mortem-debug].
35 There is no "two-step-creation" requirement. This is an implementation detail.
39 Deffered application requirement; see [req-multiple-criterion-change-atomicity]
45 see [req-introspection] especialy the point about parameter properties.
50 Tuning capability activation control; see section [req-disabling] in [req-tuning].
56 Currently only used for XML generation. There is no requirement associated.
62 Currently only used for XML generaton. There is no requirement associated.
68 Currently only used for XML generation. There is no requirement associated.
[all …]
/external/clang/lib/Format/
DSortJavaScriptImports.cpp1 //===--- SortJavaScriptImports.h - Sort ES6 Imports -------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
11 /// \brief This file implements a sort operation for JavaScript ES6 imports.
13 //===----------------------------------------------------------------------===//
31 #define DEBUG_TYPE "format-formatter"
47 // Ignore Range for comparison, it is only used to stitch code together, in operator ==()
48 // but imports at different code locations are still conceptually the same. in operator ==()
67 // imports and exports support individual symbols, but also a wildcard syntax:
71 // This struct represents both exports and imports to build up the information
85 // Prefix from "import * as prefix". Empty for symbol imports and `export *`.
[all …]
/external/python/cpython2/Misc/
DNEWS8 *Release date: 2016-12-17*
11 -----------------
13 - Revert a37cc3d926ec (Issue #5322).
19 *Release date: 2016-12-03*
22 -----------------
24 - Issue #28847: dumbdbm no longer writes the index file in when it is not
25 changed and supports reading read-only files.
27 - Issue #11145: Fixed miscellaneous issues with C-style formatting of types
30 - Issue #24469: Fixed memory leak caused by int subclasses without overridden
31 tp_free (e.g. C-inherited Cython classes).
[all …]
DHISTORY2 --------------
7 file of the release25-maint branch.)
16 *Release date: 17-AUG-2006*
19 -----------------
21 - Unicode objects will no longer raise an exception when being
34 - Fix segfault when doing string formatting on subclasses of long.
36 - Fix bug related to __len__ functions using values > 2**32 on 64-bit machines
37 with new-style classes.
39 - Fix bug related to __len__ functions returning negative values with
42 - Patch #1538606, Fix __index__() clipping. There were some problems
[all …]
/external/python/cpython2/Doc/library/
D2to3.rst1 .. _2to3-reference:
3 2to3 - Automated Python 2 to 3 code translation
17 .. _2to3-using:
20 ----------
38 .. code-block:: shell-session
44 file is made unless :option:`!-n` is also given.) Writing the changes back is
45 enabled with the :option:`!-w` flag:
47 .. code-block:: shell-session
49 $ 2to3 -w example.py
61 By default, 2to3 runs a set of :ref:`predefined fixers <2to3-fixers>`. The
[all …]
/external/conscrypt/
D.travis.yml5 - BORINGSSL_HOME="$HOME/boringssl"
6 - CC=clang
7 - CXX=clang++
8 - GOOGLE_JAVA_FORMAT_VERSION=1.1
12 - $HOME/.gradle/caches/
13 - $HOME/.gradle/wrapper/dists/
18 ### Linux build is the only platform that builds Android here.
20 - os: linux
25 - ANDROID_TOOLS_URL="https://dl.google.com/android/repository/tools_r25.2.3-linux.zip"
26 - ANDROID_HOME="$HOME/android-sdk-linux"
[all …]
/external/python/cpython2/Lib/email/
Dutils.py1 # Copyright (C) 2001-2010 Python Software Foundation
3 # Contact: email-sig@python.org
42 # Intrapackage imports
65 This function is equivalent to base64.decodestring and it's retained only
76 """Replace all line-ending characters with \\r\\n."""
77 # Fix newlines with no preceding carriage return
79 # Fix carriage returns with no following newline
86 """The inverse of parseaddr(), this takes a 2-tuple of the form
114 (?P<charset>[^?]*?) # non-greedy up to the next ? is the charset
118 (?P<atom>.*?) # non-greedy up to the next ?= is the atom
[all …]
/external/owasp/sanitizer/lib/junit/
DREADME.html1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
54 Max Eclipse plug-in at:</p>
91 the only built-in Computers are the default, serial runner, and two
116 assertThat(end - start, betweenInclusive(1000, 1500));
141 <li><p>junit-4.x.zip now contains build.xml</p></li>
156 <li>We are releasing <code>junit-4.6.jar</code>, which contains all the classes
157 necessary to run JUnit, and <code>junit-dep-4.6.jar</code>, which leaves out
170 <li><p>Test classes whose only test methods are inherited from superclasses
205 Suite-like custom runners.</p></li>
[all …]
/external/protobuf/
DCHANGES.txt1 2016-05-16 version 3.0.0-beta-3 (C++/Java/Python/Ruby/Nano/Objective-C/C#/JavaScript)
3 * Supported Proto3 lite-runtime in C++/Java for mobile platforms.
11 - Improved hash maps comments. In particular, please note that equal hash
14 - Added a new hash maps implementation that will become the default in a
17 - Several inlined methods in Arena were moved to out-of-line to improve
19 - Added SpaceAllocatedAndUsed() to report both space used and allocated
20 - Added convenient class UnsafeArenaAllocatedRepeatedPtrFieldBackInserter
22 - Allow custom type URL prefixes in Any packing.
23 - TextFormat now expand the Any type rather than printing bytes.
29 * Introduced zero-copy serialization as an ExperimentalApi
[all …]
/external/protobuf/util/
DCHANGES.txt1 2016-05-16 version 3.0.0-beta-3 (C++/Java/Python/Ruby/Nano/Objective-C/C#/JavaScript)
3 * Supported Proto3 lite-runtime in C++/Java for mobile platforms.
11 - Improved hash maps comments. In particular, please note that equal hash
14 - Added a new hash maps implementation that will become the default in a
17 - Several inlined methods in Arena were moved to out-of-line to improve
19 - Added SpaceAllocatedAndUsed() to report both space used and allocated
20 - Added convenient class UnsafeArenaAllocatedRepeatedPtrFieldBackInserter
22 - Allow custom type URL prefixes in Any packing.
23 - TextFormat now expand the Any type rather than printing bytes.
29 * Introduced zero-copy serialization as an ExperimentalApi
[all …]
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
35 // This module outputs pure-Python protocol message classes that will
38 // of the C++ *Descriptor objects, and fix up all circular references
44 // performance-minded Python code leverage the fast C++ implementation
90 StripString(&basename, "-", '_'); in ModuleName()
135 current != NULL; current = current->containing_type()) { in NamePrefixedWithNestedTypes()
136 name = current->name() + separator + name; in NamePrefixedWithNestedTypes()
149 // Does the file have top-level enums?
151 return file->enum_type_count() > 0; in HasTopLevelEnums()
[all …]
/external/mesa3d/src/mesa/main/
Dobjectpurge.c2 * Mesa 3-D graphics library
4 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
34 #include "imports.h"
61 if (bufObj->Purgeable) { in buffer_object_purgeable()
67 bufObj->Purgeable = GL_TRUE; in buffer_object_purgeable()
70 if (ctx->Driver.BufferObjectPurgeable) in buffer_object_purgeable()
71 retval = ctx->Driver.BufferObjectPurgeable(ctx, bufObj, option); in buffer_object_purgeable()
90 if (bufObj->Purgeable) { in renderbuffer_purgeable()
96 bufObj->Purgeable = GL_TRUE; in renderbuffer_purgeable()
99 if (ctx->Driver.RenderObjectPurgeable) in renderbuffer_purgeable()
[all …]
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c14 … changes. If you're going to re-distribute the source, we require that you make
21 <12> 21/9/01 Quinn [2710489] Fix typo in the comments for FragmentLookup.
22 <11> 21/9/01 Quinn Changes for CWPro7 Mach-O build.
34 <6> 15/2/01 Quinn Modify compile-time warnings to complain if you try to build
35 this module into a Mach-O binary.
54 // � test with non-zero fragment offset in the file
56 // � test data imports
89 #error CFMLateImport is not suitable for use in a Mach-O project.
91 #error CFMLateImport has not been qualified for 68K or CFM-68K use.
95 #pragma mark ----- Utility Routines -----
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py7 - No cute graphical images for the playing cards faces or backs.
8 - No scoring or timer.
9 - No undo.
10 - No option to turn 3 cards at a time.
11 - No keyboard shortcuts.
12 - Less fancy animation when you win.
13 - The determination of which stack you drag to is more relaxed.
23 # Imports
32 # Fix a bug in Canvas.Group as distributed in Python 1.4. The
33 # distributed bind() method is broken. Rather than asking you to fix
[all …]
/external/elfutils/libdw/
DChangeLog1 2015-12-18 Mark Wielaard <mjw@redhat.com>
14 2015-10-28 Mark Wielaard <mjw@redhat.com>
18 2015-12-02 Mark Wielaard <mjw@redhat.com>
22 2015-12-01 Mark Wielaard <mjw@redhat.com>
27 2015-12-01 Mark Wielaard <mjw@redhat.com>
31 2015-10-14 Chih-Hung Hsieh <chh@google.com>
36 2015-10-14 Chih-Hung Hsieh <chh@google.com>
42 2015-10-19 Mark Wielaard <mjw@redhat.com>
44 * frame-cache.c (__libdw_destroy_frame_cache): Call ebl_closebackend
47 2015-10-16 Dmitry V. Levin <ldv@altlinux.org>
[all …]
/external/python/cpython2/Lib/
Dimputil.py16 # note: avoid importing non-builtin modules
46 ### fix this
66 # so let's just load the OS-related facilities.
78 # The default will import dynamic-load modules first, followed by
111 # fast-path simple imports
121 # sub-modules that occur in the fromlist (but we can't raise an
125 # In the latter case (__ispkg__ == 0), there can't be any sub-
146 # no knowledge of how to get sub-modules out of the thing.
154 meaning there is no context -- the module should be looked for as a
155 "top-level" module.
[all …]
/external/python/cpython2/Lib/lib2to3/
Drefactor.py16 # Python imports
25 # Local imports
34 """Return a sorted list of all available fix names in the given package."""
42 fix_names.append(name[:-3])
56 # or a type and content -- so they don't get any farther
80 of head node type --> fixer list. """
179 CLASS_PREFIX = "Fix" # The prefix for fixer classes
201 # and only if the refactor method's write parameter was True.
222 # remove fixers that will be handled by the bottom-up
239 want a pre-order AST traversal, and post_order is the list that want
[all …]
/external/antlr/antlr-3.4/tool/
DCHANGES.txt10 July 18, 2011 -- release 3.4
21 * reset() for token stream didn't skip initial off-channel tokens.
63 * Added option -Xconversiontimeout back in. Turns out we hit NFA conversion
67 March 29 - April 10, 2011
69 * Uses ST v4 now!!! Massive change. Only updated Java target so far.
78 * left-recursion pattern off until all targets catch up
111 * -print wasn't always showing ^ and ! in grammar
113 * Added java-left-recur/Java.g example.
115 * left-recursion pattern detection handles backtracking mode now
119 * -Xmaxinlinedfastates went to 60 from 10 for forcing prediction in left-
[all …]
/external/python/cpython2/Doc/faq/
Dprogramming.rst7 .. only:: html
14 Is there a source code level debugger with breakpoints, single-stepping, etc.?
15 ------------------------------------------------------------------------------
19 The pdb module is a simple but adequate console-mode debugger for Python. It is
30 debugging non-Pythonwin programs. Pythonwin is available as part of the `Python
35 `Boa Constructor <http://boa-constructor.sourceforge.net/>`_ is an IDE and GUI
41 `Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
58 -------------------------------------------------------------
68 plug-ins to add a custom feature. In addition to the bug checking that
70 length, whether variable names are well-formed according to your coding
[all …]
/external/python/cpython2/PC/
Dpyconfig.h14 MS_WIN64 - Code specific to the MS Win64 API
15 MS_WIN32 - Code specific to the MS Win32 (and Win64) API (obsolete, this covers all supported APIs)
16 MS_WINDOWS - Code specific to Windows, but all versions.
17 MS_WINCE - Code specific to Windows CE
18 Py_ENABLE_SHARED - Code if the Python core is built as a DLL.
37 /* Deprecated USE_DL_EXPORT macro - please use Py_BUILD_CORE */
80 #define MS_WIN32 /* only support win32 and greater. */
83 # define PYTHONPATH ".\\DLLs;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
105 /* ------------------------------------------------------------------------*/
110 * This is horridly tricky, because the stringization operator only works
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_context.h2 * mesa 3-D graphics library
4 * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
33 * \mainpage The TNL-module
41 * applied. Each stage is a black-box, which is described by an
53 #include "main/imports.h"
118 * When we generate fixed-function replacement programs (in
120 * generic attribute in order to pick up per-vertex material
136 /* This is really a VARYING_SLOT, not an attrib. Need to fix
182 flag = prim->mode; in _tnl_translate_prim()
183 if (prim->begin) flag |= PRIM_BEGIN; in _tnl_translate_prim()
[all …]
/external/python/cpython2/Doc/whatsnew/
D2.5.rst9 .. $Id: whatsnew25.tex 56611 2007-07-29 08:26:10Z georg.brandl $
10 .. Fix XXX comments
18 community, I think, because several widely-useful packages were added. New
26 see section :ref:`pep-308`. The new ':keyword:`with`' statement will make
27 writing cleanup code easier (section :ref:`pep-343`). Values can now be passed
28 into generators (section :ref:`pep-342`). Imports are now visible as either
29 absolute or relative (section :ref:`pep-328`). Some corner cases of exception
30 handling are handled better (section :ref:`pep-341`). All these improvements
46 e-mail them to the author or open a bug in the Python bug tracker.
51 .. _pep-308:
[all …]

123456