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

<<919293949596979899100>>

  /external/iptables/extensions/
libxt_rpfilter.man 3 that the packet arrived on, the packet will match.
4 Note that, unlike the in-kernel rp_filter, packets protected
11 Used to specify that the reverse path filter test should match
18 This will permit packets arriving from the network with a source address that is also
22 This will invert the sense of the match. Instead of matching packets that passed the
23 reverse path filter test, match those that have failed it.
  /external/libchrome/base/threading/
worker_pool.h 2 // Use of this source code is governed by a BSD-style license that can be
20 // This is a facility that runs tasks that don't require a specific thread or
31 // should be used for tasks that will take a long time to execute. Returns
46 // Return true if the current thread is one that this WorkerPool runs tasks
47 // on. (Note that if the Windows worker pool is used without going through
  /external/libchrome/base/
tracking_info.h 2 // Use of this source code is governed by a BSD-style license that can be
5 // This is a simple struct with tracking information that is stored
7 // Only the information that is shared with the profiler in tracked_objects
35 // means that queuing delay for such tasks will show how long they went
44 // Record of location and thread that the task came from.
47 // Time when the related task was posted. Note that this value may be empty
  /external/libvpx/libvpx/
keywords.dox 13 This word, or the terms "REQUIRED" or "SHALL", mean that the
18 This phrase, or the phrase "SHALL NOT", mean that the
23 This word, or the adjective "RECOMMENDED", mean that there
30 This phrase, or the phrase "NOT RECOMMENDED" mean that
38 This word, or the adjective "OPTIONAL", mean that an item is
40 particular marketplace requires it or because the vendor feels that
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
8-1.c 5 * This program is distributed in the hope that it will be useful,
10 * Test that shm_open() return a file descriptor for the shared memory object
11 * that is the lowest numbered file descriptor not currently open for that
17 * 3. Check that the file descriptor number of the shared memory object
19 * It assume that no file descriptor are closed before getting the two file
  /external/markdown/docs/extensions/
extra.txt 7 A compilation of various Python-Markdown extensions that (mostly) imitates
30 In the unlikely event that one or more of the supported extensions are not
31 available for import, Markdown will simply continue without that
35 There may be additional extensions that are distributed with
36 Python-Markdown that are not included here in Extra. Those extensions
42 aware that such changes may be lost when you upgrade to any future
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 7 // modification, are permitted provided that the following conditions are
37 // This part of CodedOutputStream provides all the static entry points that are used
46 /// Computes the number of bytes that would be needed to encode a
55 /// Computes the number of bytes that would be needed to encode a
64 /// Computes the number of bytes that would be needed to encode a
73 /// Computes the number of bytes that would be needed to encode an
82 /// Computes the number of bytes that would be needed to encode an
99 /// Computes the number of bytes that would be needed to encode a
108 /// Computes the number of bytes that would be needed to encode a
117 /// Computes the number of bytes that would be needed to encode a
    [all...]
  /external/python/cpython2/Doc/library/
__builtin__.rst 6 :synopsis: The module that provides the built-in namespace.
16 useful in modules that provide objects with the same name as a built-in value,
17 but in which the built-in of that name is also needed. For example, in a module
18 that wants to implement an :func:`open` function that wraps the built-in
28 '''Wrapper around a file that converts output to upper-case.'''
  /external/python/cpython3/Doc/library/
builtins.rst 5 :synopsis: The module that provides the built-in namespace.
16 useful in modules that provide objects with the same name as a built-in value,
17 but in which the built-in of that name is also needed. For example, in a module
18 that wants to implement an :func:`open` function that wraps the built-in
28 '''Wrapper around a file that converts output to upper-case.'''
  /external/skia/src/gpu/
GrStyle.h 4 * Use of this source code is governed by a BSD-style license that can be
17 * Represents the various ways that a GrShape can be styled. It has fill/stroking information
26 * A style object that represents a fill with no path effect.
35 * A style object that represents a hairline stroke with no path effect.
49 * Optional flags for computing keys that may remove unnecessary variation in the key due to
50 * style settings that don't affect particular classes of geometry.
61 * into a key. This occurs when there is a path effect that is not a dash. The key can
63 * that a simple fill has a zero sized key.
69 * has room for at least KeySize() values. It assumes that KeySize() returns a non-negative
70 * value for the combination of GrStyle, Apply and flags params. This is written so that the ke
84 GrStyle(const GrStyle& that) = default; member in class:GrStyle
    [all...]
GrTexturePriv.h 4 * Use of this source code is governed by a BSD-style license that can be
13 /** Class that adds methods to GrTexture that are only intended for use internal to Skia.
16 Non-static methods that are not trivial inlines should be spring-boarded (e.g. declared and
65 GrTexturePriv(const GrTexturePriv& that) : fTexture(that.fTexture) { }
  /external/skqp/include/gpu/
GrSurface.h 4 * Use of this source code is governed by a BSD-style license that can be
34 * Helper that gets the width and height of the surface as a bounding rectangle.
41 * if client asked us to render to a target that has a pixel
42 * config that isn't equivalent with one of our configs.
58 /** Access methods that are only to be used within Skia code. */
72 // Provides access to methods that should be public within Skia code.
  /external/skqp/src/gpu/
GrStyle.h 4 * Use of this source code is governed by a BSD-style license that can be
17 * Represents the various ways that a GrShape can be styled. It has fill/stroking information
26 * A style object that represents a fill with no path effect.
35 * A style object that represents a hairline stroke with no path effect.
49 * Optional flags for computing keys that may remove unnecessary variation in the key due to
50 * style settings that don't affect particular classes of geometry.
61 * into a key. This occurs when there is a path effect that is not a dash. The key can
63 * that a simple fill has a zero sized key.
69 * has room for at least KeySize() values. It assumes that KeySize() returns a non-negative
70 * value for the combination of GrStyle, Apply and flags params. This is written so that the ke
84 GrStyle(const GrStyle& that) = default; member in class:GrStyle
    [all...]
GrTexturePriv.h 4 * Use of this source code is governed by a BSD-style license that can be
13 /** Class that adds methods to GrTexture that are only intended for use internal to Skia.
16 Non-static methods that are not trivial inlines should be spring-boarded (e.g. declared and
65 GrTexturePriv(const GrTexturePriv& that) : fTexture(that.fTexture) { }
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AutoDetector.java 8 // TagSoup is distributed in the hope that it will be useful, but
15 // Interface to objects that translate InputStreams to Readers by auto-detection
32 Given an InputStream, return a suitable Reader that understands
33 the presumed character encoding of that InputStream.
35 <i>must</i> be pushed back onto the InputStream so that they can be
38 @return A Reader that reads from the InputStream
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_QuantizedMatMul.pbtxt 18 The float value that the lowest quantized `a` value represents.
24 The float value that the highest quantized `a` value represents.
30 The float value that the lowest quantized `b` value represents.
36 The float value that the highest quantized `b` value represents.
42 The float value that the lowest quantized output value represents.
48 The float value that the highest quantized output value represents.
  /external/v8/src/
signature.h 2 // Use of this source code is governed by a BSD-style license that can be
35 bool Equals(const Signature* that) const {
36 if (this == that) return true;
37 if (this->parameter_count() != that->parameter_count()) return false;
38 if (this->return_count() != that->return_count()) return false;
41 if (this->reps_[i] != that->reps_[i]) return false;
  /external/webrtc/webrtc/test/
frame_generator.h 5 * that can be found in the LICENSE file in the root of the source
28 // Returns video frame that remains valid until next call.
31 // Creates a test frame generator that creates fully saturated frames with
35 // Creates a frame generator that repeatedly plays a set of yuv files.
45 // that have been cropped to specified resolution: source_width/source_height
49 // After that the image will stay in place for pause_time_ms milliseconds,
  /frameworks/base/core/java/android/widget/
ListAdapter.java 20 * Extended {@link Adapter} that is the bridge between a {@link ListView}
21 * and the data that backs the list. Frequently that data comes from a Cursor,
22 * but that is not
23 * required. The ListView can display any data provided that it is wrapped in a
45 * should be thrown in that case for fast failure.
SpinnerAdapter.java 23 * Extended {@link Adapter} that is the bridge between a
25 * define two different views: one that shows the data in the spinner itself
26 * and one that shows the data in the drop down list when the spinner is
31 * Gets a {@link android.view.View} that displays in the drop down popup
36 * check that this view is non-null and of an appropriate type before
39 * @param parent the parent that this view will eventually be attached to
package.html 15 <li><b>Java implementation file</b> - This is the file that implements the
17 you will also have to code a constructor that retrieves all the attribute
19 <li><b>XML definition file</b> - An XML file in res/values/ that defines
20 the XML element used to instantiate your widget, and the attributes that it
24 res/layout/ that describes the layout of your widget. You could also do
30 tag, LabelView. See the following files that demonstrate implementing and using
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
LegacyPasspointConfig.java 49 LegacyPasspointConfig that = (LegacyPasspointConfig) thatObject; local
50 return TextUtils.equals(mFqdn, that.mFqdn)
51 && TextUtils.equals(mFriendlyName, that.mFriendlyName)
52 && Arrays.equals(mRoamingConsortiumOis, that.mRoamingConsortiumOis)
53 && TextUtils.equals(mRealm, that.mRealm)
54 && TextUtils.equals(mImsi, that.mImsi);
  /libcore/ojluni/src/main/java/com/sun/nio/file/
ExtendedOpenOption.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
39 * Prevent operations on the file that request read access.
43 * Prevent operations on the file that request write access.
47 * Prevent operations on the file that request delete access.
  /libcore/ojluni/src/main/java/java/lang/reflect/
GenericDeclaration.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
29 * A common interface for all entities that declare type variables.
35 * Returns an array of {@code TypeVariable} objects that
41 * @return an array of {@code TypeVariable} objects that represent
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
AttributeView.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
29 * An object that provides a read-only or updatable <em>view</em> of non-opaque
31 * or implemented by specific attribute views that define the attributes
33 * type-safe methods to read or update the attributes that it supports.

Completed in 1778 milliseconds

<<919293949596979899100>>