HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 576 - 600 of 856) sorted by null

<<21222324252627282930>>

  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 86 #include <string.h>
188 operator string();
195 Range::operator string()
221 operator string() const;
238 static vector<string> formats;
303 string transformList2str(const list<uint32_t>& transformList);
304 string blendList2str(const list<uint32_t>& blendList);
307 void printOverlapLine(size_t indent, const string formatStr,
344 string str;
362 str += " " + string(argv[optind++])
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 34 #include <string.h>
116 char *string; member in struct:__anon20429
167 "send string to device console (sd only)"},
183 "\t-h <data> is a sequence of hex digits rather than a char string\n"
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.h 204 char *string; member in union:v4l2_ext_control_kfmapp::__anon21998
  /libcore/luni/src/main/java/java/net/
URI.java 98 * have a non-null path, though that path may be the empty string.
127 * <p>To decode a URI, invoke the single-string constructor, and then use the
136 static final String UNRESERVED = "_-!.~\'()*";
137 static final String PUNCTUATION = ",;:$&+=";
166 private final String extraLegalCharacters;
168 PartEncoder(String extraLegalCharacters) {
180 private String string; field in class:URI
181 private transient String scheme;
182 private transient String schemeSpecificPart
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 59 static final String SHARED_PREFS_NAME = "com.android.calendar_preferences";
60 static final String SHARED_PREFS_NAME_NO_BACKUP = "com.android.calendar_preferences_no_backup";
62 private static final String FRAG_TAG_TIME_ZONE_PICKER = "TimeZonePicker";
65 public static final String KEY_HIDE_DECLINED = "preferences_hide_declined";
66 public static final String KEY_WEEK_START_DAY = "preferences_week_start_day";
67 public static final String KEY_SHOW_WEEK_NUM = "preferences_show_week_num";
68 public static final String KEY_DAYS_PER_WEEK = "preferences_days_per_week";
69 public static final String KEY_SKIP_SETUP = "preferences_skip_setup";
71 public static final String KEY_CLEAR_SEARCH_HISTORY = "preferences_clear_search_history";
73 public static final String KEY_ALERTS_CATEGORY = "preferences_alerts_category"
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 107 String size = mItem.mSizeStr != null ? mItem.mSizeStr : "";
140 R.string.service_restarting));
188 description.setText(rootView.getContext().getText(R.string.cached));
345 String sizeStr = Formatter.formatShortFileSize(getContext(), freeMem);
347 R.string.service_background_processes, sizeStr));
351 R.string.service_foreground_processes, sizeStr));
362 String sizeStr = Formatter.formatShortFileSize(getContext(),
365 R.string.service_foreground_processes, sizeStr));
399 R.string.runningservicedetails_settings_title, null, null, 0);
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 65 private static final String TAG = "VpnSettings";
67 private static final String TAG_LOCKDOWN = "lockdown";
69 private static final String EXTRA_PICK_LOCKDOWN = "android.net.vpn.PICK_LOCKDOWN";
78 private HashMap<String, VpnPreference> mPreferences = new HashMap<String, VpnPreference>();
85 private String mSelectedKey;
280 menu.add(Menu.NONE, R.string.vpn_menu_edit, 0, R.string.vpn_menu_edit);
281 menu.add(Menu.NONE, R.string.vpn_menu_delete, 0, R.string.vpn_menu_delete)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
irda.h 158 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon26469::__anon26471
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
irda.h 158 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon28060::__anon28062
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
irda.h 158 __u8 string[IAS_MAX_STRING]; member in struct:irda_ias_set::__anon29574::__anon29576
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 25 #include <string.h>
120 const char* string; member in struct:__anon43518
142 for ( ; werr->string != NULL; werr++ ) {
160 /* this function returns a string describing the latest Winsock error */
167 for ( ; werr->string; werr++ ) {
169 result = werr->string;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
common.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /bionic/libc/kernel/tools/
cpp.py 3 import sys, re, string namespace
59 tokSTRING = "<string>"
64 an 'id' and a 'value'. the id is a string that identifies
65 the token's class, while the value is the string of the
98 return "(string '%s')" % self.value
620 # op is an "operator" string
711 s = self.arg # string value
715 return string.atoi(s)
959 where "op" is a string describing the operation"""
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
49 // ::string, which is different to std::string).
50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
160 // string.
163 // string.
181 // StringFromGTestEnv() - parses a string environment variable.
187 #include <string.h>
195 #include <string> // NOLINT
324 // The user told us that ::std::string isn't available
738 typedef ::string string; typedef in namespace:testing::internal
740 typedef ::std::string string; typedef in namespace:testing::internal
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 19 * string results are returned as Python strings, not CXString objects.
346 """The string name of the category for this diagnostic."""
772 # A string literal.
880 # ObjCStringLiteral, used for Objective-C string literals i.e. "foo".
1715 def string(self): member in class:CompletionChunk
1823 def string(self): member in class:CodeCompletionResult
    [all...]
  /external/clang/test/Analysis/
malloc.c 1031 char * string = malloc(sizeof(char)*10);
1032 passConstPtr(string);
1176 char * string = malloc(sizeof(char)*10);
1177 string += 1;
1178 int length = strlen(string); // expected-warning {{Memory is never released; potential leak of memory pointed to by 'string'}}
1182 char * string = malloc(sizeof(char)*10);
1183 string += 1;
1184 int length = strlen(string);
1185 free(string); // expected-warning {{Argument to free() is offset by 1 byte from the start of memory allocated (…)
1030 char * string = malloc(sizeof(char)*10); local
1175 char * string = malloc(sizeof(char)*10); local
1181 char * string = malloc(sizeof(char)*10); local
1188 char * string = malloc(sizeof(char)*10); local
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 36 public String simpleMethod() {
48 private final String argument;
50 public ConstructorTakesArguments(String arg) {
54 public String method() {
61 .constructorArgTypes(String.class)
95 public String foo() {
105 public String nonFinalMethod() {
109 public final String finalMethod() {
121 private String result() {
131 String result()
296 private final String string; field in class:ProxyBuilderTest.TwoConstructors
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/gtest/include/gtest/internal/
gtest-port.h 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
49 // ::string, which is different to std::string).
50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
163 // string.
166 // string.
184 // StringFromGTestEnv() - parses a string environment variable.
190 #include <string.h>
198 #include <string> // NOLINT
332 // The user told us that ::std::string isn't available
772 typedef ::string string; typedef in namespace:testing::internal
774 typedef ::std::string string; typedef in namespace:testing::internal
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 24 #include "string.h"
83 * Convert an integer, positive or negative, to a character string radix 10.
105 /* Reverse the string */
452 log_err("Genrb produced a string larger than expected\n");
486 log_err("Empty string returned invalid value\n");
493 /* This test reads the string "abc\u0000def" from the bundle */
494 /* if everything is working correctly, the size of this string */
497 strcpy(action, "getting and testing of string with embeded zero");
592 log_err("Did not get the expected string for testescape\n");
629 log_err("genrb failed to unescape string\n")
1599 const UChar* string = NULL; local
2115 const UChar *string = NULL, *sequence = NULL; local
    [all...]

Completed in 2048 milliseconds

<<21222324252627282930>>