HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 151 - 175 of 271) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/go/darwin-x86/src/encoding/base64/
base64_test.go 79 conv func(string) string // Reference string converter
113 got, tt.conv(p.encoded))
151 encoded := tt.conv(p.encoded)
  /prebuilts/go/linux-x86/src/encoding/base64/
base64_test.go 79 conv func(string) string // Reference string converter
113 got, tt.conv(p.encoded))
151 encoded := tt.conv(p.encoded)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 347 def _get(self, section, conv, option):
348 return conv(self.get(section, option))
  /external/libese/apps/boot/
ese_boot_tool.cpp 389 unsigned long long conv = std::stoull(args[3], nullptr, 0); local
390 value = static_cast<uint64_t>(conv);
  /external/skia/tests/
ImageFilterTest.cpp     [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 30 PseudoTcpForTest(cricket::IPseudoTcpNotify* notify, uint32_t conv)
31 : PseudoTcp(notify, conv) {}
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 639 "unsupported cached conv value in col=%s", key);
661 Conversation conv = (Conversation) o; local
662 return conv.uri.equals(uri);
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 714 for conv in self.__common_conversion_routines__:
715 newAsm = conv(self, newAsm)
843 conv = ConvertAsmFile(fullSrc, fullDst, self)
844 self.unsupportedSyntaxSeen = conv.unsupportedSyntaxSeen
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
select.go 263 var_ = conv(conv(nod(OADDR, selv, nil), Types[TUNSAFEPTR]), ptrto(Types[TUINT8]))
bimport.go 850 conv := nod(OCALL, typenod(Types[TUINTPTR]), nil)
851 conv.List.Set1(n)
852 n = conv
854 conv := nod(OCALL, typenod(typ), nil)
855 conv.List.Set1(n)
856 n = conv
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
select.go 263 var_ = conv(conv(nod(OADDR, selv, nil), Types[TUNSAFEPTR]), ptrto(Types[TUINT8]))
bimport.go 850 conv := nod(OCALL, typenod(Types[TUINTPTR]), nil)
851 conv.List.Set1(n)
852 n = conv
854 conv := nod(OCALL, typenod(typ), nil)
855 conv.List.Set1(n)
856 n = conv
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 882 my $conv = sub { my $var=shift;
892 for (@arr) { $self->{value} .= &$conv($_).","; }
893 $self->{value} .= &$conv($last);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 60 static UConverter* conv = NULL; variable
    [all...]
  /external/python/cpython2/Lib/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 2036 Int conv; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 262 public void loadConversationFolders(Conversation conv, final FolderUri ignoreFolderUri,
264 super.loadConversationFolders(conv, ignoreFolderUri, ignoreFolderType);
1386 final Conversation conv = mHeader.conversation; local
    [all...]
  /art/dexlayout/
dexlayout.cc 994 } conv; local
1049 } conv; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py 304 return _splitdict(tk, res, conv=_tclobj_to_py)
404 conv=_tclobj_to_py)
    [all...]

Completed in 1199 milliseconds

1 2 3 4 5 67 8 91011