/frameworks/base/core/java/android/app/admin/ |
IDevicePolicyManager.aidl | 97 int numbers, int symbols, int nonletter, int userHandle);
|
/frameworks/support/v8/renderscript/rs_support/ |
Android.mk | 19 # These symbols are normally defined by BUILD_XXX, but we need to define them
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
xray.c | 89 struct XRaySymbolTable* symbols; member in struct:XRayTraceCapture 708 return capture->symbols; 745 capture->symbols = 748 XRaySymbolTableParseMapfile(capture->symbols, mapfilename); 765 if (NULL != capture->symbols) { 766 XRaySymbolTableFree(capture->symbols);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | 69 state->symbols->language_version = state->language_version; 88 state->symbols->push_scope(); [all...] |
ast_function.cpp | 318 ir_function *f = state->symbols->get_function(name); 323 if (state->symbols->get_type(name)) 327 if (state->language_version != 110 && state->symbols->get_variable(name)) 350 state->builtins_to_link[i]->symbols->get_function(name); 381 state->symbols->add_global_function(f); 407 glsl_symbol_table *syms = i >= 0 ? state->builtins_to_link[i]->symbols 408 : state->symbols; [all...] |
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 122 typedef std::vector<COFFSymbol*> symbols; typedef in class:__anon23689::WinCOFFObjectWriter 133 symbols Symbols; 326 for (symbols::iterator I = Symbols.begin(), E = Symbols.end(); I != E; ++I) 333 return createCOFFEntity<COFFSymbol>(Name, Symbols); 341 = createCOFFEntity<COFFSymbol>(Symbol->getName(), Symbols); 427 report_fatal_error("Weak externals may only alias symbols"); 518 // need symbols so they can be linked to code in the .text section right [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 69 state->symbols->language_version = state->language_version; 88 state->symbols->push_scope(); [all...] |
ast_function.cpp | 318 ir_function *f = state->symbols->get_function(name); 323 if (state->symbols->get_type(name)) 327 if (state->language_version != 110 && state->symbols->get_variable(name)) 350 state->builtins_to_link[i]->symbols->get_function(name); 381 state->symbols->add_global_function(f); 407 glsl_symbol_table *syms = i >= 0 ? state->builtins_to_link[i]->symbols 408 : state->symbols; [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numrgts.cpp | 312 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(status); local 315 // to the symbols, they are adopted and this test will fail, 317 // of the symbols, it is necessary to pass in a reference to the symbols 318 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); 319 failure(status, "new DecimalFormat with symbols", ""); 326 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field 333 delete symbols; 1670 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(locales[i], status); local [all...] |
/external/icu4c/test/intltest/ |
numrgts.cpp | 316 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(status); local 319 // to the symbols, they are adopted and this test will fail, 321 // of the symbols, it is necessary to pass in a reference to the symbols 322 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); 323 failure(status, "new DecimalFormat with symbols", ""); 330 symbols->setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, UnicodeString((UChar)0x70)); // change value of field 337 delete symbols; 1674 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(locales[i], status); local [all...] |
dcfmapts.cpp | 94 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getFrench(), status); local 101 DecimalFormat cust1(pattern, symbols, status); 103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)"); 107 DecimalFormat cust2(pattern, *symbols, status); 109 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
|
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 150 /* Symbols (terminals and nonterminals) of the grammar are stored 166 enum symbol_type type; /* Symbols are all either TERMINALS or NTs */ 183 int nsubsym; /* Number of constituent symbols in the MULTI */ 184 struct symbol **subsym; /* Array of constituent symbols */ 194 int nrhs; /* Number of RHS symbols */ 195 struct symbol **rhs; /* The RHS symbols */ 209 ** symbols which are allowed to immediately follow the end of the rule. 282 int nsymbol; /* Number of terminal and nonterminal symbols */ 283 int nterminal; /* Number of terminal symbols */ 284 struct symbol **symbols; /* Sorted array of pointers to symbols * member in struct:lemon [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
histogram.c | 126 // Two symbols, they will be 0 and 1 in a Huffman code. 454 uint16_t* const symbols) { 469 symbols[i] = best_out; 472 // Recompute each out based on raw and symbols. 477 HistogramAdd(in->histograms[i], out->histograms[symbols[i]]);
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
builtin_function.cpp | 48 st->symbols->language_version = 140; 56 sh->symbols = st->symbols; [all...] |
/external/icu4c/i18n/ |
unum.cpp | 729 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols()); 730 symbols.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)symbol, 732 dcf->setDecimalFormatSymbols(symbols);
|
/external/webp/src/enc/ |
histogram.c | 126 // Two symbols, they will be 0 and 1 in a Huffman code. 454 uint16_t* const symbols) { 469 symbols[i] = best_out; 472 // Recompute each out based on raw and symbols. 477 HistogramAdd(in->histograms[i], out->histograms[symbols[i]]);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 401 Atom symbols; member in struct:_XkbNamesRec 539 char * symbols; member in struct:_XkbComponentNames 559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 401 Atom symbols; member in struct:_XkbNamesRec 539 char * symbols; member in struct:_XkbComponentNames 559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 401 Atom symbols; member in struct:_XkbNamesRec 539 char * symbols; member in struct:_XkbComponentNames 559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
|
/external/bison/doc/ |
refcard.tex | 321 \key{Prepend a prefix to external symbols.} {-p {\it prefix}} 354 \key{Tell {\tt bison} the data type of symbols.} 413 symbols that make up the non-terminal. For example: 438 \section{Grammar Variables and Symbols} 466 \key{Data type associated with symbols.} {YYSTYPE}
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
decimfmt.h | 135 * <em>symbols</em>. The pattern may be set directly using 138 * digits. The symbols are stored in a DecimalFormatSymbols 140 * pattern and symbols are read from ICU's locale data. 150 * still happening, and if the symbols are modified, the grouping character 268 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, 271 * be taken that the symbols and strings do not conflict, or parsing will be 331 * between the first and second grouping symbols. These 675 * Create a DecimalFormat using the default pattern and symbols 690 * Create a DecimalFormat from the given pattern and the symbols 707 * Create a DecimalFormat from the given pattern and symbols [all...] |
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 333 'SYMBOLS' => false, 1870 $symbols = $this->hsc($symbols); variable [all...] |
/art/build/ |
Android.oat.mk | 100 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms256m --runtime-arg -Xmx256m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(TARGET_BOOT_DEX_FILES)) $(addprefix --dex-location=,$(TARGET_BOOT_DEX_LOCATIONS)) --oat-symbols=$(TARGET_BOOT_OAT_UNSTRIPPED_OUT) --oat-file=$(TARGET_BOOT_OAT_OUT) --oat-location=$(TARGET_BOOT_OAT) --image=$(TARGET_BOOT_IMG_OUT) --base=$(IMG_TARGET_BASE_ADDRESS) --instruction-set=$(TARGET_ARCH) --host-prefix=$(PRODUCT_OUT) --android-root=$(PRODUCT_OUT)/system
|
/bionic/libc/netbsd/resolv/ |
res_debug.c | 575 const struct res_sym *symbols; local 579 symbols = __p_update_section_syms; 582 symbols = __p_default_section_syms; 585 return (sym_ntos(symbols, section, (int *)0));
|