HomeSort by relevance Sort by last modified time
    Searched defs:MARK (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/camera/libcameraservice/camera2/
JpegProcessor.cpp 282 const uint8_t MARK = 0xFF; // First byte of marker
299 return buf[0] == MARK && buf[1] == SOI;
303 return buf[0] == MARK && buf[1] == EOI;
308 if (buf[0] == MARK && buf[1] > 0 && buf[1] < 0xFF) {
  /bionic/linker/
linker.cpp 135 #define MARK(offset) \
140 #define MARK(x) do {} while (0)
953 MARK(rel->r_offset);
959 MARK(rel->r_offset);
965 MARK(rel->r_offset);
971 MARK(rel->r_offset);
979 MARK(rel->r_offset);
985 MARK(rel->r_offset);
992 MARK(rel->r_offset);
1009 MARK(rel->r_offset)
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 395 } else { // MARK
396 // MARKs should be moved to the start, with the exception of a mark located at
583 * Mark the specified range of text with the specified object.
615 if (flagsStart == POINT && flagsEnd == MARK && start == end) {
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 150 milliseconds