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

  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 19 define ('TYPE_ERROR', 2);
38 case TYPE_ERROR:
57 if(TYPE_ERROR == $type) {
137 report_error(TYPE_ERROR, 'Could not find geshi.php - make sure it is in your include path!');
144 report_error(TYPE_ERROR, 'The GeSHi class was not found, although it seemed we loaded the correct file!');
150 report_error(TYPE_ERROR, 'There\'s no information present on where to find the language files!');
152 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" given, does not ressemble a directory!');
154 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" is not readable to this script!');
164 report_error(TYPE_ERROR, 'Error requesting listing for available language files!');
203 report_error(TYPE_ERROR, 'The path "' .$langfile. '" does not ressemble a regular file!')
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Exceptions.java 46 public static final Type TYPE_Error = Type.intern("Ljava/lang/Error;");
64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error);
71 StdTypeList.make(TYPE_Error, TYPE_ArithmeticException);
78 StdTypeList.make(TYPE_Error, TYPE_ClassCastException);
85 StdTypeList.make(TYPE_Error, TYPE_NegativeArraySizeException);
92 StdTypeList.make(TYPE_Error, TYPE_NullPointerException);
100 StdTypeList.make(TYPE_Error,
111 StdTypeList.make(TYPE_Error,
123 StdTypeList.make(TYPE_Error,
  /dalvik/dx/src/com/android/dx/rop/code/
Exceptions.java 46 public static final Type TYPE_Error = Type.intern("Ljava/lang/Error;");
64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error);
71 StdTypeList.make(TYPE_Error, TYPE_ArithmeticException);
78 StdTypeList.make(TYPE_Error, TYPE_ClassCastException);
85 StdTypeList.make(TYPE_Error, TYPE_NegativeArraySizeException);
92 StdTypeList.make(TYPE_Error, TYPE_NullPointerException);
100 StdTypeList.make(TYPE_Error,
111 StdTypeList.make(TYPE_Error,
123 StdTypeList.make(TYPE_Error,
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Exceptions.java 46 public static final Type TYPE_Error = Type.intern("Ljava/lang/Error;");
64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error);
71 StdTypeList.make(TYPE_Error, TYPE_ArithmeticException);
78 StdTypeList.make(TYPE_Error, TYPE_ClassCastException);
85 StdTypeList.make(TYPE_Error, TYPE_NegativeArraySizeException);
92 StdTypeList.make(TYPE_Error, TYPE_NullPointerException);
100 StdTypeList.make(TYPE_Error,
111 StdTypeList.make(TYPE_Error,
123 StdTypeList.make(TYPE_Error,
  /external/tcpdump/
slcompress.h 72 #define TYPE_ERROR 0x00
print-vjc.c 110 case TYPE_ERROR:
  /external/libppp/src/
slcompress.h 89 #define TYPE_ERROR 0x00
  /external/ppp/pppd/include/net/
slcompress.h 78 #define TYPE_ERROR 0x00
vjcompress.h 78 #define TYPE_ERROR 0x00
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 101 static final int TYPE_ERROR = -1;
108 * or {@code TYPE_ERROR} if the type is unknown
130 return TYPE_ERROR;
164 if (type == TYPE_ERROR) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 70 TYPE_ERROR,
100 return (int)TYPE_ERROR;
173 * 'source', 'type', and 'severity' are array indices like TYPE_ERROR,
225 * 'source' and 'type' are array indices like TYPE_ERROR, not GL enums.
  /external/mesa3d/src/mesa/main/
errors.c 70 TYPE_ERROR,
100 return (int)TYPE_ERROR;
173 * 'source', 'type', and 'severity' are array indices like TYPE_ERROR,
225 * 'source' and 'type' are array indices like TYPE_ERROR, not GL enums.
  /prebuilts/tools/common/cglib/
cglib-nodep-2.2.3.jar 
cglib-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/chromium_org/v8/src/
runtime.cc     [all...]
  /external/v8/src/
runtime.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 8037 v8::Handle<Value> type_error = v8::Exception::TypeError(foo); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 6024 v8::Handle<Value> type_error = v8::Exception::TypeError(foo); local
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 806 milliseconds