OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:largs
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/resources/ntp4/tools/
check.sh
46
LARGS
="--nojsdoc"
49
LARGS
+=" --strict"
52
LARGS
+=" --check_html new_tab.html"
54
LARGS
+=" $SOURCES"
56
echo gjslint $
LARGS
57
gjslint $
LARGS
|| exit 1
/external/chromium/chrome/browser/resources/touch_ntp/tools/
check.sh
47
LARGS
="--nojsdoc"
50
LARGS
+=" --strict"
53
LARGS
+=" --check_html newtab.html"
55
LARGS
+=" $SOURCES"
57
echo gjslint $
LARGS
58
gjslint $
LARGS
|| exit 1
/frameworks/compile/libbcc/gdb_plugin/
android-commands.py
132
largs
= list(args)
136
largs
.insert(0, self.current_device)
137
largs
.insert(0, "-s")
139
largs
.insert(0, self.adb_path)
140
return
largs
144
largs
= self._prepare_adb_args(args)
148
print "### " + str(
largs
)
149
p = subprocess.Popen(
largs
)
152
raise gdb.GdbError("Error starting background adb " + str(
largs
))
154
raise gdb.GdbError("Unknown error starting background adb " + str(
largs
))
[
all
...]
/external/zlib/contrib/ada/
readme.txt
37
gnatmake test -
largs
-L<directory where libz.a is> -lz
/external/bluetooth/glib/glib/
gtestutils.c
172
long double *
largs
)
174
gboolean fail = lbit == G_TEST_LOG_STOP_CASE &&
largs
[0] != 0;
215
msg.nums =
largs
;
707
long double
largs
= minimized_quantity;
local
713
g_test_log (G_TEST_LOG_MIN_RESULT, buffer, NULL, 1, &
largs
);
736
long double
largs
= maximized_quantity;
local
742
g_test_log (G_TEST_LOG_MAX_RESULT, buffer, NULL, 1, &
largs
);
1121
long double
largs
[3];
local
[
all
...]
/prebuilt/common/jython/
jython.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 118 milliseconds