OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combined
(Results
176 - 200
of
1268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java
186
// The way the children are
combined
will depend on the direction.
217
* connected and compute the
combined
margin in that direction.
329
// return the
combined
padding
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g
330
// if they want backtracking and it's not a lexer rule in
combined
grammar
337
!( grammarType == Grammar.
COMBINED
&&
473
| gr='grammar' {grammarType=Grammar.
COMBINED
; grammar.type = Grammar.
COMBINED
;} // merged parser/lexer
789
// ignore for lexer rules in
combined
790
-> {grammarType == Grammar.
COMBINED
&& Rule.getRuleType(currentRuleName) == Grammar.LEXER}? ^(SYNPRED[$start,"=>"] block)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.java
190
// These three statements need to be
combined
into one operation.
248
// These two statements need to be
combined
into one operation.
/external/junit/src/org/junit/runners/
ParentRunner.java
148
* always executed: exceptions thrown by previous steps are
combined
, if
178
* always executed: exceptions thrown by previous steps are
combined
, if
/frameworks/native/include/utils/
BlobCache.h
41
// maxValueSize, respectively. The total
combined
size of ALL cache entries
236
// mTotalSize is the total
combined
size of all keys and values currently in
/hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c
219
* This function is work
combined
with GetNext.
250
* This function is work
combined
with GetFirst.
/libcore/luni/src/main/java/java/net/
URLStreamHandler.java
202
String
combined
= base.substring(0, base.lastIndexOf('/') + 1) + path;
local
203
return UrlUtils.canonicalizePath(
combined
, true);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java
402
* @return
combined
value
423
* @return
combined
value
444
* @return
combined
value
471
* @return {@code 0..255;}
combined
value
/dalvik/dexgen/src/com/android/dexgen/rop/
LineNumberList.java
35
* @return {@code non-null;}
combined
instance
/dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java
91
*
combined
result saved into the instance. The following code
LineNumberList.java
35
* @return {@code non-null;}
combined
instance
/dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java
482
* @return
combined
value
522
* @return
combined
value
543
* @return
combined
value
570
* @return {@code 0..255;}
combined
value
/dalvik/vm/hprof/
Hprof.cpp
19
* written into two files and then
combined
. This is necessary because
/development/samples/AppNavigation/res/values/
strings.xml
29
<string name="view_from_other_task_description">This
combined
demo shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the demo.</string>
/development/samples/SupportAppNavigation/res/values/
strings.xml
29
<string name="view_from_other_task_description">This
combined
demo shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the demo.</string>
/external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox
20
/// or tree parser grammar, and a parser target for a
combined
lexer/parser grammar. You
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb
60
# to use (typically when it comes from a
combined
grammar),
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammarTree.java
149
p.parent.grammar.type == Grammar.
COMBINED
)
/external/apache-http/src/org/apache/http/auth/
NTCredentials.java
58
* The constructor with the fully qualified username and password
combined
UsernamePasswordCredentials.java
54
* The constructor with the username and password
combined
string argument.
/external/chromium/chrome/browser/bookmarks/
bookmark_index.h
112
// non-empty the result is added to result, not
combined
in place. This
/external/chromium/net/proxy/
proxy_resolver_winhttp.cc
154
// out of process PAC resolution will use a
combined
(sum of all timeouts)
/external/clang/lib/Lex/
PPCaching.cpp
25
/// be
combined
with the EnableBacktrackAtThisPos calls in reverse order.
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java
482
* @return
combined
value
523
* @return
combined
value
544
* @return
combined
value
571
* @return {@code 0..255;}
combined
value
Completed in 1003 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>