/external/chromium_org/tools/gyp/test/ninja/chained-dependency/ |
gyptest-chained-dependency.py | 21 test.run_gyp('chained-dependency.gyp') 23 test.build('chained-dependency.gyp', 24 os.path.join('obj', 'chained.chained' + objext))
|
chained-dependency.gyp | 43 'target_name': 'chained', 49 'chained.c',
|
/external/clang/test/PCH/ |
chain-predecl.m | 4 // Test predeclarations across chained PCH.
|
cxx1y-deduced-return-type.cpp | 4 // With chained PCH:
|
chain-cxx.cpp | 1 // Test C++ chained PCH functionality 17 // Primary header for C++ chained PCH test 66 // Dependent header for C++ chained PCH test
|
/libcore/luni/src/main/java/javax/security/auth/login/ |
package.html | 10 specified simply via a new LoginModule and chained together with the existing
|
/external/llvm/include/llvm/Support/ |
Win64EH.h | 63 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to 100 // the chained unwind info. 130 /// \brief Return pointer to chained unwind info. 135 /// \brief Return pointer to chained unwind info.
|
/external/llvm/test/CodeGen/X86/ |
2011-06-03-x87chain.ll | 6 ; Insure x87 ops are properly chained, order preserved.
|
/frameworks/base/core/java/android/view/ |
ViewPropertyAnimator.java | 256 * @return This object, allowing calls to methods in this class to be chained. 313 * @return This object, allowing calls to methods in this class to be chained. 331 * @return This object, allowing calls to methods in this class to be chained. 365 * @return This object, allowing calls to methods in this class to be chained. 384 * @return This object, allowing calls to methods in this class to be chained. 425 * @return This object, allowing calls to methods in this class to be chained. 438 * @return This object, allowing calls to methods in this class to be chained. 451 * @return This object, allowing calls to methods in this class to be chained. 464 * @return This object, allowing calls to methods in this class to be chained. 477 * @return This object, allowing calls to methods in this class to be chained [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
TimingFunctionTestHelper.cpp | 177 const ChainedTimingFunction& chained = toChainedTimingFunction(timingFunction); local 178 PrintTo(chained, os); 238 const ChainedTimingFunction& chained = toChainedTimingFunction(lhs); local 239 return (chained == rhs);
|
/external/chromium_org/webkit/browser/blob/ |
local_file_stream_reader.h | 50 // Callbacks that are chained from Open for Read.
|
/external/clang/test/CodeGenCXX/ |
noexcept.cpp | 41 // The terminate handler chained to by the cleanup lpad.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 132 const ChainedTimingFunction* chained = toChainedTimingFunction(timefunc); local 133 return reverse(chained); 212 // Currently we only support chained segments in the form the CSS code 213 // generates. These chained segments are only one level deep and have 215 const ChainedTimingFunction* chained = static_cast<const ChainedTimingFunction*>(timing.timingFunction.get()); local 216 if (!chained->m_segments.size()) 219 if (frames.size() != chained->m_segments.size() + 1) 222 for (size_t timeIndex = 0; timeIndex < chained->m_segments.size(); timeIndex++) { 223 const ChainedTimingFunction::Segment& segment = chained->m_segments[timeIndex]; 426 const ChainedTimingFunction& chained = toChainedTimingFunction(timingFunction) local [all...] |
/libcore/luni/src/main/java/java/sql/ |
SQLWarning.java | 126 * Gets the next {@code SQLWarning} chained to this {@code SQLWarning} object. 128 * @return the {@code SQLWarning} chained to this {@code SQLWarning}. 129 * {@code null} if no {@code SQLWarning} is chained to this {@code
|
SQLException.java | 188 * Retrieves the {@code SQLException} chained to this {@code SQLException}, 191 * @return The {@code SQLException} chained to this {@code SQLException}. 192 * {@code null} if there is no {@code SQLException} chained to this
|
/external/libvorbis/doc/ |
oggstream.html | 166 <p>Each chained logical bitstream must have a unique serial number within 195 <p>Groups of concurrently multiplexed bitstreams may be chained 197 grouped and chained multiplexed streams; the groups, when unchained , 203 <p>Below, we present an example of a grouped and chained bitstream:</p> 214 groups are chained, the new group does not begin until all the
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ralloc.h | 61 * Allocate a new object chained off of the given context. 95 * Allocate memory chained off of the given context. 104 * Allocate zero-initialized memory chained off of the given context. 128 * Allocate an array of objects chained off the given context. 145 * Allocate a zero-initialized array chained off the given context. 181 * Allocate memory for an array chained off the given context. 191 * Allocate a zero-initialized array chained off the given context.
|
/external/mesa3d/src/glsl/ |
ralloc.h | 61 * Allocate a new object chained off of the given context. 95 * Allocate memory chained off of the given context. 104 * Allocate zero-initialized memory chained off of the given context. 128 * Allocate an array of objects chained off the given context. 145 * Allocate a zero-initialized array chained off the given context. 181 * Allocate memory for an array chained off the given context. 191 * Allocate a zero-initialized array chained off the given context.
|
/external/clang/docs/ |
PCHInternals.rst | 114 Precompiled headers can be chained. When you create a PCH while including an 121 mechanisms behind chained precompiled headers are discussed in a :ref:`later 122 section <pchinternals-chained>`. 180 A chained PCH file (that is, one that references another PCH) and a module 185 For chained precompiled headers, the language options, target architecture and 448 .. _pchinternals-chained: 450 Chained precompiled headers 453 Chained precompiled headers were initially intended to improve the performance 464 this case, Clang will create the precompiled preamble as a chained precompiled 469 Chained precompiled headers get their name because each precompiled header ca [all...] |
/external/ipsec-tools/src/racoon/ |
proposal.h | 40 * A. chained list of transform, only for single proto_id 43 * here so pointer to (A) must be ordered array, or chained list). 45 * C. finally, (B) needs to be connected as chained list.
|
/external/chromium/net/base/ |
filter.h | 51 // filters, there is only one owner of all the chained filters, and that context 142 // provided in an HTTP header), which will be chained together serially to do 144 // encoding order, and the filters are chained to operate in the reverse 268 // chained filters.
|
/external/chromium_org/net/base/ |
address_list.h | 38 // Copies the data from |head| and the chained list into an AddressList.
|
filter.h | 51 // filters, there is only one owner of all the chained filters, and that context 142 // provided in an HTTP header), which will be chained together serially to do 144 // encoding order, and the filters are chained to operate in the reverse 268 // chained filters.
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoprocessor.h | 41 // original data. VideoProcessors may be chained together and may decide
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_file_stream_writer.h | 51 // Callbacks that are chained for the first write. This eventually calls
|