HomeSort by relevance Sort by last modified time
    Searched refs:upper (Results 101 - 125 of 1465) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 60 # Only upper case letters, digit and '_' are allowed
290 if self._SectionName != '' and self._SectionName != ItemList[0].upper():
293 self._SectionName = ItemList[0].upper()
308 S1 = ItemList[1].upper()
315 if self._SectionName.upper() in SECTIONS_HAVE_ITEM_PCD:
318 S2 = ItemList[2].upper()
464 TAB_UNKNOWN.upper() : MODEL_UNKNOWN,
465 TAB_INF_DEFINES.upper() : MODEL_META_DATA_HEADER,
467 TAB_BUILD_OPTIONS.upper() : MODEL_META_DATA_BUILD_OPTION,
468 TAB_INCLUDES.upper() : MODEL_EFI_INCLUDE,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Fd.py 49 if self.FdUiName.upper() + 'fd' in GenFds.ImageBinDict.keys():
50 return GenFds.ImageBinDict[self.FdUiName.upper() + 'fd']
138 GenFds.ImageBinDict[self.FdUiName.upper() + 'fd'] = FdFileName
155 FvList.append(RegionData.upper())
156 FvAddDict[RegionData.upper()] = (int(self.BaseAddress,16) + \
161 FvList.append(RegionData.upper())
162 FvObj = GenFdsGlobalVariable.FdfParser.Profile.FvDict.get(RegionData.upper())
171 FvAddDict[RegionData.upper()] = (int(self.BaseAddress,16) + \
CapsuleData.py 82 if self.FvName.upper() in GenFdsGlobalVariable.FdfParser.Profile.FvDict.keys():
83 FvObj = GenFdsGlobalVariable.FdfParser.Profile.FvDict.get(self.FvName.upper())
114 if self.FdName.upper() in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
115 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())
FfsFileStatement.py 80 if self.FvName.upper() not in GenFdsGlobalVariable.FdfParser.Profile.FvDict.keys():
82 Fv = GenFdsGlobalVariable.FdfParser.Profile.FvDict.get(self.FvName.upper())
87 if self.FdName.upper() not in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
89 Fd = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 17 * The upper elements
144 inline Scalar& upper(Index i) { function in class:Eigen::SkylineStorage
148 inline const Scalar& upper(Index i) const { function in class:Eigen::SkylineStorage
176 static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, Scalar* lower, Index size, Index upperSize, Index lowerSize) {
181 res.m_upper = upper;
206 Scalar* upper = new Scalar[upperSize]; local
219 memcpy(upper, m_upper, copyUpperSize * sizeof (Scalar));
233 m_upper = upper;
  /external/mesa3d/src/intel/isl/
gen_format_layout.py 129 self.type = self._types[grouped.group('type')].upper()
153 self.colorspace = line[12].strip().upper()
158 self.txc = line[13].strip().upper() or 'NONE'
  /external/v8/src/compiler/
typed-optimization.cc 45 Type* upper = NodeProperties::GetType(node);
46 if (upper->IsInhabited()) {
47 if (upper->IsHeapConstant()) {
49 jsgraph()->Constant(upper->AsHeapConstant()->Value());
52 } else if (upper->Is(Type::MinusZero())) {
56 } else if (upper->Is(Type::NaN())) {
60 } else if (upper->Is(Type::Null())) {
64 } else if (upper->Is(Type::PlainNumber()) &&
65 upper->Min() == upper->Max())
    [all...]
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 249 int upper; field in class:EpicenterTranslateClipReveal.State
254 public State(int lower, int upper, float trans) {
256 this.upper = upper;
266 mTemp.upper = startValue.upper + (int) ((endValue.upper - startValue.upper) * fraction);
298 tempState.upper = tempRect.right + (int) tempState.trans;
302 tempState.upper = tempRect.bottom + (int) tempState.trans
    [all...]
  /external/webp/src/dsp/
lossless_sse2.c 180 static void PredictorAdd0_SSE2(const uint32_t* in, const uint32_t* upper,
190 VP8LPredictorsAdd_C[0](in + i, upper + i, num_pixels - i, out + i);
195 static void PredictorAdd1_SSE2(const uint32_t* in, const uint32_t* upper,
216 VP8LPredictorsAdd_C[1](in + i, upper + i, num_pixels - i, out + i);
223 static void PredictorAdd##X##_SSE2(const uint32_t* in, const uint32_t* upper, \
233 VP8LPredictorsAdd_C[(X)](in + i, upper + i, num_pixels - i, out + i); \
238 GENERATE_PREDICTOR_1(2, upper[i])
240 GENERATE_PREDICTOR_1(3, upper[i + 1])
242 GENERATE_PREDICTOR_1(4, upper[i - 1])
252 static void PredictorAdd##X##_SSE2(const uint32_t* in, const uint32_t* upper, \
    [all...]
lossless_common.h 185 static void PREDICTOR_ADD(const uint32_t* in, const uint32_t* upper, \
189 const uint32_t pred = (PREDICTOR)(out[x - 1], upper + x); \
197 static void PREDICTOR_SUB(const uint32_t* in, const uint32_t* upper, \
201 const uint32_t pred = (PREDICTOR)(in[x - 1], upper + x); \
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
ctype.cpp 111 ctype_base::mask(alpha | print | upper | xdigit) /* A */,
112 ctype_base::mask(alpha | print | upper | xdigit) /* B */,
113 ctype_base::mask(alpha | print | upper | xdigit) /* C */,
114 ctype_base::mask(alpha | print | upper | xdigit) /* D */,
115 ctype_base::mask(alpha | print | upper | xdigit) /* E */,
116 ctype_base::mask(alpha | print | upper | xdigit) /* F */,
117 ctype_base::mask(alpha | print | upper) /* G */,
118 ctype_base::mask(alpha | print | upper) /* H */,
119 ctype_base::mask(alpha | print | upper) /* I */,
120 ctype_base::mask(alpha | print | upper) /* J */
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
ctype.cpp 111 ctype_base::mask(alpha | print | upper | xdigit) /* A */,
112 ctype_base::mask(alpha | print | upper | xdigit) /* B */,
113 ctype_base::mask(alpha | print | upper | xdigit) /* C */,
114 ctype_base::mask(alpha | print | upper | xdigit) /* D */,
115 ctype_base::mask(alpha | print | upper | xdigit) /* E */,
116 ctype_base::mask(alpha | print | upper | xdigit) /* F */,
117 ctype_base::mask(alpha | print | upper) /* G */,
118 ctype_base::mask(alpha | print | upper) /* H */,
119 ctype_base::mask(alpha | print | upper) /* I */,
120 ctype_base::mask(alpha | print | upper) /* J */
    [all...]
  /external/v8/src/ast/
ast-types.h 317 static bitset Lub(AstType* type); // least upper bound that's a bitset
963 AstType* upper; member in struct:v8::internal::AstBitsetType::AstBounds
982 AstType* upper = AstType::Intersect(b1.upper, b2.upper, zone); local
991 AstType* upper = AstType::Union(b1.upper, b2.upper, zone); local
1003 AstType* upper = AstType::Intersect(b.upper, t, zone); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixheader.py 32 magic = magic + c.upper()
  /external/dng_sdk/source/
dng_1d_table.h 114 uint32 upper,
  /external/elfutils/libdw/
dwarf_aggregate_size.c 82 Dwarf_Sword upper; local
86 attr_mem), &upper) != 0)
138 if (unlikely (lower > upper))
140 count = upper - lower + 1;
  /external/python/cpython2/Tools/scripts/
fixheader.py 32 magic = magic + c.upper()
  /frameworks/base/core/java/android/text/
InputFilter.java 94 final CharSequence upper = TextUtils.toUpperCase(mLocale, wrapper, copySpans); local
95 if (upper == wrapper) {
102 return copySpans ? new SpannableString(upper) : upper.toString();
  /prebuilts/gdb/darwin-x86/share/gdb/system-gdbinit/
elinos.py 43 var = "ELINOS_" + key.upper()
  /prebuilts/gdb/linux-x86/share/gdb/system-gdbinit/
elinos.py 43 var = "ELINOS_" + key.upper()
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 62 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 62 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 62 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 62 static const mask upper = _U; member in struct:ctype_base
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
ctype_base.h 62 static const mask upper = _U; member in struct:ctype_base

Completed in 1233 milliseconds

1 2 3 45 6 7 8 91011>>