/external/compiler-rt/make/platform/ |
clang_linux.mk | 52 Configs += full-i386 profile-i386 san-i386 asan-i386 ubsan-i386 ubsan_cxx-i386 53 Arch.full-i386 := i386 63 Configs += full-x86_64 profile-x86_64 san-x86_64 asan-x86_64 tsan-x86_64 \ 65 Arch.full-x86_64 := x86_64 88 CFLAGS.full-i386 := $(CFLAGS) -m32 89 CFLAGS.full-x86_64 := $(CFLAGS) -m64 117 CFLAGS.full-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux 118 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux 120 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386) 121 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64 [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
spellingtrie.h | 68 // Number of full spelling ids. 106 // The full spl_id range for specific half id. 107 // h2f means half to full. 108 // A half id can be a ShouZiMu id (id to represent the first char of a full 114 // Map from full id to half id. 145 // Build the Yunmu list, and the mapping relation between the full ids and the 178 // it is a valid id, it needs to updated to its corresponding full id. 210 // Return the number of full ids for the given half id. 213 // Return the number of full ids for the given half id, and fill spl_id_start 214 // to return the first full id [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
SentenceBreakTest.txt | 41 ÷ 0001 × 002E ÷ # ÷ [0.2] <START OF HEADING> (Other) × [12.0] FULL STOP (ATerm) ÷ [0.3] 42 ÷ 0001 × 0308 × 002E ÷ # ÷ [0.2] <START OF HEADING> (Other) × [5.0] COMBINING DIAERESIS (Extend_FE) × [12.0] FULL STOP (ATerm) ÷ [0.3] 71 ÷ 000D ÷ 002E ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] FULL STOP (ATerm) ÷ [0.3] 72 ÷ 000D ÷ 0308 × 002E ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] FULL STOP (ATerm) ÷ [0.3] 101 ÷ 000A ÷ 002E ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] FULL STOP (ATerm) ÷ [0.3] 102 ÷ 000A ÷ 0308 × 002E ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] FULL STOP (ATerm) ÷ [0.3] 131 ÷ 0085 ÷ 002E ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] FULL STOP (ATerm) ÷ [0.3] 132 ÷ 0085 ÷ 0308 × 002E ÷ # ÷ [0.2] <NEXT LINE (NEL)> (Sep) ÷ [4.0] COMBINING DIAERESIS (Extend_FE) × [12.0] FULL STOP (ATerm) ÷ [0.3] 161 ÷ 0009 × 002E ÷ # ÷ [0.2] <CHARACTER TABULATION> (Sp) × [12.0] FULL STOP (ATerm) ÷ [0.3] 162 ÷ 0009 × 0308 × 002E ÷ # ÷ [0.2] <CHARACTER TABULATION> (Sp) × [5.0] COMBINING DIAERESIS (Extend_FE) × [12.0] FULL STOP (ATerm) ÷ [0.3 [all...] |
/external/libppp/src/ |
tcp.c | 140 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) { 142 host = p->name.full; 160 p->name.full); 188 if (*p->name.full == '\0') { 199 snprintf(p->name.full, sizeof p->name.full, "%s:%d/tcp", 201 p->name.base = p->name.full;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Queue.py | 11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue'] 17 class Full(Exception): 100 def full(self): member in class:Queue 101 """Return True if the queue is full, False otherwise (not reliable!).""" 113 the Full exception if no free slot was available within that time. 115 is immediately available, else raise the Full exception ('timeout' 123 raise Full 134 raise Full 146 Otherwise raise the Full exception.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Queue.py | 11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue'] 17 class Full(Exception): 100 def full(self): member in class:Queue 101 """Return True if the queue is full, False otherwise (not reliable!).""" 113 the Full exception if no free slot was available within that time. 115 is immediately available, else raise the Full exception ('timeout' 123 raise Full 134 raise Full 146 Otherwise raise the Full exception.
|
/build/tools/atree/ |
files.cpp | 25 string full = base; local 27 full += '/'; 29 full += leaf; 30 return full; 162 "substitution. Full list of variables is: "); 345 string full = path_append(*it, rec->sourceName); local 347 err = stat(full.c_str(), &st); 350 rec->sourcePath = full; 430 string full = path_append(rec.sourceBase, rec.sourceName); local 431 full = path_append(full, path) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_gattc_ci.h | 68 ** status - BTA_GATT_OK if full buffer of data, 87 ** status - BTA_GATT_OK if full buffer of data, 105 ** status - BTA_GATT_OK if full buffer of data,
|
/external/chromium/build/internal/ |
README.chromium | 15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code". 18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code". 21 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
|
/external/chromium/chrome/common/ |
jstemplate_builder.h | 28 // full page with support for JsTemplates. 35 // full page with support for i18n Templates. 41 // full page with support for both i18n Templates and JsTemplates.
|
/external/chromium_org/build/internal/ |
README.chromium | 15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code". 18 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) instrumentation (first pass). Uses "Full Optimization" and "Flavor small code". 21 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsprops. Enables Profile Guided Optimization (PGO) optimization (second pass). Uses "Full Optimization" and "Flavor small code".
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_manager_impl_ll.cc | 21 // A language may have some special layout that allows full latin input. 30 // A list of languages and their layouts having full 26 latin letter set on 34 // language are "Full Latin Input" and can be used to input passwords on
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_contents.h | 46 // window, so it need to have the full complement of tab helpers that it 54 // the full set of tab helpers to deal with it. 57 // Adopts the specified WebContents as a full-fledged browser tab, attaching
|
/external/chromium_org/components/autofill/core/browser/ |
contact_info.h | 36 // Returns the full name, which can include up to the first, middle, and last 48 // Sets |first_|, |middle_|, and |last_| to the tokenized |full|. 50 void SetFullName(const base::string16& full);
|
/external/chromium_org/content/browser/loader/ |
resource_buffer_unittest.cc | 118 TEST(ResourceBufferTest, Full) { 129 // Full. 132 // Still full, even if there is a small hole at the end.
|
/external/oprofile/events/mips/1004K/ |
events.h | 97 "50-0 FSB < 25% full"}, 99 "51-0 FSB > 50% full"}, 101 "52-0 LDQ < 25% full"}, 103 "53-0 LDQ > 50% full"}, 105 "54-0 WBB < 25% full"}, 107 "55-0 WBB > 50% full"}, 205 "50-1 FSB 25-50% full"}, 207 "51-1 FSB full pipeline stall cycles"}, 209 "52-1 LDQ 25-50% full"}, 211 "53-1 LDQ full pipeline stall cycles"} [all...] |
/external/oprofile/events/mips/34K/ |
events.h | 95 "50-0 FSB < 25% full"}, 97 "51-0 FSB > 50% full"}, 99 "52-0 LDQ < 25% full"}, 101 "53-0 LDQ > 50% full"}, 103 "54-0 WBB < 25% full"}, 105 "55-0 WBB > 50% full"}, 187 "50-1 FSB 25-50% full"}, 189 "51-1 FSB full pipeline stall cycles"}, 191 "52-1 LDQ 25-50% full"}, 193 "53-1 LDQ full pipeline stall cycles"} [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
OfflineMessageHeader.java | 40 * Full JID of the user that sent the message. 67 * Returns the full JID of the user that sent the message. 69 * @return the full JID of the user that sent the message.
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
IImage.java | 37 /** Get the bitmap for the full size image. */ 48 /** Get the input stream associated with a given full size image. */ 52 /** Get the path of the (full size) image data. */
|
/art/test/004-annotations/src/android/test/anno/ |
FullyNoted.java | 7 @AnnoFancyType(num=5, name="full")
|
/build/target/product/ |
aosp_arm.mk | 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
FullyNoted.java | 7 @AnnoFancyType(num=5, name="full")
|
/external/antlr/antlr-3.4/runtime/Python/ |
TODO | 18 - full 20 - full build 26 - depend on core/full 32 - better documentation for output=template w/ full examples
|
/external/bison/doc/ |
yacc.1.in | 31 The full documentation for
|
/external/bluetooth/bluedroid/conf/ |
bt_stack.conf | 18 # BT_TRACE_LEVEL_DEBUG 5 ( Full debug messages )
|