Searched
full:basic (Results
2001 -
2025 of
8959) sorted by null
<<81828384858687888990>>
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
fttypes.h | 40 /* Basic Data Types */ 43 /* The basic data types defined by the library. */ 46 /* This section contains the basic data types defined by FreeType~2, */ [all...] |
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 1039 OCSP_BASICRESP *basic; local 1072 basic = OCSP_response_get1_basic(rsp); 1073 if (!basic) { 1113 status = OCSP_basic_verify(basic, certs, store, OCSP_TRUSTOTHER); 1118 OCSP_BASICRESP_free(basic); 1128 OCSP_BASICRESP_free(basic); 1136 OCSP_BASICRESP_free(basic); 1145 OCSP_BASICRESP_free(basic); 1151 if (!OCSP_resp_find_status(basic, id, &status, &reason, &produced_at, 1156 OCSP_BASICRESP_free(basic); [all...] |
/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 222 * Create and queue an HTTP authentication-response (basic) request. 229 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); 273 * @return Basic-scheme authentication response: BASE64(username:password).
|
/frameworks/compile/slang/ |
slang_backend.cpp | 28 #include "clang/Basic/Diagnostic.h" 29 #include "clang/Basic/TargetInfo.h" 30 #include "clang/Basic/TargetOptions.h"
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
Extensions.java | 234 * Returns the value of Basic Constraints Extension (OID = 2.5.29.19). 235 * The ASN.1 definition of Basic Constraints Extension is: 247 * @return-1 if the Basic Constraints Extension is not present or
|
/libcore/luni/src/test/java/libcore/java/lang/ |
CharacterTest.java | 143 // we'd allow "basic-latin", and "hangul jamo extended b", for example. 144 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("basic latin")); 145 assertEquals(Character.UnicodeBlock.BASIC_LATIN, Character.UnicodeBlock.forName("BaSiC LaTiN"));
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-message.h | 87 // The type of basic IO manipulators (endl, ends, and flush) for 159 // Since the basic IO manipulators are overloaded for both narrow 163 // endl or other basic IO manipulators to Message will confuse the
|
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTest.java | 55 * Test basic fields conversion from Store message to Provider message. 162 * Test basic conversion from Store message to Provider message, when the provider message 181 * Basic test of body parts conversion from Store message to Provider message.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
context.h | 45 * abstraction. This abstraction contains three basic elements: 59 * provided it supports the three basic events listed above. 94 * A context is the basic object for a connection to a PulseAudio server.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
context.h | 45 * abstraction. This abstraction contains three basic elements: 59 * provided it supports the three basic events listed above. 94 * A context is the basic object for a connection to a PulseAudio server.
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build.1 | 115 .Ql basic 136 .Ql basic 138 .Ql basic
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build.1 | 115 .Ql basic 136 .Ql basic 138 .Ql basic
|
/external/llvm/docs/ |
Passes.rst | 69 ``-basicaa``: Basic Alias Analysis (stateless AA impl) 72 A basic alias analysis pass that implements identities (two different globals 75 ``-basiccg``: Basic CallGraph Construction 218 through a null pointer in a basic block which is never reached is harmless, but 411 ``-bb-vectorize``: Basic-Block Vectorization 414 This pass combines instructions inside basic blocks to form vector 415 instructions. It iterates over each basic block, attempting to pair compatible 426 ``-block-placement``: Profile Guided Basic Block Placement 429 This pass is a very simple profile guided basic block placement algorithm. The 438 Break all of the critical edges in the CFG by inserting a dummy basic block [all...] |
/bionic/libc/tools/ |
bionic_utils.py | 7 # basic debugging trace support
|
/cts/suite/audio_quality/test_description/processing/ |
gen_random.py | 66 # basic sanity check
|
/cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/ |
SimpleCpuTest.java | 28 * Very simple CPU benchmarking to check the basic capability of CPU.
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStorageTester.java | 32 /** Simple straight line gesture used for basic testing */
|
GestureTest.java | 28 * Basic tests that verify expected values when a simple line gesture stroke is added.
|
/cts/tests/tests/hardware/src/android/hardware/consumerir/cts/ |
ConsumerIrTest.java | 28 * Very basic test, just of the static methods of {@link
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
ByteBlock.java | 24 * Representation of a basic block in a bytecode array.
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
ThrowingInsn.java | 24 * basic block an instance of this class is inside corresponds in-order to
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlock.java | 24 * Representation of a basic block in a bytecode array.
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Main.java | 50 } else if (arg.equals("--basic-blocks")) {
|
/dalvik/dx/src/com/android/dx/rop/code/ |
ThrowingInsn.java | 24 * basic block an instance of this class is inside corresponds in-order to
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/activityinstrumentation/ |
MainActivity.java | 32 * Basic activity with a spinner. The spinner should persist its position to disk every time a
|
Completed in 1053 milliseconds
<<81828384858687888990>>