| /build/kati/ |
| evalcmd.go | 27 shell string 32 output string 33 inputs []string 45 for k, v := range map[string]Var{ 69 func (ec *execContext) uniqueInputs() []string { 70 var uniqueInputs []string 71 seen := make(map[string]bool) 83 func (v autoVar) Flavor() string { return "undefined" } 84 func (v autoVar) Origin() string { return "automatic" } 86 func (v autoVar) Append(*Evaluator, string) (Var, error) [all...] |
| var.cc | 54 SimpleVar::SimpleVar(const string& v, VarOrigin origin) 58 void SimpleVar::Eval(Evaluator*, string* s) const { 63 string buf; 69 StringPiece SimpleVar::String() const { 73 string SimpleVar::DebugString() const { 81 void RecursiveVar::Eval(Evaluator* ev, string* s) const { 89 StringPiece RecursiveVar::String() const { 93 string RecursiveVar::DebugString() const { 99 void UndefinedVar::Eval(Evaluator*, string*) const { 103 StringPiece UndefinedVar::String() const [all...] |
| var.go | 27 Append(*Evaluator, string) (Var, error) 29 Flavor() string 30 Origin() string 36 op string 39 func (v *targetSpecificVar) Append(ev *Evaluator, s string) (Var, error) { 59 func (v *targetSpecificVar) Flavor() string { 62 func (v *targetSpecificVar) Origin() string { 68 func (v *targetSpecificVar) String() string { 71 return v.v.String() [all...] |
| /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/ |
| AlarmStorage.java | 34 private static final String TAG = AlarmStorage.class.getSimpleName(); 35 private static final String ALARM_PREFERENCES_NAME = "alarm_preferences"; 77 editor.putString(String.valueOf(alarm.id), alarm.toJson()); 90 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { 104 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { 108 editor.remove(String.valueOf(alarm.id));
|
| /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/ |
| LoggingReceiver.java | 27 * Convert incoming MIDI messages to a string and write them to a ScopeLogger. 31 public static final String TAG = "MidiScope"; 53 sb.append(String.format(Locale.US, "%10.3f: ", seconds)); 58 String text = sb.toString();
|
| /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/ |
| LoggingReceiver.java | 27 * Convert incoming MIDI messages to a string and write them to a ScopeLogger. 31 public static final String TAG = "MidiScope"; 53 sb.append(String.format(Locale.US, "%10.3f: ", seconds)); 58 String text = sb.toString();
|
| /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/ |
| AlarmStorage.java | 34 private static final String TAG = AlarmStorage.class.getSimpleName(); 35 private static final String ALARM_PREFERENCES_NAME = "alarm_preferences"; 77 editor.putString(String.valueOf(alarm.id), alarm.toJson()); 90 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { 104 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { 108 editor.remove(String.valueOf(alarm.id));
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| TextSwitcher1.java | 70 mSwitcher.setText(String.valueOf(mCounter));
|
| /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
| AlarmStorage.java | 34 private static final String TAG = AlarmStorage.class.getSimpleName(); 35 private static final String ALARM_PREFERENCES_NAME = "alarm_preferences"; 77 editor.putString(String.valueOf(alarm.id), alarm.toJson()); 90 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { 104 for (Map.Entry<String, ?> entry : mSharedPreferences.getAll().entrySet()) { 108 editor.remove(String.valueOf(alarm.id));
|
| /device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
| RelayController.java | 36 ssb.append(String.valueOf(mRelayNumber));
|
| ServoController.java | 25 ssb.append(String.valueOf(mServoNumber));
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
| StringFuncs.c | 2 Function prototypes and defines for string routines.
15 #include <string.h>
25 IN CHAR8 *String
31 Allocates a new string and copies 'String' to clone it
35 String The string to clone
45 NewString = malloc (strlen (String) + 1);
47 strcpy (NewString, String);
56 IN CHAR8 *String
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/ |
| FormCallback.h | 50 UINT8 OpCode; // Likely a string, numeric, or one-of
55 // If the OpCode is a String type - Data is a CHAR16[x] type
72 CHAR16 String[1]; // If returning an error - fill the string with null-terminated contents
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/ |
| IfrOpCodeCreation.c | 16 Library Routines to create IFR independent of string data - assume tokens already exist
34 Create a SubTitle opcode independent of string creation
35 This is used primarily by users who need to create just one particular valid op-code and the string
75 Create a Text opcode independent of string creation
76 This is used primarily by users who need to create just one particular valid op-code and the string
82 StringToken - First string token of the text
84 StringTokenTwo - Second string token of the text
86 StringTokenThree - Help string token of the text
130 Create a hyperlink opcode independent of string creation
131 This is used primarily by users who need to create just one particular valid op-code and the string
[all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
| Console.c | 2 This module provide help function for displaying unicode string.
249 Computes the display length of a Null-terminated Unicode String.
252 string specified by String. If String is NULL then 0 is returned. If any of the widths
253 of the Unicode characters in String can not be determined, then 0 is returned. The display
254 width of String can be computed by summing the display widths of each Unicode character
255 in String. Unicode characters that are narrow glyphs have a width of 1, and Unicode
257 If String is not aligned on a 16-bit boundary, then ASSERT().
259 @param String A pointer to a Null-terminated Unicode string. [all...] |
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
| LibSmbiosView.c | 179 Return SMBIOS string for the given string number.
182 @param[in] StringNumber String number to return. -1 is used to skip all strings and
185 @return Pointer to string, or pointer to next SMBIOS strcuture if StringNumber == -1
194 CHAR8 *String;
201 String = (CHAR8 *) (Smbios->Raw + Smbios->Hdr->Length);
208 return String;
211 // Skip string
213 for (; *String != 0; String++); [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
| core-extensions.rb | 4 class String 67 # Provides a margin controlled string. 118 # The reverse of +camelcase+. Makes an underscored of a camelcase string. 179 # given some target path string, and an optional reference path 180 # (Dir.pwd by default), this method returns a string containing 190 if list.empty? then list << String.new( File::Separator )
|
| /external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
| BenchmarkCreator.java | 36 private static final String BENCHMARK_NO_PUBLIC_DEFAULT_CONSTRUCTOR = 40 private final ImmutableSortedMap<String, String> parameters; 46 @Running.Benchmark ImmutableSortedMap<String, String> parameters) { 63 String.format(BENCHMARK_NO_PUBLIC_DEFAULT_CONSTRUCTOR, benchmarkClass), null);
|
| /external/guava/guava/src/com/google/common/base/ |
| Preconditions.java | 117 * string using {@link String#valueOf(Object)} 122 throw new IllegalArgumentException(String.valueOf(errorMessage)); 136 * are converted to strings using {@link String#valueOf(Object)}. 142 @Nullable String errorMessageTemplate, 168 * string using {@link String#valueOf(Object)} 173 throw new IllegalStateException(String.valueOf(errorMessage)); 188 * are converted to strings using {@link String#valueOf(Object)}. 194 @Nullable String errorMessageTemplate [all...] |
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| ThreadFactoryBuilder.java | 46 private String nameFormat = null; 61 * @param nameFormat a {@link String#format(String, Object...)}-compatible 62 * format String, to which a unique integer (0, 1, etc.) will be supplied 70 public ThreadFactoryBuilder setNameFormat(String nameFormat) { 71 String.format(nameFormat, 0); // fail fast if the format is bad or null 150 final String nameFormat = builder.nameFormat; 164 thread.setName(String.format(nameFormat, count.getAndIncrement()));
|
| /external/libchrome/base/mac/ |
| foundation_util.h | 10 #include <string> 124 BASE_EXPORT std::string TypeNameForCFType(TypeCF##Ref); 170 // defaults to a reasonable string. This never returns NULL. BaseBundleID 239 CF_TO_NS_MUTABLE_CAST_DECL(String); 351 BASE_EXPORT std::string GetValueFromDictionaryErrorMessage( 352 CFStringRef key, const std::string& expected_type, CFTypeRef value); 362 std::string expected_type = TypeNameForCFType(value_specific);
|
| /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| PortParser.java | 41 * @param parameter - the single parameter String containing the encoded host and port number
44 public static HostAndPort parseExtendedAddressHostAndPort(String parameter) {
46 throw new CommandSyntaxException("The parameter string must not be empty or null");
49 String delimiter = parameter.substring(0,1);
50 String[] tokens = parameter.split("\\" + delimiter);
70 * Parse a 32-bit IP address and 16-bit port number from the String[] of FTP command parameters.
73 * @param parameters - the String[] of command parameters. It is the concatenation
76 * as a separate parameter whose value is a decimal number (in character string
86 public static HostAndPort parseHostAndPort(String[] parameters) {
112 * suitable for the response String from the PASV command. [all...] |
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| FieldType.cs | 73 /// The <c>string</c> field type. 75 String,
|
| /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
| SLF4JLog.java | 41 protected String name; 97 * Converts the input parameter to String and then delegates to the debug 101 * the message to log. Converted to {@link String} 104 logger.trace(String.valueOf(message)); 108 * Converts the first input parameter to String and then delegates to the 112 * the message to log. Converted to {@link String} 117 logger.trace(String.valueOf(message), t); 121 * Converts the input parameter to String and then delegates to the wrapped 125 * the message to log. Converted to {@link String} 128 logger.debug(String.valueOf(message)) [all...] |
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue102/ |
| BigDataLoadTest.java | 44 private String getLongYamlDocument(int size) { 49 List<String> list = new ArrayList<String>(); 51 list.add(String.valueOf(i + j)); 53 Map<String, Integer> map = new HashMap<String, Integer>(); 55 map.put(String.valueOf(j), i + j); 62 String ooo = yaml.dumpAsMap(bean); 63 String[] lines = ooo.split("\n"); 71 String data = builder.toString() [all...] |