/external/openssl/crypto/x509v3/ |
pcy_tree.c | 641 X509_POLICY_DATA *extra; local 673 extra = policy_data_new(NULL, oid, 675 if (!extra) 677 extra->qualifier_set = anyPolicy->data->qualifier_set; 678 extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS 680 node = level_add_node(NULL, extra, anyPolicy->parent,
|
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 49 * extra -- user-supplied pointer. This is assumed to be a pointer to int. 53 * If a HostUnique tag is found which matches our PID, sets *extra to 1. 57 void *extra) 59 int *val = (int *) extra; 101 * extra -- extra user data. Should point to a PacketCriteria structure 111 void *extra) 113 struct PacketCriteria *pc = (struct PacketCriteria *) extra; 199 * extra -- extra user data (pointer to PPPoEConnection structure [all...] |
common.c | 38 * extra -- an opaque data pointer supplied to parsing function 43 * "func" is passed the additional argument "extra". 46 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) 82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra); 389 * msg -- if non-NULL, extra error message to include in PADT packet. 479 * extra -- extra user data 487 void *extra)
|
/external/valgrind/main/coregrind/ |
m_debuglog.c | 468 Int i, extra; local 485 extra = width - len; 487 ret += extra; 488 for (i = 0; i < extra; i++) 495 ret += extra; 496 for (i = 0; i < extra; i++)
|
/external/valgrind/main/massif/tests/ |
insig.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 58 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 80 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_invitation.c | 24 size_t extra = 0; local 44 extra = wpabuf_len(wfd_ie); 47 buf = wpabuf_alloc(1000 + extra); 98 size_t extra = 0; local 118 extra = wpabuf_len(wfd_ie); 121 buf = wpabuf_alloc(1000 + extra);
|
p2p_group.c | 176 size_t extra = 0; local 180 extra = wpabuf_len(group->p2p->wfd_ie_beacon); 183 ie = wpabuf_alloc(257 + extra); 373 size_t extra = 0; local 377 extra += wpabuf_len(group->wfd_ie); 380 ie = wpabuf_alloc(257 + extra); 578 size_t extra = 0; local 582 extra = wpabuf_len(group->wfd_ie); 591 resp = wpabuf_alloc(20 + extra);
|
/external/skia/src/core/ |
SkUtils.cpp | 353 int extra = (uni > 0xFFFF); 356 if (extra) { 370 return 1 + extra;
|
/external/v8/src/ |
conversions.cc | 346 const int extra = negative ? 2 : 1; local 349 const int n = Min(len, p - (builder.position() - extra)); 352 builder.AddPadding('0', extra + (p - builder.position()));
|
/frameworks/av/cmds/stagefright/ |
stream.cpp | 102 sp<AMessage> extra = new AMessage; 103 extra->setInt32(IStreamListener::kKeyFormatChange, 0); 106 IStreamListener::DISCONTINUITY, false /* synchronous */, extra);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
CropImage.java | 180 Bundle extra = getIntent().getExtras(); local 181 if (extra != null) { 182 if (extra.getBoolean(KEY_SET_AS_WALLPAPER, false)) { 185 if (extra.getBoolean(KEY_SHOW_WHEN_LOCKED, false)) { 277 Bundle extra = getIntent().getExtras(); local 287 if (extra != null) { 288 Uri uri = (Uri) extra.getParcelable(MediaStore.EXTRA_OUTPUT); 295 if (extra.getBoolean(KEY_RETURN_DATA, false)) { 301 if (extra.getBoolean(KEY_SET_AS_WALLPAPER, false)) { 605 Bundle extra = getIntent().getExtras() local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooserDialogFragment.java | 208 for (String extra : extras) { 209 int res = resources.getIdentifier(extra, "drawable", packageName); 211 final int thumbRes = resources.getIdentifier(extra + "_small", 217 // Log.d(TAG, "add: [" + packageName + "]: " + extra + " (" + res + ")");
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 258 if extra = options[ :extra_dependencies ] 259 extra = [ extra ].flatten 260 @extra_dependencies.concat( extra )
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 54 * fixed look; k=2 made a few extra thousand lines. ;)
|
/external/chromium/net/base/ |
test_root_certs_win.cc | 26 const void* extra,
|
/external/freetype/src/cff/ |
cffobjs.c | 58 CFF_Font font = (CFF_Font)face->extra.data; 76 CFF_Font font = (CFF_Font)face->extra.data; 163 CFF_Font font = (CFF_Font)face->extra.data; 222 CFF_Font font = (CFF_Font)face->extra.data; 294 CFF_Font font = (CFF_Font)cffface->extra.data; 349 CFF_Font font = (CFF_Font)face->extra.data; 588 face->extra.data = cff; [all...] |
/external/kernel-headers/original/asm-arm/ |
thread_info.h | 44 __u32 extra[2]; /* Xscale 'acc' register, etc */ member in struct:cpu_context_save
|
/external/libppp/src/ |
mbuf.c | 243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) 262 head = m_get(len + extra, bp ? bp->m_type : MB_UNKNOWN); 263 head->m_offset = extra; 264 head->m_len -= extra;
|
/external/oprofile/libpp/ |
arrange_profiles.h | 153 /// the extra images to consider for this profile_classes 179 merge_option const & merge_by, extra_images const & extra);
|
name_storage.h | 104 * @param extra extra locations where the image can be found 110 * multiple call with the image_name_id and different extra parameter 116 extra_images const & extra) const;
|
profile_spec.cpp | 34 string const fixup_image_spec(string const & str, extra_images const & extra) 39 return extra.find_image_path(str, error, true); 42 void fixup_image_spec(vector<string> & images, extra_images const & extra) 48 *it = fixup_image_spec(*it, extra);
|
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 92 * need for the L_CODES extra codes used during heap construction. However 123 const intf *extra_bits; /* extra bits for each code or NULL */ 497 const intf *extra = desc->stat_desc->extra_bits; local 503 int xbits; /* extra bits */ 525 if (n >= base) xbits = extra[n-base]; 655 /* node is 0 or 1 so it does not have extra bits */ 1081 int extra; \/* number of extra bits to send *\/ local [all...] |
/external/zlib/src/ |
trees.c | 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 88 * need for the L_CODES extra codes used during heap construction. However 119 const intf *extra_bits; /* extra bits for each code or NULL */ 495 const intf *extra = desc->stat_desc->extra_bits; local 501 int xbits; /* extra bits */ 523 if (n >= base) xbits = extra[n-base]; 653 /* node is 0 or 1 so it does not have extra bits */ 1067 int extra; \/* number of extra bits to send *\/ local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
UI.java | 87 public void showComboView(ComboViews startingView, Bundle extra);
|
Controller.java | 310 final Bundle extra = intent.getExtras(); local 326 if (extra != null) { 327 int scale = extra.getInt(Browser.INITIAL_ZOOM_LEVEL, 0); 1306 final String extra = result.getExtra(); local [all...] |