OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:friendly
(Results
1 - 25
of
399
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/docs/_themes/llvm-theme/
theme.conf
4
pygments_style =
friendly
/external/chromium/base/i18n/
time_formatting.h
39
// Formats a time in a
friendly
sentence format, e.g.
43
// Formats a time in a
friendly
sentence format, e.g.
47
// Formats a time in a
friendly
sentence format, e.g.
/external/mockito/src/org/mockito/invocation/
DescribedInvocation.java
17
* Describes the invocation in the human
friendly
way.
/external/libmtp/examples/
folders.c
79
/* Echo the
friendly
name so we know which device we are working with */
82
printf("
Friendly
name: (NULL)\n");
84
printf("
Friendly
name: %s\n", friendlyname);
tracks.c
119
/* Echo the
friendly
name so we know which device we are working with */
122
printf("
Friendly
name: (NULL)\n");
124
printf("
Friendly
name: %s\n", friendlyname);
detect.c
140
// The
friendly
name
143
fprintf(stdout, "
Friendly
name: (NULL)\n");
145
fprintf(stdout, "
Friendly
name: %s\n", friendlyname);
/external/libcap-ng/libcap-ng-0.7/docs/
capng_capability_to_name.3
11
capng_capabilityi_to_name will take the integer being passed and look it up to see what its text string representation would be. The integer being input must be in the valid range defined in linux/capabiliy.h. The string that is output is the same as the define text from linux/capabiliy.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to something more user
friendly
for display.
/external/skia/legacy/include/ports/
SkTypeface_android.h
22
* @param elegant true if we want the web
friendly
elegant version of the font
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java
54
* Return the user-
friendly
displayed start time stored in result XML.
/dalvik/dexgen/src/com/android/dexgen/util/
DexClassLoadingException.java
28
* an user-
friendly
message and passing the original exception as well.
/external/clang/www/demo/
what is this directory.txt
9
If nobody in the LLVM community has the skills, one suggestion would be to post a request on a
friendly
Perl forum and see if anybody might be interested in taking on the challenge.
/external/hamcrest/src/org/hamcrest/
Matcher.java
39
* This method simply acts a
friendly
reminder not to implement Matcher directly and
/external/qemu/android/utils/
timezone.h
21
* that this is something like "America/Los_Angeles", and not the human-
friendly
"PST"
/external/skia/include/ports/
SkTypeface_android.h
23
* @param elegant true if we want the web
friendly
elegant version of the font
/external/smack/src/org/jivesoftware/smackx/packet/
Time.java
166
* Returns the local (non-utc) time in human-
friendly
format.
168
* @return the local time in human-
friendly
format.
175
* Sets the local time in human-
friendly
format.
177
* @param display the local time in human-
friendly
format.
/external/valgrind/main/drd/tests/
omp_printf.c
43
* Not the most user-
friendly
way of error checking, but still better than
/frameworks/base/core/java/android/provider/
OpenableColumns.java
28
* The human-
friendly
name of file. If this is not provided then the name should default to the
/external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c
137
" Operator
Friendly
Name", MAC2STR(sa));
138
wpa_hexdump_ascii(MSG_DEBUG, "oper
friendly
name", pos, slen);
/frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java
39
* @param name
Friendly
name associated with the application configuration
53
* @param name
Friendly
name associated with the application configuration
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb
32
example "token schemes track human-
friendly
token names" do
/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
Trigger.java
42
* @return A user
friendly
name for the trigger.
/packages/apps/Email/src/org/apache/commons/io/filefilter/
FalseFileFilter.java
40
* The new name is more JDK 1.5
friendly
as it doesn't clash with other
TrueFileFilter.java
40
* The new name is more JDK 1.5
friendly
as it doesn't clash with other
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java
185
// - a zero-terminated emulator-
friendly
name.
241
* @param name Emulator-
friendly
name of a sensor to enable, or "all" to
251
// Lookup sensor by emulator-
friendly
name.
262
* @param name Emulator-
friendly
name of a sensor to disable, or "all" to
272
// Lookup sensor by emulator-
friendly
name.
319
* Looks up a monitored sensor by its emulator-
friendly
name.
321
* @param name Emulator-
friendly
name to look up the monitored sensor for.
349
/** Emulator-
friendly
name for the sensor. */
513
* Gets sensor's emulator-
friendly
name.
515
* @return Sensor's emulator-
friendly
name
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMember.java
59
* Does a human-
friendly
dump of this instance.
Completed in 613 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>