HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 4001 - 4025 of 46739) sorted by null

<<161162163164165166167168169170>>

  /bionic/tests/libs/
dlopen_check_init_fini_child.cpp 16 #include <string>
dlopen_check_init_fini_grand_child.cpp 16 #include <string>
  /build/kati/
rule.h 19 #include <string>
38 string DebugString() const;
51 void Error(const string& msg) { ERROR_LOC(loc, "%s", msg.c_str()); }
68 const function<string()>& after_term_fn,
symtab.go 21 m map[string]string
25 m: make(map[string]string),
28 func intern(s string) string {
40 func internBytes(s []byte) string {
41 return intern(string(s))
  /build/make/tools/atree/
fs.cpp 8 #include <string>
11 #include <string.h>
15 #include <string.h>
21 is_dir(const string& path)
30 remove_file(const string& path)
42 remove_recursively(const string& path)
54 vector<string> files;
55 vector<string> dirs;
63 string full = path;
75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureR.java 22 public static final int feature_string = R.string.feature_string;
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
MultipleStepsCreditCardActivity.java 29 protected Map<Integer, String> getStepsMap() {
30 LinkedHashMap<Integer, String> steps = new LinkedHashMap<>(4);
31 steps.put(R.string.credit_card_number_label,
33 steps.put(R.string.credit_card_expiration_month_label,
35 steps.put(R.string.credit_card_expiration_year_label,
37 steps.put(R.string.credit_card_security_code_abbrev_label,
  /device/generic/goldfish/wifi/ipv6proxy/
address.h 24 #include <string>
27 // Convert an IPv6 address struct to a string for debugging purposes
28 std::string addrToStr(const struct in6_addr& addr);
54 // name or just a string containing a numeric address.
55 Result resolveInet(const std::string& address);
59 Result resolveEth(const std::string& interfaceName);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_enc.h 12 #include <string.h>
  /device/google/contexthub/firmware/lib/libc/
strncpy.c 35 #include <string.h>
  /device/google/contexthub/firmware/os/platform/native/
spi.c 18 #include <string.h>
  /device/google/contexthub/util/nanotool/
logevent.h 35 // Returns a string containing the contents of the log message.
36 std::string GetMessage() const;
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strchr.c 37 #include <string.h>
strncmp.c 36 #include <string.h>
strnlen.c 33 #include <string.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
rpython.py 7 import string
19 i = string.find(host, ':')
21 port = string.atoi(port[i+1:])
23 command = string.join(sys.argv[2:])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_future2.py 3 from __future__ import nested_scopes; import string
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
winconfig.h 18 #include <string.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageExe.h 29 #include <string.h>
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
setprogname.c 44 #include <string.h>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ICharStream.cs 44 string Substring(int start, int length);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 42 public static readonly string NL = Environment.NewLine;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ICharStream.cs 46 string Substring( int start, int length );
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Proxy_I1.java 27 String string(String s) throws Support_Proxy_ParentException, LinkageError; method in interface:Support_Proxy_I1
  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 10 #include <string>
16 std::string device_path;
17 std::string usb_vid; // USB vender id
18 std::string usb_pid; // USB product id

Completed in 1675 milliseconds

<<161162163164165166167168169170>>