HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 176 - 200 of 12087) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/arch-x86/atom/string/
sse2-memset-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
ssse3-memcpy-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
    [all...]
ssse3-strcmp-atom.S 15 * Neither the name of Intel Corporation nor the names of its contributors
64 # define ENTRY(name) \
65 .type name, @function; \
66 .globl name; \
68 name: \ label
73 # define END(name) \
75 .size name, .-name
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 15 * Neither the name of Intel Corporation nor the names of its contributors
66 # define ENTRY(name) \
67 .type name, @function; \
68 .globl name; \
70 name: \ label
75 # define END(name) \
77 .size name, .-name
sse2-strlen-slm.S 15 * Neither the name of Intel Corporation nor the names of its contributors
60 # define ENTRY(name) \
61 .type name, @function; \
62 .globl name; \
64 name: \ label
69 # define END(name) \
71 .size name, .-name
  /bionic/libc/arch-x86_64/string/
sse2-strlcpy-slm.S 15 * Neither the name of Intel Corporation nor the names of its contributors
44 # define ENTRY(name) \
45 .type name, @function; \
46 .globl name; \
48 name: \ label
53 # define END(name) \
55 .size name, .-name
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_RATEEST.h 5 *** of the same name, to make information necessary for userspace to
24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
  /dalvik/dexgen/src/com/android/dexgen/rop/
BaseAttribute.java 22 * the attribute name but leaves the rest up to subclasses.
25 /** {@code non-null;} attribute name */
26 private final String name; field in class:BaseAttribute
31 * @param name {@code non-null;} attribute name
33 public BaseAttribute(String name) {
34 if (name == null) {
35 throw new NullPointerException("name == null");
38 this.name = name;
    [all...]
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_RATEEST.h 5 *** of the same name, to make information necessary for userspace to
24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_info
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 8 const char *name; member in struct:_gl_funcs_by_name
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 8 const char *name; member in struct:_gl2_funcs_by_name
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 8 const char *name; member in struct:_renderControl_funcs_by_name
  /external/avahi/avahi-compat-howl/samples/
query.c 55 sw_char name[16]; local
59 fprintf(stderr, "address is %s\n", sw_ipv4_address_name(address, name, sizeof(name)));
85 fprintf(stderr, "usage: mDNSBrowse <name> <rrtype> <rrclass>\n");
  /external/bison/src/
reader.h 33 uniqstr name; member in struct:merger_list
52 void grammar_current_rule_merge_set (uniqstr name, location loc);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveGenParameterSpec.java 13 private String name; field in class:ECNamedCurveGenParameterSpec
16 String name)
18 this.name = name;
22 * return the name of the curve the EC domain parameters belong to.
26 return name;
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
setup.py 7 name='py_trace_event', variable
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-setuptools-namespace/
setup.py 4 name="nspkg", variable
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
namedict.py 16 """DNS name dictionary"""
18 import dns.name namespace
22 """A dictionary whose keys are dns.name.Name objects.
33 if not isinstance(key, dns.name.Name):
34 raise ValueError('NameDict key must be a name')
40 def get_deepest_match(self, name):
41 """Find the deepest match to I{name} in the dictionary.
43 The deepest match is the longest name in the dictionary which i
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/debug/
error.js 47 goog.debug.Error.prototype.name = 'CustomError';
  /external/chromium-trace/catapult/third_party/vinn/vinn/
base64_compat.js 20 InvalidCharacterError.prototype.name = 'InvalidCharacterError';
  /external/clang/bindings/python/examples/cindex/
cindex-includes.py 37 # A helper function for generating the node name.
38 def name(f): function in function:main
40 return "\"" + f.name + "\""
49 line += name(i.include)
51 line += '%s->%s' % (name(i.source), name(i.include))
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 6 const char *name; member in struct:__anon8042
global-blocks-lines.c 20 typedef void (^ HelloBlock_t)(const char * name); variable
23 HelloBlock_t helloBlock = ^(const char * name) {
24 printf("Hello there, %s!\n", name);
28 static HelloBlock_t s_helloBlock = ^(const char * name) {
29 printf("Hello there, %s!\n", name);
redefine_extname.c 4 #pragma redefine_extname name alias
8 int name; variable
11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; }
18 // same name. PR23923.
  /external/clang/utils/check_cfc/
setup.py 19 name="Check CFC", variable

Completed in 523 milliseconds

1 2 3 4 5 6 78 91011>>