/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
OAuth.php | 257 // Find request headers 430 throw new OAuthException('Arrays not supported in headers'); 769 // helper to try to sort out headers for people who aren't running apache 774 $headers = apache_request_headers(); variable 778 // returns the headers in the same case as they are in the 781 foreach ($headers AS $key => $value) {
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 57 destination address and not-fragmentable extensions headers (i.e.\ 58 hop by hop options and all the headers up to and including routing header, 172 extension headers are ignored. Instead, kernel uses the values 336 This structure is followed by optional extension headers associated
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 390 # We only want to do this for block-level HTML tags, such as headers, 562 # tags like paragraphs, headers, and list items. 624 # tags like paragraphs, headers, and list items. 895 # Setext-style headers: 905 # atx-style headers: 2353 $headers = preg_split('\/ *[|] *\/', $head); variable [all...] |
/external/webkit/Source/WebCore/platform/network/ |
ResourceResponseBase.cpp | 253 // If we already have the header, just return it instead of consuming memory by grabing all headers. 267 // If we already have the header, just return it instead of consuming memory by grabing all headers. 398 static double parseDateValueInHeader(const HTTPHeaderMap& headers, const AtomicString& headerName) 400 String headerValue = headers.get(headerName);
|
/external/webkit/Tools/Scripts/ |
build-webkit | 362 --install-headers=<path> Set installation path for the headers (Qt only) 379 'install-headers=s' => \$installHeaders, 520 push @options, "--install-headers=" . $installHeaders if defined($installHeaders); 643 my $jniHeader = "/System/Library/Frameworks/JavaVM.framework/Headers/jni.h";
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
iexploder.rb | 84 @headerValues = readTagsDir("#{data_path}/headers") 785 headers = ie.buildHeaders(mime_type) 786 for (key, value) in headers
|
/frameworks/base/core/jni/ |
Android.mk | 226 system/bluetooth/bluez-clean-headers
|
/frameworks/base/media/libmedia/ |
mediaplayer.cpp | 141 const char *url, const KeyedVector<String8, String8> *headers) 149 if (NO_ERROR != player->setDataSource(url, headers)) {
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayer.cpp | 87 const char *url, const KeyedVector<String8, String8> *headers) { 90 msg->setObject("source", new HTTPLiveSource(url, headers, mUIDValid, mUID));
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettings.java | 349 * Start the async reload of the accounts list (if the headers are being displayed) 362 * Skip any headers that match mDeletingAccountId (this is a quick-hide algorithm while a 375 // Then add zero or more account headers as necessary 425 * This AsyncTask reads the accounts list and generates the headers. When the headers are 481 Header[] headers = (Header[]) result[0]; 484 mAccountListHeaders = headers; 729 // so a finish() should bring us back to headers. No point hiding the deleted account. [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixinc.sh | 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixinc.sh | 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixinc.sh | 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixinc.sh | 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/ |
fixinc.sh | 114 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/ |
fixinc.sh | 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixinc.sh | 116 then echo Fixing headers into ${LIB} for ${target_canonical} target ; fi
|
/external/bison/data/ |
lalr1.cc | 62 ]dnl Include location.hh here: it might depend on headers included above.
|
/external/chromium/net/http/ |
http_transaction_unittest.cc | 248 response_.headers = new net::HttpResponseHeaders(header_data);
|