/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringTestBase.java | 168 TextChange tc = (TextChange) change; local 169 TextEdit edit = tc.getEdit();
|
/system/core/libpixelflinger/ |
scanline.cpp | 679 } tc[GGL_TEXTURE_UNIT_COUNT]; local 685 tc[i].s = ti.ydsdy; 686 tc[i].t = ti.ydtdy; 688 tc[i].s = (xs * ti.dsdx) + ti.ydsdy; 689 tc[i].t = (xs * ti.dtdx) + ti.ydtdy; 726 u = wrapping(tc[i].s, w, tx.s_wrap); 727 tc[i].s += ti.dsdx; 735 v = wrapping(tc[i].t, h, tx.t_wrap); 736 tc[i].t += ti.dtdx; 1903 } tc[GGL_TEXTURE_UNIT_COUNT] __attribute__((aligned(16))); local [all...] |
/art/compiler/optimizing/ |
induction_var_range.h | 164 * Checks if header logic of a loop terminates. Sets trip-count tc if known. 166 bool IsFinite(HLoopInformation* loop, /*out*/ int64_t* tc) const;
|
/external/clang/test/CXX/special/class.copy/ |
p12-0x.cpp | 49 TemplateCtor tc; member in struct:TemplateCtorMember
|
p25-0x.cpp | 52 TemplateCtor tc; member in struct:TemplateCtorMember
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
MockSocketConnection.java | 336 public void setTrafficClass(int tc) throws SocketException {
|
/external/libnl/include/netlink-private/ |
netlink.h | 65 #include <netlink/route/tc.h>
|
/external/libnl/tests/ |
test-u32-filter-with-actions.c | 15 #include <netlink/route/tc.h> 30 /* some functions are copied from iproute-tc tool */
|
/external/mesa3d/src/mesa/main/ |
rastpos.c | 465 GLfloat tc[4]; local 466 COPY_4V(tc, ctx->Current.Attrib[VERT_ATTRIB_TEX0 + u]); 468 compute_texgen(ctx, vObj, eye, norm, u, tc); 471 ctx->TextureMatrixStack[u].Top->m, tc);
|
/external/mksh/src/ |
syn.c | 624 struct op *tc = casepart(c, sALIAS); local 626 t = tl = tc, tl->right = NULL; 628 tl->right = tc, tl = tc;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
template_test.py | 469 tc = template.make_template("blah", variable_scoped_function, False) 472 self.assertEqual(tc.variable_scope, None) 473 tc() 476 self.assertEqual(tc.variable_scope.name, "blah")
|
/prebuilts/go/darwin-x86/src/time/ |
time_test.go | 871 for _, tc := range parseDurationTests { 872 d, err := ParseDuration(tc.in) 873 if tc.ok && (err != nil || d != tc.want) { 874 t.Errorf("ParseDuration(%q) = %v, %v, want %v, nil", tc.in, d, err, tc.want) 875 } else if !tc.ok && err == nil { 876 t.Errorf("ParseDuration(%q) = _, nil, want _, non-nil", tc.in) [all...] |
/prebuilts/go/linux-x86/src/time/ |
time_test.go | 871 for _, tc := range parseDurationTests { 872 d, err := ParseDuration(tc.in) 873 if tc.ok && (err != nil || d != tc.want) { 874 t.Errorf("ParseDuration(%q) = %v, %v, want %v, nil", tc.in, d, err, tc.want) 875 } else if !tc.ok && err == nil { 876 t.Errorf("ParseDuration(%q) = _, nil, want _, non-nil", tc.in) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pyrun.swg | [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/ |
opcodes.d | 55 2e: fa3f bcd 11c <_opcodes_end>,tc, c, bio 73 40: f930 cc 11c <_opcodes_end>,tc
|
/external/opencv/cv/src/ |
cvcalibinit.cpp | 989 int tc; local [all...] |
/prebuilts/go/darwin-x86/src/net/mail/ |
message_test.go | 149 for i, tc := range mustErrTestCases { 150 _, err := ParseAddress(tc.text) 151 if err == nil || !strings.Contains(err.Error(), tc.wantErrText) { 152 t.Errorf(`mail.ParseAddress(%q) #%d want %q, got %v`, tc.text, i, tc.wantErrText, err)
|
/prebuilts/go/linux-x86/src/net/mail/ |
message_test.go | 149 for i, tc := range mustErrTestCases { 150 _, err := ParseAddress(tc.text) 151 if err == nil || !strings.Contains(err.Error(), tc.wantErrText) { 152 t.Errorf(`mail.ParseAddress(%q) #%d want %q, got %v`, tc.text, i, tc.wantErrText, err)
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
driver_test.go | 98 for _, tc := range testcase { 103 f.args = []string{tc.source} 105 flags := strings.Split(tc.flags, ",") 130 t.Errorf("%s %q: %v", tc.source, tc.flags, err) 150 solution = solutionFilename(tc.source, &f) 156 solution = solutionFilename(tc.source, &f) 169 t.Errorf("%s: %v", tc.source, err) 194 t.Errorf("diff %s %s", solution, tc.source) [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
driver_test.go | 98 for _, tc := range testcase { 103 f.args = []string{tc.source} 105 flags := strings.Split(tc.flags, ",") 130 t.Errorf("%s %q: %v", tc.source, tc.flags, err) 150 solution = solutionFilename(tc.source, &f) 156 solution = solutionFilename(tc.source, &f) 169 t.Errorf("%s: %v", tc.source, err) 194 t.Errorf("diff %s %s", solution, tc.source) [all...] |
/cts/tools/utils/ |
DescriptionGenerator.java | 280 void addTestClass(TestClass tc) { 281 appendSuiteToElement(mDoc.getDocumentElement(), tc); local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_multiprocessing.py | [all...] |
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
res_send.c | 526 anhp->tc = 1;
841 if (!(_res.options & RES_IGNTC) && anhp->tc) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
CollectionUtilities.java | 439 char tc = text.charAt(j); local 440 if (pc != tc) return -1;
|
/external/icu/icu4c/source/tools/toolutil/ |
ppucd.cpp | 420 props.tc.remove(); 477 parseString(v, props.tc, errorCode);
|