HomeSort by relevance Sort by last modified time
    Searched refs:diag (Results 226 - 250 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 43 unreachable(diag::unexpected_frag_type) << pKind;
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 601 TransformActions::TransformActions(DiagnosticsEngine &diag,
604 : Diags(diag), CapturedDiags(capturedDiags), ReportedErrors(false) {
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 411 fatal(diag::unsupported_bitclass) << pConfig.targets().triple().str()
420 fatal(diag::unsupported_bitclass) << pConfig.targets().triple().str()
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 222 double diag = Math.sqrt(Math.pow(xin, 2) + Math.pow(yin, 2)); local
224 String.format(Locale.US, "%1$.2f", diag)));
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 776 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 213 unsigned int left, right, up, down, diag; \
222 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
225 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
228 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
231 CHECK_BETTER(diag, tr + hstep, tc + hstep); \
521 // common with the last iteration could be 2 ( if diag selected)
533 // the last iteration could be 2 ( if diag selected) 1/4 pel
623 // common with the last iteration could be 2 ( if diag selected)
633 // the last iteration could be 2 ( if diag selected) 1/4 pel
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 921 CXDiagnostic Diag = clang_getDiagnosticInSet(Set, i);
922 CXDiagnosticSet ChildDiags = clang_getChildDiagnostics(Diag);
923 PrintDiagnostic(Diag);
1942 CXDiagnostic diag = clang_codeCompleteGetDiagnostic(results, i); local
2601 CXDiagnostic diag; local
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 724 AST->getDiagnostics().Report(diag::err_fe_remap_missing_from_file)
738 AST->getDiagnostics().Report(diag::err_fe_remap_missing_to_file)
749 AST->getDiagnostics().Report(diag::err_fe_remap_missing_from_file)
815 AST->getDiagnostics().Report(diag::err_fe_unable_to_load_pch);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 386 fatal(diag::unrecognized_output_sectoin)
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 205 fatal(diag::unrecognized_output_sectoin)
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 323 solver.diag.setConstant(n, 1.);
408 solver.diag.setConstant(n, 1.);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 563 diag = m.group('diag')
564 if diag is not None:
566 self._int = str(int(diag or '0')).lstrip('0')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 563 diag = m.group('diag')
564 if diag is not None:
566 self._int = str(int(diag or '0')).lstrip('0')
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 223 (diag = 0 means the main diagonal, >0 means a diagonal above the main one,
227 int diag CV_DEFAULT(0));
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 427 void add(const sema::DelayedDiagnostic &diag); // in DelayedDiagnostic.h
    [all...]

Completed in 493 milliseconds

1 2 3 4 5 6 7 8 91011