/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 86 * name = "..." quoted string with all but < and " 88 * name = '...' quoted string with all but < and ' 103 * is used to list all the possible roots given by actual implementations. 118 * All other values will throw an {@link IllegalArgumentException} later at runtime. 334 * Example: <manifest><applic*cursor* => returns the list of all elements that 1302 List<Object> all = new ArrayList<Object>(); local [all...] |
/external/bluetooth/bluez/tools/ |
hciconfig.c | 49 static int all; variable 636 * see http://www.bluetooth.org/assigned-numbers/baseband.htm --- all 1022 uint8_t all; local 1035 if (!strcasecmp(opt, "all")) { 1037 all = 1; 1040 all = 0; 1043 if (hci_delete_stored_link_key(dd, &bdaddr, all, 1000) < 0) { [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 89 static void define_makeflags PARAMS ((int all, int makefile)); 172 executed to remake files. Just treat them all as successful (-i). */ 271 /* If nonzero, always build all targets, regardless of whether 297 -B, --always-make Unconditionally make all targets.\n"), 462 /* Our current directory after processing all -C options. */ 575 /* It was all slashes! Move back to the dot and truncate [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.js | 190 // First check if the exact URL, with query string and all, is in the navigation menu 298 if ($(".side-nav-resizable").length) { // Must check if the nav is resizable because IE6 calls resizeWidth() from resizeAll() for all pages 306 * avoiding this for all browsers provides better performance */ 452 node.siblings().css("display","none"); // hide all siblings 466 node.siblings().css("display","none"); // hide all siblings
|
/external/dropbear/libtommath/ |
bn.tex | 55 This text, the library and the accompanying textbook are all hereby placed in the public domain. This book has been 160 instructs the system to build all of the functions. This is how LibTomMath used to be packaged. This will give you 170 which further define symbols. All of the symbols (technically they're macros $\ldots$) represent a given C source 281 However, LibTomMath was written with cryptography in mind. It provides essentially all of the functions a cryptosystem 335 organize all of the data required to manipulate the integer it represents. Within LibTomMath it has been prototyped 350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to 356 The arithmetic functions of the library are all organized to have the same style prototype. That is source operands 441 Certain algorithms require more than one large integer. In these instances it is ideal to initialize all of the mp\_int 442 variables in an ``all or nothing'' fashion. That is, they are either all initialized successfully or they are al [all...] |
/external/elfutils/ |
elfutils.spec | 199 - libdwfl: bug fixes; new segment interfaces; all the libdwfl-based 220 - all programs: add debugging of branch prediction. 233 or no argument (as before) for all SHF_STRINGS sections; 286 - make all installed headers usable in C++ code. 368 - libdw: now contains all of libdwfl. The latter is not installed anymore.
|
/external/elfutils/src/ |
unstrip.c | 86 { "all", 'a', NULL, 0, 103 bool all; member in struct:arg_info 147 info->all = true; 161 /* We "consume" all the arguments here. */ 203 if (info->ignore || info->all || info->modnames || info->relocate) 525 /* Adjust all the relocation sections in the file. */ 543 /* The original file probably had section symbols for all of its 692 /* Sort all non-allocated sections last. */ [all...] |
/external/libvpx/vp8/common/arm/neon/ |
sixtappredict8x4_neon.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may 123 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters) 211 vqadd.s16 q8, q3 ;sum of all (src_data*filter_parameters) 273 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters) 369 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters) 441 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters)
|
sixtappredict8x8_neon.asm | 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may 129 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters) 224 vqadd.s16 q8, q3 ;sum of all (src_data*filter_parameters) 293 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters) 401 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters) 485 vqadd.s16 q7, q3 ;sum of all (src_data*filter_parameters)
|
/external/v8/test/mjsunit/ |
unicode-test.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 79 utility (thus saving all traces over the complete workload). 110 \item[Device IO Stream Ordering] All IOs on a device are submitted in 122 thread handles all IOs across all devices. This approach, while 123 guaranteeing correct ordering of IOs across all devices, resulted in 280 The \texttt{-F} option instructs \texttt{btrecord} to go find all the 418 The \texttt{-F} option instructs \texttt{btreplay} to go find all the 497 When specified on the command line, all pre-bunch stall indicators will be
|
/build/core/ |
config.mk | 47 # Various mappings to avoid hard-coding paths all over the place 173 # The build system then combines all the values specified by all the
|
java.mk | 169 # Turn on all warnings and warnings as errors for RS compiles. 216 # after all the declarations. 272 # All of the rules after full_classes_compiled_jar are very unlikely 274 # like to run these rules, add the "all" modifier goal to the make
|
base_rules.mk | 48 ## Dump a .csv file of all modules and their tags 87 $(warning * If the module is expected to be in all builds) 98 $(warning * If the component should be in EVERY build of ALL) 265 $(logtags_java_sources): $(intermediates.COMMON)/src/%.java: $(TOPDIR)$(LOCAL_PATH)/%.logtags $(TARGET_OUT_COMMON_INTERMEDIATES)/all-event-log-tags.txt 366 # The full paths to all resources, used for dependencies. 505 # Tell the module and all of its sub-modules who it is. 607 # Keep track of all the tags we've seen.
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 375 var toggles = $(".toggle-all", content); 376 if (a.text() == "[Expand All]") { 380 a.text("[Collapse All]"); 385 a.text("[Expand All]"); 395 node.siblings().css("display","none"); // hide all siblings 409 node.siblings().css("display","none"); // hide all siblings
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 30 // add HRs below all H2s (except for a few other h2 variants) 274 // first hide all other siblings 986 node.siblings().css("display","none"); // hide all siblings 1000 node.siblings().css("display","none"); // hide all siblings [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to.
161 * Prebinds "this" within the given method to an object, but ignores all
163 * I.e. var_args are all the arguments that method is invoked with when
271 // implement namespaces. All items in the attribute collection have
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to. 161 * Prebinds "this" within the given method to an object, but ignores all 163 * I.e. var_args are all the arguments that method is invoked with when 271 // implement namespaces. All items in the attribute collection have
|
/external/icu4c/test/cintltst/ |
ccaltst.c | 3 * Corporation and others. All Rights Reserved. 1447 UEnumeration *all, *pref; local [all...] |
/sdk/emulator/opengl/ |
common.mk | 1 # This top-level build file is included by all modules that implement 4 # We use it to ensure that all sub-Makefiles are included in the right 29 # Internal list of all declared modules (used for sanity checking)
|
/build/core/tasks/ |
sdk-addon.mk | 56 # All SDK add-ons have these files 72 # We don't know about all of the docs files, so depend on the timestamps for
|
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 138 System.out.println("Collecting all junit tests..."); 154 // for the report make sure all N... tests are called first, then B, 172 // ignore all tests not belonging to the given restriction 588 String all = new String(FileUtils.readFile(f)); 593 Matcher m = p.matcher(all);
|
/dalvik/vm/ |
Android.mk | 127 # have sufficient custom code so that libffi isn't needed at all,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 59 /** The goal of all lexer rules/methods is to create a token object.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 6 All rights reserved. 57 /// I do not need to know the type of a tree at all so they are all 114 /// Add a child to the tree t. If child is a flat tree (a list), make all 175 /// This method is executed after all rule tree construction and right 264 /// all children? 363 /// <summary>Return the text of all nodes from start to stop, inclusive. 364 /// If the stream does not buffer all the nodes then it can still 458 /// <summary>Set (or reset) the parent and child index values for all children</summary> 465 /// is nil, add all children of t to this' children [all...] |