HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 126 - 150 of 700) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
IdentityHashMap.java 101 * methods" are <i>fail-fast</i>: if the map is structurally modified
    [all...]
  /prebuilts/go/darwin-x86/src/container/list/
list_test.go 308 // Test that a list l is not modified when calling InsertBefore with a mark that is not an element of l.
318 // Test that a list l is not modified when calling InsertAfter with a mark that is not an element of l.
328 // Test that a list l is not modified when calling MoveAfter or MoveBefore with a mark that is not an element of l.
  /prebuilts/go/linux-x86/src/container/list/
list_test.go 308 // Test that a list l is not modified when calling InsertBefore with a mark that is not an element of l.
318 // Test that a list l is not modified when calling InsertAfter with a mark that is not an element of l.
328 // Test that a list l is not modified when calling MoveAfter or MoveBefore with a mark that is not an element of l.
  /external/openssh/
hostfile.c 476 int modified; member in struct:host_delete_ctx
522 ctx->modified = 1;
555 ctx.modified = 0;
604 ctx.modified = 1;
609 if (ctx.modified) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.S 139 pushq $0 # push vector number - will be modified before installed
424 // NOTE - modified segment registers could hang the debugger... We
446 ## itself. It may have been modified by the debug agent, so we need to
449 movq 24(%rsp), %rbx # move the potentially modified AppRsp into rbx
  /external/autotest/cli/
job_unittest.py 146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
166 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
187 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 257 boolean modified = false;
260 modified = true;
262 return modified;
745 * If the underlying queue is modified during iteration an exception will be
848 * <p>The iterator is <i>fail-fast</i>: If the MinMaxPriorityQueue is modified
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 231 boolean modified = false;
235 modified = true;
238 return modified;
335 * @return {@code true} if {@code collection} was modified as a result of this
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 598 boolean modified = false;
602 modified = true;
609 if (modified) {
  /build/soong/ui/tracer/
ninja.go 77 t.log.Verboseln("Ninja log not modified, not importing any entries.")
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
Cpu.asm 8 ; be modified by the user, subject to additional terms of the
  /external/boringssl/src/crypto/x509v3/
v3_ncons.c 365 if (nm->modified && i2d_X509_NAME(nm, NULL) < 0)
367 if (base->modified && i2d_X509_NAME(base, NULL) < 0)
  /external/brotli/go/cbrotli/internal/
decoder.go 100 // bytes. Output contents should not be modified. Liveness of output is
encoder.go 116 // to input consumed so far. Output contents should not be modified. Liveness of
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp 88 * The result is cached in the list head. It is reset when the contexts are modified.
120 * so the data accesses from those code paths need not be modified.
177 // Modified copy of CollationIterator::nextCE() and CollationIterator::nextCEFromCE32().
285 modified(FALSE),
368 modified = TRUE;
392 modified = TRUE;
619 modified = TRUE;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 50 cache->modified = false;
294 cache->modified = true;
  /external/valgrind/memcheck/tests/
origin3-no.stderr.exp 40 Undef 5 of 8 (32 bit undef, modified)
  /packages/apps/Launcher3/src/com/android/launcher3/model/
PackageUpdatedTask.java 156 addedOrModified.addAll(appsList.modified);
157 appsList.modified.clear();
  /prebuilts/go/darwin-x86/src/encoding/xml/
example_test.go 94 // some preset fields. Note that the Phone field isn't modified and that
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 55 // the offsets do not reflect modified line information (through //line
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 33 // The contents of this Table must not be modified.
  /prebuilts/go/linux-x86/src/encoding/xml/
example_test.go 94 // some preset fields. Note that the Phone field isn't modified and that
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 55 // the offsets do not reflect modified line information (through //line
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 33 // The contents of this Table must not be modified.

Completed in 1509 milliseconds

1 2 3 4 56 7 8 91011>>