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

  /external/webkit/Source/WebCore/platform/graphics/android/
QueuedOperation.h 35 enum OperationType { Undefined, PaintTile, PaintLayer, DeleteTexture };
LayerAndroid.h 64 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic };
69 type = Undefined;
74 if (type == Undefined)
186 const IntPoint& renderLayerPos, // For undefined fixed position
351 // When fixed element is undefined or auto, the render layer's position
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
hdsp.h 31 Undefined,
  /external/clang/lib/StaticAnalyzer/Checkers/
IteratorsChecker.cpp 40 enum Kind { BeginValid, EndValid, Invalid, Undefined, Unknown } K;
48 bool isUndefined() const { return K == Undefined; }
77 return RefState(Undefined, 0);
350 // Iterate through the arguments looking for an Invalid or Undefined iterator.
517 // uninitialized ones as Undefined.
526 // Get the MemRegion associated with the iterator and mark it as Undefined.
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 55 , type(Undefined)
84 Undefined = -1,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 244 enum { Overdefined = -3, Undefined = -2 };
251 // undefined, otherwise set to the first true element. SecondTrueElement is
252 // -2 when undefined, -3 when overdefined and >= 0 when that index is true.
253 int FirstTrueElement = Undefined, SecondTrueElement = Undefined;
257 int FirstFalseElement = Undefined, SecondFalseElement = Undefined;
262 /// This is -2 when undefined, -3 when overdefined, and otherwise the last
263 /// index in the range (inclusive). We use -2 for undefined here because we
265 int TrueRangeEnd = Undefined, FalseRangeEnd = Undefined
    [all...]
  /external/v8/src/
api.cc 344 // If we're passed an empty handle, we throw an undefined exception
351 return v8::Undefined();
385 v8::Handle<Primitive> Undefined() {
387 if (!EnsureInitializedForIsolate(isolate, "v8::Undefined()")) {
798 if (data.IsEmpty()) data = v8::Undefined();
887 if (data.IsEmpty()) data = v8::Undefined();
904 if (data.IsEmpty()) data = v8::Undefined();
    [all...]

Completed in 3362 milliseconds