HomeSort by relevance Sort by last modified time
    Searched refs:tn (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/autotest/client/cros/
power_strip.py 33 tn = telnetlib.Telnet(self.host)
34 tn.read_until('Username: ')
35 tn.write(self.user + '\n')
36 tn.read_until('Password: ')
37 tn.write(self.password + '\n')
38 tn.read_until('Switched CDU: ')
39 tn.write('%s .a%d\n' % (command, outlet))
40 tn.read_some()
41 tn.close()
  /external/curl/lib/
telnet.c 243 struct TELNET *tn; local
245 tn = calloc(1, sizeof(struct TELNET));
246 if(!tn)
249 conn->data->req.protop = tn; /* make us known */
251 tn->telrcv_state = CURL_TS_DATA;
254 CURL_SB_CLEAR(tn);
257 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES;
258 tn->him_preferred[CURL_TELOPT_SGA] = CURL_YES;
265 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES;
266 tn->him_preferred[CURL_TELOPT_BINARY] = CURL_YES
294 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; local
368 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
442 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
490 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
532 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
606 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
666 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
826 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
936 struct TELNET *tn = (struct TELNET *)data->req.protop; local
1011 struct TELNET *tn = (struct TELNET *)data->req.protop; local
1069 struct TELNET *tn = (struct TELNET *)data->req.protop; local
1267 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; local
1313 struct TELNET *tn; local
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 101 tn = type_node()
102 tn.name = type_name
103 tn.size = type_size
104 tn.integer = integer
105 te.expr.append(tn)
209 def set_base_type_node(self, tn):
210 self.expr = [tn]
215 tn = self.expr[0]
217 tn.elements = count
241 tn = self.expr[0
    [all...]
extension_helper.py 182 tn = p.type_expr.get_base_type_node()
185 elif tn.integer:
187 elif tn.size == 4:
remap_helper.py 38 tn = p.type_expr.get_base_type_node()
41 elif tn.integer:
43 elif tn.size == 4:
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-function-mockers.h 331 #define GMOCK_RESULT_(tn, F) tn ::testing::internal::Function<F>::Result
335 #define GMOCK_ARG_(tn, F, N) tn ::testing::internal::Function<F>::Argument##N
339 #define GMOCK_MATCHER_(tn, F, N) const ::testing::Matcher<GMOCK_ARG_(tn, F, N)>&
347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \
348 GMOCK_RESULT_(tn, F) ct Method() constness { \
350 tn ::testing::internal::Function<F>::ArgumentTuple>::value == 0, \
363 #define GMOCK_METHOD1_(tn, constness, ct, Method, F)
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-function-mockers.h 332 // GMOCK_RESULT_(tn, F) expands to the result type of function type F.
337 #define GMOCK_RESULT_(tn, ...) \
338 tn ::testing::internal::Function<__VA_ARGS__>::Result
342 #define GMOCK_ARG_(tn, N, ...) \
343 tn ::testing::internal::Function<__VA_ARGS__>::Argument##N
347 #define GMOCK_MATCHER_(tn, N, ...) \
348 const ::testing::Matcher<GMOCK_ARG_(tn, N, __VA_ARGS__)>&
356 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \
357 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
360 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-function-mockers.h 332 // GMOCK_RESULT_(tn, F) expands to the result type of function type F.
337 #define GMOCK_RESULT_(tn, ...) \
338 tn ::testing::internal::Function<__VA_ARGS__>::Result
342 #define GMOCK_ARG_(tn, N, ...) \
343 tn ::testing::internal::Function<__VA_ARGS__>::Argument##N
347 #define GMOCK_MATCHER_(tn, N, ...) \
348 const ::testing::Matcher<GMOCK_ARG_(tn, N, __VA_ARGS__)>&
356 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \
357 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
360 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_records_test.py 28 self.tn = "test_name"
35 self.assertEqual(record.test_name, self.tn)
45 d[records.TestResultEnums.RECORD_NAME] = self.tn
66 record = records.TestResultRecord(self.tn)
76 record = records.TestResultRecord(self.tn)
87 record = records.TestResultRecord(self.tn)
98 record = records.TestResultRecord(self.tn)
108 record = records.TestResultRecord(self.tn)
119 record = records.TestResultRecord(self.tn)
130 record = records.TestResultRecord(self.tn)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_resampler.c 75 size_t tn, mm; local
96 tn = (size_t)tnew;
98 while (tn < size) {
101 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]);
105 tn = (int)tnew;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
get-remote-certificate.py 29 tn = tempfile.mktemp()
30 fp = open(tn, "w")
36 (tn, tn2))
45 os.unlink(tn)
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 152 TypeName tn = (TypeName)list2.get(i); local
153 add(list, tn);
154 tn.equivalences = list;
191 TypeName tn = (TypeName)obj; local
192 return getExpected().equals(tn.getExpected());
219 TypeName tn = (TypeName)td; local
220 if (update(cp, name, tn.expectedName))
221 name = tn.expectedName;
229 TypeName tn = (TypeName)td; local
230 tn.expectedName = name
    [all...]
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file_test.go 67 tn := len(tt.sections)
69 if tn != fn {
70 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug336.go 67 tn struct{ Next *T11 }
76 tn.Next = &T11{}
77 tz.z = &tn
  /prebuilts/go/linux-x86/src/debug/plan9obj/
file_test.go 67 tn := len(tt.sections)
69 if tn != fn {
70 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug336.go 67 tn struct{ Next *T11 }
76 tn.Next = &T11{}
77 tz.z = &tn
  /libcore/ojluni/src/main/native/
IOUtil.c 115 int tn = 0; local
119 tn += n;
124 return (tn > 0) ? JNI_TRUE : JNI_FALSE;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
address_test.go 61 for i, tn := range a {
62 s[i*2], s[i*2+1] = hexDigit[tn>>4], hexDigit[tn&0xf]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
address_test.go 61 for i, tn := range a {
62 s[i*2], s[i*2+1] = hexDigit[tn>>4], hexDigit[tn&0xf]
  /external/llvm/test/MC/Sparc/
sparc-v9-traps.s 12 ! CHECK: tn %icc, %i5 ! encoding: [0x81,0xd0,0x00,0x1d]
13 ! CHECK: tn %icc, 82 ! encoding: [0x81,0xd0,0x20,0x52]
14 ! CHECK: tn %icc, %g1 + %i2 ! encoding: [0x81,0xd0,0x40,0x1a]
15 ! CHECK: tn %icc, %i5 + 41 ! encoding: [0x81,0xd7,0x60,0x29]
16 tn %icc, %i5
17 tn %icc, 82
18 tn %icc, %g1 + %i2
19 tn %icc, %i5 + 41
163 ! CHECK: tn %xcc, %i5 ! encoding: [0x81,0xd0,0x10,0x1d]
164 ! CHECK: tn %xcc, 82 ! encoding: [0x81,0xd0,0x30,0x52
    [all...]
sparc-traps.s 12 ! CHECK: tn %i5 ! encoding: [0x81,0xd0,0x00,0x1d]
13 ! CHECK: tn 82 ! encoding: [0x81,0xd0,0x20,0x52]
14 ! CHECK: tn %g1 + %i2 ! encoding: [0x81,0xd0,0x40,0x1a]
15 ! CHECK: tn %i5 + 41 ! encoding: [0x81,0xd7,0x60,0x29]
16 tn %i5
17 tn 82
18 tn %g1 + %i2
19 tn %i5 + 41
  /build/kati/testcase/
gen_testcase_parse_benchmark.go 63 tn := strings.Title(base)
64 return tn
  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 167 cleanUpTestTree(TestNode *tn);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 286 String tn = getFilterName(i) + "-" + getFilterName(j); local
288 tn += " (emulated)";
290 tn += " (native)";
292 String s = new String("" + tn.toString() + ", " + t);
  /prebuilts/go/darwin-x86/src/debug/macho/
file_test.go 136 tn := len(tt.segments)
138 if tn != fn {
139 t.Errorf("open %s: len(Loads) = %d, want %d", tt.file, fn, tn)
152 tn = len(tt.sections)
154 if tn != fn {
155 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)

Completed in 1430 milliseconds

1 2 3 4 5 6