HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 201 - 225 of 719) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/libhardware/include/hardware/
hwcomposer2.h 31 * For most of these enums, there is an invalid value defined to be 0. This is
322 case HWC2_ATTRIBUTE_INVALID: return "Invalid";
334 case HWC2_BLEND_MODE_INVALID: return "Invalid";
345 case HWC2_CALLBACK_INVALID: return "Invalid";
355 case HWC2_CAPABILITY_INVALID: return "Invalid";
367 case HWC2_COMPOSITION_INVALID: return "Invalid";
379 case HWC2_CONNECTION_INVALID: return "Invalid";
402 case HWC2_DISPLAY_TYPE_INVALID: return "Invalid";
427 case HWC2_FUNCTION_INVALID: return "Invalid";
520 case HWC2_VSYNC_INVALID: return "Invalid";
    [all...]
  /external/valgrind/helgrind/tests/
tc20_verifywrap.stderr.exp 69 with error code 22 (EINVAL: Invalid argument)
77 with error code 22 (EINVAL: Invalid argument)
85 with error code 22 (EINVAL: Invalid argument)
92 Thread #x unlocked an invalid lock at 0x........
100 with error code 22 (EINVAL: Invalid argument)
153 with error code 22 (EINVAL: Invalid argument)
223 with error code 22 (EINVAL: Invalid argument)
241 with error code 22 (EINVAL: Invalid argument)
bar_bad.stderr.exp 16 with error code 22 (EINVAL: Invalid argument)
  /external/python/cpython2/Misc/
valgrind-python.supp 20 ADDRESS_IN_RANGE/Invalid read of size 4
26 ADDRESS_IN_RANGE/Invalid read of size 4
32 ADDRESS_IN_RANGE/Invalid read of size 8 (x86_64 aka amd64)
128 ### ADDRESS_IN_RANGE/Invalid read of size 4
134 ### ADDRESS_IN_RANGE/Invalid read of size 4
158 ### ADDRESS_IN_RANGE/Invalid read of size 4
164 ### ADDRESS_IN_RANGE/Invalid read of size 4
  /frameworks/rs/script_api/
rs_value_types.spec 73 v4.yzx = v3.rg; // Invalid: mismatched sizes<br/>
74 v4.yzz = v3; // Invalid: z appears twice in an assignment<br/>
75 v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...<br/>
76 v3 = v4.s034; // Invalid: the digit can only be 0, 1, 2, or 3<br/>
  /external/clang/lib/Lex/
TokenLexer.cpp 355 // assembler-with-cpp mode, invalid pastes are allowed through: in this
524 // MSVC: If previous token was pasted, this must be a recovery from an invalid
551 bool Invalid = false;
552 unsigned LHSLen = PP.getSpelling(Tok, BufPtr, &Invalid);
555 if (Invalid)
559 unsigned RHSLen = PP.getSpelling(RHS, BufPtr, &Invalid);
560 if (Invalid)
601 bool Invalid = false;
603 = SourceMgr.getBufferData(LocFileID, &Invalid).data();
604 if (Invalid)
    [all...]
  /external/llvm/test/Bindings/OCaml/
diagnostic_handler.ml 36 (* CHECK: Diagnostic handler called: Invalid bitcode signature
  /external/valgrind/memcheck/tests/
descr_belowsp.stderr.exp 8 Invalid read of size 1
long_namespace_xml.stderr.exp 35 <what>Invalid write of size 1</what>
sigkill.stderr.exp 28 Invalid argument
60 Invalid argument
187 Invalid argument
189 Invalid argument
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathRShiftU64.S 61 # Invalid number (less then 32bits), return 0
  /device/linaro/bootloader/edk2/DuetPkg/
PostBuild.sh 48 echo Invalid Architecture string, should be only IA32 or X64
60 echo Invalid tool tag, should be only UNIXGCC or GCC44
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ashrdi3.S 61 # Invalid number (less then 32bits), return 0
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
UnwantedTokenException.cs 85 if (Expecting == TokenTypes.Invalid) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonErrorNode.cs 91 return TokenTypes.Invalid;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 108 return TokenTypes.Invalid;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnwantedTokenException.cs 98 if (Expecting == TokenTypes.Invalid)
  /external/clang/include/clang/Edit/
EditedSource.h 83 bool &Invalid);
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 136 // Then validate that a whole series of invalid bindings are erased.
137 assertFailure(injector, Invalid.class);
176 static class Invalid {
180 @Inject Invalid(InvalidLinked a) {}
216 @Inject Invalid a;
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 70 Invalid, /// invalid
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 83 bool &Invalid);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 71 Invalid, /// invalid
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 83 bool &Invalid);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 71 Invalid, /// invalid
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Edit/
EditedSource.h 83 bool &Invalid);

Completed in 811 milliseconds

1 2 3 4 5 6 7 891011>>