HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 76 - 100 of 1268) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
README.rtf 22 \cf0 Parsers and combined grammars: .g generate NameLexer.(h|m) and NameParser.(h|m) files\
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 244 GRAMMAR_TYPES = %w(lexer parser tree combined)
285 elsif combined? then base = @name + 'Lexer'
293 elsif combined? then base = @name + 'Parser'
407 @type = $1 || 'combined'
  /external/chromium/chrome/common/extensions/
extension_resource.cc 50 // We must resolve the absolute path of the combined path when
  /external/clang/include/clang/Rewrite/
Rewriter.h 85 /// buffer with a new string. This is effectively a combined "remove/insert"
228 /// buffer with a new string. This is effectively a combined "remove/insert"
234 /// buffer with a new string. This is effectively a combined "remove/insert"
241 /// buffer with a new string. This is effectively a combined "remove/insert"
  /external/dropbear/
SMALL 38 You can create a combined binary, see the file MULTI, which will put all
  /external/icu4c/common/
ucmndata.h 15 * single file or dll. The combined format includes a table of
  /external/icu4c/test/intltest/
g7coll.h 19 * Effect : Expansion and contraction can actually be combined.
  /external/iptables/extensions/
libxt_policy.man 17 cannot be combined with \fB\-\-strict\fP.
  /external/junit/src/org/junit/rules/
ErrorCollector.java 30 * // all lines will run, and then a combined failure logged at the end.
  /external/kernel-headers/original/asm-mips/
cpu-info.h 54 struct cache_desc dcache; /* Primary D or combined I/D cache */
  /external/llvm/test/CodeGen/ARM/
2011-11-28-DAGCombineBug.ll 5 ; combined them into a ldm which causes runtime exception.
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 950 token_t *combined = NULL;
960 /* A very few single-character punctuators can be combined
965 combined = _token_create_ival (token, LEFT_SHIFT, LEFT_SHIFT);
967 combined = _token_create_ival (token, LESS_OR_EQUAL, LESS_OR_EQUAL);
971 combined = _token_create_ival (token, RIGHT_SHIFT, RIGHT_SHIFT);
973 combined = _token_create_ival (token, GREATER_OR_EQUAL, GREATER_OR_EQUAL);
977 combined = _token_create_ival (token, EQUAL, EQUAL);
981 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL);
985 combined = _token_create_ival (token, AND, AND);
989 combined = _token_create_ival (token, OR, OR)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/core/
hc_nodedocumentfragmentnormalize1.js 79 were combined.
hc_nodedocumentfragmentnormalize2.js 79 were combined.
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
hc_nodedocumentfragmentnormalize1.js 79 were combined.
hc_nodedocumentfragmentnormalize2.js 79 were combined.
  /frameworks/base/docs/html/training/improving-layouts/
index.jd 32 SDK includes tools to help you identify problems in your layout performance, which when combined the
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HCNodeDocumentFragmentNormalize.java 12 * the text nodes were combined.
  /packages/apps/Email/res/layout/
mailbox_list_item.xml 61 <!-- Color chips are shown only for account rows on combined view. -->
  /packages/apps/Email/res/values/
colors.xml 46 <!-- Account color chips on combined view -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2c-dev.h 47 #define I2C_RDWR 0x0707 /* Combined R/W transfer (one STOP only) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c-dev.h 47 #define I2C_RDWR 0x0707 /* Combined R/W transfer (one STOP only) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 74 /* (array) information of combined codecs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c-dev.h 47 #define I2C_RDWR 0x0707 /* Combined R/W transfer (one STOP only) */
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 97 * Test populating a combined metric like device serial
101 // first add another metric to make hashmap non empty, so combined logic is triggered

Completed in 508 milliseconds

1 2 34 5 6 7 8 91011>>