| /external/clang/test/SemaCXX/ |
| nested-name-spec-locations.cpp | 8 namespace outer { namespace 21 namespace outer_alias = outer; 25 using outer::inner::X0< 35 using outer::inner::X0< 81 typedef typename outer::inner::X0<
|
| /external/python/cpython2/Lib/ |
| hmac.py | 52 self.outer = self.digest_cons() 75 self.outer.update(key.translate(trans_5C)) 97 other.outer = self.outer.copy() 105 h = self.outer.copy()
|
| hashlib.py | 180 outer = new(hash_name) 186 outer.update(password.translate(_trans_5C)) 188 def prf(msg, inner=inner, outer=outer): 192 ocpy = outer.copy() 200 dklen = outer.digest_size
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
| BoundedRect.java | 28 * outer, rotated rectangle. 32 private RectF outer; field in class:BoundedRect 38 outer = new RectF(outerRect); 48 outer = new RectF(outerRect); 58 outer.set(outerRect); 97 r.set(outer); 105 return new RectF(outer); 120 float[] outerCorners = CropMath.getCornersFromRect(outer); 131 if (!CropMath.inclusiveContains(outer, correctedInnerX, correctedInnerY)) { 146 if (!CropMath.inclusiveContains(outer, correctedInnerX, correctedInnerY)) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| hmac.py | 49 self.outer = self.digest_cons() 72 self.outer.update(key.translate(trans_5C)) 94 other.outer = self.outer.copy() 102 h = self.outer.copy()
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| hmac.py | 49 self.outer = self.digest_cons() 72 self.outer.update(key.translate(trans_5C)) 94 other.outer = self.outer.copy() 102 h = self.outer.copy()
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| hmac.py | 49 self.outer = self.digest_cons() 72 self.outer.update(key.translate(trans_5C)) 94 other.outer = self.outer.copy() 102 h = self.outer.copy()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| hmac.py | 49 self.outer = self.digest_cons() 72 self.outer.update(key.translate(trans_5C)) 94 other.outer = self.outer.copy() 102 h = self.outer.copy()
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| vktTessellationUtil.cpp | 1012 int outer[3]; local 1020 int outer[4]; local 1027 int outer[2]; local 1097 int outer[3]; local 1105 int outer[4]; local 1112 int outer[2]; local [all...] |
| vktTessellationCoordinatesTests.cpp | 97 float* const outer = &curTessLevelCase.outer[0]; local 100 for (int j = 0; j < 4; ++j) outer[j] = static_cast<float>(getClampedRoundedTessLevel(spacingMode, outer[j])); 104 if (outer[0] > 1.0f || outer[1] > 1.0f || outer[2] > 1.0f) 112 if (outer[0] > 1.0f || outer[1] > 1.0f || outer[2] > 1.0f || outer[3] > 1.0f 140 int outer[3]; local [all...] |
| /external/skia/src/core/ |
| SkStrokerPriv.cpp | 82 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 89 SkTSwap<SkPath*>(outer, inner); 93 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); 97 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 111 SkTSwap<SkPath*>(outer, inner); 124 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW); 133 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 156 SkTSwap<SkPath*>(outer, inner); 199 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY); 201 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY) [all...] |
| /external/skia/src/effects/ |
| SkColorMatrix.cpp | 39 const SkScalar outer[20], const SkScalar inner[20]) { 43 if (outer == result || inner == result) { 52 target[index++] = outer[j + 0] * inner[i + 0] + 53 outer[j + 1] * inner[i + 5] + 54 outer[j + 2] * inner[i + 10] + 55 outer[j + 3] * inner[i + 15]; 57 target[index++] = outer[j + 0] * inner[4] + 58 outer[j + 1] * inner[9] + 59 outer[j + 2] * inner[14] + 60 outer[j + 3] * inner[19] [all...] |
| /external/skqp/src/core/ |
| SkStrokerPriv.cpp | 82 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 89 SkTSwap<SkPath*>(outer, inner); 93 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY); 97 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 111 SkTSwap<SkPath*>(outer, inner); 124 outer->conicTo(conics[i].fPts[1], conics[i].fPts[2], conics[i].fW); 133 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 156 SkTSwap<SkPath*>(outer, inner); 199 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY); 201 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY) [all...] |
| /external/skqp/src/effects/ |
| SkColorMatrix.cpp | 39 const SkScalar outer[20], const SkScalar inner[20]) { 43 if (outer == result || inner == result) { 52 target[index++] = outer[j + 0] * inner[i + 0] + 53 outer[j + 1] * inner[i + 5] + 54 outer[j + 2] * inner[i + 10] + 55 outer[j + 3] * inner[i + 15]; 57 target[index++] = outer[j + 0] * inner[4] + 58 outer[j + 1] * inner[9] + 59 outer[j + 2] * inner[14] + 60 outer[j + 3] * inner[19] [all...] |
| /external/python/cpython2/Doc/includes/ |
| email-dir.py | 58 # Create the enclosing (outer) message 59 outer = MIMEMultipart() 60 outer['Subject'] = 'Contents of directory %s' % os.path.abspath(directory) 61 outer['To'] = COMMASPACE.join(opts.recipients) 62 outer['From'] = opts.sender 63 outer.preamble = 'You will not see this in a MIME-aware mail reader.\n' 100 outer.attach(msg) 102 composed = outer.as_string()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| hashlib.py | 180 outer = new(hash_name)
186 outer.update(password.translate(_trans_5C))
188 def prf(msg, inner=inner, outer=outer):
192 ocpy = outer.copy()
200 dklen = outer.digest_size
|
| /external/v8/src/compiler/ |
| js-context-specialization.cc | 76 Node* outer = NodeProperties::GetOuterContext(node, &depth); local 79 if (!NodeProperties::GetSpecializationContext(outer, context()) 82 // the load by folding-in the outer context node. 83 return SimplifyJSLoadContext(node, outer, depth); 125 Node* outer = NodeProperties::GetOuterContext(node, &depth); local 128 if (!NodeProperties::GetSpecializationContext(outer, context()) 131 // the load by folding-in the outer context node. 132 return SimplifyJSStoreContext(node, outer, depth);
|
| /external/valgrind/perf/ |
| vg_perf | 71 --outer-valgrind: run these Valgrind(s) under the given outer valgrind. 73 --outer-tool: tool to use by the outer valgrind (default cachegrind). 74 --outer-args: use this as outer tool args. If the outer args are starting 75 with +, the given outer args are appended to the outer args predefined 96 # Outer valgrind to use, and args to use for it [all...] |
| vg_perf.in | 71 --outer-valgrind: run these Valgrind(s) under the given outer valgrind. 73 --outer-tool: tool to use by the outer valgrind (default cachegrind). 74 --outer-args: use this as outer tool args. If the outer args are starting 75 with +, the given outer args are appended to the outer args predefined 96 # Outer valgrind to use, and args to use for it [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| chanbarrier_test.go | 58 outer := 100 61 outer = 10 64 for i := 0; i < outer; i++ {
|
| /prebuilts/go/linux-x86/src/runtime/ |
| chanbarrier_test.go | 58 outer := 100 61 outer = 10 64 for i := 0; i < outer; i++ {
|
| /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
| DeflateCompressorTest.java | 148 for (int outer = 0; outer < content.length; outer++) { 150 if (inner != outer) { 152 "strategy " + outer + " == " + inner, 153 Arrays.equals(content[outer].compressed, content[inner].compressed)); 177 for (int outer = 1; outer < content.length; outer++) { 179 if (inner != outer) { [all...] |
| /external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
| esextcTessellationShaderPoints.hpp | 156 * in regard to relevant inner/outer tessellation levels for all 161 * for the (inner tessellation level, outer tessellation level, output 195 float outer[4]; member in struct:glcts::TessellationShaderPointsVerification::_run 202 memset(outer, 0, sizeof(outer));
|
| esextcTessellationShaderQuads.hpp | 57 * Make sure that only a single triangle pair covering the outer rectangle 59 * clamped outer tessellation levels are exactly one. 61 * Consider a few different inner and outer tessellation level pairs 89 float outer[4]; member in struct:glcts::TessellationShaderQuadsDegenerateCase::_run 98 memset(outer, 0, sizeof(outer)); 132 * 1a. Using any valid outer tessellation configuration, "draw" four patches. 134 * 1b. Using the same outer tessellation configuration, but replacing the
|
| /external/eigen/Eigen/src/Core/ |
| Swap.h | 55 void assignPacketByOuterInner(Index outer, Index inner) 57 Index row = Base::rowIndexByOuterInner(outer, inner); 58 Index col = Base::colIndexByOuterInner(outer, inner);
|