HomeSort by relevance Sort by last modified time
    Searched full:strref (Results 1 - 25 of 30) sorted by null

1 2

  /art/test/003-omnibus-opcodes/src/
InternedString.java 31 WeakReference<String> strRef = new WeakReference<String>(s.intern());
32 return strRef;
36 WeakReference<String> strRef = makeWeakString();
39 Main.assertTrue(strRef.get() == null);
43 WeakReference strRef = new WeakReference<String>(CONST.intern());
49 Main.assertTrue(strRef.get() != null);
53 strRef = new WeakReference<String>(s.intern());
57 Main.assertTrue(strRef.get() == CONST);
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
extract_feature.cc 41 bool Equals(const string& x, const tflite::StringRef& strref) {
42 if (strref.len != x.length()) {
45 if (strref.len > 0) {
46 int r = memcmp(strref.str, x.data(), strref.len);
52 bool IsValidNgram(const tflite::StringRef& strref) {
54 if (Equals(s, strref)) {
87 auto strref = tflite::GetString(input, i); local
88 if (!IsValidNgram(strref)) {
95 ::util::Fingerprint64(strref.str, strref.len) % kMaxDimension
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
corewrappers.h 46 explicit HStringReference(wchar_t (&strRef)[sizeDest]) throw() {
47 const wchar_t *str = static_cast<const wchar_t*>(strRef);
52 explicit HStringReference(const T &strRef) throw() : hstr_(nullptr) {
53 const wchar_t* str = static_cast<const wchar_t*>(strRef);
  /external/tensorflow/tensorflow/contrib/lite/kernels/
skip_gram.cc 93 tflite::StringRef strref = tflite::GetString(GetInput(context, node, 0), 0); local
95 for (int i = 1; i < strref.len; i++) {
96 if (isspace(*(strref.str + i))) {
97 if (i > prev_idx && !isspace(*(strref.str + prev_idx))) {
98 words.push_back({strref.str + prev_idx, i - prev_idx});
103 if (strref.len > prev_idx) {
104 words.push_back({strref.str + prev_idx, strref.len - prev_idx});
skip_gram_test.cc 54 StringRef strref = GetString(tensor, i); local
55 ans.push_back(string(strref.str, strref.len));
  /external/clang/utils/
ClangDataFormat.py 35 def StringRef_summary(strref, internal_dict):
36 return StringRef(strref).summary()
83 def __init__(self, strref):
84 self.strref = strref
85 self.Data_value = strref.GetChildAtIndex(0)
86 self.Length = strref.GetChildAtIndex(1).GetValueAsUnsigned()
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 270 String strref = "lit_" + String.valueOf(index + 1); local
272 return strref;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
UpdatePage.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 742 EFI_STRING_ID StrRef;
755 StrRef = 0;
869 StrRef = HiiSetString (mLegacyBootOptionPrivate->HiiHandle, 0, String, NULL);
879 StrRef,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/XRay/
Graph.h 63 /// Usage Example with StrRef keys.
64 /// Graph<int, double, StrRef> StrG;
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 767 milliseconds

1 2