OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:look
(Results
51 - 75
of
5649
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/cmake/
FindICU.cmake
12
#
Look
for the header file.
19
#
Look
for the library.
41
#
Look
for the ICU internationalization libraries
/development/samples/Home/
_index.html
7
which may
look
familiar if you played with some of the older pre-1.0 SDKs.</p>
/device/moto/stingray/overlay/vendor/google/apps/SetupWizard/res/values/
config.xml
3
<!-- Overlay the default hostname to
look
for a redirect to in order to detect
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
Tree.js
1
/** What does a tree
look
like? ANTLR has a number of support classes
/external/guava/
README.android
9
Look
for "BEGIN/END android-changed" markers.
/external/harfbuzz/contrib/
README
4
If you are building on top of Qt4 you should
look
at the code in the tests/
/external/linux-tools-perf/Documentation/
perf-test.txt
16
also will
look
for a directory with more tests in the form of scripts.
/external/webkit/LayoutTests/fast/encoding/
charset-koi8-u.html
13
<p>The test passes if these two letters
look
inverted along the vertical axis: "??"</p>
tag-in-title.html
14
<p>The first letter should
look
like a Latin "K" here:</p>
/external/webkit/Source/WebKit/qt/examples/platformplugin/
README
6
QtWebKit will
look
for the plugins automatically so there is no need to make any other configuration to
/external/webkit/Tools/wx/packaging/debian/
copyright
16
# Please also
look
if there are files or directories which have a
/external/zlib/win32/
zlib.def
71
; various hacks, don't
look
:)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h
9
* action 0xfffffff0, the result will
look
ok for older
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h
9
* action 0xfffffff0, the result will
look
ok for older
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h
9
* action 0xfffffff0, the result will
look
ok for older
/libcore/luni/src/main/java/org/xml/sax/
Attributes.java
96
*
Look
up an attribute's Namespace URI by index.
108
*
Look
up an attribute's local name by index.
120
*
Look
up an attribute's XML qualified (prefixed) name by index.
132
*
Look
up an attribute's type by index.
155
*
Look
up an attribute's value by index.
178
*
Look
up the index of an attribute by Namespace name.
190
*
Look
up the index of an attribute by XML qualified (prefixed) name.
200
*
Look
up an attribute's type by Namespace name.
216
*
Look
up an attribute's type by XML qualified (prefixed) name.
230
*
Look
up an attribute's value by Namespace name
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java
58
/** Used during
LOOK
to detect computation cycles */
126
public LookaheadSet
LOOK
(Rule r) {
153
LookaheadSet
look
= _FIRST(s, false);
local
154
//System.out.println("< FIRST("+s.enclosingRule.name+") in rule "+s.enclosingRule+"="+
look
.toString(this.grammar));
155
return
look
;
170
public LookaheadSet
LOOK
(NFAState s) {
172
System.out.println(">
LOOK
("+s+")");
175
LookaheadSet
look
= _FIRST(s, true);
local
177
if ( grammar.type!=Grammar.LEXER &&
look
.member(Label.EOR_TOKEN_TYPE) ) {
180
f.orInPlace(
look
);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java
89
*
Look
up an attribute's Namespace URI by index.
105
*
Look
up an attribute's local name by index.
118
*
Look
up an attribute's qualified name by index.
170
*
Look
up an attribute's type by Namespace name.
185
*
Look
up an attribute's value by name.
200
*
Look
up an attribute's value by Namespace name.
215
*
Look
up the index of an attribute by Namespace name.
238
*
Look
up the index of an attribute by raw XML 1.0 name.
/external/clang/test/SemaCXX/
virtuals.cpp
8
void i() = 1; // expected-error {{initializer on function does not
look
like a pure-specifier}}
9
void j() = 0u; // expected-error {{initializer on function does not
look
like a pure-specifier}}
/external/iproute2/
README
9
1.
Look
at start of Makefile and set correct values for:
26
look
at start of Makefile and set correct values for
/frameworks/base/docs/html/guide/topics/renderscript/
index.jd
16
processing. In this example we will
look
at applying a levels/saturation operation
24
In this post I?ll
look
at "compute" in more detail. In Renderscript we use
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
overview.html
11
The performance results tool provide an easy way to
look
at results collected
28
The goal of this tool is both to
look
at performance results database numbers
31
The view to use to
look
at performance results number is the <a href="components.html">Components view</a>.
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp
84
// This is the really stupid version that doesn't
look
in any other font for the character...
85
// It would be better to also
look
in the "DEFAULT:" font. Another thing to do would be to
86
//
look
in all the fonts in some order, script code order being the most obvious...
/libcore/luni/src/main/java/org/w3c/dom/
NameList.java
51
* @param str The name to
look
for.
60
* @param namespaceURI The namespace URI to
look
for.
61
* @param name The name to
look
for.
/bionic/libc/stdlib/
bsearch.c
38
* is 5 we
look
at item 2, so we change lim to 2 so that we will
39
*
look
at items 0 & 1. If lim is even, the same applies. If lim
42
* to item 3 and make lim 2 so that we will
look
at items 3 and 4.
46
*
look
at item 3.
Completed in 973 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>