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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/
README 0 Adding a new folder in development/samples is not enough to have it
  /external/webkit/LayoutTests/storage/
quota-tracking-expected.txt 4 Adding a table
6 Done adding data
7 Adding a table
10 Done adding data
11 Adding a table
13 Done adding data
  /external/icu4c/common/
ucnv_err.c 175 valueString[valueStringLength++] = (UChar) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */
176 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */
187 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */
188 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */
194 valueString[valueStringLength++] = (UChar) UNICODE_RS_CODEPOINT; /* adding \ */
197 valueString[valueStringLength++] = (UChar) UNICODE_U_CODEPOINT; /* adding U */
202 valueString[valueStringLength++] = (UChar) UNICODE_U_LOW_CODEPOINT; /* adding u */
209 valueString[valueStringLength++] = (UChar) UNICODE_AMP_CODEPOINT; /* adding & */
210 valueString[valueStringLength++] = (UChar) UNICODE_HASH_CODEPOINT; /* adding # */
217 valueString[valueStringLength++] = (UChar) UNICODE_SEMICOLON_CODEPOINT; /* adding ; */
    [all...]
  /external/e2fsprogs/tests/f_unsorted_EAs/
expect.1 0 Adding dirhash hint to filesystem.
  /external/clang/test/SemaCXX/
string-plus-int.cpp 31 consume("foo" + 5); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
32 consume("foo" + index); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
33 consume("foo" + kMyEnum); // expected-warning {{adding 'MyEnum' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
35 consume(5 + "foo"); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
36 consume(index + "foo"); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
37 consume(kMyEnum + "foo"); // expected-warning {{adding 'MyEnum' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
40 consumeChar(*("foo" + 5)); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
41 consumeChar(*(5 + "foo")); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
43 consume(L"foo" + 5); // expected-warning {{adding 'int' to a string does not append to the string}} expected-note {{use array indexing to silence this warning}}
  /external/clang/test/Preprocessor/
pr13851.c 1 // Check that -E -M -MF does not cause an "argument unused" error, by adding
8 // Check that -E -MM -MF does not cause an "argument unused" error, by adding
  /external/clang/test/SemaTemplate/
recovery-crash.cpp 3 // Clang used to crash trying to recover while adding 'this->' before Work(x);
  /external/eigen/doc/examples/
Tutorial_ArrayClass_addition.cpp 18 // Adding two arrays
Tutorial_BlockOperations_colrow.cpp 15 cout << "After adding 3 times the first column into the third column, the matrix m is:\n";
  /external/oprofile/m4/
Makefile.am 2 # You will need to run autogen.sh after adding something here manually
  /external/webkit/LayoutTests/fast/dom/getElementsByClassName/
006.html 4 <title>document.getElementsByClassName(): adding element with class</title>
013.html 4 <title>element.getElementsByClassName(): adding an element</title>
  /frameworks/base/tests/SmokeTest/
README 3 Please use caution when adding tests here.
  /frameworks/native/libs/utils/tests/
String8_test.cpp 43 // Test adding String8 + const char*
50 // Test adding String8 + String8
67 // Adding const char* to the previous string.
  /build/libs/host/include/host/
CopyFile.h 14 COPY_TRY_EXE = 0x00020000, // on Win32, try adding '.exe' to filename
  /external/kernel-headers/original/asm-arm/arch/
omap24xx.h 7 * for omap1 to compile without adding ifdefs.
  /external/llvm/test/Transforms/LICM/
2003-02-27-StoreSinkPHIs.ll 1 ; LICM is adding stores before phi nodes. bad.
  /external/valgrind/main/gdbserver_tests/
invoker 7 # but adding " -c v.kill" to kill Valgrind process.
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
add-listener-from-callback-expected.txt 1 Tests that adding a new event listener from a callback works as expected.
  /external/webkit/Source/WebCore/manual-tests/resources/
hash-ref-test.html 3 <title>Test Case for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title>
  /frameworks/base/core/java/android/provider/
package.html 7 provide simplified methods of adding or retrieving data from these content
  /ndk/tests/device/test-basic-exceptions/
README 4 Normally, the only thing needed is adding -fexceptions to your LOCAL_CFLAGS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the

Completed in 1244 milliseconds

1 2 3 4 5 6 7 8 91011>>