/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_jumps.cpp | 72 * lower strength. Accordingly, strength is used as a heuristic to 264 * Note that visiting a jump does not lower it. That is the 308 * Insert the instructions necessary to lower a return statement, 329 * If the given instruction is a return, lower it to instructions 357 * If the given instruction is a break, lower it to an instruction 372 * If the block ends in a conditional or unconditional break, lower 462 bool lower; local 466 lower = false; /* don't change this, code relies on it */ 469 lower = lower_continue; 473 /* never lower "canonical break" * 608 int lower; local [all...] |
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 72 * lower strength. Accordingly, strength is used as a heuristic to 264 * Note that visiting a jump does not lower it. That is the 308 * Insert the instructions necessary to lower a return statement, 329 * If the given instruction is a return, lower it to instructions 357 * If the given instruction is a break, lower it to an instruction 372 * If the block ends in a conditional or unconditional break, lower 462 bool lower; local 466 lower = false; /* don't change this, code relies on it */ 469 lower = lower_continue; 473 /* never lower "canonical break" * 608 int lower; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 75 f = f[:i].strip().lower() + '=' + f[i+1:].strip() 199 cte = self.get('content-transfer-encoding', '').lower() 311 name = name.lower() 314 if k.lower() != name: 319 return name.lower() in [k.lower() for k, v in self._headers] 362 name = name.lower() 364 if k.lower() == name: 382 name = name.lower() 384 if k.lower() == name [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
headers.py | 53 name = name.lower() 54 self._headers[:] = [kv for kv in self._headers if kv[0].lower() != name] 82 name = name.lower() 83 return [kv[1] for kv in self._headers if kv[0].lower()==name] 88 name = name.lower() 90 if k.lower()==name:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 75 f = f[:i].strip().lower() + '=' + f[i+1:].strip() 199 cte = self.get('content-transfer-encoding', '').lower() 311 name = name.lower() 314 if k.lower() != name: 319 return name.lower() in [k.lower() for k, v in self._headers] 362 name = name.lower() 364 if k.lower() == name: 382 name = name.lower() 384 if k.lower() == name [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
headers.py | 53 name = name.lower() 54 self._headers[:] = [kv for kv in self._headers if kv[0].lower() != name] 82 name = name.lower() 83 return [kv[1] for kv in self._headers if kv[0].lower()==name] 88 name = name.lower() 90 if k.lower()==name:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/ |
ctype_base.pass.cpp | 27 // static const mask lower = 1 << 4; 48 assert(std::ctype_base::lower); 58 & std::ctype_base::lower 70 test(std::ctype_base::lower);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
MIMETypeFromURL.cpp | 44 return url.substring(5, index - 5).lower();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
compatibility.py | 22 if start_list[0].lower() != path_list[0].lower(): 33 if start_list[i].lower() != path_list[i].lower():
|
/external/llvm/lib/Target/SystemZ/ |
SystemZMCInstLower.h | 1 //===-- SystemZMCInstLower.h - Lower MachineInstr to MCInst ----*- C++ -*--===// 35 // Lower MachineInstr MI to MCInst OutMI. 36 void lower(const MachineInstr *MI, MCInst &OutMI) const;
|
/external/oprofile/libpp/ |
sample_container.cpp | 85 sample_entry lower, upper; local 87 lower.file_loc.filename = upper.file_loc.filename = filename_id; 88 lower.file_loc.linenr = 0; 93 iterator it1 = samples_by_loc.lower_bound(&lower);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_classname.pass.cpp | 40 | std::ctype_base::upper | std::ctype_base::lower); 42 | std::ctype_base::upper | std::ctype_base::lower); 44 | std::ctype_base::upper | std::ctype_base::lower, true); 46 | std::ctype_base::upper | std::ctype_base::lower, true); 88 test("lower", std::ctype_base::lower); 89 test("LOWER", std::ctype_base::lower); 90 test("lower", std::ctype_base::lower | std::ctype_base::alpha, true) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
ctype_base.h | 49 static const mask lower = _ISlower; member in struct:ctype_base
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
ctype_base.h | 51 static const mask lower = _ISlower; member in struct:ctype_base
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
ctype_base.h | 51 static const mask lower = _ISlower; member in struct:ctype_base
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/ |
ctype_base.h | 45 static const mask lower = _L; member in struct:ctype_base
|