HomeSort by relevance Sort by last modified time
    Searched refs:name (Results 1 - 25 of 7455) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
quote.h 21 char const *quote_n (int n, char const *name);
22 char const *quote (char const *name);
quote.c 27 /* Return an unambiguous printable representation of NAME,
30 quote_n (int n, char const *name)
32 return quotearg_n_style (n, locale_quoting_style, name);
35 /* Return an unambiguous printable representation of NAME,
38 quote (char const *name)
40 return quote_n (0, name);
  /dalvik/dx/tests/108-string-annotation/
Frotz.java 18 String name(); method in interface:Frotz
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
glGetString.java 17 // C function const GLubyte * glGetString ( GLenum name )
20 int name
  /system/core/libnetutils/
ifc_utils.h 22 int ifc_get_ifindex(const char *name, int *if_indexp);
23 int ifc_get_hwaddr(const char *name, void *ptr);
25 int ifc_up(const char *name);
26 int ifc_down(const char *name);
28 int ifc_set_addr(const char *name, unsigned addr);
29 int ifc_set_mask(const char *name, unsigned mask);
31 int ifc_create_default_route(const char *name, unsigned addr);
33 int ifc_get_info(const char *name, unsigned *addr, unsigned *mask, unsigned *flags);
  /cts/tools/signature-tools/src/signature/model/
Kind.java 26 private final String name; field in class:Kind
28 Kind(String name) {
29 this.name = name;
34 return name;
  /development/build/tools/
sdk_clean.sh 21 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
27 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
42 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
43 -o -name "*.js" -o -name "*.prop" -o -name "*.py"
    [all...]
  /system/core/libsysutils/src/
ServiceManager.cpp 12 int ServiceManager::start(const char *name) {
13 if (isRunning(name)) {
14 SLOGW("Service '%s' is already running", name);
18 SLOGD("Starting service '%s'", name);
19 property_set("ctl.start", name);
24 if (isRunning(name))
28 SLOGW("Timed out waiting for service '%s' to start", name);
32 SLOGD("Sucessfully started '%s'", name);
36 int ServiceManager::stop(const char *name) {
37 if (!isRunning(name)) {
    [all...]
  /external/elfutils/lib/
dynamicsizehash.h 18 NAME name of the hash table structure.
29 # define FIRST(name) name##_ent *first;
30 # define NEXT(name) struct name##_ent *next;
32 # define FIRST(name)
33 # define NEXT(name)
42 #define _DYNHASHENTTYPE(name) \
43 typedef struct name##_ent
    [all...]
  /external/openssl/crypto/bn/asm/x86/
div.pl 6 local($name)=@_;
8 &function_begin($name,"");
13 &function_end($name);
  /external/webkit/WebCore/dom/
EventNames.cpp 26 #define INITIALIZE_EVENT_NAME(name) \
27 , name##Event(#name)
  /external/webkit/WebCore/platform/
StaticConstructors.h 55 #define DEFINE_GLOBAL(type, name) \
56 const type name;
58 #define DEFINE_GLOBAL(type, name, arg...) \
59 const type name;
61 #define DEFINE_GLOBAL(type, name, ...) \
62 const type name;
69 #define DEFINE_GLOBAL(type, name) \
70 void * name[(sizeof(type) + sizeof(void *) - 1) / sizeof(void *)];
72 #define DEFINE_GLOBAL(type, name, arg...) \
73 void * name[(sizeof(type) + sizeof(void *) - 1) / sizeof(void *)]
    [all...]
  /system/core/include/sysutils/
ServiceManager.h 25 int start(const char *name);
26 int stop(const char *name);
27 bool isRunning(const char *name);
  /external/strace/strace/linux/x86_64/
gentab.pl 41 ($name) = /"([^"]+)"/;
43 $call{$name} = $_;
52 $name = "";
53 next unless (($name, $num) = /define\s+__NR_(\S+)\s+(\d+)/);
54 next if $name eq "";
56 $name = $conv{$name} if defined($conv{$name});
58 if (!defined($call{$name})) {
59 unless (defined($args{$name})) {
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /dalvik/libcore/luni/src/main/java/java/net/
InterfaceAddress.java 33 // The network interface's name. "lo" or "eth0", for example.
34 final String name; field in class:InterfaceAddress
36 InterfaceAddress(int index, String name, InetAddress address) {
38 this.name = name;
NetPermission.java 43 * Creates an instance of this class with the given name.
45 * @param name
46 * the name of the new NetPermission instance.
48 public NetPermission(String name) {
49 super(name);
53 * Creates an instance of this class with the given name and an action list.
56 * @param name
57 * the name of the new {@code NetPermission} instance.
61 public NetPermission(String name, String actions) {
62 super(name, actions)
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
SecurityPermission.java 30 * name.
32 * @param name
33 * the name of the permission.
35 public SecurityPermission(String name) {
36 super(name);
41 * {@code name} and {@code action} list. The action list is ignored - it is
44 * @param name
45 * the name of the permission.
49 public SecurityPermission(String name, String action) {
50 super(name, action)
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_helper.h 6 char name[30]; member in struct:ipt_helper_info
  /external/kernel-headers/original/linux/netfilter/
xt_helper.h 6 char name[30]; member in struct:xt_helper_info
  /external/webkit/WebCore/bindings/v8/
ScriptObject.h 14 * * Neither the name of Google Inc. nor the names of its
53 bool set(const String& name, const String&);
54 bool set(const char* name, const ScriptObject&);
55 bool set(const char* name, const String&);
56 bool set(const char* name, double);
57 bool set(const char* name, long);
58 bool set(const char* name, long long);
59 bool set(const char* name, int);
60 bool set(const char* name, unsigned);
61 bool set(const char* name, unsigned long)
    [all...]
  /frameworks/base/awt/java/awt/
AWTPermission.java 27 * The AWTPermission specifies the name of the permission and the corresponding
40 * Instantiates a new AWTPermission with defined name and actions.
42 * @param name
43 * the name of a new AWTPermission.
47 public AWTPermission(String name, String actions) {
48 super(name, actions);
52 * Instantiates a new AWT permission with the defined name.
54 * @param name
55 * the name of a new AWTPermission.
57 public AWTPermission(String name) {
    [all...]
  /frameworks/base/core/java/android/os/
SystemService.java 23 public static void start(String name) {
24 SystemProperties.set("ctl.start", name);
28 public static void stop(String name) {
29 SystemProperties.set("ctl.stop", name);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_helper.h 5 *** of the same name, to make information necessary for userspace to
17 char name[30]; member in struct:xt_helper_info

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 91011>>