OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:val_string
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_arguments_test.cc
52
const char *
val_string
= GetArgValue(arg_name.c_str(), argc, argn,
local
54
ExpectAsciiStringNotEqual(
val_string
, (const char*)NULL);
55
if (
val_string
!= NULL)
56
ExpectIntegerEqual((int)strlen(
val_string
), (index*size));
/device/samsung/manta/recovery/
recovery_updater.c
174
block_loc->type !=
VAL_STRING
||
175
force_ro_loc->type !=
VAL_STRING
) {
/bootable/recovery/edify/
expr.h
48
#define
VAL_STRING
1 // data will be NULL-terminated; size doesn't count null
expr.c
38
if (v->type !=
VAL_STRING
) {
55
v->type =
VAL_STRING
;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java
30
private static final int
VAL_STRING
= 0;
539
writeInt(
VAL_STRING
);
608
case
VAL_STRING
:
/bootable/recovery/updater/
install.c
1038
if (partition_value->type !=
VAL_STRING
) {
1047
if (contents->type ==
VAL_STRING
&& strlen((char*) contents->data) == 0) {
1070
if (contents->type ==
VAL_STRING
) {
[
all
...]
/frameworks/base/core/java/android/os/
Parcel.java
200
private static final int
VAL_STRING
= 0;
[
all
...]
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 108 milliseconds