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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 43 void (*Boundary)(PERF_OBJHANDLE hObject,
86 ((PERF_OBJHANDLE)(hObject))->ci.Boundary( \
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
MIMEContainer.java 22 private static final String Boundary = "boundary=";
39 * @param boundary A boundary string for the MIME section that this container is in.
43 public MIMEContainer(LineNumberReader in, String boundary) throws IOException {
62 if (attribute.startsWith(Boundary)) {
63 subBoundary = Utils.unquote(attribute.substring(Boundary.length()));
86 throw new IOException("Unexpected EOF before first boundary @ " +
126 String.format("%s MIME container, boundary '%s', type '%s', encoding %s",
127 multiPart ? "multipart" : "plain", boundary, mContentType, encoding))
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 539 SlotIndex Boundary = Idx.getBoundaryIndex();
540 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Boundary);
543 return Boundary.getNextSlot();
546 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
560 VNInfo *VNI = defFromParent(0, ParentVNI, Boundary, *MI->getParent(),
    [all...]
  /external/v8/src/
types.h 699 struct Boundary {
704 static const Boundary BoundariesArray[];
705 static inline const Boundary* Boundaries();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 219 FLOAT Boundary;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 3773 milliseconds