OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chain
(Results
1501 - 1525
of
2078
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/llvm/include/llvm/Analysis/
Dominators.h
455
// Walk NodeB immediate dominators
chain
and find common dominator node.
ScalarEvolutionExpressions.h
331
/// evaluateAtIteration - Return the value of this
chain
of recurrences at
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
74
/// Get the next element in the use-def
chain
.
ScheduleDAG.h
70
Cluster ///< Weak DAG edge linking a
chain
of clustered instrs.
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp
342
/// pad. Otherwise the next action is looked up. This
chain
is terminated
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
709
/// the use
chain
.
/external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
348
// If this insertelement is a
chain
that comes from exactly these two
/external/opencv/cv/src/
cvemd.cpp
768
/* find a
chain
reaction */
[
all
...]
/external/openssl/apps/
cms.c
646
BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate
chain
using CRLs\n");
[
all
...]
ocsp.c
607
BIO_printf (bio_err, "-no_chain don't
chain
verify response\n");
[
all
...]
/external/openssl/crypto/x509/
x509.h
801
STACK_OF(X509) *
chain
);
[
all
...]
/external/openssl/include/openssl/
x509.h
801
STACK_OF(X509) *
chain
);
[
all
...]
/external/qemu/distrib/jpeg-6b/
jchuff.c
768
others[c1] = c2; /*
chain
c2 onto c1's tree branch */
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java
670
// The most simple example for this case is a proxy
chain
[
all
...]
/external/v8/src/arm/
full-codegen-arm.cc
[
all
...]
/external/v8/src/
isolate.h
[
all
...]
/external/v8/src/mips/
full-codegen-mips.cc
[
all
...]
/external/valgrind/main/callgrind/
bbcc.c
137
* - current context (includes caller
chain
)
/external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h
515
* so that in a
chain
of such functions the first one that sets an error code
/external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h
515
* so that in a
chain
of such functions the first one that sets an error code
/external/webkit/Source/WebCore/icu/unicode/
utypes.h
515
* so that in a
chain
of such functions the first one that sets an error code
/external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h
515
* so that in a
chain
of such functions the first one that sets an error code
/external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c
1079
"
chain
to the specified file\n"
[
all
...]
/frameworks/base/docs/html/about/versions/
android-4.2.jd
521
<p>{@link android.renderscript.ScriptGroup}s allow you to
chain
together related Renderscript
/frameworks/base/docs/html/tools/testing/
testing_ui.jd
183
If more than one matching element is found, the first matching element in the layout hierarchy is returned as the target {@code UiObject}. When constructing a <a href="{@docRoot}tools/help/uiautomator/UiSelector.html">{@code UiSelector}</a>, you can
chain
together multiple properties to refine your search. If no matching UI element is found, a <a href="{@docRoot}tools/help/uiautomator/UiAutomatorObjectNotFoundException.html">{@code UiAutomatorObjectNotFoundException}</a> is thrown. You can use the <a href="{@docRoot}tools/help/uiautomator/UiSelector.html#childSelector(com.android.uiautomator.core.UiSelector)">{@code childSelector()}</a> method to nest multiple <a href="{@docRoot}tools/help/uiautomator/UiSelector.html">{@code UiSelector}</a> instances. For example, the following code example shows how to specify a search to find the first {@link android.widget.ListView} in the currently displayed UI, then search within that {@link android.widget.ListView} to find a UI element with the text property {@code Apps}.
Completed in 378 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>