OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:concrete
(Results
176 - 200
of
746
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp
147
dump(fd, args); // Dump the state of the
concrete
child.
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java
27
* Super class for
concrete
charset test suites.
/packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursor.java
50
* Create a
concrete
object at the current cursor position. There is no guarantee on object
/external/chromium/chrome/browser/content_settings/
content_settings_base_provider.cc
111
// Match patterns starting with the most
concrete
pattern match.
202
// Match patterns starting with the most
concrete
pattern match.
/external/chromium_org/net/websockets/
websocket_stream.h
51
// A
concrete
object derived from ConnectDelegate is supplied by the caller to
67
//
concrete
type returned depends on whether multiplexing or SPDY are being
/external/smali/dexlib/src/main/java/org/jf/dexlib/
Item.java
133
* The method in the
concrete
item subclass that actually reads in the data for the item
159
* The method in the
concrete
item subclass that actually writes and annotates the data
/frameworks/base/core/java/android/emoji/
EmojiFactory.java
243
* @return A
concrete
EmojiFactory instance corresponding to factory_name.
251
* @return A
concrete
EmojiFactory instance. If there are several available
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java
30
* A typical
concrete
unit test class would implement the
33
* tests. It is recommended that the toString() method of the
concrete
unit test
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py
7
This is a very
concrete
parse tree; we need to keep every token and
82
have the same type. This must be implemented by the
concrete
subclass.
92
This must be implemented by the
concrete
subclass.
100
This must be implemented by the
concrete
subclass.
108
This must be implemented by the
concrete
subclass.
241
"""
Concrete
implementation for interior nodes."""
353
"""
Concrete
implementation for leaf nodes."""
456
This is an abstract base class. There are three
concrete
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py
7
This is a very
concrete
parse tree; we need to keep every token and
82
have the same type. This must be implemented by the
concrete
subclass.
92
This must be implemented by the
concrete
subclass.
100
This must be implemented by the
concrete
subclass.
108
This must be implemented by the
concrete
subclass.
241
"""
Concrete
implementation for interior nodes."""
353
"""
Concrete
implementation for leaf nodes."""
456
This is an abstract base class. There are three
concrete
/external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
jdepend-frames.xsl
174
<th><a href="overview-explanations.html#EXnumber">
Concrete
Classes</a></th>
249
<th>
Concrete
Classes</th>
368
<p>The number of
concrete
and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.</p>
375
<p>The range for this metric is 0 to 1, with A=0 indicating a completely
concrete
package and A=1 indicating a completely abstract package. </p>
381
<p>A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely
concrete
and instable (x=1, y=0). </p>
/dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java
273
ConcreteMethod
concrete
=
local
282
RopMethod rmeth = Ropper.convert(
concrete
, advice);
324
paramSize,
concrete
.getCode().size());
/external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache_unittest.cc
111
// Check that nothing happens if the
concrete
RulesRegistry refuses to insert
139
// Check that nothing happens if the
concrete
RuleRegistry refuses to remove
164
// Check that nothing happens if the
concrete
RuleRegistry refuses to remove
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.h
55
// Type identifiers for
concrete
WebRequestActions. If you add a new type,
130
// Factory method that instantiates a
concrete
WebRequestAction
181
// The following are
concrete
actions.
/external/llvm/include/llvm/IR/
Value.h
184
/// An enumeration for keeping track of the
concrete
subclass of Value that
186
/// Value classes SubclassID field. They are used for
concrete
type
221
/// getValueID - Return an ID for the
concrete
type of this object. This is
/libcore/luni/src/main/java/java/util/
AbstractCollection.java
89
*
Concrete
implementations usually can clear a {@code Collection} more efficiently
194
* by
concrete
{@code Collection} implementations.
330
* by
concrete
{@code Collection} implementations.
/external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java
32
* Tests representing the contract of {@link SortedMap}.
Concrete
subclasses of
33
* this base class test conformance of
concrete
{@link SortedMap} subclasses to
/external/icu4c/common/unicode/
uobject.h
63
* each
concrete
subclass implements getDynamicClassID() in the same way:
73
* Each
concrete
class implements getStaticClassID() as well, which allows
/external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h
17
// Simple
concrete
immutable FST whose states and arcs are each stored
219
// Simple
concrete
immutable FST. This class attaches interface to
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/
Test_return_object.java
212
// only upon invocation of a
concrete
method,
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvCode.java
25
* Container for all the pieces of a
concrete
method. Each instance
/dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java
34
* Container for all the giblets that make up a
concrete
Java bytecode method.
/dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java
24
* Container for all the pieces of a
concrete
method. Each instance
/development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java
102
// cast its IBinder to a
concrete
class and directly access it.
Completed in 1666 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>