Searched refs:local (Results 26 - 50 of 5363) sorted by relevance

1234567891011>>

/external/freetype/src/gzip/
H A Dinfcodes.h17 local inflate_codes_statef *inflate_codes_new OF((
22 local int inflate_codes OF((
27 local void inflate_codes_free OF((
H A Dinftrees.h38 local int inflate_trees_bits OF((
45 local int inflate_trees_dynamic OF((
56 local int inflate_trees_fixed OF((
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java92 StringBuffer local = new StringBuffer(40); // manipulate
100 local.append(inwd, 1, inwd.length - 1);
102 local.append(inwd);
107 local.append(inwd, 1, inwd.length - 1);
109 local.append(inwd);
114 local.append(inwd, 1, inwd.length - 1);
118 local.append(inwd, 1, inwd.length - 1);
119 local.setCharAt(0, 'W'); // WH -> W
121 local.append(inwd);
126 local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java50 * {@code null-ok;} local variable info associated with this register,
53 private final LocalItem local; field in class:RegisterSpec
61 * @param local {@code null-ok;} the associated local variable, if any
65 LocalItem local) {
67 theInterningItem.set(reg, type, local);
102 * @param local {@code non-null;} the associated local variable
106 LocalItem local) {
107 if (local
64 intern(int reg, TypeBearer type, LocalItem local) argument
105 make(int reg, TypeBearer type, LocalItem local) argument
126 makeLocalOptional( int reg, TypeBearer type, LocalItem local) argument
151 RegisterSpec(int reg, TypeBearer type, LocalItem local) argument
227 equals(int reg, TypeBearer type, LocalItem local) argument
278 hashCodeOf(int reg, TypeBearer type, LocalItem local) argument
552 withLocalItem(LocalItem local) argument
612 private LocalItem local; field in class:RegisterSpec.ForComparison
624 set(int reg, TypeBearer type, LocalItem local) argument
[all...]
/external/llvm/test/MC/ELF/
H A Dcommon.s6 // Test that this produces a regular local symbol.
8 .local common1
23 .local common2
38 .local common6
52 // Test that without an explicit .local we produce a global.
67 // Test that without an explicit .local we produce a global, even if the first
/external/libnl/include/
H A Dnetlink-generic.h15 #include <netlink-local.h>
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dtkip_countermeasures.h12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
/external/wpa_supplicant_8/src/ap/
H A Dtkip_countermeasures.h12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dtkip_countermeasures.h12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
/external/smack/src/com/kenai/jbosh/
H A DBodyQName.java22 * Each qualified name consists of a namespace URI and a local name.
50 * Creates a new qualified name using a namespace URI and local name.
53 * @param local local name
58 final String local) {
59 return createWithPrefix(uri, local, null);
63 * Creates a new qualified name using a namespace URI and local name
67 * @param local local name
73 final String local,
56 create( final String uri, final String local) argument
71 createWithPrefix( final String uri, final String local, final String prefix) argument
148 createBOSH( final String local) argument
[all...]
/external/chromium_org/third_party/skia/tools/lua/
H A Dchars-vs-glyphs.lua0 local canvas
11 local glyph_calls = 0
12 local unichar_calls = 0
14 local isTextVerbs = {
H A Dbitmap_statistics.lua9 local canvas = nil
10 local num_perspective_bitmaps = 0
11 local num_affine_bitmaps = 0
12 local num_scaled_bitmaps = 0
13 local num_translated_bitmaps = 0
14 local num_identity_bitmaps = 0
15 local num_scaled_up = 0
16 local num_scaled_down = 0
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp10.cpp28 int local; // expected-note{{declared here}} local
33 (void)[local, // expected-error{{reference to local variable 'local' declared in enclosing function 'test_reaching_scope'}}
/external/clang/test/Index/
H A Dcomment-c-decls.c30 * \brief local variable;
43 * \brief a local variable
45 int local = 10; local
46 return local;
49 // CHECK: <Declaration>int local = 10</Declaration>
H A Dformat-comment-cdecls.c25 * \brief local variable;
38 * \brief a local variable
40 int local = 10; local
41 return local;
44 // CHECK: <Declaration>int local = 10</Declaration>
/external/compiler-rt/test/BlocksRuntime/
H A Dlocalisglobal.c28 void (^local)(void) = ^ { printf("hi %d\n", i); };
31 if (aresame(local, localisglobal)) {
32 printf("local block could be global, but isn't\n");
36 printf("local block is not global, not stack, what is it??\n");
/external/skia/tools/lua/
H A Dchars-vs-glyphs.lua0 local canvas
11 local glyph_calls = 0
12 local unichar_calls = 0
14 local isTextVerbs = {
H A Dbitmap_statistics.lua9 local canvas = nil
10 local num_perspective_bitmaps = 0
11 local num_affine_bitmaps = 0
12 local num_scaled_bitmaps = 0
13 local num_translated_bitmaps = 0
14 local num_identity_bitmaps = 0
15 local num_scaled_up = 0
16 local num_scaled_down = 0
/external/srtp/test/
H A Droc_driver.c86 xtd_seq_num_t local, est, ref; local
93 index_init(&local);
99 delta = index_guess(&local, &est, (uint16_t) ref);
121 index_init(&local);
135 delta = index_guess(&local, &est, (uint16_t) ref);
137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n",
138 ref, local, est, ircvd, delta);
141 /* now update local xtd_seq_num_t as necessary */
143 index_advance(&local, delta);
152 /* reset local valu
[all...]
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Droc_driver.c86 xtd_seq_num_t local, est, ref; local
93 index_init(&local);
99 delta = index_guess(&local, &est, (uint16_t) ref);
121 index_init(&local);
135 delta = index_guess(&local, &est, (uint16_t) ref);
137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n",
138 ref, local, est, ircvd, delta);
141 if (local + delta != est) {
142 printf(" *bad delta*: local %llu + delta %d != est %llu\n",
143 (unsigned long long)local, delt
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DFrameNode.java46 * The stack map frame types must describe the values of the local variables and
64 * The types of the local variables of this stack map frame. Elements of
69 public List local; field in class:FrameNode
91 * @param nLocal number of local variables of this stack map frame.
92 * @param local the types of the local variables of this stack map frame.
105 final Object[] local,
114 this.local = asList(nLocal, local);
118 this.local
102 FrameNode( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dconst-eval-init.js31 // This only makes sense in local scopes since the declaration and
37 // Deleting 'x' removes the local const property.
51 // Delete 'x' to remove the local const property.
64 function local() {
68 local();
110 function local() {
114 local();
/external/clang/test/CXX/class.access/class.friend/
H A Dp6.cpp18 void local() { function
22 friend void f() { } // expected-error{{friend function cannot be defined in a local class}}
/external/kernel-headers/original/uapi/linux/
H A Dif_pppopns.h28 __u16 local; member in struct:sockaddr_pppopns
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
H A Dgalliumd3d10_1.idl31 [object, local]

Completed in 807 milliseconds

1234567891011>>