HomeSort by relevance Sort by last modified time
    Searched full:inval (Results 26 - 50 of 144) sorted by null

12 3 4 5 6

  /external/svox/pico/lib/
picokdt.c 2051 picoos_uint16 inval; local
2286 picoos_uint16 inval = 0; local
2522 picoos_uint16 inval = 0; local
    [all...]
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);
SkWidgets.cpp 112 this->inval(NULL);
199 this->inval(NULL);
381 this->inval(NULL);
396 this->inval(NULL);
430 this->inval(NULL);
446 this->inval(NULL);
SkWindow.cpp 76 this->inval(NULL);
110 this->inval(NULL);
189 // empty this now, so we can correctly record any inval calls that
  /external/skia/src/views/
SkProgressView.cpp 36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);
SkWidgets.cpp 112 this->inval(NULL);
199 this->inval(NULL);
381 this->inval(NULL);
396 this->inval(NULL);
430 this->inval(NULL);
446 this->inval(NULL);
SkWindow.cpp 76 this->inval(NULL);
110 this->inval(NULL);
189 // empty this now, so we can correctly record any inval calls that
  /external/bison/lib/
close.c 25 #include "msvc-inval.h"
msvc-nothrow.c 27 #include "msvc-inval.h"
raise.c 30 # include "msvc-inval.h"
  /external/chromium_org/third_party/skia/src/text/
SkTextLayout.cpp 41 // if width changed, inval cache
  /external/chromium_org/third_party/skia/src/views/animated/
SkStaticTextView.cpp 65 this->inval(NULL);
80 this->inval(NULL);
116 this->inval(NULL);
132 this->inval(NULL);
SkWidgetViews.cpp 164 this->inval(NULL);
213 this->inval(NULL);
301 this->inval(NULL);
306 this->inval(&bounds);
314 this->inval(NULL);
  /external/chromium_org/third_party/skia/src/views/ios/
SkOSWindow_iOS.mm 11 #define kINVAL_UIVIEW_EventType "inval-uiview"
  /external/skia/src/text/
SkTextLayout.cpp 41 // if width changed, inval cache
  /external/skia/src/views/animated/
SkStaticTextView.cpp 65 this->inval(NULL);
80 this->inval(NULL);
116 this->inval(NULL);
132 this->inval(NULL);
SkWidgetViews.cpp 164 this->inval(NULL);
213 this->inval(NULL);
301 this->inval(NULL);
306 this->inval(&bounds);
314 this->inval(NULL);
  /external/skia/src/views/ios/
SkOSWindow_iOS.mm 11 #define kINVAL_UIVIEW_EventType "inval-uiview"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 165 private String normalizeValue(String inVal) {
166 int len = inVal.length();
167 String retVal = inVal;
169 if (inVal.charAt(0) == '\'' && inVal.charAt(len-1) == '\'') {
170 retVal = inVal.substring(1, len-1);
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.mm 17 #define kINVAL_NSVIEW_EventType "inval-nsview"
  /external/skia/src/views/mac/
SkOSWindow_Mac.mm 17 #define kINVAL_NSVIEW_EventType "inval-nsview"
  /external/chromium_org/third_party/skia/src/animator/
SkAnimator.cpp 291 void SkAnimator::getInvalBounds(SkRect* inval) {
293 inval->fLeft = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fLeft);
294 inval->fTop = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fTop);
295 inval->fRight = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fRight);
296 inval->fBottom = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fBottom);
298 inval->fLeft = inval->fTop = -SK_ScalarMax;
299 inval->fRight = inval->fBottom = SK_ScalarMax;
421 goto inval;
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 291 void SkAnimator::getInvalBounds(SkRect* inval) {
293 inval->fLeft = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fLeft);
294 inval->fTop = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fTop);
295 inval->fRight = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fRight);
296 inval->fBottom = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fBottom);
298 inval->fLeft = inval->fTop = -SK_ScalarMax;
299 inval->fRight = inval->fBottom = SK_ScalarMax;
421 goto inval;
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 370 InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,
375 PHITransAddr Tmp(InVal, TD);
381 Instruction *Inst = cast<Instruction>(InVal);
392 OpVal, InVal->getType(),
393 InVal->getName()+".phi.trans.insert",
412 InVal->getName()+".phi.trans.insert",
433 InVal->getName()+".phi.trans.insert",
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 481 std::pair<Value*, unsigned> InVal =
483 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
485 << *InVal.first << '\n');
486 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first);
508 std::pair<Value*, unsigned> InVal = AvailableCalls->lookup(Inst);
509 if (InVal.first != 0 && InVal.second == CurrentGeneration) {
511 << *InVal.first << '\n');
512 if (!Inst->use_empty()) Inst->replaceAllUsesWith(InVal.first)
    [all...]

Completed in 403 milliseconds

12 3 4 5 6