| /hardware/ti/omap4xxx/domx/mm_osal/src/ |
| timm_osal_trace.c | 115 char string[1000]; local 116 vsprintf(string, fmt, ap); 117 ALOGD("%s",string);
|
| /libcore/luni/src/main/native/ |
| ExecStrings.cpp | 38 char* string = const_cast<char*>(env_->GetStringUTFChars(java_string.get(), NULL)); local 39 array_[i] = string;
|
| IcuUtilities.cpp | 47 const UnicodeString* string = se->snext(status); local 51 ScopedLocalRef<jstring> javaString(env, env->NewString(string->getBuffer(), string->length()));
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| msl_string.h | 22 # define string __msl_string macro 33 # include_next <string> 35 # include _STLP_NATIVE_HEADER(string) 43 # undef string macro
|
| /ndk/sources/host-tools/sed-4.2.1/testsuite/ |
| bug-regex13.c | 32 #include <string.h> 38 const char *string; member in struct:__anon35072 98 start = re_search (®buf, tests[i].string, strlen (tests[i].string), 99 0, strlen (tests[i].string), NULL);
|
| bug-regex27.c | 24 #include <string.h> 29 const char *string; member in struct:tests 55 int rv = regexec (&r, tests[i].string, 0, NULL, 0);
|
| /ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-filepath.h | 43 #include "gtest/internal/gtest-string.h" 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { 77 const std::string& string() const { return pathname_; } function in class:testing::internal::FilePath 114 // the name, otherwise return the name string unmodified. 200 std::string pathname_;
|
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| StrSegment.java | 20 * The information container class of segment in a string. 22 * This class defines information of a segment in a string, such as a character, a word or a clause. 28 /** The string */ 29 public String string; field in class:StrSegment 45 * @param str The string 47 public StrSegment(String str) { 57 this(new String(chars), -1, -1); 63 * @param str The string 67 public StrSegment(String str, int from, int to) [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| msl_string.h | 22 # define string __msl_string macro 33 # include_next <string> 35 # include _STLP_NATIVE_HEADER(string) 43 # undef string macro
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| msl_string.h | 22 # define string __msl_string macro 33 # include_next <string> 35 # include _STLP_NATIVE_HEADER(string) 43 # undef string macro
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| msl_string.h | 22 # define string __msl_string macro 33 # include_next <string> 35 # include _STLP_NATIVE_HEADER(string) 43 # undef string macro
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| msl_string.h | 22 # define string __msl_string macro 33 # include_next <string> 35 # include _STLP_NATIVE_HEADER(string) 43 # undef string macro
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| msl_string.h | 22 # define string __msl_string macro 33 # include_next <string> 35 # include _STLP_NATIVE_HEADER(string) 43 # undef string macro
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| AutoExpand.py | 1 import string namespace 16 wordchars = string.ascii_letters + string.digits + "_"
|
| testcode.py | 1 import string namespace 29 string.capwords(1)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| badsyntax_future7.py | 3 from __future__ import nested_scopes; import string; from __future__ import \ 4 nested_scopes namespace
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| AutoExpand.py | 1 import string namespace 16 wordchars = string.ascii_letters + string.digits + "_"
|
| testcode.py | 1 import string namespace 29 string.capwords(1)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| badsyntax_future7.py | 3 from __future__ import nested_scopes; import string; from __future__ import \ 4 nested_scopes namespace
|
| /art/tools/ |
| generate-operator-out.py | 22 import string namespace
|
| /bionic/libc/tools/ |
| genserv.py | 4 import sys, os, string, re namespace 49 line = string.strip(line) 56 rest = string.strip(m.group(4)) 63 rest = string.strip(m.group(2))
|
| /build/tools/ |
| adbs | 19 import string namespace 38 list = map(string.strip, lines) 49 list = map(string.strip, list) 74 next_addr = string.atoi(addr, 16) + 1 81 map(string.strip, lines)
|
| /dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
| CstString.java | 26 /** {@code non-null;} the string value */ 27 private final CstUtf8 string; field in class:CstString 32 * @param string {@code non-null;} the string value 34 public CstString(CstUtf8 string) { 35 if (string == null) { 36 throw new NullPointerException("string == null"); 39 this.string = string; 45 * @param string {@code non-null;} the string valu [all...] |
| /external/chromium/sdch/open-vcdiff/src/google/ |
| vcdecoder.h | 20 #include <string> 143 typedef std::string string; typedef in class:open_vcdiff::VCDiffDecoder 159 const string& encoding, 171 const string& encoding,
|
| /external/chromium/sdch/open-vcdiff/src/ |
| output_string_test.cc | 17 #include <string> 31 typedef std::string string; typedef in class:open_vcdiff::__anon5687::OutputStringTest 38 string string_; 39 OutputString<string> output_string_;
|