HomeSort by relevance Sort by last modified time
    Searched full:args (Results 401 - 425 of 6248) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodManagerTest.java 71 args = {IBinder.class, int.class}
76 args = {IBinder.class, int.class}
81 args = {IBinder.class, int.class, ResultReceiver.class}
86 args = {}
91 args = {}
96 args = {View.class}
101 args = {}
106 args = {View.class}
111 args = {View.class}
116 args = {
    [all...]
  /cts/tools/dasm/src/dasm/
Main.java 185 public static void main(String args[]) {
188 String files[] = new String[args.length];
191 if (args.length == 0) {
196 for (i = 0; i < args.length; i++) {
197 if (args[i].equals("-help") || args[i].equals("-?")) {
201 if (args[i].equals("-version")) {
206 if (args[i].equals("-g")) {
208 } else if (args[i].equals("-d")) {
209 if (++i >= args.length
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
Main.java 25 public static void main(String[] args) throws IOException {
26 String dexFile = args[0];
27 String declaredBy = args[1];
28 String memberName = args[2];
  /dalvik/tests/025-access-controller/src/
Main.java 9 public static void main(String[] args) {
  /dalvik/tests/029-assert/src/
Main.java 7 public static void main(String[] args) {
  /dalvik/tests/038-inner-null/src/
Main.java 4 public static void main(String[] args) {
  /dalvik/vm/native/
java_lang_Throwable.cpp 27 static void Dalvik_java_lang_Throwable_nativeFillInStackTrace(const u4* args,
32 UNUSED_PARAMETER(args);
44 static void Dalvik_java_lang_Throwable_nativeGetStackTrace(const u4* args,
47 Object* stackState = (Object*) args[0];
java_lang_reflect_Proxy.cpp 31 static void Dalvik_java_lang_reflect_Proxy_generateProxy(const u4* args,
34 StringObject* str = (StringObject*) args[0];
35 ArrayObject* interfaces = (ArrayObject*) args[1];
36 Object* loader = (Object*) args[2];
  /external/bluetooth/glib/docs/reference/
.gitignore 6 *.args
  /external/bluetooth/glib/glib/gnulib/
asnprintf.c 33 va_list args; local
36 va_start (args, format);
37 result = vasnprintf (resultbuf, lengthp, format, args);
38 va_end (args);
  /external/bluetooth/glib/glib/
gprintf.h 39 va_list args);
42 va_list args);
45 va_list args);
48 va_list args);
  /external/chromium/chrome/browser/sync/
js_arg_list.cc 14 JsArgList::JsArgList(const ListValue& args)
15 : args_(new SharedListValue(args)) {}
17 JsArgList::JsArgList(const std::vector<const Value*>& args)
18 : args_(new SharedListValue(args)) {}
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.h 50 void HandleSelectDownloadLocation(const ListValue* args);
54 void HandlePromptForDownload(const ListValue* args);
58 void HandleAutoOpenButton(const ListValue* args);
62 void HandleMetricsReportingCheckbox(const ListValue* args);
65 // user changes the default font size. |args| is an array that contains
67 void HandleDefaultFontSize(const ListValue* args);
72 void HandleCheckRevocationCheckbox(const ListValue* args);
76 void HandleUseSSL3Checkbox(const ListValue* args);
80 void HandleUseTLS1Checkbox(const ListValue* args);
85 void ShowNetworkProxySettings(const ListValue* args);
    [all...]
search_engine_manager_handler.cc 172 void SearchEngineManagerHandler::SetDefaultSearchEngine(const ListValue* args) {
174 if (!ExtractIntegerValue(args, &index)) {
184 void SearchEngineManagerHandler::RemoveSearchEngine(const ListValue* args) {
186 if (!ExtractIntegerValue(args, &index)) {
197 void SearchEngineManagerHandler::EditSearchEngine(const ListValue* args) {
199 if (!ExtractIntegerValue(args, &index)) {
228 const ListValue* args)
236 if (!args->GetString(ENGINE_NAME, &name) ||
237 !args->GetString(ENGINE_KEYWORD, &keyword) ||
238 !args->GetString(ENGINE_URL, &url) |
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 32 void ChooseFile(const ListValue* args);
35 void TakePhoto(const ListValue* args);
38 void GetAvailableImages(const ListValue* args);
41 void SelectImage(const ListValue* args);
internet_options_handler.h 56 // |args| will be [ network_type, service_path, command ]
61 void ButtonClickCallback(const ListValue* args);
71 // |args| will be [ service_path ]
72 void RefreshCellularPlanCallback(const ListValue* args);
77 void LoginCallback(const ListValue* args);
78 void LoginCertCallback(const ListValue* args);
79 void LoginToOtherCallback(const ListValue* args);
80 void SetDetailsCallback(const ListValue* args);
81 void EnableWifiCallback(const ListValue* args);
82 void DisableWifiCallback(const ListValue* args);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
notification.html 45 var args = {};
48 args[keyVal[0]] = decodeURIComponent(keyVal[1]);
51 $('title').innerText = args.title;
52 $('content').innerText = args.content;
  /external/chromium/net/tools/testserver/
asn1der.py 21 Args:
35 Args:
46 Args:
56 Args:
  /external/iproute2/tc/
emp_ematch.y 32 %type <b> args
59 invert ATTRIBUTE '(' args ')'
75 args: label
78 | ATTRIBUTE args
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/numeric/
MaxFunction.java 31 * @param args Two numeric values
34 public Value execute(Value... args) {
35 Value left = args[0];
36 Value right = args[1];
MinFunction.java 31 * @param args Two numeric values
34 public Value execute(Value... args) {
35 Value left = args[0];
36 Value right = args[1];
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
FindFunction.java 30 * @param args 2 string expressions (full string and substring)
33 public Value execute(Value... args) {
34 Value fullStringValue = args[0];
35 Value subStringValue = args[1];
  /external/libffi/testsuite/libffi.call/
struct5.c 26 ffi_type *args[MAX_ARGS]; local
44 args[0] = &ts5_type;
45 args[1] = &ts5_type;
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &ts5_type, args) == FFI_OK);
  /external/tcpdump/tests/
esp2.gdbinit 1 set args -t -n -E "0x12345678@192.1.2.45 3des-cbc-hmac96:0x43434545464649494a4a4c4c4f4f51515252545457575840,0xabcdabcd@192.0.1.1 3des-cbc-hmac96:0x434545464649494a4a4c4c4f4f5151525254545757584043" -r 08-sunrise-sunset-esp2.pcap
  /external/valgrind/main/drd/tests/
annotate_ignore_read.vgtest 4 args: 69

Completed in 860 milliseconds

<<11121314151617181920>>