HomeSort by relevance Sort by last modified time
    Searched refs:adding (Results 1 - 25 of 70) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/util/
Vector.java 27 * All optional operations including adding, removing, and replacing elements are supported.
457 int adding = 0; local
459 if ((adding = elementData.length) == 0) {
460 adding = 1;
463 adding = capacityIncrement;
466 E[] newData = newElementArray(elementData.length + adding);
472 int adding = 0; local
474 if ((adding = elementData.length) == 0) {
475 adding = required;
477 while (adding < required)
    [all...]
LinkedList.java 28 * All optional operations including adding, removing, and replacing elements are supported.
346 int adding = collection.size(); local
347 if (adding == 0) {
371 size += adding;
386 int adding = collection.size(); local
387 if (adding == 0) {
401 size += adding;
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
add-listener-from-callback.js 1 description('Tests that adding a new event listener from a callback works as expected.');
  /external/ceres-solver/docs/
curvefitting.tex 5 \texttt{examples/data\_fitting.cc}. It contains data generated by sampling the curve $y = e^{0.3x + 0.1}$ and adding Gaussian noise with standard deviation $\sigma = 0.2$.}. Let us fit some data to the curve
73 \caption{Least squares data fitting to the curve $y = e^{0.3x + 0.1}$. Observations were generated by sampling this curve uniformly in the interval $x=(0,5)$ and adding Gaussian noise with $\sigma = 0.2$.\label{fig:exponential}}
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 15 * we can't be adding trees as root; e.g., expr expr.
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 13 # When adding a resource source (.txt) file for a new locale, the corresponding
  /external/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
regress-386.js 30 // This test creates enough properties in A so that adding i as
34 // Adding i in the second call to the constructor creates a real property,
  /sdk/emulator/opengl/host/libs/libOpenglRender/
Android.mk 69 #LOCAL_LDFLAGS += -m64 # adding -m64 here doesn't work, because it somehow appear BEFORE -m32 in command-line.
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 255 * care of adding this window to a view hierarchy, and likewise dealing
266 boolean adding = false;
276 adding = true;
300 if (adding) {
  /external/v8/test/mjsunit/compiler/
regress-loadfield.js 34 // Make sure there is a transition on adding "bar" inobject property.
alloc-object.js 43 // Test adding a new property after allocation was inlined.
  /bionic/libc/arch-mips/string/
memcpy.S 178 addiu a0,a0,64 # adding 64 to dest
181 addiu a1,a1,64 # adding 64 to src
343 addiu a0,a0,64 # adding 64 to dest
346 addiu a1,a1,64 # adding 64 to src
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 157 /* eir callback for adding/removeing UUID */
158 typedef void (tBTA_SYS_EIR_CBACK)(UINT16 uuid16, BOOLEAN adding);
  /external/clang/test/Misc/
warning-flags.c 12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 370 PLogError(L("ESR_READ_ERROR: internal error adding script (%d)"), num_words_to_add);
493 wordmap_ceiling(semgraph->scopes_olabels); /* we won't be adding scopes! */
1038 /* find out if the word I am adding already exists. If it already exists, then that means that I
1039 potentially am adding an alternate meaning for the word */
    [all...]
  /external/v8/test/mjsunit/
object-prevent-extensions.js 41 // Try adding a new element.
string-external-cached.js 90 // Test adding external strings
array-elements-from-array-prototype-chain.js 31 // If add any new tests here, consider adding them to all other files:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 154 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 116 add r11, r1, #18 ; preload next low. adding back block width(=8), which is subtracted earlier
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 156 ; adding pre
  /external/libvpx/libvpx/vp8/common/x86/
postproc_mmx.asm 278 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise

Completed in 922 milliseconds

1 2 3