/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 18 _sndhdr_MIMEmap = {'au' : 'basic',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
commands.py | 13 Encapsulates the basic operation:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
audio.py | 18 _sndhdr_MIMEmap = {'au' : 'basic',
|
/sdk/apps/NotificationStudio/res/values/ |
strings.xml | 47 <string name="preset_basic">Basic example</string>
|
/system/extras/tests/bionic/libc/bionic/ |
test_setjmp.c | 29 /* Basic test of setjmp() functionality */
|
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 209 /// basic block. 212 /// of this basic block. 215 /// block. This means that subtracting basic block offsets always gives a 222 /// Size - Size of the basic block in bytes. If the block contains 242 /// WaterList - A sorted list of basic blocks where islands could be placed 256 /// highest basic block where a new CPEntry can be placed. To ensure this 468 // This pass invalidates liveness information when it splits basic blocks. 471 // Renumber all of the machine basic blocks in the function, guaranteeing that 539 // Create the basic block to hold the CPE's. 547 // Mark the basic block as required by the const-pool [all...] |
/external/llvm/lib/Transforms/Utils/ |
PromoteMemoryToRegister.cpp | 133 // the same basic block. 138 // Remember the basic blocks which define new values for the alloca 184 /// This functionality is important because it avoids scanning large basic 266 /// The set of basic blocks the renamer has already visited. 270 /// Contains a stable numbering of basic blocks to avoid non-determinstic 431 /// Many allocas are only used within a single basic block. If this is the 433 /// PHI nodes by just performing a single linear pass over the basic block 565 // If the alloca is only read and written in one basic block, just perform a 626 // Set the incoming values for the basic block to be null values for all of 634 // Walks all basic blocks in the function performing the SSA rename algorith [all...] |
/prebuilts/misc/linux-x86/flex/ |
flex-2.5.39.tar.gz | |
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodWriter.java | 339 * maximum stack size). A control flow graph contains one node per "basic
340 * block", and one edge per "jump" from one basic block to another. Each
341 * node (i.e., each basic block) is represented by the Label object that
342 * corresponds to the first instruction of this basic block. Each node also
357 * A list of labels. This list is the list of basic blocks in the method,
360 * {@link MethodVisitor#visitLabel}, and starting with the first basic block.
365 * The previous basic block.
370 * The current basic block.
376 * is relative to the beginning of the current basic block, i.e., the true
378 * {@link Label#inputStackTop beginStackSize} of the current basic block [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 24 * Calculates the dominance-frontiers of a methot's basic blocks. 40 * Dominance-frontier information for a single basic block.
|
/developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/ |
DocumentCentricActivity.java | 28 * DocumentCentricActivity shows the basic usage of the new Document-Centric Apps API. The new 74 PersistableBundle is added. PersistableBundle can store only basic data types. To use it
|
/developers/build/templates/create/ |
template-params.xml.ftl | 38 <!-- The basic templates have already been enabled. Uncomment more as desired. --> 68 (e.g. services, basic styles and theming, sync adapters)
|
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/ |
DocumentCentricActivity.java | 28 * DocumentCentricActivity shows the basic usage of the new Document-Centric Apps API. The new 74 PersistableBundle is added. PersistableBundle can store only basic data types. To use it
|
/development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/ |
DocumentCentricActivity.java | 28 * DocumentCentricActivity shows the basic usage of the new Document-Centric Apps API. The new 74 PersistableBundle is added. PersistableBundle can store only basic data types. To use it
|
/external/apache-http/src/org/apache/http/ |
NameValuePair.java | 43 * <h>2.2 Basic Rules</h> 45 * The following rules are used throughout this specification to describe basic parsing constructs.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
PKCS1Encoding.java | 14 * this does your basic PKCS 1 v1.5 padding - whether or not you should be using this 39 * Basic constructor.
|
/external/chromium_org/ash/system/chromeos/power/ |
power_status_view_unittest.cc | 98 TEST_F(PowerStatusDefaultViewTest, Basic) { 157 TEST_F(PowerStatusNotificationViewTest, Basic) {
|
/external/chromium_org/base/synchronization/ |
lock_unittest.cc | 15 // Basic test to make sure that Acquire()/Release()/Try() don't crash ---------- 51 TEST(LockTest, Basic) {
|
/external/chromium_org/base/test/ |
task_runner_test_template.h | 117 TYPED_TEST_P(TaskRunnerTest, Basic) { 211 TaskRunnerTest, Basic, Delayed, RunsTasksOnCurrentThread);
|
/external/chromium_org/base/threading/ |
watchdog_unittest.cc | 77 // Make sure a basic alarm fires when the time has expired. 86 // Make sure a basic alarm fires when the time has expired.
|
/external/chromium_org/build/secondary/third_party/cacheinvalidation/ |
BUILD.gn | 27 "src/google/cacheinvalidation/impl/basic-system-resources.cc", 28 "src/google/cacheinvalidation/impl/basic-system-resources.h",
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_http.h | 53 // Creates operation to query basic information about local device. 195 // Creates operation to query basic information about local device.
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_service.h | 83 // Pass the renderer some basic initialization information. Note that the 136 // Pass all renderers some basic initialization information.
|
/external/chromium_org/chrome/common/extensions/api/networking_private/ |
networking_private_crypto_unittest.cc | 92 // Checking basic verification operation. 150 // Checking basic encryption operation.
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils_unittest.cc | 21 // Basic case. Single pref, unquoted value. 46 // Basic case
|