HomeSort by relevance Sort by last modified time
    Searched refs:tc (Results 551 - 575 of 886) sorted by null

<<21222324252627282930>>

  /external/syslinux/com32/menu/
menumain.c 618 char tc; local
621 while ((size_t) (tq - buf) < (sizeof buf - 16) && (tc = *tp)) {
623 if (tc == '#') {
627 } else if (tc == '{') {
679 *tq++ = tc;
  /external/libedit/src/
common.c 362 Char tc; local
365 num = FUN(el,getc)(el, &tc);
366 c = tc;
  /external/v8/src/base/platform/
time.cc 62 thread_cputime_t tc;
64 if (thread_cputime(-1, &tc) != 0) {
79 result += (tc.stime / v8::base::Time::kNanosecondsPerMicrosecond);
  /external/webrtc/talk/session/media/
channel.h 204 void ConnectToTransportChannel(TransportChannel* tc);
205 void DisconnectFromTransportChannel(TransportChannel* tc);
250 bool SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp);
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 1000 TonemapCurve tc = new TonemapCurve(red, green, blue); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 329 if tc := v.Type.Compare(w.Type); tc != types.CMPeq {
330 return tc
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 329 if tc := v.Type.Compare(w.Type); tc != types.CMPeq {
330 return tc
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/libvncserver/rfb/
rfbproto.h 1207 rfbTextChatMsg tc; member in union:__anon25981
1463 rfbTextChatMsg tc; member in union:__anon25991
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/go/darwin-x86/src/context/
context_test.go 142 tc := timerChild.(*timerCtx)
144 if len(pc.children) != 2 || !contains(pc.children, cc) || !contains(pc.children, tc) {
146 pc.children, cc, tc)
153 if p, ok := parentCancelCtx(tc.Context); !ok || p != pc {
  /prebuilts/go/linux-x86/src/context/
context_test.go 142 tc := timerChild.(*timerCtx)
144 if len(pc.children) != 2 || !contains(pc.children, cc) || !contains(pc.children, tc) {
146 pc.children, cc, tc)
153 if p, ok := parentCancelCtx(tc.Context); !ok || p != pc {

Completed in 2941 milliseconds

<<21222324252627282930>>