OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:that
(Results
2426 - 2450
of
189771
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
LogNode.java
19
* Basic interface for a logging system
that
can output to one or more targets.
20
* Note
that
in addition to classes
that
will output these logs in some format,
21
* one can also implement this interface over a filter and insert
that
in the chain,
22
* such
that
no targets further down see certain data, or see manipulated forms of the data.
23
* You could, for instance, write a "ToHtmlLoggerNode"
that
just converted all the log data
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
LogNode.java
19
* Basic interface for a logging system
that
can output to one or more targets.
20
* Note
that
in addition to classes
that
will output these logs in some format,
21
* one can also implement this interface over a filter and insert
that
in the chain,
22
* such
that
no targets further down see certain data, or see manipulated forms of the data.
23
* You could, for instance, write a "ToHtmlLoggerNode"
that
just converted all the log data
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
LogNode.java
19
* Basic interface for a logging system
that
can output to one or more targets.
20
* Note
that
in addition to classes
that
will output these logs in some format,
21
* one can also implement this interface over a filter and insert
that
in the chain,
22
* such
that
no targets further down see certain data, or see manipulated forms of the data.
23
* You could, for instance, write a "ToHtmlLoggerNode"
that
just converted all the log data
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
LogNode.java
19
* Basic interface for a logging system
that
can output to one or more targets.
20
* Note
that
in addition to classes
that
will output these logs in some format,
21
* one can also implement this interface over a filter and insert
that
in the chain,
22
* such
that
no targets further down see certain data, or see manipulated forms of the data.
23
* You could, for instance, write a "ToHtmlLoggerNode"
that
just converted all the log data
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogNode.java
19
* Basic interface for a logging system
that
can output to one or more targets.
20
* Note
that
in addition to classes
that
will output these logs in some format,
21
* one can also implement this interface over a filter and insert
that
in the chain,
22
* such
that
no targets further down see certain data, or see manipulated forms of the data.
23
* You could, for instance, write a "ToHtmlLoggerNode"
that
just converted all the log data
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogNode.java
19
* Basic interface for a logging system
that
can output to one or more targets.
20
* Note
that
in addition to classes
that
will output these logs in some format,
21
* one can also implement this interface over a filter and insert
that
in the chain,
22
* such
that
no targets further down see certain data, or see manipulated forms of the data.
23
* You could, for instance, write a "ToHtmlLoggerNode"
that
just converted all the log data
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_nor_psci_mem_protect.c
23
* Function
that
reads the content of the memory protect variable
that
37
* Function
that
writes the content of the memory protect variable
that
53
* otherwise we cannot ensure
that
the value programmed
87
* Function
that
checks if a region is protected by the memory protect
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
Unaligned.c
21
Reads a 16-bit value from memory
that
may be unaligned.
24
guarantees
that
the read operation does not produce an alignment fault.
28
@param Buffer The pointer to a 16-bit value
that
may be unaligned.
51
Writes a 16-bit value to memory
that
may be unaligned.
54
returned. The function guarantees
that
the write operation does not produce
59
@param Buffer The pointer to a 16-bit value
that
may be unaligned.
81
Reads a 24-bit value from memory
that
may be unaligned.
84
guarantees
that
the read operation does not produce an alignment fault.
88
@param Buffer The pointer to a 24-bit value
that
may be unaligned.
108
Writes a 24-bit value to memory
that
may be unaligned.
[
all
...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Library/
QNCSmmLib.h
20
This routine is the chipset code
that
accepts a request to "open" a region of SMRAM.
22
The use of "open" means
that
the memory is visible from all boot-service
35
This routine is the chipset code
that
accepts a request to "close" a region of SMRAM.
37
The use of "close" means
that
the memory is only visible from SMM agents,
50
This routine is the chipset code
that
accepts a request to "lock" SMRAM.
52
The use of "lock" means
that
the memory can no longer be opened
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java
27
* @param input The stream of tokens
that
will be pulled from the lexer
40
* @param input The stream of tokesn
that
will be pulled from the lexer
49
* Creates the error/warning message
that
we need to show users/IDEs when
51
* telling us
that
a parsing exception occurred.
54
* @param e The exception
that
was thrown
59
// This is just a place holder
that
shows how to override this method
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
libraries.apt
5
caused some confusion in regard to the fact
that
generated vocab files (<<<xxx.tokens>>>) can also
9
your grammar files in certain cases. If you have grammars
that
both use the import
11
the grammar
that
generates the .tokens file alongside the grammar
that
uses it. This
19
where it is placing the geenrated .java files. Hence when you locate the grammars
that
generate
20
.tokens files in the same source directory as the ones
that
use the .tokens files, then
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ParserRuleReturnScope.as
3
/** Rules
that
return more than a single value must return an object
6
* return values. This class simply defines the minimum properties
that
7
* are always defined and methods to access the others
that
might be
12
* could add a ctor to this so
that
we can pass in and store the input
13
* stream, but I'm not sure we want to do
that
. It would seem to be undefined
17
* I do not use getters for fields of objects
that
are used simply to
/external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox
4
/// and so on will be familiar to you. However there is also additional structure applied
that
helps
13
/// The typedefs are the types
that
you declare in your code and which are returned by the
23
/// for its function pointers, then look at the documentation for the default methods
that
implement
24
///
that
'method'.
27
/// you all the methods
that
belong to this interface. Under "API Implementation Functions", you will
28
/// find "Base Recognizer Implementation", which documents the actual functions
that
are installed
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
control
2
# Use of this source code is governed by a BSD-style license
that
can be
12
This test verifies
that
the Chrome APIs work correctly to acquire
22
- A chrome app
that
accesses the Document Scan API (in the
36
- The "mock_lorgnette" module
that
provides a fake lorgnette daemon
37
that
the Chrome process will communicate with for the purposes of
38
this test. It will accept the D-Bus RPC calls
that
Chrome makes
/external/autotest/contrib/
reverify_unknown
3
# Force a verify job for any host
that
hasn't seen activity in
6
# Various scripts/cron jobs look for DUTs
that
aren't working. To
7
# be conservative, those scripts assume
that
a DUT
that
hasn't run
13
# identifies unlocked hosts
that
would otherwise be flagged as "not
23
# Basically,
that
's any host in the suites, bvt, cq, or pfq pool.
/external/autotest/server/site_tests/network_WiFi_RetryConnectHidden/
network_WiFi_RetryConnectHidden.py
2
# Use of this source code is governed by a BSD-style license
that
can be
13
Test
that
we retry to connect after an AP disappears.
17
2) Connects the DUT to
that
network and
that
particular BSS.
25
Note
that
since the BSS is hidden, and wpa_supplicant does not
26
know to explicitly scan for hidden BSS's, this means
that
shill
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectVisitor.java
20
* A visitor
that
controls an object traversal. Implementations
23
* @param <T> the type of the result
that
this visitor returns
32
* the exploration of
that
value.
38
* @param chain the chain
that
leads to the explored value.
39
* @return {@link Traversal#EXPLORE} to denote
that
the visited object
52
* Constants
that
denote how the traversal of a given object (chain)
/external/clang/test/SemaObjC/
attr-cf_returns.m
18
int invalid1() CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to functions
that
return a pointer}}
19
void invalid2() CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to functions
that
return a pointer}}
25
- (int)invalid1 CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to methods
that
return a pointer}}
26
- (void)invalid2 CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to methods
that
return a pointer}}
31
@property int invalidProp1 CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to properties
that
return a pointer}}
32
@property void invalidProp2 CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to properties
that
return a pointer}}
/external/clang/www/
OpenProjects.html
18
<p>Here are a few tasks
that
are available for newcomers to work on, depending
21
verify
that
one of these isn't already completed. :)</p>
35
library-based design allows it to be used by a variety of tools
that
reason
37
auto-documentation system like doxygen
that
generates code documentation from
38
source code. The advantage of using Clang for such a tool is
that
the tool would
44
Clang is built as a set of libraries, which means
that
it is possible to
60
machine compiler
that
lets you embed C code into state machines and generate
68
ensuring
that
the AST produced by clang on an input doesn't change
72
or randomly changing the input checking
that
clang doesn't crash and
73
that
it doesn't generate excessive errors for small inpu
[
all
...]
/external/dagger2/core/src/main/java/dagger/internal/
MembersInjectors.java
29
* Returns a {@link MembersInjector} implementation
that
injects no members
31
* <p>Note
that
there is no verification
that
the type being injected does not have {@link Inject}
50
* Returns a {@link MembersInjector}
that
delegates to the {@link MembersInjector} of its
54
* <p>Note
that
there is no verification
that
the type being injected does not have {@link Inject}
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DrawableCrossFadeViewAnimation.java
8
*
that
uses an {@link android.graphics.drawable.TransitionDrawable} to transition from an existing drawable
10
* to a default animation
that
doesn't rely on {@link android.graphics.drawable.TransitionDrawable}.
12
* @param <T> The type of the {@link android.graphics.drawable.Drawable}
that
will be animated.
19
* Constructor
that
takes a default animation and a duration in milliseconds
that
the cross fade animation should
21
* @param duration The duration
that
the cross fade animation should run if there is something to cross fade from
ViewPropertyAnimation.java
6
* A {@link com.bumptech.glide.request.animation.GlideAnimation GlideAnimation}
that
accepts an interface
7
*
that
can apply an animation like a {@link android.view.ViewPropertyAnimator}
10
* @param <R> The type of the resource displayed in the view
that
is animated
17
* Constructor for a view property animation
that
takes an
18
* {@link com.bumptech.glide.request.animation.ViewPropertyAnimation.Animator} interface
that
can apply an animation
46
* An interface
that
allows an animation to be applied on or started from an {@link android.view.View}.
/external/guava/guava/src/com/google/common/eventbus/
SubscriberExceptionContext.java
34
* @param eventBus The {@link EventBus}
that
handled the event and the
36
* @param event The event object
that
caused the subscriber to throw.
49
* @return The {@link EventBus}
that
handled the event and the subscriber.
57
* @return The event object
that
caused the subscriber to throw.
64
* @return The object context
that
the subscriber was called on.
71
* @return The subscribed method
that
threw the exception.
/external/guava/guava-tests/test/com/google/common/collect/
LegacyComparable.java
25
* A class
that
implements {@code Comparable} without generics, such as those
26
* found in libraries
that
support Java 1.4 and before. Our library needs to
52
LegacyComparable
that
= (LegacyComparable) object;
local
53
return this.value.compareTo(
that
.value);
58
LegacyComparable
that
= (LegacyComparable) object;
local
59
return this.value.equals(
that
.value);
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
TypeSafeDiagnosingMatcher.java
7
* Convenient base class for Matchers
that
require a non-null value of a specific type
8
* and
that
will report why the received value has been rejected.
28
* Use this constructor if the subclass
that
implements <code>matchesSafely</code>
29
* is <em>not</em> the class
that
binds <T> to a type.
37
* Use this constructor if the subclass
that
implements <code>matchesSafely</code>
38
* is <em>not</em> the class
that
binds <T> to a type.
Completed in 1786 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>