HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 1 - 25 of 1360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
Combined__.gl 1 lexer grammar Combined;
7 // $ANTLR src "Combined.g" 14
11 // $ANTLR src "Combined.g" 17
15 // $ANTLR src "Combined.g" 20
main.m 7 NSLog(@"starting combined\n");
21 NSLog(@"exiting combined\n");
Combined.g 1 grammar Combined;
CombinedLexer.m 4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
61 [ANTLRBaseRecognizer setGrammarFileName:@"Combined.g"];
100 // Combined.g:14:5: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )* ) // ruleBlockSingleAlt
101 // Combined.g:14:9: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )* // alt
121 // Combined.g: // alt
166 // Combined.g:17:5: ( ( '0' .. '9' )+ ) // ruleBlockSingleAlt
167 // Combined.g:17:9: ( '0' .. '9' )+ // alt
169 // Combined.g:17:9: ( '0' .. '9' )+ // positiveClosureBlock
181 // Combined.g:17:10: '0' .. '9' // al
    [all...]
CombinedParser.m 4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
114 * Combined.g:7:1: stat : ( identifier )+ ;
121 // Combined.g:7:5: ( ( identifier )+ ) // ruleBlockSingleAlt
122 // Combined.g:7:7: ( identifier )+ // alt
124 // Combined.g:7:7: ( identifier )+ // positiveClosureBlock
136 // Combined.g:7:7: identifier // alt
173 * Combined.g:9:1: identifier : ID ;
180 // Combined.g:10:5: ( ID ) // ruleBlockSingleAlt
181 // Combined.g:10:7: ID // al
    [all...]
  /external/llvm/utils/lit/tests/Inputs/shtest-shell/
redirects.txt 33 # Check combined redirect (&>).
35 # RUN: echo "not-present" > %t.combined
36 # RUN: %S/write-to-stdout-and-stderr.sh &> %t.combined
37 # RUN: FileCheck --check-prefix=COMBINED-WRITE < %t.combined %s
39 # COMBINED-WRITE-NOT: not-present
40 # COMBINED-WRITE: a line on stdout
41 # COMBINED-WRITE: a line on stderr
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/
combined.xcscheme 17 BuildableName = "combined"
18 BlueprintName = "combined"
44 BuildableName = "combined"
45 BlueprintName = "combined"
63 BuildableName = "combined"
64 BlueprintName = "combined"
  /external/eigen/
COPYING.LGPL 20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works
    [all...]
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 192 SkMatrix combined; local
193 combined.setConcat(matrix, coordChangeMatrix);
195 // combined.postScale(1,-1);
196 // combined.postTranslate(0,1);
197 combined.set(SkMatrix::kMSkewY,
198 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
199 combined.set(SkMatrix::kMScaleY,
200 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY])
    [all...]
  /external/llvm/test/CodeGen/AArch64/
bitfield-insert.ll 38 %combined = or i32 %oldval_keep, %newval_masked
39 store volatile i32 %combined, i32* %existing
57 %combined = or i64 %oldval_keep, %newval_masked
58 store volatile i64 %combined, i64* %existing
75 %combined = or i64 %oldval_keep, %newval_masked
76 store volatile i64 %combined, i64* %existing
93 %combined = or i32 %oldval_keep, %newval_masked
94 store volatile i32 %combined, i32* %existing
111 %combined = or i64 %newval_masked, %oldval_keep
112 store volatile i64 %combined, i64* %existin
    [all...]
bitfield-insert-0.ll 15 %combined = or i32 %newval_masked, %oldval_keep
16 store volatile i32 %combined, i32* %existing
atomic-ops-not-barriers.ll 22 %combined = phi i32 [ %val, %atomic_ver ], [ %newval, %simple_ver]
23 ret i32 %combined
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 3 ought to be combined, listing entries in a correct and sensible order,
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 4 // combined with RAUW operation.
  /external/llvm/test/CodeGen/XCore/
unaligned_store_combine.ll 3 ; Unaligned load / store pair. Should be combined into a memmove
  /cts/
CtsCoverage.mk 36 cts-combined-coverage-report := $(coverage_out)/combined-coverage.html
48 $(cts-combined-coverage-report) : CtsVerifier $(cts_api_coverage_dependencies) $(CTS_COVERAGE_TEST_CASE_LIST) $(cts_api_coverage_dependencies)
49 $(call generate-coverage-report,"CTS Combined API Coverage Report",\
50 $(CTS_COVERAGE_TEST_CASE_LIST) CtsVerifier,cts-combined-apks,html,combined-coverage.html)
58 .PHONY: cts-combined-coverage
59 cts-combined-coverage : $(cts-combined-coverage-report)
65 $(call dist-for-goals, cts, $(cts-combined-coverage-report):cts-combined-coverage-report.html
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
  /external/webkit/Source/WebCore/gyp/
streamline-inspector-source.sh 15 # Remove any JavaScript files, since they will be replaced with the combined files.
19 # Copy the modified HTML file and the combined scripts.
  /external/webrtc/src/system_wrappers/source/
data_log_c.cc 32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
33 if (combined.size() >= combined_len) return NULL;
34 std::copy(combined.begin(), combined.end(), combined_name);
35 combined_name[combined.size()] = '\0';
  /packages/inputmethods/LatinIME/native/jni/src/
char_utils.h 43 * Table mapping most combined Latin, Greek, and Cyrillic characters
45 * if c is not a combined character, or the base character if it
46 * is combined.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 45 GRAMMAR_TYPES = %w(lexer parser tree combined)
89 elsif combined? then base = name + 'Lexer'
101 elsif combined? then base = name + 'Parser'
116 @type == 'combined' || @type == 'lexer'
120 @type == 'combined' || @type == 'parser'
137 def combined?
138 @type == "combined"
264 @type = $1 || 'combined'
  /external/svox/pico/lib/
picoktab.h 199 /* returns TRUE if 'pos' is the ID of a unique (ie. non-combined) POS,
204 /* returns TRUE if the non-combined 'pos' is one of the POSes in the
205 combined POS group 'posgroup, returns FALSE otherwise. Note: if
206 'posgroup' is itself non-combined, this function returns TRUE if it
212 /* return the combined POS group ID that is a representative ID for
213 all the 'poslistlen' POSes (which can be combined themselves) in
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 46 import android.provider.BrowserContract.Combined;
128 bookmarkOrHistoryColumn(Combined.TITLE),
129 bookmarkOrHistoryLiteral(Combined.URL,
168 static final int COMBINED = 6000;
223 matcher.addURI(authority, "combined", COMBINED);
224 matcher.addURI(authority, "combined/#", COMBINED_ID);
328 // Combined history half
330 map.put(Combined._ID, bookmarkOrHistoryColumn(Combined._ID))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 283 * @return the combined image
288 Image combined = mErrorIcons.get(image); local
289 if (combined != null) {
290 return combined;
296 Image combined = new ErrorImageComposite(image, false).createImage(); local
297 mErrorIcons.put(image, combined);
299 return combined;
308 * @return the combined image
313 Image combined = mWarningIcons.get(image); local
314 if (combined != null)
321 Image combined = new ErrorImageComposite(image, true).createImage(); local
    [all...]
  /external/harfbuzz_ng/src/
gen-indic-table.py 47 combined = {} variable
50 if i == 2 and not u in combined:
52 if not u in combined:
53 combined[u] = list (defaults)
54 combined[u][i] = v
55 data = combined
56 del combined

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>