/external/chromium/chrome/browser/sync/glue/ |
synchronized_preferences.h | 34 // Cookie settings and exceptions not working 44 // Exceptions not working (dialog not working either). 52 // All working but no live update.
|
ui_model_worker.cc | 15 // In most cases, this method is called in WORKING state. It is possible this 51 : state_(WORKING), 65 // We could either be WORKING or RUNNING_MANUAL_SHUTDOWN_PUMP, depending 78 DCHECK_EQ(state_, WORKING);
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscTests.c | 3 /* These are random tests that I used when working on the GCC frontend
|
/external/clang/test/Misc/ |
dev-fd-fs.c | 4 // It has not been working since r169831 on freebsd.
|
/external/clang/test/SemaObjC/ |
uninit-variables.m | 15 // Test just to ensure the analysis is working.
|
/external/clang/www/demo/ |
what is this directory.txt | 14 BTW, once this feature was working, my intention was to link to it from the index.html page in the section entitled:
|
/external/e2fsprogs/misc/ |
mklost+found.8.in | 15 directory in the current working directory on a Linux second extended
|
/external/expat/vms/ |
expat_config.h | 12 /* Define if you have a working `mmap' system call. */
|
/external/icu4c/samples/citer/ |
citer.cpp | 90 u_fprintf(out, "current() isn't working right"); 93 u_fprintf(out, "getIndex() isn't working right\n"); 153 u_fprintf(out, "current() isn't working right\n"); 156 u_fprintf(out, "getIndex() isn't working right [%d should be %d]\n", iter.getIndex(), i);
|
/external/jdiff/src/jdiff/ |
DiffOutput.java | 48 // Always put the package-level output at the top - not yet working
|
/external/littlemock/ |
bug-8297640.patch | 4 +++ src/com/google/testing/littlemock/LittleMock.java (working copy)
|
/external/llvm/lib/Target/MBlaze/ |
TODO | 1 * Writing out ELF files is close to working but the following needs to
|
/external/llvm/test/Transforms/InstCombine/ |
setcc-strength-reduce.ll | 2 ; working. Basically this boils down to converting setlt,gt,le,ge instructions
|
/external/mockito/src/org/mockito/runners/ |
MockitoJUnit44Runner.java | 27 * Runner is completely optional - there are other ways you can get @Mock working, for example by writing a base class.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
BitWriterBuffer.java | 18 "Please mask the value before writing it and make your code is really working as intended.", i, (1<<numBits)-1);
|
/external/proguard/src/proguard/gui/ |
GUIResources.java | 28 * This class provides some utility methods for working with resource bundles.
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdinB.gdb | 61 # inferior call "in the middle" of an instruction is not working at least
|
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/ |
link-and-subresource-test.html | 31 bug 49236 in which this wasn't working.
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Borrowed/ |
kd_20010423.html | 27 // According to DOM XPath working group note, this should be "abcabca", but we'll rather match Firefox.
|
/external/webkit/Source/WebCore/manual-tests/autocorrection/ |
select-from-multiple-guesses.html | 36 <div><p>This test verifies that multiple guesses on mispelled word is working correctly</p>
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
options.py | 38 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches") 45 force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean working directory before applying patches (removes local changes and commits)") 47 git_commit = make_option("-g", "--git-commit", action="store", dest="git_commit", help="Operate on a local commit. If a range, the commits are squashed into one. HEAD.. operates on working copy changes only.") 59 update = make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update the working directory.")
|
/frameworks/base/core/java/android/database/sqlite/ |
package.html | 13 <p>If you are working with data sent to you by a provider, you will not use
|
/frameworks/native/include/utils/ |
misc.h | 34 * Some utility functions for working with files. These could be made
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ |
Application.mk | 10 # The only STL implementation currently working with exceptions
|
/libcore/luni/src/main/native/ |
java_lang_ProcessManager.cpp | 129 // Switch to working directory. 147 // If we got here, execvp() failed or the working dir was invalid. 198 // Extract working directory string. 216 // Clean up working directory string.
|