HomeSort by relevance Sort by last modified time
    Searched full:that (Results 1851 - 1875 of 189771) sorted by null

<<71727374757677787980>>

  /external/skia/src/gpu/
GrWindowRectangles.h 4 * Use of this source code is governed by a BSD-style license that can be
19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; }
34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); }
69 inline GrWindowRectangles& GrWindowRectangles::operator=(const GrWindowRectangles& that) {
71 fCount = that.fCount;
73 memcpy(fLocalWindows, that.fLocalWindows, fCount * sizeof(SkIRect));
75 fRec = SkRef(that.fRec);
113 inline bool GrWindowRectangles::operator==(const GrWindowRectangles& that) const
    [all...]
  /external/skqp/src/gpu/
GrWindowRectangles.h 4 * Use of this source code is governed by a BSD-style license that can be
19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; }
34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); }
69 inline GrWindowRectangles& GrWindowRectangles::operator=(const GrWindowRectangles& that) {
71 fCount = that.fCount;
73 memcpy(fLocalWindows, that.fLocalWindows, fCount * sizeof(SkIRect));
75 fRec = SkRef(that.fRec);
113 inline bool GrWindowRectangles::operator==(const GrWindowRectangles& that) const
    [all...]
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 9 1. We decided that we shall use a flat namespace to represent our
19 * Including this information would require that all users of the LLVM
25 * It was decided that because original variable sources could be
26 reconstructed from SSA form in linear time, that it would be an
39 representation. This is one example of an analysis result that may be
52 that we will be doing? We know that it has less than stellar
53 performance, but hope that this will be of little importance for our
66 runtime to skip information that it didn't understand in a bytecode
68 is that it would tend to splinter that 'standard' LLVM definition.
    [all...]
  /external/valgrind/docs/internals/
why-no-libc.txt 10 IS> I would like to write a valgrind tool that uses the standard c
12 IS> happens to use stdlib). I noticed that all the tools link with -
21 RW> twice. There's no telling how libc would react to that.
23 Though I agree that the short answer is "sorry, that's not supported",
34 that are the reason Valgrind tools don't link with the standard
35 libraries. The most fundamental one is that Valgrind and glibc are
36 both designed with the assumption that they alone will be talking to
43 research tool I was working on did that for a while. However, we gave
44 that up because of a further issue that affects glibcs configured wit
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.h 5 * that can be found in the LICENSE file in the root of the source
37 // Resets the counters that are not handled by Reset().
40 // Reports that |num_samples| samples were produced through expansion, and
41 // that the expansion produced other than just noise samples.
44 // Reports that |num_samples| samples were produced through expansion, and
45 // that the expansion produced only noise samples.
48 // Reports that |num_samples| samples were produced through preemptive
52 // Reports that |num_samples| samples were removed through accelerate.
55 // Reports that |num_samples| zeros were inserted into the output.
58 // Reports that |num_packets| packets were discarded
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSessionListener.aidl 30 * @param session the session object that carries out the transaction
37 * @param session the session object that carries out the transaction
47 * @param session the session object that carries out the transaction
54 * @param session the session object that is associated with the dialog
63 * @param session the session object that is associated with the dialog
70 * @param session the session object that carries out the transaction
77 * @param newSession the new session that the call will be transferred to
86 * @param session the session object that carries out the transaction
95 * @param session the session object that carries out the transaction
105 * @param session the session object that carries out the transactio
    [all...]
  /libcore/ojluni/src/main/java/java/util/prefs/
NodeChangeEvent.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
31 * An event emitted by a <tt>Preferences</tt> node to indicate that
32 * a child of that node has been added or removed.<p>
34 * Note, that although NodeChangeEvent inherits Serializable interface from
48 * The node that was added or removed.
57 * @param parent The parent of the node that was added or removed.
58 * @param child The node that was added or removed.
66 * Returns the parent of the node that was added or removed
    [all...]
PreferenceChangeEvent.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
31 * An event emitted by a <tt>Preferences</tt> node to indicate that
34 * Note, that although PreferenceChangeEvent inherits Serializable interface
48 * Key of the preference that changed.
64 * @param node The Preferences node that emitted the event.
65 * @param key The key of the preference that was changed.
77 * Returns the preference node that emitted the event.
79 * @return The preference node that emitted the event
    [all...]
  /packages/apps/Car/SystemUpdater/res/values/
strings.xml 22 <!-- An error that the selected file is not a valid update. [CHAR LIMIT=40] -->
26 <!-- An error message indicating that the file system could not be found. [CHAR LIMIT=40] -->
39 <!-- A status that indicates that the update is being verified before installation. [CHAR LIMIT=40] -->
41 <!-- An error message indicating that verification failed. [CHAR LIMIT=40] -->
43 <!-- A status that indicates that the update is ready to be installed. [CHAR LIMIT=40] -->
45 <!-- A status that indicates the installation process is running. [CHAR LIMIT=40] -->
47 <!-- A status that indicates that installation worked and update is complete. [CHAR LIMIT=40] --
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 23 * the various things that parse particularly to the dumping utilities.
27 * Indicate that the level of indentation for a dump should increase
35 * Indicate that a particular member is now being parsed.
37 * @param bytes {@code non-null;} the source that is being parsed
47 * Indicate that a particular member is no longer being parsed.
49 * @param bytes {@code non-null;} the source that was parsed
54 * @param member {@code non-null;} the actual member that was parsed
60 * Indicate that some parsing happened.
62 * @param bytes {@code non-null;} the source that was parsed
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyarena.h 17 arena will ensure that the PyObjects stay alive at least until
22 XXX mean that pointers previously obtained via PyArena_Malloc() are
23 XXX no longer valid? (That's clearly true, but not sure that's what
30 XXX internal PyList_New(0) returns NULL, PyArena_New() passes that on
32 XXX block_new(DEFAULT_BLOCK_SIZE) returns NULL, that's passed on but
33 XXX an exception is not set in that case).
44 * Note that pointers obtained via PyArena_Malloc() must never be passed to
53 * a PyObject* and records it so that it can be DECREFed when the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyarena.h 17 arena will ensure that the PyObjects stay alive at least until
22 XXX mean that pointers previously obtained via PyArena_Malloc() are
23 XXX no longer valid? (That's clearly true, but not sure that's what
30 XXX internal PyList_New(0) returns NULL, PyArena_New() passes that on
32 XXX block_new(DEFAULT_BLOCK_SIZE) returns NULL, that's passed on but
33 XXX an exception is not set in that case).
44 * Note that pointers obtained via PyArena_Malloc() must never be passed to
53 * a PyObject* and records it so that it can be DECREFed when the
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
VectorHandoffInfo.h 2 This file declares Vector Handoff Info PPI that describes an array of
3 interrupt and/or exception vectors that are in use and need to persist.
5 This is an optional PPI that may be produced by SEC. If present, it provides
6 a description of the interrupt and/or exception vectors that were established
28 /// to build a GUIDed HOB that contains an array of EFI_VECTOR_HANDOFF_INFO.
43 /// EFI_VECTOR_HANDOFF_INFO entries that describes the interrupt and/or
48 // The interrupt or exception vector that is in use and must be preserved.
52 // A bitmask that describes the attributes ofthe interrupt or exception vector.
63 /// Provides a description of the interrupt and/or exception vectors that
  /external/eigen/doc/
B01_Experimental.dox 9 With the 2.0 release, Eigen's API is, to a large extent, stable. However, we wish to retain the freedom to make API incompatible changes. To that effect, we call many parts of Eigen "experimental" which means that they are not subject to API stability guarantee.
11 Our goal is that for the 2.1 release (expected in July 2009) most of these parts become API-stable too.
13 We are aware that API stability is a major concern for our users. That's why it's a priority for us to reach it, but at the same time we're being serious about not calling Eigen API-stable too early.
31 In the Core module, the only classes subject to ABI stability guarantee (meaning that you can use it for data members in your public ABI) is:
37 The only classes subject to (even partial) API stability guarantee (meaning that you can safely construct and use objects) are:
42 All other classes offer no direct API guarantee, e.g. their methods can be changed; however notice that most classes inherit MatrixBase and that this is where most of their API comes from -- so in practice most of the API is stable.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
TranscoderRegistry.java 9 * A class that allows {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder}s to be registered and
22 * @param decodedClass The class of the resource that the transcoder transcodes from.
23 * @param transcodedClass The class of the resource that the transcoder transcodes to.
25 * @param <Z> The type of the resource that the transcoder transcodes from.
26 * @param <R> The type of the resource that the transcoder transcodes to.
36 * @param decodedClass The class of the resource that the transcoder transcodes from.
37 * @param transcodedClass The class of the resource that the transcoder transcodes to.
38 * @param <Z> The type of the resource that the transcoder transcodes from.
39 * @param <R> The type of the resource that the transcoder transcodes to.
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
DataLoadProviderRegistry.java 9 * A class that allows {@link com.bumptech.glide.provider.DataLoadProvider}s to be registered and retrieved by the
22 * @param dataClass The class of the data that the provider provides encoders and decoders for.
23 * @param resourceClass The class of the resource that the provider provides encoders and decoders for.
25 * @param <T> The type of the data that the provider provides encoders and decoders for.
26 * @param <Z> The type of the resource that the provider provides encoders and decoders for.
36 * @param dataClass The class of the data that the provider provides encoders and decoders for.
37 * @param resourceClass The class of the resource that the provider provides encoders and decoders for.
38 * @param <T> The type of the data that the provider provides encoders and decoders for.
39 * @param <Z> The type of the resource that the provider provides encoders and decoders for.
  /external/javassist/src/main/javassist/
Translator.java 21 * interface and attach an instance of that class to a
22 * <code>Loader</code> object so that it can translate a class file
32 * <code>CtClass</code> objects that will be accessed
35 * @param pool the <code>ClassPool</code> that this translator
46 * Is invoked by a <code>Loader</code> for notifying that
55 * that has not been created yet.
56 * If so, <code>onLoad()</code> must create that class so that
60 * @param pool the <code>ClassPool</code> that this translator
  /external/libpcap/
README.sita 5 This might also work on non-Linux Unix-compatible platforms, but that
14 To enable its support you need to ensure that the distribution has
15 a correct configure.ac file; that can be created if neccessay by
33 work, but interfaces via a TCP session to remote agents that
40 for host names that match the format of IOP type devices. ie. aaa_I_x_y
50 All captured packets are then forwarded across that TCP session
54 Note that the DLT_SITA link-layer type includes a proprietary header
55 that is documented as part of the SITA dissector of Wireshark and is
58 That header provides:
  /external/libusb/
README.git 5 toolchain, be mindful that you should have the autotools installed (autoconf,
9 The difference between autogen.sh and bootstrap.sh is that the former invokes
12 that you can also append options, that will be passed as is to configure.
30 If you submit a new development to libusb (eg: new backend), that is unlikely
31 to fit in a couple of small patches, we would kindly suggest that you create a
35 Then you can create a git branch for your work, that we will be able to better
38 We also suggest that, if you are planning to bring in a large development, you
40 you may find that other people might be eager to help you out.
  /external/mesa3d/src/mesa/main/tests/
enum_strings.cpp 52 /* A core enum, that should take precedence over _EXT and _OES. */
55 /* A core enum, that should take precedence over _EXT, _ARB, and _OES. */
58 /* A core enum, that should take precedence over a _BIT. */
61 /* An enum with "_BIT" that shouldn't get stripped out when we drop most
66 /* An EXT-only extension that we never expect to see show up in ARB/core.
70 /* An extension that made it from vendor to _EXT, but we never expect to
75 /* A vendor-only extension that we never expect to see show up in
80 /* An extension that got promoted from _EXT to _ARB, but we don't expect to
85 /* An EXT-only enum that should take precedence over a _BIT. */
  /external/python/cpython2/Include/
pyarena.h 17 arena will ensure that the PyObjects stay alive at least until
22 XXX mean that pointers previously obtained via PyArena_Malloc() are
23 XXX no longer valid? (That's clearly true, but not sure that's what
30 XXX internal PyList_New(0) returns NULL, PyArena_New() passes that on
32 XXX block_new(DEFAULT_BLOCK_SIZE) returns NULL, that's passed on but
33 XXX an exception is not set in that case).
44 * Note that pointers obtained via PyArena_Malloc() must never be passed to
53 * a PyObject* and records it so that it can be DECREFed when the
  /external/python/cpython3/Include/
pyarena.h 18 arena will ensure that the PyObjects stay alive at least until
23 XXX mean that pointers previously obtained via PyArena_Malloc() are
24 XXX no longer valid? (That's clearly true, but not sure that's what
31 XXX internal PyList_New(0) returns NULL, PyArena_New() passes that on
33 XXX block_new(DEFAULT_BLOCK_SIZE) returns NULL, that's passed on but
34 XXX an exception is not set in that case).
45 * Note that pointers obtained via PyArena_Malloc() must never be passed to
54 * a PyObject* and records it so that it can be DECREFed when the
  /external/skia/include/core/
SkDrawable.h 4 * Use of this source code is governed by a BSD-style license that can be
20 * Base-class for objects that draw into SkCanvas.
23 * allow for clients of the drawable that may want to cache the results, the drawable must
24 * change its generation ID whenever its internal state changes such that it will draw differently.
42 * it is presumed that calling the draw() method will render the same thing as well.
44 * Subclasses that change their state should call notifyDrawingChanged() to ensure that
52 * must return a bounds that is always valid for all possible states.
71 * Default implementation calls onDraw() with a canvas that records into a picture. Subclasses
  /external/skia/include/ports/
SkFontMgr_indirect.h 4 * Use of this source code is governed by a BSD-style license that can be
71 DataEntry(DataEntry&& that)
72 : fDataId(that.fDataId)
73 , fTtcIndex(that.fTtcIndex)
74 , fTypeface(that.fTypeface)
76 SkDEBUGCODE(that.fDataId = SkFontIdentity::kInvalidDataId;)
77 SkDEBUGCODE(that.fTtcIndex = 0xbbadbeef;)
78 that.fTypeface = nullptr;
90 * typefaces with that data id. By storing the index next to the typeface,
  /external/skqp/include/core/
SkDrawable.h 4 * Use of this source code is governed by a BSD-style license that can be
20 * Base-class for objects that draw into SkCanvas.
23 * allow for clients of the drawable that may want to cache the results, the drawable must
24 * change its generation ID whenever its internal state changes such that it will draw differently.
42 * it is presumed that calling the draw() method will render the same thing as well.
44 * Subclasses that change their state should call notifyDrawingChanged() to ensure that
52 * must return a bounds that is always valid for all possible states.
71 * Default implementation calls onDraw() with a canvas that records into a picture. Subclasses

Completed in 1868 milliseconds

<<71727374757677787980>>