HomeSort by relevance Sort by last modified time
    Searched full:blockstart (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryBlockWatcher.cpp 19 if (token.blockType() == MediaQueryToken::BlockStart) {
MediaQueryTokenizer.h 49 MediaQueryToken blockStart(MediaQueryTokenType);
50 MediaQueryToken blockStart(MediaQueryTokenType blockType, MediaQueryTokenType, String);
MediaQueryToken.h 45 BlockStart,
MediaQueryTokenizer.cpp 79 MediaQueryToken MediaQueryTokenizer::blockStart(MediaQueryTokenType type)
82 return MediaQueryToken(type, MediaQueryToken::BlockStart);
85 MediaQueryToken MediaQueryTokenizer::blockStart(MediaQueryTokenType blockType, MediaQueryTokenType type, String name)
88 return MediaQueryToken(type, name, MediaQueryToken::BlockStart);
100 return blockStart(LeftParenthesisToken);
110 return blockStart(LeftBracketToken);
120 return blockStart(LeftBraceToken);
354 return blockStart(LeftParenthesisToken, FunctionToken, name);
SizesAttributeParser.cpp 69 } else if (token->blockType() == MediaQueryToken::BlockStart) {
MediaQueryParser.cpp 172 if (token.blockType() == MediaQueryToken::BlockStart
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 357 int blockStart = -1;
364 if (blockStart == -1) {
368 blockStart = n;
378 if (nBegin >= blockStart && nEnd < endNode) {
388 ") exceeds (" + blockStart + " " + endNode + ")");
391 b.start_node = blockStart;
395 blockStart = -1;
400 if (blockStart != -1) {
402 b.start_node = blockStart;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 394 int blockStart = -1;
401 if (blockStart == -1) {
405 blockStart = n;
415 if (nBegin >= blockStart && nEnd < endNode) {
425 ") exceeds (" + blockStart + " " + endNode + ")");
428 b.start_node = blockStart;
432 blockStart = -1;
437 if (blockStart != -1) {
439 b.start_node = blockStart;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 372 * @param blockStart {@code true} iff this instruction starts a
375 private void addWorkIfNecessary(int offset, boolean blockStart) {
380 if (blockStart) {
  /external/zopfli/src/zopfli/
lz77.h 71 size_t blockstart; member in struct:ZopfliBlockState
lz77.c 167 size_t lmcpos = pos - s->blockstart;
212 size_t lmcpos = pos - s->blockstart;
deflate.c 599 s.blockstart = instart;
651 s.blockstart = instart;
779 s.blockstart = instart;
blocksplitter.c 297 s.blockstart = instart;
squeeze.c 536 s->blockstart = instart;
  /external/llvm/lib/CodeGen/
SplitKit.cpp 889 SlotIndex BlockStart, BlockEnd;
890 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
893 if (Start != BlockStart) {
894 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End));
903 BlockStart = BlockEnd;
907 assert(Start <= BlockStart && "Expected live-in block");
908 while (BlockStart < End) {
911 if (BlockStart == ParentVNI->def) {
    [all...]
LiveIntervalAnalysis.cpp 376 SlotIndex BlockStart = getMBBStartIdx(MBB);
379 if (VNInfo *ExtVNI = NewLR.extendInBlock(BlockStart, Idx)) {
383 if (!VNI->isPHIDef() || VNI->def != BlockStart || !UsedPHIs.insert(VNI))
399 DEBUG(dbgs() << " live-in at " << BlockStart << '\n');
400 NewLR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp     [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 

Completed in 630 milliseconds