HomeSort by relevance Sort by last modified time
    Searched refs:cli (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /developers/samples/android/ui/actionbarcompat/Styled/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/holo/BorderlessButtons/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/lists/CustomChoiceList/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/notifications/BasicNotifications/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/HorizontalPaging/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/ui/views/TextSwitcher/gradle/wrapper/
gradle-wrapper.jar 
  /development/samples/training/testingfun/gradle/wrapper/
gradle-wrapper.jar 
  /external/smali/gradle/wrapper/
gradle-wrapper.jar 
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 89 google::protobuf::compiler::CommandLineInterface cli; local
90 cli.SetInputsAreProtoPathRelative(true);
94 cli.RegisterGenerator("--python_out", &python_generator, "");
95 cli.RegisterGenerator("--test_out", &test_generator, "");
109 EXPECT_EQ(0, cli.Run(5, argv));
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 89 google::protobuf::compiler::CommandLineInterface cli; local
90 cli.SetInputsAreProtoPathRelative(true);
94 cli.RegisterGenerator("--python_out", &python_generator, "");
95 cli.RegisterGenerator("--test_out", &test_generator, "");
109 EXPECT_EQ(0, cli.Run(5, argv));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 57 presentationFromCLIP(int cli)
59 switch(cli) {
65 Rlog.d(LOG_TAG, "Unexpected presentation " + cli);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
syntax-err.asm 3 cli: label
  /external/smali/util/src/main/java/org/jf/util/
SmaliHelpFormatter.java 31 import org.apache.commons.cli.HelpFormatter;
32 import org.apache.commons.cli.Options;
  /system/core/include/sysutils/
NetlinkListener.h 44 virtual bool onDataAvailable(SocketClient *cli);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 94 google::protobuf::compiler::CommandLineInterface cli; local
95 cli.SetInputsAreProtoPathRelative(true);
99 cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
100 cli.RegisterGenerator("--test_out", &test_generator, "");
114 EXPECT_EQ(0, cli.Run(5, argv));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 95 google::protobuf::compiler::CommandLineInterface cli; local
96 cli.SetInputsAreProtoPathRelative(true);
100 cli.RegisterGenerator("--java_out", &java_generator, "");
101 cli.RegisterGenerator("--test_out", &test_generator, "");
115 EXPECT_EQ(0, cli.Run(5, argv));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 94 google::protobuf::compiler::CommandLineInterface cli; local
95 cli.SetInputsAreProtoPathRelative(true);
99 cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
100 cli.RegisterGenerator("--test_out", &test_generator, "");
114 EXPECT_EQ(0, cli.Run(5, argv));
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 94 google::protobuf::compiler::CommandLineInterface cli; local
95 cli.SetInputsAreProtoPathRelative(true);
99 cli.RegisterGenerator("--java_out", &java_generator, "");
100 cli.RegisterGenerator("--test_out", &test_generator, "");
114 EXPECT_EQ(0, cli.Run(5, argv));
  /system/netd/
SecondaryTableController.h 43 int addRoute(SocketClient *cli, char *iface, char *dest, int prefixLen, char *gateway);
44 int removeRoute(SocketClient *cli, char *iface, char *dest, int prefixLen, char *gateway);
56 void getUidMark(SocketClient *cli, int uid);
57 void getProtectMark(SocketClient *cli);
75 int modifyRoute(SocketClient *cli, const char *action, char *iface, char *dest, int prefix,
MDnsSdListener.h 111 void stop(SocketClient *cli, int argc, char **argv, const char *str);
113 void discover(SocketClient *cli, const char *iface, const char *regType,
117 void serviceRegister(SocketClient *cli, int requestId, const char *interfaceName,
121 void resolveService(SocketClient *cli, int requestId,
125 void setHostname(SocketClient *cli, int requestId, const char *hostname);
127 void getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName,
  /system/core/libsysutils/src/
FrameworkListener.cpp 78 void FrameworkListener::dispatchCommand(SocketClient *cli, char *data) {
114 cli->sendMsg(500, "Unsupported escape sequence", false);
140 cli->sendMsg(500, "Invalid sequence number", false);
143 cli->setCmdNum(cmdNum);
168 cli->sendMsg(500, "Unclosed quotes error", false);
182 if (c->runCommand(cli, argc, argv)) {
188 cli->sendMsg(500, "Command not recognized", false);
196 LOG_EVENT_INT(78001, cli->getUid());
197 cli->sendMsg(500, "Command too long", false);
NetlinkListener.cpp 44 bool NetlinkListener::onDataAvailable(SocketClient *cli)
46 int socket = cli->getSocket();
  /bionic/libc/kernel/arch-x86/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
  /development/ndk/platforms/android-9/arch-x86/include/asm/
irqflags_32.h 27 #define DISABLE_INTERRUPTS(clobbers) cli
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
irqflags_32.h 20 #define DISABLE_INTERRUPTS(clobbers) cli

Completed in 607 milliseconds

12 3 4 5 6